---
title: How to fix Sony Xperia Tethering Problem after upgrading to Android 5 Lollipop
url: https://sammy.hk/how-to-fix-sony-xperia-tethering-problem-after-upgrading-to-android-5-lollipop/
author: Sammy Fung
published: 2015-07-02T01:33:23+08:00
modified: 2021-06-01T00:38:48+08:00
description: "Tethering feature is failure after upgrading my Sony Xperia Z to 5.x Lollipop every time. I need to fix it with debug tool &#8216;adb&#8217; for android develop…"
categories: ["科技"]
tags: [android]
source: https://sammy.hk
---
[![Fixing Android Tethering Problem for Sony Xperia Lollipop](http://sammy.hk/wp-content/uploads/2015/07/Screen-Shot-2015-06-17-at-12.37.36-pm-1024x845.png)](http://sammy.hk/wp-content/uploads/2015/07/Screen-Shot-2015-06-17-at-12.37.36-pm.png)

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:/ $

### 相關文章：

1. [回歸 Android？](https://sammy.hk/back-to-android/ "回歸 Android？")
2. [Android Market 付費程式登陸香港](https://sammy.hk/android-market-paid-apps-arrive-hongkong/ "Android Market 付費程式登陸香港")
3. [Google voice search 推出廣東話輸入](https://sammy.hk/google-voice-search-cantonese/ "Google voice search 推出廣東話輸入")
4. [Google 收購 Motorola 並不在意手機生意 ?](https://sammy.hk/google-buy-motorola-not-target-handset-biz/ "Google 收購 Motorola 並不在意手機生意 ?")
