Not working? & Question
Opened this issue · 1 comments
Is this the same module as "AFWall Boot AntiLeak" from GrayJackFixxxer or a fork of some sort?
Because it works for me in the exact same way.
The problem is at first at the start it works, there is no internet connection at first, but after a few seconds after the system started it activates both mobile and WiFi data.
That's what I was hoping to avoid. I would rather like to activate the connection manually.
I use InviZible Pro and it is very slow at startup.
Am I doing something wrong or misunderstood this module?
Thank you for your work and help (:
Good afternoon
It's not a fork, I didn't even know "AFWall Boot AntiLeak" existed :)
As far as I can see from the code, different network shutdown mechanisms are used (cmd -w phone data disable
/ svc data disable
).
Also, I do not turn the network back on, the user does it manually.
When I made this module, I ran into some problems. Different devices require different commands to manage the network, and the shell loads differently.
If my module does not work for you. You can try to adapt it.
- open a terminal (termux)
- check if network shutdown commands work (from
service.sh
file) - if everything works, try changing the delay in the file
service.sh