Samsung Network Mode switching

Kalemaroni

New member
Currently MacroDroid does not support switching Network Mode on Android unless it's rooted, however, there is an app called Samsung Band Selection which is able to do it. Is there any way MacroDroid can add this functionality too?
 

Twski

New member
Currently MacroDroid does not support switching Network Mode on Android unless it's rooted, however, there is an app called Samsung Band Selection which is able to do it. Is there any way MacroDroid can add this functionality too?
I downloaded that app to investigate, and it's actually not doing much on its on. It's actually opening a hidden menu on Samsung's telephony application. When you select something there, the telephony app is the one who changes the settings.

The same menu can be opened without the "Samsung Band Selection" app installed, but using adb:
am start -n com.samsung.android.app.telephonyui/.hiddennetworksetting.MainActivity
 

Kalemaroni

New member
I downloaded that app to investigate, and it's actually not doing much on its on. It's actually opening a hidden menu on Samsung's telephony application. When you select something there, the telephony app is the one who changes the settings.

The same menu can be opened without the "Samsung Band Selection" app installed, but using adb:
am start -n com.samsung.android.app.telephonyui/.hiddennetworksetting.MainActivity
Aha I see, thanks for investigating and sharing your findings, much appreciated.
 
Top