[Q] Android 5, tethering no longer connects to game servers - Nexus 5 Q&A, Help & Troubleshooting

Was chosen the other day by the all mighty to receive the Lollipop upgrade. Non-rooted Nexus 5 on T-Mobile.
Prior to this I had no issues connecting to an online game server (project1999) via USB tether app PDAnet on multiple laptops, soon as I upgraded to Lollipop this completely broke and I can connect maybe 1 out of 20 attempts and those connections are incredibly shaky. Also noteworthy that traceroutes to any sort of website time out immediately though I'm still able to access any website i've tried.
Fixes that I've tried:
Adding ,dun to APN type
Switching between IPv4 and IPv6 and back and forth
Tether w/out apps just using the default settings slider
Both PDAnet and Clockworkmod Tether have same result
Any help would be greatly appreciated (preferably w/out having to root my phone), if nothing seems possible is there a way to roll back to kitkat?
Thank you

Essedge said:
Was chosen the other day by the all mighty to receive the Lollipop upgrade. Non-rooted Nexus 5 on T-Mobile.
Prior to this I had no issues connecting to an online game server (project1999) via USB tether app PDAnet on multiple laptops, soon as I upgraded to Lollipop this completely broke and I can connect maybe 1 out of 20 attempts and those connections are incredibly shaky. Also noteworthy that traceroutes to any sort of website time out immediately though I'm still able to access any website i've tried.
Fixes that I've tried:
Adding ,dun to APN type
Switching between IPv4 and IPv6 and back and forth
Tether w/out apps just using the default settings slider
Both PDAnet and Clockworkmod Tether have same result
Any help would be greatly appreciated (preferably w/out having to root my phone), if nothing seems possible is there a way to roll back to kitkat?
Thank you
Click to expand...
Click to collapse
I've been having a similar issue. I think it'll take some trial and error and development before those tethering apps are able to work on Android 5 on the Nexus 5 properly.
You can go back to 4.4.4 by using Google's 4.4.4 factory image. You won't have to use Root, but you'll need to use the ADB tools (in windows/osx/linux) and fastboot functions from the phone's boot loader. I used this guide as a reference and used method 2: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701

Related

Wifi Tether and Rooted Sprint Hero

