I see lots of mentions of this option on Android sites, including Android.StackExchange.com, but I don't see any technical exploitation for what it does. What does this option actually do?
Asked
Active
Viewed 8,916 times
2 Answers
1
Tells telephony manager dial up networking emulation not required, not sure if thats actually required if you use net.tethering.noprovisioning=true in build.prop you can see the telephony and tethering code in the links below

crabbypaddy
- 11
- 1
0
Not exactly sure what it does, but a lot of people seem tho think this in adb shell
gets them free tethering.
su
settings put global tether_dun_required 0
exit

Evan Carroll
- 4,257
- 20
- 57
- 94
-
For my phone it isn't free tethering, it's tethering at all. Or maybe it's due to chaning SIM cards? – Paul Stelian Sep 22 '18 at 12:44