I tried to use mobile Datanetwork type trigger. I can watch the icon switch to LTE, but the trigger doesn't fire.
Is there a bug or am I expecting the wrong thing to trigger it?
What I really want is to detect when mobile data is enabled...
Mobile Datanetwork type trigger
Moderator: Martin
Re: Mobile Datanetwork type trigger
Try to tick every checkbox there and put debug dialog. See if the flow triggered when it changed.
Since the network detection has been mostly limited since Android LP 5.1, you can try other method. Check with your system setting, find the value preferred_network_mode. You can use my secure logger flow to find the correct one. Then use Trigger System Setting Changed based on that value.
Since the network detection has been mostly limited since Android LP 5.1, you can try other method. Check with your system setting, find the value preferred_network_mode. You can use my secure logger flow to find the correct one. Then use Trigger System Setting Changed based on that value.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Mobile Datanetwork type trigger
I tried that... Never triggered.
Bummer, but at least there's another one...Since the network detection has been mostly limited since Android LP 5.1, you can try other method.
Wow! One hell of detailed post! Thank you for that work/effort!Check with your system setting, find the value preferred_network_mode. You can use my secure logger flow to find the correct one.
Enabled it & will play around. Thank you.Then use Trigger System Setting Changed based on that value.
Re: Mobile Datanetwork type trigger
Thanks, worked like a charm! Very much appreciated