I've been trying to tether (with the H810), but whenever I do I get the following error:
Authentication was unsuccessful.
There is a temporary network problem that prevents the enablement of the USB tethering function. Please retry later.
I've tried PDAnet and foxfi as well as easytether, none of them work.
I don't have an H810, but I'm on Cricket (using AT&T's network) and I just tethered my PC (I moved to Jersey for a 3 month IT contract) no problems...but not via USB. Just WiFi Hot Spot.
ugh stupid locked down carrier phones. I guess I might return my phone and grab the H815 instead.
Don't return your phone.
ixrs said:
ugh stupid locked down carrier phones. I guess I might return my phone and grab the H815 instead.
Click to expand...
Click to collapse
I got an unlocked unbranded H815 on release day here in the UK.
It's now rooted but as soon as I try to connect another device to it, web access gets blocked by the ISP.
I use the G4's Wi-Fi hotspot, not USB. My other phones, Samsung and HTC, rooted but running custom ROMs had the same problem new out of the box but worked fine once rooted, and running custom ROMs.
Does anyone know if G4's hotspot problem can be solved with a new ROM?
FYI, the mhl / HDMI connection to a monitor doesn't work either.
The mhl dongle used to connect to the monitor works fine with HTC's micro-USB.
I assume the G4 is also 5-pin (as opposed to Samsung's 11-pin).
Any ideas?
No problems with WiFi tethering on my AT&T variant.
Sent from my LG-H810
Farrys said:
FYI, the mhl / HDMI connection to a monitor doesn't work either.
The mhl dongle used to connect to the monitor works fine with HTC's micro-USB.
I assume the G4 is also 5-pin (as opposed to Samsung's 11-pin).
Any ideas?
Click to expand...
Click to collapse
Off topic but the G4 is not MHL, it's Slimport. Just tried my Slimport adaptor that I had from my G2 and it works just fine.
---------- Post added at 06:03 PM ---------- Previous post was at 05:56 PM ----------
Regarding tethering we have to differentiate between "legal" tethering on a plan that allows it (which only the carrier phones will do as they have to connect to the server to authenticate you) and tethering not using a carier phone and/or accessing the full pool of your plan's mobile data, for which the carrier may check the browser ID string and take you to an upsell page. Tethering apps can alter the string but will usually require root to work well or you can go through a VPN.
diamond12 said:
Off topic but the G4 is not MHL, it's Slimport. Just tried my Slimport adaptor that I had from my G2 and it works just fine.
---------- Post added at 06:03 PM ---------- Previous post was at 05:56 PM ----------
Regarding tethering we have to differentiate between "legal" tethering on a plan that allows it (which only the carrier phones will do as they have to connect to the server to authenticate you) and tethering not using a carier phone and/or accessing the full pool of your plan's mobile data, for which the carrier may check the browser ID string and take you to an upsell page. Tethering apps can alter the string but will usually require root to work well or you can go through a VPN.
Click to expand...
Click to collapse
My reply to diamond12
Thank you diamond12.
I'll order a Slimport dongle today.
Your rapid response saved me wasting more time on the HDMI problem.
Re: going off-topic, I use the hotspot of phone to connect a Tab-S 8.4 to the web, and via dongles, to a large HD monitor or TV. It therefore felt more efficient to collate the two, related issues, in one thread.
On data usage, yes you are right. The ISP doesn't allow tethering unless they can sell me yet more data packages.
I already have two separate data packages for the same line, one of which is unlimited, so I'm not being unfair to them.
The question was why when rooted HTC & Samsung devices can by-pass the ISP lock screen, the G4 gets blocked?
It's unbranded, bootloader unlocked, rooted four times and tested.
Maybe one of our bright contributors here can shine a light here?
---------- Post added at 09:37 AM ---------- Previous post was at 09:34 AM ----------
HaVoK C89 said:
No problems with WiFi tethering on my AT&T variant.
Sent from my LG-H810
Click to expand...
Click to collapse
Thank you for your response HaVoK.
You are lucky. Mine is an H815.
Wonder if other owners in Europe have the same issue with tethering getting blocked.
Try FoxFi?
LancerV said:
Try FoxFi?
Click to expand...
Click to collapse
FoxFi and similar won't work where web access is locked down by the ISP. I've tried.
My other devices connect fine, as I've explained above.
Thank you for your suggestion anyway.
Tethering works fine on cricket (att) with 815 here.
frigidazzi said:
Tethering works fine on cricket (att) with 815 here.
Click to expand...
Click to collapse
Yep, and I didn't have to use another program, just built in LG HotSpot function.
Yes the G4 is fine. You are lucky.
Root access alone didn't help. The issue here is the ISP lock.
I expect a de-odexed ROM will bypass that.
Yea, I returned my 810 for a 815. I'm on cricket, 815 works perfectly fine, the 810 doesn't work.
I got the AT&T 810 and the stock wifi tether works for me. I did follow the steps in this article though. Perhaps you can give it a try too?
https://pmf.silvrback.com/fixing-tethering-on-android-kitkat
just an FYI here are the correct instructions to get it to work on an AT&T H810:
1. Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
2. Enable USB debugging under Settings -> Developer options
3. Connect the device with a USB cable to a computer with the Android SDK platform tools installed
4. Start an adb shell: adb shell
5. In the adb shell, run these commands one by one:
settings put global tether_dun_required 0
settings put system tether_entitlement_check_state 0
reboot
ExTREmE99 said:
just an FYI here are the correct instructions to get it to work on an AT&T H810:
1. Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
2. Enable USB debugging under Settings -> Developer options
3. Connect the device with a USB cable to a computer with the Android SDK platform tools installed
4. Start an adb shell: adb shell
5. In the adb shell, run these commands one by one:
settings put global tether_dun_required 0
settings put system tether_entitlement_check_state 0
reboot
Click to expand...
Click to collapse
I assume this would work for a rooted H815 on T-Mobile?
i had no idea the H815, unlocked version still didnt allow you to do hotspots. give it a whirl. all those do is disable the network tethering checks. if tmobile checks tethering based on other things, then i cant say that it will work
ExTREmE99 said:
just an FYI here are the correct instructions to get it to work on an AT&T H810:
1. Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
2. Enable USB debugging under Settings -> Developer options
3. Connect the device with a USB cable to a computer with the Android SDK platform tools installed
4. Start an adb shell: adb shell
5. In the adb shell, run these commands one by one:
settings put global tether_dun_required 0
settings put system tether_entitlement_check_state 0
reboot
Click to expand...
Click to collapse
Would this work on the Verizon G4? (unrooted)
I have the 815t tethering works fine
Sent from my LG-H815 using Tapatalk
Tomyk89 said:
Would this work on the Verizon G4? (unrooted)
Click to expand...
Click to collapse
again, people that are asking if this works on your specific device, why dont you just try it? you dont need root. it takes all but 2min, and you can reverse it. just flip the flags back to 1, instead of 0
Related
Hi.
I'm looking for ways to reverse tethering with P6 non rooted. I found the link below, but I'm having difficulty in running the program. Can anyone help me, what should I put in the settings of the program? I'm also running AdBlock Plus for Android, whihc calls for local proxy 'localhost' and port 2020.
http://www.goandroid.co.in/how-to-reverse-tethering/29720/
zemega said:
Hi.
I'm looking for ways to reverse tethering with P6 non rooted. I found the link below, but I'm having difficulty in running the program. Can anyone help me, what should I put in the settings of the program? I'm also running AdBlock Plus for Android, whihc calls for local proxy 'localhost' and port 2020.
http://www.goandroid.co.in/how-to-reverse-tethering/29720/
Click to expand...
Click to collapse
Connectify works well for me over wi-fi, as I understand, you are trying to reverse-tether over usb? port 2020 is not a problem since you will be using 8090 and 8080. You need to have an active and working adb (enable adb on your device and connect it to the pc, open cmd and run [adb devices], see if it turns up or not. If it does then it should not be a problem getting this to work according to the guide.
Thanks to datawrhsdoc for translating the OP
datawrhsdoc said:
1. Root your phone
2. Either modify your existing APN to use IPv4 and adding 'dun' to the list of APN types, or create a duplicate APN with the same modifications
3. Set the modified/new APN as your default.
4. Download tether_counter_kill.txt from the OP's first post, and rename the file removing the txt extension (http://forum.xda-developers.com/showpost.php?p=59858654&postcount=1)
5. Install Smanager from Play Store
6. Navigate to tether_counter_kill from Smanager, and set both 'Su' and 'Boot' options. Run it (you won't need to do this again)
7. Start Mobile Hotspot on your phone, and connect to the hotspot from your devices
8. Immediately start a VPN client from your device(s) which will tether. VPN must redirect ALL traffic (e.g., TorGuard).
9. Enjoy unlimited WiFi tether
Click to expand...
Click to collapse
You can also try adding this to your build.prop (I don't know if this does anything):
net.tethering.noprovisioning=true
Click to expand...
Click to collapse
Idea for the script taken from:
http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Click to expand...
Click to collapse
RussianBear said:
Looks like the settings.db is on a lock-down. I can't access it via sqlite any longer. It says: "the database is currently locked by another process"
Any ideas? @autoprime ?
Quick Edit: was able to copy settings.db to sd card and open it up with sqlite. couldn't change any parameters, as sqlite would fc. Downloaded this guy (http://sqlitebrowser.org/) and made changes, then overwrote the one in data/data directory. We'll see how/if it works.
Click to expand...
Click to collapse
Any luck so far?
Fhuron said:
Any luck so far?
Click to expand...
Click to collapse
Nope, something over-writes the tethering back to "1" after each reboot. I'm sure @autoprime can figure this one out, as he did for KK.
You are right I'm on LG G2 with official T-Mo lollipop and I was able to edit settings.db...not with sglite but with SQLite Debugger.
After reboot, the changes i made to the tethering reverted back to dafault 1.
For those that want to use wireless tether, try the app from this thread (it's $2.5):
http://forum.xda-developers.com/note-4-tmobile/general/unlimited-wifi-tethering-t2914057
I'm more interested in making the usb tethering work. I'll try using IPv4 + vpn tonight. Pretty sure it's going to fail because of the tether.dun set to 1...
P.S. additional links:
http://forum.xda-developers.com/note-3-tmobile/help/tethering-fix-t3068545
http://forum.xda-developers.com/tmobile-galaxy-s6-edge/help/unlimited-tethering-t3073884
Another quick update. The guide from here works for tether_dun settings: http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
You can use this command in terminal emulator, pending you are rooted.
su
settings put global tether_dun_required 0
Click to expand...
Click to collapse
or those having issues with tethering. I tested it out today and had issues. It would connect but would not resolve dns. I have unlimited tethering on Three, it's always worked until now.
Doing this resolved my issues. I suspect this issue will be resolve by Three when an official uk build is released.
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Click to expand...
Click to collapse
RussianBear said:
Another quick update. The guide from here works for tether_dun settings: http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
You can use this command in terminal emulator, pending you are rooted.
Click to expand...
Click to collapse
anyone tested does this work with no tether tracking?
Uploading a tether_dun_required=0 script (needs root) that you can use with Smanager to either trigger it via a desktop widget, app, or set it on boot. Remove ".txt" from the end and navigate to it via Smanager. I will test tethering later tonight.
Make sure you click/select the SuperUser icon in Smanager's options.
You can also try adding this to your build.prop:
net.tethering.noprovisioning=true
Click to expand...
Click to collapse
Looks like we're money, at least on usb tethering. I will update the op.
any specific settings on Wifi Tether Router? I'm unable to get an SSID to show up using the instructions from wifi tether router's website.
updated APN to ipv4
ran script posted above..
rihc55 said:
any specific settings on Wifi Tether Router? I'm unable to get an SSID to show up using the instructions from wifi tether router's website.
updated APN to ipv4
ran script posted above..
Click to expand...
Click to collapse
Try using stock wifi tether and see if it's counting. I haven't used the other app yet.
RussianBear said:
Try using stock wifi tether and see if it's counting. I haven't used the other app yet.
Click to expand...
Click to collapse
Ohh okay. even better.. ill try it and report back. thanks
EDIT:
Strange, i cant even get an SSID to show up on the native hotspot now. I know it worked before -- i used it last Sunday. The hotspot turns itself off after like 30 seconds.
Okay.. So I did a factory reset because i didnt know how to fix my problem from my previous post.
Then I:
1) added the same APN as IPV5
2) did this:
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
3) used the native tether app
I haven't tested it very extensively but from what i can tell, i am able to tether and it just shows up as normal data vs mobile hotspot. I transferred bout 600mb as a test. will test more later.
Thanks for your help RussianBear!
EDIT:
I lied. i think tmobile was delayed in reflecting my usage. it showed up today.
My hot-spot was broken by LP. Devices connect fine but have no Internet whatsoever. I'm able to USB tether without issues using PDANet and just selecting level 1 hide tether usage works fine. No needs for UA switching or anything like that. Just wish the WiFi tether worked, even if it's counting.
Could anyone help with step by step instructions. I am new at this and dont want to do anything wrong. Plus i dont see the script.
dreday3223 said:
Could anyone help with step by step instructions. I am new at this and dont want to do anything wrong. Plus i dont see the script.
Click to expand...
Click to collapse
Dre, are you rooted? Script is attached to the bottom of the first post.
RussianBear said:
Dre, are you rooted? Script is attached to the bottom of the first post.
Click to expand...
Click to collapse
I am. What exactly do i have to do? Where do i place that command? This is all very new to me and I'm not trying to mess up my phone so the simplest of instructions would be great.
dreday3223 said:
I am. What exactly do i have to do? Where do i place that command? This is all very new to me and I'm not trying to mess up my phone so the simplest of instructions would be great.
Click to expand...
Click to collapse
Download smanager from the playstore, download the script, then using smanager navigate to the script and run it. You will need to select the su icon from the smanager's script options. Let me know if/where you get stuck.
Script Works for WIFI Tether
It appears that this method is working for WIFI tethering as well. I watched an 11 minute Youtube and then emailed myself a 5.5MB Powerpoint. Here are my results:
Before After
Mobile Hotspot 92.2 92.4
Data 462.2 527.1
Not sure where that 0.2MB came from, but that's not much of my 5GB plan, so I don't much care.
Update 1: Figured out where the 0.2MB came from. My testing used all encrypted traffic over HTTPS, and TMO couldn't track it. I then ran a CNN.com video and the Mobile Hotspot counter spiked. Still not quite there yet.
Update 2: Enabled my VPN, and no traffic at all is being tracked by TMO. No user agent required. Yipee!!
datawrhsdoc said:
It appears that this method is working for WIFI tethering as well. I watched an 11 minute Youtube and then emailed myself a 5.5MB Powerpoint. Here are my results:
Before After
Mobile Hotspot 92.2 92.4
Data 462.2 527.1
Not sure where that 0.2MB came from, but that's not much of my 5GB plan, so I don't much care.
Update: Figured out where the 0.2MB came from. My testing used all encrypted traffic over HTTPS, and TMO couldn't track it. I then ran a CNN.com video and the Mobile Hotspot counter spiked. Still not quite there yet.
Click to expand...
Click to collapse
Are you using a vpn service or just agent switchers?
I have successfully rooted my xl with Magisk, and unlocked the wifi tether however, The connection seems to be somewhat superficial as the connected device doesn't have any INTERNET connection. I have tried connecting both a laptop and another phone to no avail.
I have tried 2 different methods of unlocking the tether:
Adding "net.tethering.noprovisioning=true" to the prop build
Installing Magisk tether mod
Both methods worked equally as half-assed.
Foxfi and all those apps don't work, I have to activate the handset hotspot in order for them to work, but even then it only broadcasts the built-in ssid.
I have scoured the Internet for some clues, but I cannot find anything that relates to my issue recently or my phone specifically. Any help would be greatly appreciated as i have a Joying stereo that is nearly useless without wifi and i dont want to have to return my phone and go back to my m9.
Pixel 2XL
Rooted
buildPD1.170816.025
I have a strange issue after i rooted my xl 2. I could no longer tether to my Nexus 7 2013 but other devices were fine. Don't recall it happening while on 8.1 DP1 or 8.0 prior to Nov update. So i'm back to stock for now and will reroot for this month's update to see if there's any change.
filthysanches said:
I have successfully rooted my xl with Magisk, and unlocked the wifi tether however, The connection seems to be somewhat superficial as the connected device doesn't have any INTERNET connection. I have tried connecting both a laptop and another phone to no avail.
I have tried 2 different methods of unlocking the tether:
Adding "net.tethering.noprovisioning=true" to the prop build
Installing Magisk tether mod
Both methods worked equally as half-assed.
Foxfi and all those apps don't work, I have to activate the handset hotspot in order for them to work, but even then it only broadcasts the built-in ssid.
I have scoured the Internet for some clues, but I cannot find anything that relates to my issue recently or my phone specifically. Any help would be greatly appreciated as i have a Joying stereo that is nearly useless without wifi and i dont want to have to return my phone and go back to my m9.
Pixel 2XL
Rooted
buildPD1.170816.025
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=74728795&postcount=12
joeyddr said:
https://forum.xda-developers.com/showpost.php?p=74728795&postcount=12
Click to expand...
Click to collapse
I tried this method but it didn't work on 025, Nov sec, rooted with Magisk and on MetroPCS.
joeyddr said:
https://forum.xda-developers.com/showpost.php?p=74728795&postcount=12
Click to expand...
Click to collapse
is there anyway to do this via terminal emulator or solid explorer ( i have root), just dont have a usb cable with me.
phyl0x said:
is there anyway to do this via terminal emulator or solid explorer ( i have root), just dont have a usb cable with me.
Click to expand...
Click to collapse
yes.
Open teminal and type su (accept root prompt)
then type the step 4 and 5 commands
adeelmysore said:
yes.
Open teminal and type su (accept root prompt)
then type the step 4 and 5 commands
Click to expand...
Click to collapse
i tried that, but got "cmd: Failure calling service settings: Failed transaction (2147483646)"
https://imgur.com/a/Fd8D2
phyl0x said:
i tried that, but got "cmd: Failure calling service settings: Failed transaction (2147483646)"
https://imgur.com/a/Fd8D2
Click to expand...
Click to collapse
try with adb prob will get the same error.
adeelmysore said:
try with adb prob will get the same error.
Click to expand...
Click to collapse
ADB is the only way it works.
JagXK8 said:
I have a strange issue after i rooted my xl 2. I could no longer tether to my Nexus 7 2013 but other devices were fine. Don't recall it happening while on 8.1 DP1 or 8.0 prior to Nov update. So i'm back to stock for now and will reroot for this month's update to see if there's any change.
Click to expand...
Click to collapse
I just did this same thing to the "T." It works.
Download the magisk module through magisk downloads tab and then hook up your phone. Launch a power shell or cmd window from your ADB and fastboot folder.
Type "adb shell"
Hit "enter"
Type "settings put global tether_dun_required 0"
type "reboot"
Hit "enter"
Should it be letting me share wifi connection too though? It lets me share a functioning data connection, but when I hook my pixel up to wifi, turn on the hot spot, connect a device to the pixels hotspot connection, and try getting on the the internet with the second device I don't have internet on it. The second device will show a wifi connection in the status bar. I'm not really worried about it because I think any time I use hotspot it's with a data connection, but I thought I should be able to share a wifi connection too.
joeyddr said:
ADB is the only way it works.
Click to expand...
Click to collapse
ADB worked for me, tether is finally working! yay!
Schroeder09 said:
I just did this same thing to the "T." It works.
Download the magisk module through magisk downloads tab and then hook up your phone. Launch a power shell or cmd window from your ADB and fastboot folder.
Type "adb shell"
Hit "enter"
Type "settings put global tether_dun_required 0"
type "reboot"
Hit "enter"
Should it be letting me share wifi connection too though? It lets me share a functioning data connection, but when I hook my pixel up to wifi, turn on the hot spot, connect a device to the pixels hotspot connection, and try getting on the the internet with the second device I don't have internet on it. The second device will show a wifi connection in the status bar. I'm not really worried about it because I think any time I use hotspot it's with a data connection, but I thought I should be able to share a wifi connection too.
Click to expand...
Click to collapse
Have you been able to do this before? Every device I've ever had will turn off my WiFi as soon as I turn on hotspot. I haven't used it on the pixel 2 yet, but I'm looking a mod that will work on TMobile
rockingondrums said:
Have you been able to do this before? Every device I've ever had will turn off my WiFi as soon as I turn on hotspot. I haven't used it on the pixel 2 yet, but I'm looking a mod that will work on TMobile
Click to expand...
Click to collapse
It does turn off wifi. From my understanding it IS like that on every device that makes a hot spot. They only want you sharing a data connection. You can share wifi. Say you worked at a place that didn't want anything on their wifi except company devices. If you could share a wifi connection this would allow potentially malicious devices onto the network. That's why I think you can only share data. I think this is standard. If I'm wrong or if there is a work around to be able to share wifi hopefully someone will chime in and correct me.
My device is an HD1907 T-mobile variant, running global firmware with magisk root and bluspark kernel on OxygenOS. Tethering is my only way of getting my laptop connected while at work, and on my old razer phone I got around this issue with settings put global tether_dun_required 0 in ADB. This doesn't seem to work on the OP7T, Even after setting the TTL on my laptop to 65.
I tried the command adb settings put global tether_dun_apn tethering,fast.t-mobile.com,,,,,,,,,310,260,,dun as described in another post, and now my hotspot isn't working (nbd, I'll just keep using PDAnet for now.)
Does anybody have more information on how this all works in android 10 and how we could get around T-mobile's artificially imposed, unusable tethering speeds? PDAnet works good for me however some of the linux apps I use don't work behind a proxy and I'd like to use the built in hotspot.
Also, could somebody ADB to their phone and enter: settings get global tether_dun_apn and give me the output so I can set mine back to default? (should've done it first myself, I know.) Any help or information is appreciated, thank you.
Bump. Same
Same.
attached the result from my device.
my device is OP7T, GLOBAL, not locked for tethering.
From the OnePlus 7 Pro forum: https://forum.xda-developers.com/on...aight-talk-t4035813/post81503219#post81503219
Only thing stopping us is mounting as rw
settings put global tether_dun_required doesn't work anymore edit son I explained how here https://forum.xda-developers.com/oneplus-7-pro/how-to/how-to-enable-dun-apn-t3966580 it works there's few other ways but only way to get some is
https://forum.xda-developers.com/on...abling-speed-hotspot-tethering-t3905948/page7
Download the magisk modules from page 7, VPN Hotspot and TTL Master from links in the thread follow latest instructions (just posted an update today) Should work on any rooted device, android 9/10. There's a non rooted version as well... Try these lemme know in my thread if it works for the 7t.
trying to find a away to mod product apn files new to phone so ill keep trying if someone finds a way to write to system dont know maybe super.img also ill fix a way and that setting tether dun 0 dont work as good terminal settings put net.tethering.noprovisioning=true idk if it works but a better option for now
ecompton59 said:
trying to find a away to mod product apn files new to phone so ill keep trying if someone finds a way to write to system dont know maybe super.img also ill fix a way and that setting tether dun 0 dont work as good terminal settings put net.tethering.noprovisioning=true idk if it works but a better option for now
Click to expand...
Click to collapse
System-less as a magisk module isn't holding?
7t the product file is located different
i fixed it thought it wasn't that hard testing had to do different then i did the 7 pro but it sticks. but that enable_dun global wont work past Android 8. its also in system table and usb is secure table if you want global try net.tethering.noprovisioning 0 may help once i test ill post apn is<apn carrier="T-Mobile Tethering" apn="pcweb.tmobile.com" is apn information
ecompton59 said:
i fixed it thought it wasn't that hard testing had to do different then i did the 7 pro but it sticks. but that enable_dun global wont work past Android 8. its also in system table and usb is secure table if you want global try net.tethering.noprovisioning 0 may help once i test ill post apn is<apn carrier="T-Mobile Tethering" apn="pcweb.tmobile.com" is apn information
Click to expand...
Click to collapse
What
GuyInDogSuit said:
What
Click to expand...
Click to collapse
done apn sticks and works on 7t with dun enabled
Sporos said:
My device is an HD1907 T-mobile variant, running global firmware with magisk root and bluspark kernel on OxygenOS. Tethering is my only way of getting my laptop connected while at work, and on my old razer phone I got around this issue with settings put global tether_dun_required 0 in ADB. This doesn't seem to work on the OP7T, Even after setting the TTL on my laptop to 65.
I tried the command adb settings put global tether_dun_apn tethering,fast.t-mobile.com,,,,,,,,,310,260,,dun as described in another post, and now my hotspot isn't working (nbd, I'll just keep using PDAnet for now.)
Does anybody have more information on how this all works in android 10 and how we could get around T-mobile's artificially imposed, unusable tethering speeds? PDAnet works good for me however some of the linux apps I use don't work behind a proxy and I'd like to use the built in hotspot.
Also, could somebody ADB to their phone and enter: settings get global tether_dun_apn and give me the output so I can set mine back to default? (should've done it first myself, I know.) Any help or information is appreciated, thank you.
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-7t/how-to/easy-tether-fix-magisk-mod-t4075639 theres the fix i put it up working great
Found a new method that's working for me. You need to add these apn settings and use ttl editor to set ttl to 65. I'm getting 30mb down over usb tethering:
I'm using a different phone now but it should work fine as long as you can set these apn settings in OOS.
ecompton59 said:
<apn carrier="T-Mobile Tethering" apn="pcweb.tmobile.com" is apn information
Click to expand...
Click to collapse
I think the key is to make sure the domain is tmobile.com, without the hyphen. The subdomain "fast" works with DUN on my OP7T. I also set APN protocol to IPv4, but this does not appear to have been necessary. This results in full up/down of 130/33 on my best test.
Just something to try for fun, with Verizon I kill ipv6 via teminal (# sysctl -w net.ipv6.conf.all.disable_ipv6=1) before enabling the hotspot and set it back to =0 once my device has connected to the hotspot and this results in uncapped speeds, no idea if applicable here but thought I'd share.
Ttl=65 obviously a must on device wanting to connect to hotspot. Good luck!
LastSilmaril said:
I think the key is to make sure the domain is tmobile.com, without the hyphen.
Click to expand...
Click to collapse
It appears that eventually the OS (I am on OP11 Beta 4) will eventually complain that dun is not allowed, however initially, omitting the hyphen appears to be a good workaround. Using 'pcweb' in the APN type field still works though, and this appears to be enough. I have not had to change ttl on the one client device I've tried it with. That said I have not tried long-term testing.
I just switched from a OnePlus 6T to an iPhone 12 mini today. I have been using this solution by Sporos up until now to bypass mobile hotspot usage through T-Mobile. Does anyone know if this same method can be used to accomplish on an iPhone? iPhones have APN settings too, but the fill-in spots are not as in depth. If no one is familiar, do you at least know which fill-in spots are the ones making the workaround happen?
***I do not want to jailbreak my device***
Unlocked AT&T e980 - Lost WiFi tethering with transfer to Mint Mobile - 4G LTE works
I thought members here might know if this solution I found for phones using KitKat might be my issue. Setting up the APN for Mint is trivial and know to be correct. Why no WiFi tethering for pc? Here is what I found but I do not want to implement this w/o gaining more confidence this will work...no desire to kill the phone. Mint tells me they do not block tethering. The e980 only offers WiFi and Bluetooth tethering. I do not see an option for USB tethering unless it is located in a unique place.
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Any ideas?
Edit - Bluetooth tethering does not work either. I can connect a pc and the e980 via Bluetooth but enabling BT tethering on the e980 gives the same fault message.
RVC46 said:
I thought members here might know if this solution I found for phones using KitKat might be my issue. Setting up the APN for Mint is trivial and know to be correct. Why no WiFi tethering for pc? Here is what I found but I do not want to implement this w/o gaining more confidence this will work...no desire to kill the phone. Mint tells me they do not block tethering. The e980 only offers WiFi and Bluetooth tethering. I do not see an option for USB tethering unless it is located in a unique place.
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Any ideas?
Edit - Bluetooth tethering does not work either. I can connect a pc and the e980 via Bluetooth but enabling BT tethering on the e980 gives the same fault message.
Click to expand...
Click to collapse
I think this is what you need to do? https://forum.xda-developers.com/showthread.php?t=2283615
Btw are you still using your LG att e980? Mine has sat in a drawer for 3 years since the screen stopped working. Not sure if it's rom or screen digitizer related? I bought it in 2014 I think & used it will March 2018 when I bought my T-mobile LG V20 & V30 phones. I'm trying to decide to fix it or toss it?