historical/no-limits-tmobile-tether.git/remove-tether-limits.sh
2024-01-16 11:20:27 -06:00

11 lines
447 B
Bash

echo enabling no porvisioning...
adb shell settings put global net.tethering.noprovisioning true
echo disabling thethering entitlement check...
adb shell settings put global tether_entitlement_check_state 0
echo disabling tether dun requirement...
adb shell settings put global tether_dun_required 0
echo "Init OK!"
echo "Press enter once connected to hotspot."
read
echo Changing TTL...
sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65