Search found 7 matches

by jmosr
13 Feb 2016 11:46
Forum: Feature Requests
Topic: google calendar
Replies: 0
Views: 6579

google calendar

I could use a function to import appointments from a ics file to google calendar.
by jmosr
26 Mar 2015 08:01
Forum: User Help / Bug Reports
Topic: Power Source Connected / Disconnected
Replies: 2
Views: 7430

Power Source Connected / Disconnected

When upgrading from Android 4.2 to 4.4 Power Source Connected / Disconnected doeds not work anymore.
Log writes: Root functions must be enabled in the preference.
This is not possible. Phone is LG-E975

jmosr
by jmosr
08 Feb 2014 13:27
Forum: Feature Requests
Topic: Clear cache
Replies: 3
Views: 14295

Clear cache

a way to clear an applications cache
by jmosr
09 Apr 2013 14:12
Forum: User Help / Bug Reports
Topic: set alarm
Replies: 3
Views: 12310

Re: set alarm

I have tried it and it works. Thank You!!!
by jmosr
09 Apr 2013 11:24
Forum: User Help / Bug Reports
Topic: set alarm
Replies: 3
Views: 12310

set alarm

On Automagic's help site I can se an Action called "Set Alarm" but on my Phone is it missing.
How can I turn it on ?
by jmosr
07 Apr 2013 14:51
Forum: User Help / Bug Reports
Topic: how to acces variables when using "split"
Replies: 1
Views: 8693

how to acces variables when using "split"

how can acces these 3 variables ?

s = "variable1/variable2/variable3"
my_var = split(s, "/")

i have been looking in Java String Split Examples
i can see that my_var[0], my_var[1] and my_var[2] should represent my 3 variables
but it is not working, What is wrong ?
by jmosr
07 Apr 2013 07:47
Forum: User Help / Bug Reports
Topic: set time for action from program code
Replies: 1
Views: 7999

set time for action from program code

I work at different times and i want to set an alarm by sending a SMS to my phone with the time to wake me up.
The SMS part is working, but i can't figure out how to set an alarm. Any ideas ?