mobile data on problem

dsnz

Well-known member
hi,

the discussion here was very interesting so I said to try the above myself

I have pure Android 9.0 (Android One)

- using helper apk (but not granting adb pm ... permission to helper apk , which I discovered much later), does not work
- using adb grants (all of them just in case I need in other macros), does not work

I guess the problem is with pure Android,
tainted Android 😂 may be ok
 

dsnz

Well-known member
UPDATE:

I reread all discussion and did some more experiments and it works , if

- wifi is off
- the mobile data action is used (instead of setting the global setting mobile_data which is what I tried first)

a final note

I have always on vpn, it does not reconnect automatically like when the user presses the mobile data button on/off
and this may be due to some broadcast intent not sent with this solution (and perhaps this explains the OP's need to manually refresh the browser) , I will try to find time in future to explore this further
 

chaoscreater

Active member
What I found is, I have to set:

mobile_data0 = 1

and then wait 15 seconds and then it'll work. However, there are some quirks with this. See my thread here:

Alternatively, can use UI interaction to turn on/off mobile data and that works flawlessly. Except that you have to use another action to turn on screen, swipe down notification shade, etc. It's not as elegant.
 
In my case, mobile data is activated in the quick shortcuts tray(1), but it is not activated in the notification bar(2), so I don't have mobile data actually active, is there any way to solve it? I've already tried the ones mentioned above
 

Attachments

  • WhatsApp Image 2021-09-28 at 07.45.35.jpeg
    WhatsApp Image 2021-09-28 at 07.45.35.jpeg
    157.6 KB · Views: 7

brio

New member
In my case, mobile data is activated in the quick shortcuts tray(1), but it is not activated in the notification bar(2), so I don't have mobile data actually active, is there any way to solve it? I've already tried the ones mentioned above
@johnskydraw Were you able to sort it out? I have exactly same issue (version pro, android 12) it gets activated when I reenable it manually, change it happened 2-3 it got activated automatically, but still treated as not working one.
 
@johnskydraw Você conseguiu resolver? Eu tenho exatamente o mesmo problema (versão pro, android 12) ele é ativado quando eu o reabilito manualmente, altero que aconteceu 2-3 ele foi ativado automaticamente, mas ainda tratado como não funcionando.
Infelizmente não amigo, já tentei algumas formas, sem sucesso, acho que é alguma limitação de app/android, gostaria de uma solução também, estou no android 12 One ui 4.1
 
Top