New 5.5.22 - Apps Can't Enable Mobile Data.


apes

Members
May 5, 2012
19
15
Samsung Galaxy S4 i9505 using V6 miui_i9505_rainbow_5.5.22.

3rd party apps & toggles can't enable mobile data. e.g. AutomateIt, MacroDroid, various little toggle apps.

Key points for info:
- These apps can disable mobile data, not enable.
- Mobile data can be toggled on & off via the usual dropdown notification toggles.
- Mobile data can be enabled via adb (adb shell settings put global mobile_data 1)

Also tested with fresh install, same problem.

Is this happening on any other V6 rom?

Many thx
~apes

Extract from logcat when AutomateIt is attempting to enable:

I/AutomateIt( 4136): Add Record To Rule Log {ruleId=1104841477523, msg=Rule "NETWORK screen on data" manually executed by user}
W/ContextImpl( 961): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1502 com.android.server.ConnectivityService.setMobileDataEnabled:2743 android.net.IConnectivityManager$Stub.onTransact:318 android.os.Binder.execTransact:404 de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative:-2
I/AutomateIt( 4136): Rule {NETWORK screen on data} manually executed

a clue?