Hotspot not working in MIUI 10 or 11


St0RM53

Members
Jan 12, 2020
38
20
I have a Redmi S2. Hotspot was working in MIUI 9.
In both MIUI 10 and 11 the hotspot is enabled and devices can connect to it, but it doesn't share internet.
Any idea how to fix?
 
Ok solution found:

-Enable developer tools and usb debugging
-Connect after enabling and drivers should be installed on the PC
-Download Android SDK tools
-Extract and open CMD in admin mode, and go to the tools directory

Then run:
adb shell settings get global tether_dun_required

If the result is "null" or "1" run:

adb shell settings put global tether_dun_required 0

then reboot phone

Verify setting is changed by re-running the first command; you should get 0

Test everything should be working
 
  • Like
Reactions: mercu