Search found 41 matches

by akapelis
14 May 2017 19:47
Forum: User Help / Bug Reports
Topic: "one click" start navigation
Replies: 2
Views: 8301

Re: "one click" start navigation

Hi, Action Start Activity has an example named Open Navigation which directly starts navigation. This page lists some other intents and also explains some options: https://developers.google.com/maps/documentation/android-api/intents#launch_turn-by-turn_navigation Regards, Martin Thank you very much...
by akapelis
13 May 2017 23:16
Forum: User Help / Bug Reports
Topic: "one click" start navigation
Replies: 2
Views: 8301

"one click" start navigation

Hi friends, I use the "Start activity" action to start google maps and visualize e previously saved place. Action - android.intent.action.VIEW Data URI - geo:0,0?q={my_coordinates}({my_place})&z=13 Package name - com.google.android.apps.maps This action opens google maps and then i have to click on ...
by akapelis
12 May 2017 18:51
Forum: User Help / Bug Reports
Topic: get location name
Replies: 5
Views: 13762

Re: get location name

Martin wrote:Hi,

You can use {location,locationformat} to get the address for the location stored in variable location. You can do this for example in action Notification on Screen or any other action that supports variables.

Regards,
Martin
It was so simple :) thank you very much.
by akapelis
09 May 2017 11:56
Forum: User Help / Bug Reports
Topic: get location name
Replies: 5
Views: 13762

get location name

Hi friends, is there a way to get the location or street name by google (or any other) maps?
Thanks for your help.
by akapelis
06 May 2017 13:13
Forum: User Help / Bug Reports
Topic: Telegram/Whatsapp message
Replies: 4
Views: 13254

Re: Telegram/Whatsapp message

This does the trick! Requieres rooted device and sqlite3 installed. Script: receiver_id = "xxxxxxxx@s.whatsapp.net" msg = "Hello.." Root command: sqlite3 /data/data/com.whatsapp/databases/msgstore.db "INSERT INTO messages (key_remote_jid, key_from_me, key_id,status, needs_push, data, timestamp, med...
by akapelis
13 Nov 2016 22:17
Forum: User Help / Bug Reports
Topic: Screenshot of scrollable panel
Replies: 3
Views: 8980

Re: Screenshot of scrollable panel

Ok thanks Martin.
by akapelis
10 Nov 2016 23:09
Forum: User Help / Bug Reports
Topic: Screenshot of scrollable panel
Replies: 3
Views: 8980

Screenshot of scrollable panel

Hi friends, is there a way to take a screenshot of the whole scrollable panel of some app?
Thanks.
by akapelis
09 Nov 2016 11:43
Forum: User Help / Bug Reports
Topic: Ampere
Replies: 22
Views: 48299

Re: Ampere

Looks ok. You may also just divide by 10000 once at the end. About the second option, you should try it yourself first. I'm a programmer, but new to Automagic. I didn't take a look yet at how to use arrays (which you would need for the second option). Too busy about other things at the moment. Try ...
by akapelis
08 Nov 2016 12:52
Forum: User Help / Bug Reports
Topic: Ampere
Replies: 22
Views: 48299

Re: Ampere

Opsss...I forgot to divide by 10 :)
by akapelis
08 Nov 2016 12:34
Forum: User Help / Bug Reports
Topic: Ampere
Replies: 22
Views: 48299

Re: Ampere

Could you help me with the second option (array) please?
I would like to ask you another thing, the variable "battery_tecnology" returns the number 340. What does it mean?
Thanks again.