Thanks for the tips all, I was able to get my 5X tethering again despite no tethering provision on Cricket Wireless. Unbelievable the carriers were able to win the battle to require you to pay more to decide where and how you want to use your data - where is the FCC on this issue since this clearly goes against their posture of net neutrality? I can understand locking it down on a carrier provided and branded device, but even a generic unbranded device like the Nexus?
Anyway I wrote a quick script to set the build.props flag without having to manually edit it yourself. This requires root, and ADB - just run this in a command prompt and then reboot your device.
Anyway I wrote a quick script to set the build.props flag without having to manually edit it yourself. This requires root, and ADB - just run this in a command prompt and then reboot your device.
Code:
adb shell "su -c 'mount -o rw,remount /system;echo net.tethering.noprovisioning=true >> /system/build.prop;mount -o ro,remount /system;'"