Search results

  1. M

    Geofence not working

    this is an example of triggering for entering the geofence10 only. if you exit, nothing changes. you can combine it as you want. you need to start the timer once in the main menu or call it with a macro: systemboot: start watchdog.
  2. M

    Geofence not working

    i think its an error between the communication of the trigger time and the service that is used (google service, i assume). after some time the google service won't respond if its not activated manually (or maybe automated with macrodroid). so the pull trigger of 'like every 30 seconds' only...
  3. M

    Geofence not working

    i sometimes had bugs that triggering don't work proberly, not a big deal. recently (like since this september) the triggers won't work generally. they only work for 1day after setting it up, but won't trigger after few days. as a workaround i use a watchdog instead of geofence triggering. its...
  4. M

    How to find X, Y coordinates?

    i keep touching and watch which numbers are shown, i remember them and write it down. Maybe you can create a macro with reading screen content, when touching a display with an activation and deactivating trigger. sample case: go to the screen you want to capture, press activation key. touch the...
  5. M

    Android Auto USB connection popup and action issue.

    maybe something different to solve the problem. search in the settings to android auto, there you can configure that you can connect to android auto to 'always connect' or something like this. then you enter always to android auto, if it finds the right device eg. car-headunit with android auto.
  6. M

    V5.44 - Feedback

    i don't have this problem.
  7. M

    Circle around camera cutout macro

    cool stuff, thats finally a little alternative way for incoming messages.
  8. M

    Start turn-by-turn navigation on Google Maps?

    in addition, this is the android shortcut creation: https://support.google.com/maps/answer/6291823?hl=en&co=GENIE.Platform%3DAndroid
  9. M

    Audio safe volume

    hi, can you provide the local log file to see, what is not working?
  10. M

    Audio safe volume

    its not needed, if you just use volumelimit_on = 0 you can delete the other variabld with audio safe state in the else clause. it can be solved with ui interactions, but display needs to be on. can you confirm, if you enables bluetooth, the device will show the display? if you your device...
  11. M

    Audio safe volume

    no, only the first variable is right. the others must look like this at the end: btw you dont need the disconnected function in the action list, an else alone is just fine.
  12. M

    Notification bar icons bug - Google Pixel 8 Pro

    with ui-actions you can unlock your phone and then enable and disable it automatically. many times it works in the pocket.
  13. M

    Can you use Macrodroid on 2 devices?

    you can use it over your google-account. in your case, yes. any device that uses the sams google-account you can use the app.
  14. M

    Audio safe volume

    hey, if you compare the macro: action1 was right. just copy it and write = 0 you have [system] xxxxyx and then volumesetting also for the adio save volume state: write only: [system] audio_volume_ state 3 yes, you can auto-accept the pop-up, but first use correct variables.
  15. M

    Audio safe volume

    ok, then this it: t: bluetooth device connects t: bluetooth device disconnects a: if bluetooth device connected: a: wait 1 sec a: volumelimit_on = 1 a: wait 1 sec a: audio_safe_volume_state = 3 a: else a: wait 1 sec a: volumelimit_on = 0
  16. M

    Audio safe volume

    i see that this works. how should we continue? maybe you explain your main problem again and then we try to find the right macro since we have the necessary variables now.
  17. M

    sending trigger via bluetooth to other

    my carlinkit is usable in around 88 seconds, if car starts. when its in sleeping mode it needs around 33 seconds. i am using carlinkit also for wireless carplay, but thats not smart. i am thinking with a second mobile phone with a big integrated battery and a price about 300 euro that i can...
  18. M

    sending trigger via bluetooth to other

    bluetooth protocols cannot be accessed that easy, so for you its probably not the right way. i suggest you to buy a multi-sim instead of a twin-sim. btw how long is your uptime to carplay, boots it automatically in the carplay-screen? is it far faster than the carlinkit? what is the...
  19. M

    Geofence Array

    what do you want to achieve with this structure in this case? in general every geofence asking frequently its state. so if you create 3 geofences, you geofence1, geofence2 and geofence3. if you group it in one macro you can easy control all geofences together.
Top