Search found 5 matches
- 02 Nov 2015 22:48
- Forum: User Help / Bug Reports
- Topic: help with widget
- Replies: 2
- Views: 5376
Re: help with widget
thanks, that seems to work.
- 02 Nov 2015 15:01
- Forum: User Help / Bug Reports
- Topic: help with widget
- Replies: 2
- Views: 5376
help with widget
I'm trying to create a widget which shows me the process name and its cpu usage. I'm getting the information using top(which is slow. any better ideas?) . unfortunately I can't find a simple way to select the first five lines of the output of top and then select the right columns to save the entries...
- 17 Sep 2015 20:28
- Forum: User Help / Bug Reports
- Topic: get unanswered calls
- Replies: 2
- Views: 5493
Re: get unanswered calls
Why do you query for "new=0" but then check for new=1 in the output? because i tried to get "true" returned for new=0 which didn't work either. i wanted to change my post to what i was actually trying to achieve and forgot to change the first value. so this was a typo. adding (?s) works. will also ...
- 17 Sep 2015 00:30
- Forum: User Help / Bug Reports
- Topic: get unanswered calls
- Replies: 2
- Views: 5493
get unanswered calls
Hi, the bigger plan is to to vibrate every 5 minutes if there are missed calls and not doing it otherwise. the (not yet working) solution i came up with: trigger: incoming call has status missed command: content query --uri content://call_log/calls --where "new=0" script: match=matches(stdout, ".*ne...
- 02 Sep 2015 19:50
- Forum: User Help / Bug Reports
- Topic: UI Event
- Replies: 1
- Views: 5280
UI Event
Hi, after using Tasker for quite a long time and ignoring what else happened in the area of phone automation I decided to try out some other apps. After playing around a little I see that with Automagic I can do everything I do in Tasker and the ui is very clear, which is nice. I have also been usin...