Wifi tether doesn't seem to work for some of us. For me personally it connects but does not have an internet connection. Is it working for anyone? Failing?
elguapo76 said:
Wifi tether doesn't seem to work for some of us. For me personally it connects but does not have an internet connection. Is it working for anyone? Failing?
Click to expand...
Click to collapse
Having same issue as you. My dell mini 10v connects, takes a bit longer then usual to acquire network address, and when it does the internet still doesnt work.
I'm sure its just a matter of the program being updated to work on the CDMA hero
Ditto
I'm having the same problem as well. Connects after a very long time and receives IP information, but nothing after that. Has anybody reported to the wifi-tether developer yet?
As soon as it works on the Hero, I'm ready to donate, as I gladly paid money for WmWifiRouter on my previous phones.
Same problem with me. Is anyone else getting the "AC disabled" message in the notification window once the PC is "supposedly" tethered? I noticed my phone getting really hot.
I'd really like to know why this works in the Mocado ROM but not just by installing the application alone after rooting. I don't want to start messing with custom ROMS just yet.
teli said:
I'd really like to know why this works in the Mocado ROM but not just by installing the application alone after rooting. I don't want to start messing with custom ROMS just yet.
Click to expand...
Click to collapse
Not sure but what I did notice is that when I ran it for the first time on Mocado's ROM I got a prompt asking me to "Allow" the app certain rights. Now when I installed the app before I flashed his ROM but right after rooting my phone I did not get this prompt. Maybe the way it's installed on his ROM has something extra that has it correctly and fully installed on the ROM to allow it to work properly.
the permissions screen is just adding the program to the super user whitelist kinda like a list of programs permitted to run as su maybe downloading super user white list off the market I remember getting it from there with my G1 if not just pull the apk from the modaco Ron but you should try the modaco rom you don't even have to wipe all your settings and everything will stay the same.
I know it isn't ideal, but you can share the internet connection ICS style if you do the following:
adb shell
Code:
su
/system/bin/netsharing net on
echo 4 > /sys/devices/platform/msm_hsusb/usb_function_switch
At which point you will get disconnected from your adb shell and the internet Windows will recognize the Hero as an NDIS adapter. To turn it off I just go into Settings -> Wireless -> Mobile network sharing and toggle it on then off again.
There might be a way to get netsharing to also flip the usb function, using net_and_usb but it doesn't seem to work and my ARM disassembly skills aren't good enough to tell why.
Hey guys,
My wifi tether did not work, even with root, until I installed MoDoCo's ROM. After I did, it was gravy from there. 2.4 down .60 up.
mine works
mine works too, i just use it as a wireless router...
Mine works flawlessly on MoDaCo's Rom. Im guessing it has something to do with a string of code that the custom rom has that the stock one doesnt.
I finally took the plunge into the MoDaCo rom. Easy as pie and tethering works with no prob. Just Do it.
Yeah. I see no reason why not to go with the MoDaCo's. This was my first time flashing a rom on anything and it got it easily the first try.
Can all of ya'll confirm that the encryption or device access list does NOT work on wifi tethering app?
Device access list seems to work fine for me, but the encryption does not.
Anyone know if there's a workaround for USB tether yet, that allows native mobile network sharing? (not that crazy switch off/switch on quickly workaround that doesn't always work)
I don't really like the wifi tether because it drains my battery, even if my phone is plugged in to my laptop via USB.
Also, I haven't been able to get above 1.2 mbps down speeds with the wifi tether, and I was hoping that native mobile network sharing might help this. Anyone else having slow connection issues with this?
Wifi tether does not work on the stock Sprint ROM. It does (for some reason) work on Modaco's.
Check this link for the developers thread on whats happening - http://code.google.com/p/android-wifi-tether/issues/detail?id=188
He doesnt have a Sprint Hero to test with so he needs our help.
fixed!
The developer has released a new "pre-version" of Wireless Tether that works on the stock Sprint HTC Hero ROM (with root access, obviously)! As per user capnbry, "..the problem is that the gprs table has a default route on it, and it has a higher priority than main, which is where the wireless route goes. If you `ip route delete table gprs` after starting android.tether everything works like a charm." The developer has added this step into the program, and it works!
See the thread for details, or download the new "pre-version" here: http://android-wifi-tether.googlecode.com/files/wireless_tether_1_61-pre1_htc.apk
auto_exec said:
The developer has released a new "pre-version" of Wireless Tether that works on the stock Sprint HTC Hero ROM (with root access, obviously)! As per user capnbry, "..the problem is that the gprs table has a default route on it, and it has a higher priority than main, which is where the wireless route goes. If you `ip route delete table gprs` after starting android.tether everything works like a charm." The developer has added this step into the program, and it works!
See the thread for details, or download the new "pre-version" here: http://android-wifi-tether.googlecode.com/files/wireless_tether_1_61-pre1_htc.apk
Click to expand...
Click to collapse
I just tried this app on my computer, and I can confirm that the pre release works on the HTC Hero stock rom with no problems. I did this test on Windows 7 x64

[Q] Tethering XT925 4.1.2 Verizon

