Hotspot issues with Android Pie - OnePlus 6 Questions & Answers

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.

Related

WiFi internet issue on WM6

I`ve got a T-Mobile MDA with WM6 and I cannot access the internet through WiFi. The access point that I connect to is working cause I am able to access the net fine on my laptop. I made sure that my network cards are set to connecte to the internet. I even did a softreset after I made the changes.
My internet explorer just sits there on locating. I am not sure if its just my WiFi card configured incorrectly within WM6 or if its a reg setting that isn't set right.
If anyone had this issue before and got it fixed let me know or give me some direction to start.. thanks in advance for your help.
This is a fairly common problem. For me disabling the Wireless G option in the registry did the trick:
Registry: HKLM\COMM\TNETWLN1\PARMS
Key: dot11SupportedRateMaskG
Value: 1
so I diabled it, soft restet, verified that the reg change sticked, which it did. I tried to access the net again with no go.
me too
I have the exact same problem.
Not much discussion about this
I tried the G fix. Didn't work. Funny thing. It started when I installed MB. Downgrading DIDN'T fix it.
Try setting the the Network Card to connect to "The Internet" instead of "Work"
they are set to that..
That actually worked for me. (The Internet instead of work fix) I also made sure that all the boxes for "Server assigned IP address were checked. I could have sworn I tried that already. I wonder if it will stay "fixed". I'm due for a soft reset...seems to be working. I've been thinking all along it was some stupid setting.
EclipsedMotions said:
they are set to that..
Click to expand...
Click to collapse
check the change your dns to 4.2.2.1 and 4.2.2.2 this may fix your problem
R
Changing to Internet and setting the DNS doesn't seem to help. Funny thing is, GMail via Midlet Manager seems to work (maybe its doing GPRS?). But IE just spins at Locating...
wifi internet issue on wm6
although i have the older version of t-mobiles' mda (wm5), i had similar issues connecting to the net even it sees a lot of wireless aps. either i cannot hold a steady connection or cannot connect at all. the solution i had was changing the channel on my wireless ap and updating my mda's parameters for my local wireless security. now i can go to the web using my mda even with poor signal quality. It is possible that you have several wireless ap's at your location sharing the same channel. hopefully changing the channel solves your problem.
simple possible solution, but check the proxy settings? I know with cingular, many people had trouble browsing the internet due to the MediaNet proxy settings. they removed the proxy settings and everything was fine then.
There is a known issue with your rom your running...there has been a new release. check the MB thread and you will see a recent listing about a 6 and 4 mb page pool, the wifi has been fixed.
mfrazzz said:
Changing to Internet and setting the DNS doesn't seem to help. Funny thing is, GMail via Midlet Manager seems to work (maybe its doing GPRS?). But IE just spins at Locating...
Click to expand...
Click to collapse
I have the original MB edition and I do not have any wireless problems. I know he had to fix the re-released versions as the wifi did not work with them initially, but I was unaware of a wifi problem with the initial release.
WIFI problem don't even see networks
Hey everybody, still loving this phone and its diversity, but have flashed this little piece of hardware with the mb 4mb/6mb wm6 rom only to find that WIFI can't even be turned on!. And yes I've downed the fixed versions from a certain forum. When I turn on WIFI, It just gives the symbol in the top straight away. It just can't find the networks. I even manually added a network, it then tries to find it, but simply can't. WEIRD hey.
Is there a solution for this problem, cause I really, like the look and feel of the wm6 roms over the wm5 roms.
bye all and thanks in advance for the kind replies.
Did you try using WiFiFoFum at all to see if it can find networks? I have not had any issues with WiFi with the Most Beautiful edition whatsoever. Only thing I notice is that when the machine first turns on or right after a soft reset that I need to click the comm manager icon for wifi twice before wifi will turn on. Otherwise it finds and connects to networks perfect.
Problem with MIE
i have no problem to connect to my homenetwork with WIFI, but i cannot access the internet with the internet explorer. but it works perfect with the opera browser!
hmmm..
It's weird...
I never access the internet with the internet explorer even my wifi was connected successfully while I brushed wm6 rom.
A miracle has happened Today.
I install a WIFI Device for WM5, that one is simple Chinese language.
I tried to turn on the wifi but not work.
Then I uninstall it -> restar....
Then I tried one more time to turn on wifi, ok, it's work to connect but still can't open the web page.
I check the wireless lan, switch the power save mode to best performance.
Then....I can open web page????
Wow~~ I don't know it work cause the wifi device change something or just swtich to best performance.
Maybe you guys can try.
(Sorry to reading my poor English)
thomas.iseli said:
i have no problem to connect to my homenetwork with WIFI, but i cannot access the internet with the internet explorer. but it works perfect with the opera browser!
Click to expand...
Click to collapse
Same exact issue. Pocket IE doesn't work, Opera does. Did you figure it out or get it corrected yet?
oops, double-posted

Att Fuse Problem

Hello Everyone,
I just received a ATT fuse and for the life of me I cannot seem to get the WIFI to work. I've had the tilt and the 8125 previously and I tried duplicating settings to no avail.
Are there known issues with the WIFI on this phone?
I can connect to my WEP enabled wireless router, but opera and IE fails to connect and just keeps giving me errors. This is what I have read and what I have tried:
Setting to "work" instead of "Internet"
I've tried the cab files posted in another thread to disable ATT proxy
I'm a little lost in what to check. I did follow everything I've read here that came up in "WIFI" search. I have not unlocked the phone nor flash a rom.
Could someone lend a hand?
Sign up for the att media program...its on the attwireless site
This is a bit drastic, but an easy potential fix is to flash another ROM (after flashing Hard-SPL of course). AT&T often adds a bunch of unnecessary crap to their ROMs, which may interfere with normal functions. You could always flash the AT&T ROM back if you'd like.
Hi Animexi80,
I already have a data plan. The problem isn't with Media net, it is with the phone's built in WIFI.
Trancecoder,
Really, that drastic of a step.. Do you know of a rom that fixed a WIFI problem?
Thanks
TweedyPepper said:
Do you know of a rom that fixed a WIFI problem?
Click to expand...
Click to collapse
Honestly, I never even gave the AT&T ROM a chance, so I was unaware of Wi-Fi issues. Pretty much any ROM should work. If you flash a Fuze-specific ROM, you may want to run the CAB that disables the hidden AT&T proxy. If you flash a generic Touch Pro ROM, you'll likely need to run a CAB that fixes the keyboard layout.
Ok, I suppose I will give it a go.
If I may ask, would you tell me which rom and radio you're running. It would help rule things out it it doesn't correct the problem.
thanks
you may want to run the CAB that disables the hidden AT&T proxy.
Click to expand...
Click to collapse
What is the "hidden AT&T proxy?"
I just got an AT&T Fuze and after enableing wifi using the wireless manager, had no trouble connecting to home wireless networks with various security configurations (WEP, WPA, hidden SSID, etc.). Of course if the access point has the MAC filter enabled, the Fuze MAC address must be added to the allowed list.
TweedyPepper said:
If I may ask, would you tell me which rom and radio you're running.
Click to expand...
Click to collapse
I'm running an older PROven ROM, version 1.03. I'll be upgrading soon, probably to NATF's ROM. My radio ROM is 1.08.25.20, but (1) the radio ROM doesn't control Wi-Fi, so it's moot, and (2) it has not had very good battery life, so I'll downgrade back to 1.02.25.28 tonight.
rlsmith999 said:
What is the "hidden AT&T proxy?"
Click to expand...
Click to collapse
It's a proxy setting, separate from the normal one under Connections, that is hidden. It's used to make things such as Cingular, er, Cellular Video work.
rlsmith999 said:
I just got an AT&T Fuze and after enableing wifi using the wireless manager, had no trouble connecting to home wireless networks with various security configurations (WEP, WPA, hidden SSID, etc.). Of course if the access point has the MAC filter enabled, the Fuze MAC address must be added to the allowed list.
Click to expand...
Click to collapse
This is a bit off-topic, but FYI, anything below WPA/WPA2 cannot be considered secure. WEP can be cracked in minutes, hidden SSIDs don't make APs invisible, and MAC filtering is useless (except with WPA/WPA2) as anyone sniffing traffic can see client MAC addresses in the clear.
I have found that sometimes when I have both a "data connection" and a "wi-fi" connection that they phone seems to not lock on the wi-fi but tries to use a weak data connection so try turning off the data connection and see if that fixes the problem. Also give a soft reset a try as well.
Surprised by how few ppl are having wi-fi issues. I've tried about 6 ROMs now and have the same problem with everyone (guessing this proves its more of a hardware vs software issue)
I can locate and connect to a wi-fi network but no data transfers. I have to continually disconnect/turn off/reconnect over and over and finally I will get a connection..but if unit goes into sleep for a few minutes...I have to repeat.
Very annoying...no one else is having wi-fi issues?
Hi Everyone,
Sorry I haven't reported back sooner. I wound up loading a different rom on the phone and away went the problem.
jank0023, I have no idea. I would flash the phone back to stock and return it for another if all else fails. In all my searching, here and elsewhere, there ahve been a handful of wifi problems I came across. It doesn't seem like that common of a problem afaik.
jank0023 said:
Surprised by how few ppl are having wi-fi issues. I've tried about 6 ROMs now and have the same problem with everyone (guessing this proves its more of a hardware vs software issue)
I can locate and connect to a wi-fi network but no data transfers. I have to continually disconnect/turn off/reconnect over and over and finally I will get a connection..but if unit goes into sleep for a few minutes...I have to repeat.
Very annoying...no one else is having wi-fi issues?
Click to expand...
Click to collapse
If its your router try another channel make sure its on a supported signal (a,b, g)... lastly ensure your router is excepting all devices. I know these are basic checklist items but sometimes these can get us. I had a laptop that would only work on channel 6 ;-).
gravesy56 said:
If its your router try another channel make sure its on a supported signal (a,b, g)... lastly ensure your router is excepting all devices. I know these are basic checklist items but sometimes these can get us. I had a laptop that would only work on channel 6 ;-).
Click to expand...
Click to collapse
Thanks guys for the suggestions...I don't think its related to my network setup as I have about 4 other devices able to obtain signals with no problems using DHCP.
Issues don't seem to be as severe on some of the most recent ROMs I've used but still not perfect.

Got my GT7+ yesterday and have a couple questions. Brightness? WiFi?

Edit: This is the Galaxy Tab 7 Plus 4G w/ TMobile...
So far I am loving it. I have had a plethora of Android tablets, including the Galaxy Tab 10.1 (until yesterday), and the original 7" Tab. Here is an issue I have not run into thus far...
Issue 1: I like my brightness settings to be %100 all the time. I always (almost) have a power cable with me, so I'm not worried about the drain. I have the auto setting turned off as to keep it from adjusting on it's own. However, everytime I open the status menu with the brightness slider, it is down to about %90-%95. I can't get it to stay on full. Also, and even more annoying, every time I open the browser, the brightness drops to like %30'ish and I have to open the status menu and slide it back up. The browser is where I REALLY need the full brightness the most, and it's the biggest issue.
I noticed this out of the box, adjusted settings, nogo, so I factory reset, and same issue. This is leading me to believe this is just a setting or something I am missing. Any ideas?
Issue 2 (THE BIG ONE): This Tab 7+ can't see my work wifi. It connects to my wifi at home just fine (did last night at least), which is also WPA, but it doesn't even see the one at work. It acts like it isn't there. In fact, and this is probably important, it is not seeing any networks up here, and there are at least 10-15 that should be visible from my location in the building (all but a couple from other companies). My G2x (Android 2.3) is connected to my work wifi just fine, and it sees all the others around us, the the Tab 7+ right next to it sees none. I also turned on the wifi router on my phone, it will not see that one either. I've verified the wireless is enabled, as well as turning it off and on multiple times and many reboots, nogo... I need it to hit the wifi at work and home so it isn't sucking my 4G data, so this is a big issue for me.Any ideas? I'm at a loss...
Also, to answer before it's asked: Nope, it's not rooted. I may do this at some point (as I do most of my devices), but for the moment I want to leave it stock and not mess with it. These issues seem like they should be resolved/nonexistant in the stock ROM, so I shouldn't have to root to fix them. Please tell me if this is incorrect...
Thanks for any help, sorry for the long post...
(pardon typos, I'm at work and multitasking, no time to proofread)
on the brightness broweer tip. use a different browser. its a known issue that the stock browser automaticaly dims the screen.
otamctech said:
on the brightness broweer tip. use a different browser. its a known issue that the stock browser automaticaly dims the screen.
Click to expand...
Click to collapse
Thank you... You're right, it doesn't happen in Dolphin, however I am one of those weird people the really prefers the stock browser...
The biggest issue is the wifi not showing up. I am updating that issue with more info now...
what channel is the wireless network on? i had a similar problem on my windows laptop, it cannot see the wifi.. turned out that my wireless card(the driver actually) cannot see any wireless network beyond channel 12.. who knows you're having the same problem, might worth checking.
gingerboy92 said:
what channel is the wireless network on? i had a similar problem on my windows laptop, it cannot see the wifi.. turned out that my wireless card(the driver actually) cannot see any wireless network beyond channel 12.. who knows you're having the same problem, might worth checking.
Click to expand...
Click to collapse
Ours is on 6... Thanks though
for me it was the opposite, it could see my home wifi, but not my work.
only was to solve it was to setup a static ip at work for the GT7...
I called samsung, they said its a problem with some routers. No eta on fix other than static IP.
Shftup said:
for me it was the opposite, it could see my home wifi, but not my work.
only was to solve it was to setup a static ip at work for the GT7...
I called samsung, they said its a problem with some routers. No eta on fix other than static IP.
Click to expand...
Click to collapse
........
Just to chime in - I also have the same problem connecting to my work wireless network but I think because it uses a SEPARATE authentication scheme.
The way my office WLAN work is like this:
1). Connect to the WLAN with SSID "Office", no encryption password required
2). Once the Tab is connected, it WILL receive an IP address
3). Open up a browser (Dolphin, etc.) and try to go to any website (Google, etc.)
4). Instead of going to the website I typed in in no. 3, an authentication page will show up
5). I need to enter my Windows AD account and password
6). If its successful, then I can start browsing the Internet (but not going to the Internal network, that requires VPN access).
Step 3 is where the Tab FAILED to do so. It just doesn't want to get redirected to the authentication page.
lanwarrior said:
Just to chime in - I also have the same problem connecting to my work wireless network but I think because it uses a SEPARATE authentication scheme.
The way my office WLAN work is like this:
1). Connect to the WLAN with SSID "Office", no encryption password required
2). Once the Tab is connected, it WILL receive an IP address
3). Open up a browser (Dolphin, etc.) and try to go to any website (Google, etc.)
4). Instead of going to the website I typed in in no. 3, an authentication page will show up
5). I need to enter my Windows AD account and password
6). If its successful, then I can start browsing the Internet (but not going to the Internal network, that requires VPN access).
Step 3 is where the Tab FAILED to do so. It just doesn't want to get redirected to the authentication page.
Click to expand...
Click to collapse
Yep, same way for me at work. OP did you try to manually add the wireless info vs letting the tab "find" the access point?
lanwarrior said:
Just to chime in - I also have the same problem connecting to my work wireless network but I think because it uses a SEPARATE authentication scheme.
The way my office WLAN work is like this:
1). Connect to the WLAN with SSID "Office", no encryption password required
2). Once the Tab is connected, it WILL receive an IP address
3). Open up a browser (Dolphin, etc.) and try to go to any website (Google, etc.)
4). Instead of going to the website I typed in in no. 3, an authentication page will show up
5). I need to enter my Windows AD account and password
6). If its successful, then I can start browsing the Internet (but not going to the Internal network, that requires VPN access).
Step 3 is where the Tab FAILED to do so. It just doesn't want to get redirected to the authentication page.
Click to expand...
Click to collapse
One of the ones we have at work is the same, but not the one I primarily use. That is my backup lol...
otamctech said:
Yep, same way for me at work. OP did you try to manually add the wireless info vs letting the tab "find" the access point?
Click to expand...
Click to collapse
I did, nogo...
Also, here is a strange thing. About 2 hours ago it notified me there were wireless networks in range, and then showed me 2 random networks from another office. Suddenly, it saw nothing again. Then about 5 minutes ago, while I was in the bathroom ( ), it suddenly showed me ALL of the surrounding networks. Yay! I tried to connect to the one I use, it took my password, but never even attempted to connect. Then, they are gone. Now it doesn't see them.
What. The. Fuuuudge.

TF300T Tethering Hell: USB, WiFi, Take your pick...

Hey guys If I am in the wrong place, please let me know. I got my TF300T just a little while ago and am now trying to use it as a my main computer. That requires me to able to connect to the net on it. It works just fine when I am connected to a regular WiFi network. However, I have no Internet connection at home except for my Sprint Motorola Photon Q, which I had been using tethered over USB to my PC to get the PC online. That worked fine. But this past month, I lost my job and needed to sell the PC, so all I have left is the TF300T. I was sure it'd work fine since I got BT tethering to work fine in the past with that phone. However, I was just experimenting at that point. Now, I see it's a little more ... complicated:
I set my Photon Q to act as a WiFi hotspot using PDANet+ a.k.a. FoxFi. Creating a WiFi hotspot, I can see it on the TF300T. Whether I enter the right PSK2 key or don't use encryption at all, connecting is impossible. It will "Authenticate...." after a minute or so and then try to get an IP via DHCP. Then it will "work" a long time and then drop the connection and try again. This is with the phone an inch away. I found it had a lot of trouble just getting an IP, so I tried setting it up with a static IP. I found out that PDAnet+ seems to default to 192.168.43.111 and the gateway is presumably 192.168.43.1. I tried some other things like .100 without luck. It WILL connect but the WiFi strength indicator in the bar stays gray. It shows up and down arrows as though there's activity, and Excellent strength, but won't actually work in any apps, incl. the default Android browser. Also tried pinging the host phone using the terminal only to get Destination Host Unreachable errors.
I then tried Bluetooth tethering. It will connect and works at a decent rate. But, the only programs that work are web browsers! IM clients, Skype, Google Play, Maps, Gmail, nothing else can connect. Android is convinced I am not online at all, yet I can browse web pages at full speed, which I am doing right now. IIRC PdaNet uses some bizarro proxy setup but they tell you on their site to "configure the proxy settings" and give you none of the details like IP or port! How useful. So, this does me little good. It's horribly crippled.
I tried numerous other WiFi tether apps, most of which hard crash the Photon Q so it reboots entirely the moment it turns on the hotspot. Barnacle and one of the WiFi tether apps (1-click? I've tried so many I can barely remember...) will launch, I can see it on the TF300T, but when I try to connect it says "ANDROIDTETHER or whatever the SSID is, Saved". No matter how many times you choose Connect or Forget, then Connect again, nothing. Gets stuck at "Saved."
I'd try connecting the phone via USB via the TF300T dock but I have searched heavily and cannot find any way to do it. Do I have any options at all?
Thank you for any info.
Hi
I'm tethering Internet from my SGS 1 with 4.2.2 rom with no problem at all. I think you have problem with wifi settings.
Try to set both phone and tab wifi to correct region. If you have phone set to USA and tab to Europe it won't work. You'll find it under Wireless-advanced if you have customised roms, for stock I don't know how to set it. Haven't have stock roms for ages.
About proxy, basic proxy settings in Android works only for browser, so you will need something like proxydroid on your client. I'm using it and for me it is working. For settings, check your phone settings-mobile networks-access points and copy them from there, or call your ISP and ask them for settings.
Hope this helps.
WiFi tether for root users. Is the best thing ever. If you aren't rooted. Root your phone. Also, is there a cm ROM available for your phone? If so, switch. Then use it's default tethering. Your phone is definitely the culprit here.
Sent from my SGH-T999
"So I put my phone into airplane mode and threw it... worst transformer ever. -.-" -My friend
Unfortunately no CM ROM exists for that phone. It is rooted. I tried wifi tether for root-- played with all the settings.... it will turn on and the SSID shows up on the TF300T .. but if you try to connect it just says "Saved." Even though it also says Signal quality is "Excellent"...
I don't get it at all.
Epicenter714 said:
Unfortunately no CM ROM exists for that phone. It is rooted. I tried wifi tether for root-- played with all the settings.... it will turn on and the SSID shows up on the TF300T .. but if you try to connect it just says "Saved." Even though it also says Signal quality is "Excellent"...
I don't get it at all.
Click to expand...
Click to collapse
Try different profiles. I tried my EVO LTE last night for 2 hrs. Tried all generic settings. I ended up switching it to sg3 profile same chipset as mine. Worked fine after that.
Sent from magical jelly bean.
Epicenter714 said:
Unfortunately no CM ROM exists for that phone. It is rooted. I tried wifi tether for root-- played with all the settings.... it will turn on and the SSID shows up on the TF300T .. but if you try to connect it just says "Saved." Even though it also says Signal quality is "Excellent"...
I don't get it at all.
Click to expand...
Click to collapse
kaos420 said:
Try different profiles. I tried my EVO LTE last night for 2 hrs. Tried all generic settings. I ended up switching it to sg3 profile same chipset as mine. Worked fine after that.
Sent from magical jelly bean.
Click to expand...
Click to collapse
Yep exactly what kaos said. I had that issue with my HD2 doing exactly what you said. Would "save" but never connect. I ended up using something like the nexus profile or something.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
elesbb said:
Yep exactly what kaos said. I had that issue with my HD2 doing exactly what you said. Would "save" but never connect. I ended up using something like the nexus profile or something.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
Great suggestions guys! I seem to be making some progress. I can now "connect" and get an IP, but the "wifi signal" bar thingy in the lower-right stays gray, not blue like it usually is when on working WiFi, and apps still cannot get to the net, which I assume is what the gray means (network connection but no internet connection). I will have to go down the list and try every possible configuation, I suppose. Yikes! I'll keep at it...
Thank you!
Epicenter714 said:
Great suggestions guys! I seem to be making some progress. I can now "connect" and get an IP, but the "wifi signal" bar thingy in the lower-right stays gray, not blue like it usually is when on working WiFi, and apps still cannot get to the net, which I assume is what the gray means (network connection but no internet connection). I will have to go down the list and try every possible configuation, I suppose. Yikes! I'll keep at it...
Thank you!
Click to expand...
Click to collapse
Nice. Now you need to connect to proxy.
stenc55 said:
Nice. Now you need to connect to proxy.
Click to expand...
Click to collapse
This may sound dumb, but how do I do that? I guess I need to set it globally in Android and not per-app because most apps don't let you set one. Thanks!
Epicenter714 said:
This may sound dumb, but how do I do that? I guess I need to set it globally in Android and not per-app because most apps don't let you set one. Thanks!
Click to expand...
Click to collapse
Im using ProxyDroid. But you need to have rom with root and iptables enabled. Official CM10.1 doesn't have it, unofficial from Surdu_petru does.

Unlimited Tethering LG V10 Tmobile H901

So i've been a user of xda for quite sometime, however i never really contributed before so i'd like to share my latest discoveries and hopefully i can help someone in the future.
(Please note this is for intermediate users i will not be going into full details. Feel free to google any keywords here for further information)
Please note this will erase your device!
Disclaimer: I am not responsible for anything you do to your device ie: damages. Proceed at your own risk
This is a tutorial on how to get unlimited tethering on an LG V10 Tmobile
First you will need to unlock bootloader and get TWRP so you can flash SuperSU and get root.
I used a combination of these two guides. DOTtech i just used to get LGUP. I do not believe the .kdz (refurbish) step is necessary.
https://dottech.org/198032/how-to-root-lg-v10-t-mobile-h901-on-android-6-0-marshmallow/
http://forum.xda-developers.com/tmobile-lg-v10/general/root-android-6-0-h901-t3382819
make sure you use this .tot file from xda (most updated, July) link
once you have flashed the tot file. make sure you download supersu and save it on your phone. Link Here .You will need to boot into recovery mode. The best way i found to boot into recovery mode is to use "adb reboot recovery" command via adb command terminal. For help on setting up adb, usb debugging, and oem unlock. follow the youtube video below. Do not follow his recovery flash steps. (That is Outdated!). once you have adb set up, phone on, open a terminal, navigate to your adb folder and run the "adb reboot recovery" command. Phone will boot into TWRP. Find your SuperSU file. Flash it. You are now rooted!
https://www.youtube.com/watch?v=PPLwFGxLQA4
once you have root....
you will need wifi tether router from fabio grasso. Buy it. best money ever spent.
next you will need to edit your build prop.
download es file explorer. build prop is just a text file. enable root explorer in es file explorer. navigate to your root folder/system.
under system you will find build.prop. open with es text editor. at the end of the text file insert
net.tethering.noprovisioning=true
hit back. and it will ask you to save. save it!
This will allow our wifi tether router app to work properly.
reboot your phone.
open your wifi tether router app. The most important setting here is under method. Use Native! This will tell wifi tether router to port it's connection through your native hotspot app.
You should now be ready to go.
Now, how do we prevent Tmobile from noticing our traffic is being tethered?
We need to change a few settings on our computers. You will want to change your defaultTTL to 65 (decimal) on all your PCs.
For details on that follow this youtube video
https://www.youtube.com/watch?v=PZOqm98kzIU
for windows 10 its a little bit different. Use this command in a terminal.
netsh int ipv4 set glob defaultcurhoplimit=65
This should prevent Tmobile from noticing and counting your hotspot data.
If i missed anything, please feel free to message me along with any other questions.
Cheers!
Hi,
What are your setup parameters for Wi-Fi Tether?
Sent from my LG-H901 using XDA-Developers mobile app
Encryption wpa2-psk
wifi channel 1
interface wlan0
method 4 -native tether
auto disconnect wifi when start tethering (check)
wifi scanning autodisabler (check)
i also root disabled all tmobile apps especially com.tmobile.pr.adapt
Good Luck!
When was the last time you've checked your usage? I'm using a vpn (in addition to build.prop and settings.db "hacks") as well, so not sure how they see it now. I'll change my TTL on the pc as next precaution. Vpn used to be the bullet proof method, but they're getting sneakier.
RussianBear said:
When was the last time you've checked your usage? I'm using a vpn (in addition to build.prop and settings.db "hacks") as well, so not sure how they see it now. I'll change my TTL on the pc as next precaution. Vpn used to be the bullet proof method, but they're getting sneakier.
Click to expand...
Click to collapse
My apologies to everyone, i guess my post was a little premature. I just got the text message today saying i've used 80% of my mobile hotspot. RussianBear, i am interested in your settings.db hack. What is the purpose of that hack, and also what vpn do you use?
The TTL was a game changer for me with my S5. The problem i am running into with the LG V10 is that in the wifi tether router app, the hostapd method would not work anymore. I "enable wifi router" and i can't see my hotspot.
Russianbear, how far along have you gotten with this. Maybe we can help each other. Can you see your hotspot via wifi tether router? What are your wifi tether router settings? The only way i was able to activate it was with the Native method, however i believe the native hotspot embedded with the phone sends packets to tmobile.
I was wondering also if a custom rom can help me in this situation. It seems as though the native hotspot does not allow third party apps like "wifi tether router" to activate the hotspot. Can anyone recommend a good stable custom rom that can help me accomplish this?
Cheers!
jontav said:
My apologies to everyone, i guess my post was a little premature. I just got the text message today saying i've used 80% of my mobile hotspot. RussianBear, i am interested in your settings.db hack. What is the purpose of that hack, and also what vpn do you use?
The TTL was a game changer for me with my S5. The problem i am running into with the LG V10 is that in the wifi tether router app, the hostapd method would not work anymore. I "enable wifi router" and i can't see my hotspot.
Russianbear, how far along have you gotten with this. Maybe we can help each other. Can you see your hotspot via wifi tether router? What are your wifi tether router settings? The only way i was able to activate it was with the Native method, however i believe the native hotspot embedded with the phone sends packets to tmobile.
I was wondering also if a custom rom can help me in this situation. It seems as though the native hotspot does not allow third party apps like "wifi tether router" to activate the hotspot. Can anyone recommend a good stable custom rom that can help me accomplish this?
Cheers!
Click to expand...
Click to collapse
I'm using private internet access vpn. Not currently using any play store apps, just my native usb/wi-fi tether, but it looks like they upped their game this month, as I've already ran out of hotspot data lol
The settings db "hack" was forcing zero flag inside a settings database. In MM it was moved to this location:
/data/system/users/userid/settings_[system|global|secure].xml"
On V10 it's under global.xml - search for tether_dun and make sure that's 0.
You can also try using adb or terminal emulator and execute commands found here:
https://pmf.silvrback.com/fixing-tethering-on-android-kitkat
I'm using the same settings but my usage keeps going up
Sent from my LG-H901 using XDA-Developers mobile app
I have to find a way to get wifi tether router working on this phone. Wifi tether plus DefaultTTL will fix this. If anybody tries wifi tether and gets it to work with LG V10 please let me know. Maybe its my phone. I did use the .tot file in this thread
http://forum.xda-developers.com/tmobile-lg-v10/general/root-android-6-0-h901-t3382819
I'm thinking maybe that might have corrupted something and is not letting me activate my hotspot via wifi tether router.
Looks like adjusting ttl has worked for now.
RussianBear said:
Looks like adjusting ttl has worked for now.
Click to expand...
Click to collapse
Can you please explain where and how you did this?
I'll try this, but dont think it will work. I've used Wifi Tether Router alot before, but that was before Tmo started cracking down on heavy tether users not too long ago. Now if I try to use it, they always notice quickly. I also did the no provisioning trick but same results. I created a new APN with a guide I found, same thing. I didnt change any values on my other devices' end. I've heard it helps if you use a different DNS server but dont know for sure. It may also help if you use a different user agent.
I do believe the days of unlimited tethering with Tmo are over, I've tried lots of tricks but didnt get far.
luckydog98 said:
Can you please explain where and how you did this?
Click to expand...
Click to collapse
use the video from the op above.
AnonVendetta said:
I'll try this, but dont think it will work. I've used Wifi Tether Router alot before, but that was before Tmo started cracking down on heavy tether users not too long ago. Now if I try to use it, they always notice quickly. I also did the no provisioning trick but same results. I created a new APN with a guide I found, same thing. I didnt change any values on my other devices' end. I've heard it helps if you use a different DNS server but dont know for sure. It may also help if you use a different user agent.
I do believe the days of unlimited tethering with Tmo are over, I've tried lots of tricks but didnt get far.
Click to expand...
Click to collapse
Invest into a good vpn service.
@RussianBear: I actually use a VPN on my phone most of the time. However, by default, Android wont direct tethering to a VPN. I found a guide awhile back that shows how to use terminal commands to forcibly route through a VPN, it worked for quite awhile, but Tmo caught on eventually. I made sure the VPN and my script were already running before activating tethering. A VPN is supposed to be encrypted, so how they detected ne is beyond me. I guess they saw the sheer amount of data I was using and suspected tethering (over 500GB in one month, at the highest point).
AnonVendetta said:
@RussianBear: I actually use a VPN on my phone most of the time. However, by default, Android wont direct tethering to a VPN. I found a guide awhile back that shows how to use terminal commands to forcibly route through a VPN, it worked for quite awhile, but Tmo caught on eventually. I made sure the VPN and my script were already running before activating tethering. A VPN is supposed to be encrypted, so how they detected ne is beyond me. I guess they saw the sheer amount of data I was using and suspected tethering (over 500GB in one month, at the highest point).
Click to expand...
Click to collapse
Can you not enable vpn on the clients instead? I have my asus router set up with my vpn settings, so anything connecting to it automatically gets passed thru the vpn ip instead. Lower your ttl on desktop/laptop, do the build.prop entry, set ipv to 4 in settings, and set tether dun to 0 in settings.xml (I made a script for that). You should be to go with your vpn then.
Honestly I see almost no point in having unlimited tethering since your data is slowed down around 26gbs. I'm fine with the 7gb I have rn. If I were to make use of unlimited tethering, I'd need truly unlimited since I do very heavy usage on any of my computer's. Usually 700-900 GB a month(and that's only download. Upload is around 200gb a month). Used to have an at&t business hotspot that I paid $125/month and used 300 or so GB a month for three months with no slow downs on it.
xBØYxTØYx said:
Honestly I see almost no point in having unlimited tethering since your data is slowed down around 26gbs. I'm fine with the 7gb I have rn. If I were to make use of unlimited tethering, I'd need truly unlimited since I do very heavy usage on any of my computer's. Usually 700-900 GB a month(and that's only download. Upload is around 200gb a month). Used to have an at&t business hotspot that I paid $125/month and used 300 or so GB a month for three months with no slow downs on it.
Click to expand...
Click to collapse
Gotta pay to play. They "prioritize" your after 26, so it's not like it'll be slow 24/7. Annoying, sure. However, I haven't had home internet going on two years now. Worth it to me, based on my usage. With this tmo one stuff, they offer unlimited tethering, but of course, your primary usage has to be from your phone...
The victory was only half-way declared... They somehow know when device(s) that connect to my router are tethered. Router is setup with an openvpn configuration and connects to the vpn server automatically. All IPs check out, as well as ttl values, but they're still able to tell. One thing that was strange was if I did not enable vpn thru the router, but instead thru the client, the speeds remained constant - undetected. This is fine and dandy, but I'd lose my chromecast functionality this way... If things get rough and I can't finger this one out, I might hop onto to their unlimited everything for $95/month instead of the simple choice one I got now.
RussianBear said:
use the video from the op above..
Invest into a good vpn service.
Click to expand...
Click to collapse
If you have good home internet with VPN supported router, you can run VPN through your home
mingkee said:
If you have good home internet with VPN supported router, you can run VPN through your home
Click to expand...
Click to collapse
Yes, but somehow they can tell...even with a vpn setup thru a router.
RussianBear said:
Yes, but somehow they can tell...even with a vpn setup thru a router.
Click to expand...
Click to collapse
They can tell tho the t mobile app the one the shows your data you have to delete it and delete this the one that has the red # by it, that how they track you and can see everything on your phone and know it you have root or not and anything you do on your phone .

Categories

Resources