Tethering doesn't work on unlocked Lenovo B, or Huawei Y300
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Mobile
- :
- Tethering doesn't work on unlocked Lenovo B, or Hu...
Tethering doesn't work on unlocked Lenovo B, or Huawei Y300
27-07-2017 1:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As per title; I have a pair of plusnet SIMs on 30 day rolling contract £5/month tariff.
Tried each SIM in both of the above handsets, neither gave internet access to tethered devices.
Swapped to a Three data SIM, and tethering worked perfectly for both handsets.
Is it a problem with the way plusnet have configured their SIMs/network?
Do plusnet know about this problem? As they clearly advertise tethering as being a supported feature.
Is there anything I can do to my devices to work around plusnet's misconfiguration?
Re: Tethering doesn't work on unlocked Lenovo B, or Huawei Y300
27-07-2017 1:43 PM - edited 27-07-2017 1:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It does seem that the PN network is configured to require certain setting on some phones.
My previous phone worked fine but the new one doesn't without changing the settings.
There are 2 possibilities (3 if you include rooting the phone - but we won't go there!) :-
1) add DUN (dial up networking ) to the APN you are using for PlusNet data access. This is done by adding ",DUN" to the APN type ( without the quotes ). Didn't work for me...
2) change the global setting such that DUN is not required for tethering, this worked for me!.
You need USB debugging enabled and ADB installed on a PC
To do so, you'll need the Android Debug Bridge. You can install the Android SDK. Go ahead and download it from Android Developer site.
Once installed, make sure you have the correct USB driver for your Android device. To verify, hook up your phone to your computer. Open command prompt (I use Windows, if you use Mac, open Terminal). Type in the command:
adb devices
You should see your device listed. This is the proof that you have the correct USB driver.
Here's what you need to do:
1) Go to Android Debug Bridge Shell with the command
adb shell
2) Inside adb shell, type in the command
settings put global tether_dun_required 0
You are done!! You can type
exit
to exit from adb shell.It's quite common
NB the first time you run 'ADB devices' the phone will ask you to authorise the PC to access it.
PS You'll probably find much better explanation and instructions by googling 'tether_dun_required'
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Mobile
- :
- Tethering doesn't work on unlocked Lenovo B, or Hu...