I have read through all the different methods of tethering, and it appears that I am still unable to utilize my tethering. I can connect, but once connected, I can't access the internet or ping Google, or even ping the gateway for that matter!! I am rooted on the latest update for this phone.
I have:
1. Used SQLLite Editor and modified the key to stop the tether check (this actually allowed my PC to connect).
2. Tried the built in tether.
3. Tried Wifi Tether (Play version).
3. Tried FoxFi.
4. Used ISWAT Tether Unlocker.
5. Used SQLLite Editor to change the key to subscription_mode = 1 (and changed it back after failure)
I've noticed on multiple threads that people have been successful just trying one of these methods, but I have been unsuccessful on all of them. Am I missing a step? I'd think the community would be all over this like white on rice, but so far, I've seen little complaints?
I'd rather not unlock the bootloader and install a custom ROM, as I'm actually satisfied with stock and my own tweaks.
If you are rooted WifiTether works.
You need to fgo into settings and change the "Device Profile" to "Generic ICS/JB(wlan0)"
I'm using the version from Google Downloads or whatever it is.
tech_head said:
If you are rooted WifiTether works.
You need to fgo into settings and change the "Device Profile" to "Generic ICS/JB(wlan0)"
I'm using the version from Google Downloads or whatever it is.
Click to expand...
Click to collapse
I am such a toolbox. After messing with this thing so much, I had switched to NETD-NDC for the connection. After I fixed that (changed that to auto), I was able to get it to go through.
Stock tether still doesn't work (same issue), but I couldn't care less. Speed tests show that throughput is the same on the PC as on the phone, so I'd call that a win.
Geeze... You'd think after working on this thing for hours, I would have caught that.
I have a quick question perhaps under same topic:
I recently dl'd SQLlite and performed the entitlement hack to get my WiFi tether to work. This method worked great however afterwards, I am unable to access either GPlay or my RSS reader (Feedly).
I am running Orbot and Transparent Proxying. Before the entitlement hack, I could access all of my apps with Orbot enabled.
Now I have to disconnect from the Tor Network to connect to GPlay.
RAZR rooted, blunlocked...
Sent from my DROID RAZR HD using Tapatalk 2
Seems like there is a new version of WiFiTether available on both googledownloads and play store, however, the Device Profile" to "Generic ICS/JB(wlan0)" setting no longer works, Mobile Hotspot works with the SQlite hack. Is the device profile supposed to be something different now?

[HOW-TO] Enable Wifi and USB Tethering on AT&T Samsung Galaxy S4 with Android 4.3 MK2

