Recent content by mapriex

  1. M

    Circle around camera cutout macro

    cool stuff, thats finally a little alternative way for incoming messages.
  2. 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
  3. M

    Audio safe volume

    hi, can you provide the local log file to see, what is not working?
  4. 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...
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. M

    Audio safe volume

    show me the screenshot of only this macro. show me the audio setting. it must be turned on then.
  15. M

    Touch screen works intermittently

    probably your waiting times are to short or your app has ads that can be missclicked from your automation. can you provide a screenshot of your macro?
Top