How to fix Sony Xperia Tethering Problem after upgrading to Android 5 Lollipop

Fixing Android Tethering Problem for Sony Xperia Lollipop

Tethering feature is failure after upgrading my Sony Xperia Z to 5.x Lollipop every time. I need to fix it with debug tool ‘adb’ for android development.

If you got Android Development Kit installed, you can run ‘adb shell’ to get debug shell console, and then change the value of tether_dun_required in global namespace to 0.

$ ./adt-bundle-mac-x86_64-20140702/sdk/platform-tools/adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
shell@C6903:/ $ settings put global tether_dun_required 0
shell@C6903:/ $