[HOW-TO] Enable Wifi and USB Tethering on AT&T Samsung Galaxy S4 with Android 4.3 MK2
After some research on various forums including this one, I got both Wifi and USB Tethering working on my AT&T Samsung Galaxy S4 with Android 4.3 (build MK2). Figure others may look for similar solutions so I put together the steps I used in this post.
1. Background
I have been tethering with SVTP (paid version) since acquiring the Galaxy S4 in June 2013, with my unlimited data plan. Then it stopped working after a week when AT&T pushed out the software update. Furious, I googled around and found the "Click the home button when the checking popup appears" trick, and had been happily tethering, until AT&T push another update (MK2) two weeks ago. It defeated that trick and none of the tethering apps work. Oh man, not again!
I googled again and found FoxFi. The wifi tethering didn't work (it only work on Verizon as reported(), but the USB and Bluetooth tethering do work. I am relived as I had a temporal solution. However, both the USB and Bluetooth tethering drop and resume the internet connection every minute. Very annoying when downloading a bigger file, or playing online games that require constant connection. Finally can't stand it anymore. I keep googling around and found there's no other solution except rooting the device. And I decide to take the risk and give it a shot.
2. Result
After following the steps, I was able to get all tethering apps works. Specifically all these works;
SVTP
ES File Manager
FoxFi
And, the native Tethering from the phone also work. This give me the hint that probably most, if not all, tethering apps should work.
Furthermore,the built-in USB tethering also work! Unlike the one from FoxFi, this one work continuously without dropping/resuming the connection every minute. This can be handy as you can charge your phone while tethering. Pretty cool, uh?
Last but not least, I disable the AT&T Software update, so I don't have to do this again
3. Steps
Here's the steps I used. I piece them together from various sources. Many thanks to the folks who put them together, and to the folks who tried before me and post the positive result. Basically you need do to a few things:
a. Root the device
b. Modify the tethering file
c. Turn on tethering and verify it works
d. Disable the AT&T Software update (Optional)
Please see the next post for details.
Steps
a. Root your device
Scary, isn't it? I was in the same boat and really hesitated to do it. However with no other option available it may worth a try. It does work well and give you good control of the phone. Worthy in my opinion, especially when it allows you to do what you want to do.
a1. If you are new to rooting your phone like me, some background reading may help:
http://www.kingoapp.com/help/android-rooting.htm
https://sites.google.com/site/tomsgt123/all-videos/samsung-galaxy-s4
a2. Watch this video as a preparation and confidence building:
http://www.youtube.com/watch?v=uii_mYm8IGE&feature=youtu.be
a3. Root your device using the steps here. It echoes the steps in the video. Even though it is made for the Verizon model, it works on AT&T too:
http://forum.xda-developers.com/showthread.php?t=2565758
b. Modify the tethering file:
b1. Follow the steps in the post. It works:
http://forum.xda-developers.com/showthread.php?t=2535141
b2. Pay attention to the mount /system as RW mode step. It is missing in the original post:
"I was not able to rename files or copy until I change 'Mount R/W'.
To do this, you click on globe/phone on top left corner.
Scroll down to "Root Explorer" and hold for a second or two.
When you let go, a pop-up screen appears. Click on Mount R/W,
and change "/system" from OR to RW."
http://forum.xda-developers.com/showpost.php?p=48950107&postcount=87
c. Verify tethering works
c1. Use your favorite tethering app, it should work. Just disregard the AT&T Popup (click OK).
And if you don't use any tethering app before, rest at ease. Your phone's native Wifi and USB tethering also work. That maybe the best part as you don't need to purchase any "unlocked" version of those apps. Just go to "Settings->More networks->Tethering and portable hotspot". Turn on Mobile Hotspot and you can use Wifi tethering as usual.
c2. Or while at the same screen, connect your phone to the laptop with a USB cable and enable "USB tethering". Your laptop will automatically install a USB driver and you will be connected to the internet via USB. This option works especially well when all you need is connect one laptop to the internet. It not only saves the battery of your phone by not using Wifi, but also charge your battery while tethering!
c3. Stil not enough? How about make your laptop a wifi hotspot? Follow the steps here:
http://lifehacker.com/5369381/turn-your-windows-7-pc-into-a-wireless-hotspot
This way, you charge your phone while tethering using USB, your laptop is on the web, and others can connect to the internet via the Wifi hotspot on your laptop. It is a win-win-win situation
d. Finally, if you don't want to be annoyed in the future and redo all these again (which may or may not work anymore as they may close the door), turn of AT&T Software update. Follow the steps here:
Stopping AT&T Auto Software Update
Download and install "App Quarantine ROOT/FREEZE" from Play Store.
Open the app and go to settings by tapping on the wrench icon at the top right of the screen.
Uncheck the "Hide system services" option.
Go back to the app and select "AT&T Software update".
Tap on the lock icon on the top right of the screen.
It may ask you to enable the USB debugging.
Feel safe from AT&T's new attack
http://forum.xda-developers.com/showthread.php?t=2387577
Again, many thanks to those who put the information together, and to those who tried it and proved it worked. You guys are great! Happy new year and happy tethering!
Good job!
I'm sure a lot of people will benefit from this.
I can verify that this method works perfectly for my ATT S4 Active ML2 - thank you!!!
Just found this thread today, I've been planning on rooting my phone for some time now and tethering is one of the biggest reasons why.
I just wanted to confirm that this fix has allowed you to tether using the native tethering function in android with an unlimited (grandfathered) AT&T data plan and you haven't had any problems with AT&T harassing you about it. I'm in the same boat and don't want to lose my unlimited data as I've heard as happened to some people.
Also thanks for the guide!
Does anyone know if this will work on non samsung AT&T phones. Like the HTC M8?
ProdigalHacker said:
Just found this thread today, I've been planning on rooting my phone for some time now and tethering is one of the biggest reasons why.
I just wanted to confirm that this fix has allowed you to tether using the native tethering function in android with an unlimited (grandfathered) AT&T data plan and you haven't had any problems with AT&T harassing you about it. I'm in the same boat and don't want to lose my unlimited data as I've heard as happened to some people.
Also thanks for the guide!
Click to expand...
Click to collapse
Yes, it works fine with the AT&T unlimited data plan.

