Search found 31 matches

by syndromtr
13 Dec 2018 17:13
Forum: Flow Sharing Area
Topic: Oruxmaps control
Replies: 0
Views: 9238

Oruxmaps control

http://automagic4android.com/flow.php?id=8744c5128b5d72b6f573d150a73e780d9ca896a9 As Oruxmaps 4x1 widget has issues about start/stop recording a track, this is enhanced usage of recording a track (start/stop/continue). * root needed for GPS on/off * download free version from oruxmaps.com (package n...
by syndromtr
02 Nov 2018 18:58
Forum: Flow Sharing Area
Topic: Weather on statusbar
Replies: 9
Views: 35691

Re: Weather on statusbar

yes, instead of wunderground (no free api for now) this one also recommended, also predictions are accurate (at least for me) dark sky api : https://darksky.net/dev example, a lot customizable with language and units, some parts can be excluded for simple json. https://api.darksky.net/forecast/<your...
by syndromtr
11 Oct 2018 09:57
Forum: User Help / Bug Reports
Topic: Google Play auto update
Replies: 6
Views: 16114

Re: Google Play auto update

thanks, working great with "start activity" only, with those parameters. this activity can be added safely to EXAMPLES section of Start Activity Action, for incoming versions. Action : Start Activity Action: com.google.android.finsky.VIEW_MY_DOWNLOADS Explicit Component checked, Package Name: com.an...
by syndromtr
10 Oct 2018 14:40
Forum: User Help / Bug Reports
Topic: Google Play auto update
Replies: 6
Views: 16114

Google Play auto update

hello, some help needed to make this working with Automagic. instructions for Tasker below (claimed and reported working) more info: https://github.com/anod/AppWatcher/blob/master/src/main/java/com/anod/appwatcher/utils/StoreIntent.kt Send Intent Action: Action: com.google.android.finsky.VIEW_MY_DOW...
by syndromtr
05 Jan 2018 18:23
Forum: Flow Sharing Area
Topic: Toggle Mobile Data (non-root)
Replies: 2
Views: 12766

Toggle Mobile Data (non-root)

Here is an example of getting mobile data state - toggle if needed flow, as it's a part of full flow, i share screenshot and descriptions of it... device spec: Lenovo K5 Note - Android 6 - no root this part of flow needs screen on to operate! first and essential step: you need to dump global variabl...
by syndromtr
29 Dec 2017 18:18
Forum: Flow Sharing Area
Topic: Navigation Apps Auto turn on/off GPS
Replies: 63
Views: 242988

Re: Navigation Apps Auto turn on/off GPS

a workaround for non-rooted systems: (use at your own risk! - read below - you can add delays and modify it after trigger...) flow name : gps off Trigger : App Task Ended : com.google.android.apps.maps (you can add other software as well, which needs GPS on) Action : Set System Setting : Secure loca...
by syndromtr
29 Dec 2017 15:41
Forum: Flow Sharing Area
Topic: High Volume Warning - Another option
Replies: 14
Views: 55060

Re: High Volume Warning - Another option

if above doesn't work. another way: quoted from XDA: "This doesn't work because there is another setting that overrides "audio_safe_volume_state" and that is "unsafe_volume_music_active_ms"in the secure settings. This value counts up in ms and once it reaches 72000000ms (20 hours) it will reset the ...
by syndromtr
29 Dec 2017 07:39
Forum: Flow Sharing Area
Topic: High Volume Warning - Another option
Replies: 14
Views: 55060

Re: High Volume Warning - Another option

there's another way i guess, seems working after 2 days of testing. please comment if it has issues... Trigger : Automagic Startup Action : Sleep - 30s Action : Set System Setting : Global audio_safe_volume_state 2 it needs "Set System Setting" permissions. works on non-root. normally, above value i...
by syndromtr
17 Nov 2013 20:14
Forum: User Help / Bug Reports
Topic: DIY-Actions/Triggers: Start Activity, General Broadcast, ...
Replies: 49
Views: 295927

Re: DIY-Actions/Triggers: Start Activity, General Broadcast

(There may be a simpler method for this) Pull an application to foreground: (should be running in background to work properly) START ACTIVITY: Action : android.intent.action.MAIN Category list : android.intent.category.LAUNCHER Explicit Component is checked Package name & Class name : your applicati...
by syndromtr
29 May 2013 10:52
Forum: Flow Sharing Area
Topic: exiting an app
Replies: 2
Views: 12744

Re: exiting an app

hi, i think solution for that seems possible, - you can try controlUI action (android >4.1 required) - you can check this page http://automagic4android.com/forum/viewtopic.php?f=5&t=1825 and try root command: input keyevent <keyevent> probably.. of course you need to check those while your other app...