The last task I made was something to keep track of my work hours, so when I connect to my works wifi it puts the time in %PINTIME then the exit task sets %POTIME ( which will be punch in time and punch out time) then also on the exit task it will write the date, punch in time and punch out time in a txt file.
That's pretty much how advanced I am with tasker. So I will need a lot of help.
Thanks for every one helping me!
Busy box requires root, correct?
Yes, correct. You have right. I tried it with Taker variable split and variable select and it seems works, but I have rooted phone so I'll stay using Busybox cmds
Maybe it's empty cos You are using ipconfig3 for write instead of previously ifconfig3... IMHO it's misspellings
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Maybe it's empty cos You are using ipconfig3 for write instead of previously ifconfig3... IMHO it's misspellings
I used this methode, but A5 will have Write File [ip3.txt Text:%MyIPAddress %ipconfig3 Append:On Add New Line: On
Nope. IMHO if You have an empty variable then You have an empty output of that, not %MyIPAddress but empty space or nothing.
I've saw in the manual (I thought) that the variables without a capital letters cannot be used in other tasks or laterso because of that I allways have variables with capital lettersmaybe it's not necessary, but I'm using it in that way
Now my output is my router ip.
Is there a way to get my public ip?
This has the ip, but it also has other stuff I don't want. By parsing do you mean only select ip address? If so, how would I do it?
VerIP
(116)
A1: Run Shell [ Command:wget http://checkip.dyndns.org/
-O - Timeout (Seconds):2 Use Root:Off Store Result In:%VerIP Continue Task
After Error:On ]
A2: Variable Split [ Name:%VerIP Splitter:: Delete Base:Off ]
A3: Variable Split [ Name:%VerIP2 Splitter:< Delete Base:Off ]
A4: Flash [ Text:%VerIP21 Long:Off ]
All I would like to do is get my home ip address everymorning before i leave for work and store the date and the ip address in a file.I tried this post https://groups.google.com/forum/?fromgroups=#!topic/tasker/1NiMCV-zOboBut it outputs a whole page of useless stuff.Can someone help me pleasethanks!