Skipping initial setup because of no connection

Hi guys,
I am in China and unable to setup my phone. I did a wipe last night trying to reset it and I am stuck where it asks for wifi or mobile access to setup the phone. I am unable to change the captive portal yet at this time so it believes it has no net access though it does. Any workaround to this? I have scoured this forum before posting, any help would be great! I am working to enable 4G access and phone calls at the same time. Think I have a solution. Just can't test it till I get past this step.
Edit: I also tried to tether to a phone with a VPN only to learn that is a big no can do as well.
Thanks
Ok,
So after two full days of researching and trying various things, I found a way to hop out of the firewall. Thought I would share in case someone else runs into this issue.
1) You need a second phone, it needs to be rooted. I used an old Samsung Note 4, using CF to root it with Odin.
2) Once rooted, you need a vpn, I used ExpressVpn.
3) Also you need to get TetherVPN. It only works with a rooted phone.
4) Last, you need a sim card capable of a data connection.
5) Connect the Pixel to the shared connection from the rooted phone.
6) Activate VPN
7) Activate TetherVPN with su privileges.
8) By this time, the Pixel should have timed out trying to connect to the internet. Retry at this time, do not change networks. I tried 4 times in a row before the dread "x" from the wifi disappeared.
9) Quickly go through the steps, skipping all you can to get to the normal home screen. At this time you can reenable debug mode.
10) Once debug is enabled, using debugging send command: adb shell "settings put global captive_portal_https_url https://developers.google.cn/generate_204". This will keep the dread "x" out of your wifi signal with or without a vpn and allow normal wifi usage in the mainland.
As promised, I am working on a workaround for Telecom to enable 4G access and phone access. Currently, it looks to be used on 7.1.1 (NOF27B, Mar 2017) release of XL, thus the wipe and downgrade from 8.1.0 (OPM1.171019.011, Dec 2017). Once I updated to 8.1.0, I lost access to all data. Switching with *#*#4636#*#* did not restore 2G or 3G, however phone access and SMS was still working.
Once I run it through the paces and the translation to try. I will post an update. If anyone knows a better soultion using 8.1.0, I would love to hear it!

Hotspot issues with Android Pie

I am having issues regarding Wifi hotspot on Pie.
1. My laptop find it very difficult to find the hotspot. Sometimes I have to restart the hotspot 2-3 times before the network shows up on my laptop. On Oreo, this was always instant and worked immediatly.
2. In the last few days using a hotspot from the phone and my laptop I have had issues regarding DNS/internet. Even though my laptop is connected to the hotspot network, it doesn't have any internet access. When browsing the web on my laptop, all DNS requests always fails. It happens whenever I try to navigate to a site and tries to ping a url from CMD. But if I try to ping a ip address, let say 1.1.1.1, that works fine! I can also use my browser on my phone without any issues at all. The laptop works fine on any other network and the phone works well on its own but the hotspot causes great problems. It sounds to me that for some reason when using a hotspot, DNS requests doesn't come through properly. Also, if I connect to a VPN on my laptop, eveything works, even DNS requests but my VPN is somewhat unreliable so it constantly disconnects so that is not a viable solution for me.
Anyone experiencing similar problems? It's really annoying because now I can't get any work done on my daily commute.
Edit: It sounds similar to these problems: http://piunikaweb.com/2018/08/22/go...hotspot-tethering-issues-after-android-9-pie/
baxtex said:
I am having issues regarding Wifi hotspot on Pie.
1. My laptop find it very difficult to find the hotspot. Sometimes I have to restart the hotspot 2-3 times before the network shows up on my laptop. On Oreo, this was always instant and worked immediatly.
2. In the last few days using a hotspot from the phone and my laptop I have had issues regarding DNS/internet. Even though my laptop is connected to the hotspot network, it doesn't have any internet access. When browsing the web on my laptop, all DNS requests always fails. It happens whenever I try to navigate to a site and tries to ping a url from CMD. But if I try to ping a ip address, let say 1.1.1.1, that works fine! I can also use my browser on my phone without any issues at all. The laptop works fine on any other network and the phone works well on its own but the hotspot causes great problems. It sounds to me that for some reason when using a hotspot, DNS requests doesn't come through properly. Also, if I connect to a VPN on my laptop, eveything works, even DNS requests but my VPN is somewhat unreliable so it constantly disconnects so that is not a viable solution for me.
Anyone experiencing similar problems? It's really annoying because now I can't get any work done on my daily commute.
Edit: It sounds similar to these problems: http://piunikaweb.com/2018/08/22/go...hotspot-tethering-issues-after-android-9-pie/
Click to expand...
Click to collapse
@thugslug @jbm76 I know you guys had an issue with hotspot. Is this the same problem?
yldlj said:
@[email protected] I know you guys had an issue with hotspot. Is this the same problem?
Click to expand...
Click to collapse
Point 2 sounds like it..
jbm76 said:
Point 2 sounds like it..
Click to expand...
Click to collapse
I can't remember what thread you wrote the adb commands that might fix it? Was going to direct him to that post.
yldlj said:
I can't remember what thread you wrote the adb commands that might fix it? Was going to direct him to that post.
Click to expand...
Click to collapse
Yep that fixed for me ??
adb shell settings get global tether_dun_required
If the result is "null" or "1"
adb shell settings put global tether_dun_required 0
Reboot phone
yldlj said:
@[email protected] I know you guys had an issue with hotspot. Is this the same problem?
Click to expand...
Click to collapse
His first problem I don't have, but it's the second that's the same issue as mine.
Obviously he's never searched or he'd have found my lengthy post not very far back.
The solution is there too.
I've never tried turning the VPN on to see if I get through access to the internet that way. I can't now as I've applied the fix @jbm76 found, and I don't really want to back out the fix to try it.
Definitely an area where pie has gone backwards. For those of us affected anyway.
Edit.... Sorry, I didn't note that this was a new thread.
My post is in the OB4 thread (which I at first thought this was). I'm tired and didn't look well enough.
jbm76 said:
Yep that fixed for me ?
adb shell settings get global tether_dun_required
If the result is "null" or "1"
adb shell settings put global tether_dun_required 0
Reboot phone
Click to expand...
Click to collapse
I will try these and report back.
baxtex said:
I will try these and report back.
Click to expand...
Click to collapse
If you get errors at the cmd prompt make sure usb debugging is set 'on' on the phone.
Followed the commands and it seemed to do the trick! Many many thanks!
baxtex said:
Followed the commands and it seemed to do the trick! Many many thanks!
Click to expand...
Click to collapse
[emoji3][emoji3]
Most people it works straight away. What region are you in?
Sent from my SM-P605 using Tapatalk
jbm76 said:
[emoji3][emoji3]
Most people it works straight away. What region are you in?
Sent from my SM-P605 using Tapatalk
Click to expand...
Click to collapse
Sweden.
I want to remember that it did work before, then I have to reflash Pie again and that's when the issues started.
I still wanted to say that I still suffering from the first problem, having difficulties actually finding the hotspot at all.
Its very odd. This problem has started to arise again. I tried running adb shell settings get global tether_dun_required again but I get the answer that it is 0 so that looks fine. I haven't updated anything since I had this problem the last time.
Folks,
To provide some more info and more things to try if you are rooted (I am in the US on T-Mobile). These instructions should also help you avoid tethering detection using the standard Android tethering options if you wish to.
1) Go into settings --> system --> developer options and turn off Tethering hardware acceleration. This will make sure all tethering routing is done by Android at the software level and not by Qualcomm's chipsets (so following steps will apply).
2) As suggested, put global tether_dun_required 0. Note you can also do this from a command prompt by typing su (get root access) and typing setting put global tether_dun_required 0. What this does is route tething traffic over the same APN as phone traffic, and not the hidden tethering APN that some carriers put on the sim cards.
3) Install Change TTL and in settings set it to run a boot and set TTL to 64. This ensures that all traffic leaving your phone will have a TTL of 64 and look like it is coming from the phone. (I am pretty sure this also set's ipv6 hop limit, as TMobile in the US is all IPv6 and this hides traffic.)
Reboot. If you still have trouble -- try Android's USB option to see if it is WiFi related vs Tethering system related.
- Verify that global tether_dun_required is still 0 after reboot (it should be if you are rooted).
- Delete the WiFi entry on your computer and re-join the phone's network -- sometimes it is on your computer's side.
Another thing to try is Easy Tether -- this is a good USB tethering option that won't use Android tethering system and it is guaranteed to route traffic over the phone's network APN.
If the issue is DNS, you can isolate that by manually putting a DNS (8.8.8.8) into the tethered computer to see if that is the issue.
Also, google search xda VPN Hotspot. This app has a ton of options to change Android's tethering routing even if you are not using a VPN. This may also help you figure something out. You can activate tethering, then go in here and turn on the wlan interface and it should route traffic directly to that (which should be happening anyways because of tether_dun_required = 0).
Good luck!
MW
MetroWestMA said:
Folks,
To provide some more info and more things to try if you are rooted (I am in the US on T-Mobile). These instructions should also help you avoid tethering detection using the standard Android tethering options if you wish to.
1) Go into settings --> system --> developer options and turn off Tethering hardware acceleration. This will make sure all tethering routing is done by Android at the software level and not by Qualcomm's chipsets (so following steps will apply).
2) As suggested, put global tether_dun_required 0. Note you can also do this from a command prompt by typing su (get root access) and typing setting put global tether_dun_required 0. What this does is route tething traffic over the same APN as phone traffic, and not the hidden tethering APN that some carriers put on the sim cards.
3) Install Change TTL and in settings set it to run a boot and set TTL to 64. This ensures that all traffic leaving your phone will have a TTL of 64 and look like it is coming from the phone. (I am pretty sure this also set's ipv6 hop limit, as TMobile in the US is all IPv6 and this hides traffic.)
Reboot. If you still have trouble -- try Android's USB option to see if it is WiFi related vs Tethering system related.
- Verify that global tether_dun_required is still 0 after reboot (it should be if you are rooted).
- Delete the WiFi entry on your computer and re-join the phone's network -- sometimes it is on your computer's side.
Another thing to try is Easy Tether -- this is a good USB tethering option that won't use Android tethering system and it is guaranteed to route traffic over the phone's network APN.
If the issue is DNS, you can isolate that by manually putting a DNS (8.8.8.8) into the tethered computer to see if that is the issue.
Also, google search xda VPN Hotspot. This app has a ton of options to change Android's tethering routing even if you are not using a VPN. This may also help you figure something out. You can activate tethering, then go in here and turn on the wlan interface and it should route traffic directly to that (which should be happening anyways because of tether_dun_required = 0).
Good luck!
MW
Click to expand...
Click to collapse
Hi and thank you for your post. It seems that windows had changed dns settings by its own to something invalid, so that is why it didn't work. However I am still having connection issues. Mainly I find it very difficult to connect my laptop (and other devices) to the hotspot of the Oneplus 6.
1) Done.
2) Done.
3) It was already set at 64 but I tried setting in to 64 again.
DUN is still 0 after reboot. I have also removed the wifi from my PC and changed name on the hotspot. Also tried both 2.4 and 5 Ghz. When the pc is connected the hotspot, I can ping google succesfully, so internet works but not DNS, all requests in my browser times out. I have also tried setting DNS to external providers in the phone (not sure if if affects the hotspot though). I looked at easy tether but root version was pretty expensive. I also googled XDA VPN Hotspot but I'm not sure which app you mean. Do you have the link?
Right now I'm just thinking of factory resetting the phone and installing the latest oxygen version (I'm still on 9.0.0.0).
Here is even more testing:
What I am experiencing is that there are grave problems trying to connect when in an area with a lot of wifi networks.
I live on the countryside and I thought I would try using hotspot for a couple of times. Thing is, at home, sharing hotspot from the phone to my laptop always works instantly, both on 5Ghz and 2.4Ghz. I might add that there are basically no wifi networks interfering where I live, except for my own. When I start my bus ride in the morning from my house to a city were I work, the hotspot usually works pretty good. But it's when I'm going home that I am start having problems. In the city, there is probably around 50-100 wifi networks when I start the ride home. And that's when it usually is impossible to connect the hotspot to the laptop. However, when leaving the city and entering the highway, it is usually easier. I have these connection problems on both 5Ghz and 2.4Ghz and if it does connect, 2.4 is hideous, it disconnects all the time.
So the conclusion for me is that it is having a very hard time connecting when there are a lot of wifi networks around. However, It never seemed to be a major problem on Oreo, only on Pie.
baxtex said:
Hi and thank you for your post. It seems that windows had changed dns settings by its own to something invalid, so that is why it didn't work. However I am still having connection issues. Mainly I find it very difficult to connect my laptop (and other devices) to the hotspot of the Oneplus 6.
1) Done.
2) Done.
3) It was already set at 64 but I tried setting in to 64 again.
DUN is still 0 after reboot. I have also removed the wifi from my PC and changed name on the hotspot. Also tried both 2.4 and 5 Ghz. When the pc is connected the hotspot, I can ping google succesfully, so internet works but not DNS, all requests in my browser times out. I have also tried setting DNS to external providers in the phone (not sure if if affects the hotspot though). I looked at easy tether but root version was pretty expensive. I also googled XDA VPN Hotspot but I'm not sure which app you mean. Do you have the link?
Right now I'm just thinking of factory resetting the phone and installing the latest oxygen version (I'm still on 9.0.0.0).
Here is even more testing:
What I am experiencing is that there are grave problems trying to connect when in an area with a lot of wifi networks.
I live on the countryside and I thought I would try using hotspot for a couple of times. Thing is, at home, sharing hotspot from the phone to my laptop always works instantly, both on 5Ghz and 2.4Ghz. I might add that there are basically no wifi networks interfering where I live, except for my own. When I start my bus ride in the morning from my house to a city were I work, the hotspot usually works pretty good. But it's when I'm going home that I am start having problems. In the city, there is probably around 50-100 wifi networks when I start the ride home. And that's when it usually is impossible to connect the hotspot to the laptop. However, when leaving the city and entering the highway, it is usually easier. I have these connection problems on both 5Ghz and 2.4Ghz and if it does connect, 2.4 is hideous, it disconnects all the time.
So the conclusion for me is that it is having a very hard time connecting when there are a lot of wifi networks around. However, It never seemed to be a major problem on Oreo, only on Pie.
Click to expand...
Click to collapse
Seems more like WiFi / Computer related than phone. Did you try USB tethering? Is DNS get manually set in your computer by something else you installed?
MetroWestMA said:
Seems more like WiFi / Computer related than phone. Did you try USB tethering? Is DNS get manually set in your computer by something else you installed?
Click to expand...
Click to collapse
USB tethering works fine, dns as well. Its just the connection, it is very difficult to connect anything to the Oneplus 6 in wifi crowded areas.
Will this effect Bluetooth tethering too? Or is there another command for that? Dang built in hot spot get horrible speed after this setting is set, at least be on T-Mobile.
Hi guys,
I also face a strange issue, the connected devices to the hotspot it keeps disconnected after some time.. 1min, 5min, 15min...is random and annoying. Dose anyone face this issue to? Tried diferent fixes but nothing works, it remained to do a factory reset to see if the problem persist..
khrisstyan said:
Hi guys,
I also face a strange issue, the connected devices to the hotspot it keeps disconnected after some time.. 1min, 5min, 15min...is random and annoying. Dose anyone face this issue to? Tried diferent fixes but nothing works, it remained to do a factory reset to see if the problem persist..
Click to expand...
Click to collapse
Read this thread. Workaround in here.

Categories

Resources