[Magisk] Tethering Enabler - Magisk

This is an update of this module, which hasn't been updated since Magisk v10. Additionally, I've disabled connection to the dun APN, making it appear as normal data. I'm intending to add TTL fixing in my next update.

Hi,
Okay, so I downloaded it and went into Magisk 19.3 >> Modules >> + >> Browse
I went to it, tapped on the Zip and it just showed me what was in the Zip. It didn't grab it to install it like it normally does.
Am I doing something wrong?
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0

Zeuszoos said:
Hi,
Okay, so I downloaded it and went into Magisk 19.3 >> Modules >> + >> Browse
I went to it, tapped on the Zip and it just showed me what was in the Zip. It didn't grab it to install it like it normally does.
Am I doing something wrong?
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0
Click to expand...
Click to collapse
Make sure that you click the ZIP and click the button that says "Select" that should be at the top. That's my experience with Q on a Pixel 2 at least, but it's worth trying.

MassExplosion213 said:
Make sure that you click the ZIP and click the button that says "Select" that should be at the top. That's my experience with Q on a Pixel 2 at least, but it's worth trying.
Click to expand...
Click to collapse
Thank you for your response. Once I tap the file, it immediately shows me what's in it, like if you were using a Zip tool and selected "Open" instead of "Extract". I know I'm not supposed to extract it. I'm just relating an example of what I see happen.
I used (I believe it's called "Documents" for some weird reason) Android's built in file selector, like when you're granting access to your Ext SD. That one.
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0
---------- Post added at 06:26 PM ---------- Previous post was at 06:11 PM ----------
Hi,
Okay, I got it installed. Long-Tap, then tap "Open".
But I didn't even bother to ask how to use it. It doesn't install an app, which is how I'm used to, um, "make it look otherwise".
Is it found in my phones' Settings?
Am I safe in assuming it'll work with my;
LG V20 (H910A) -- Android Nougat 7.0
Any help would be greatly appreciated.
I can follow instructions, no problem.
Thx!
Posted from my way cool LG V20 (H910) Nougat 7.0
---------- Post added at 06:31 PM ---------- Previous post was at 06:26 PM ----------
FYI,
Aftering installing the Module, in my phone's…
SETTINGS >> TETHERING
… it is now as follows;
USB Tethering = Grayed Out
Mobile HotSpot = Off (can be enabled)
BlueTooth Tethering (can be enabled)
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0

Zeuszoos said:
FYI,
Aftering installing the Module, in my phone's…
SETTINGS >> TETHERING
… it is now as follows;
USB Tethering = Grayed Out
Mobile HotSpot = Off (can be enabled)
BlueTooth Tethering (can be enabled)
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0
Click to expand...
Click to collapse
So it did finally install? If so, it should be working. USB Tethering works when you have your phone connected to a PC with a USB cable.

MassExplosion213 said:
So it did finally install? If so, it should be working. USB Tethering works when you have your phone connected to a PC with a USB cable.
Click to expand...
Click to collapse
Yes, I did get it installed (see previous message), thank you.
Also, just FYI, I do understand about BT & USB. But I never use those for Tethering. What I'm used to doing (with an app) is to run the app and then it uses the phone's WiFi, but makes it like a Router and broadcasts out an SSID and others see that and using the Password that I set in the app, others can connect to my phone to use the Internet.
Would that still be considered "Tethering"? Or would that fall under "Mobile HotSpot"?
If the latter, then I assume that I would just go into my phone's Settings and Enable it?
If that's the case, did I read correctly that your Module makes it look like Mobile Data to the Carrier instead of Tethering/HotSpot?
Thx!
Posted from my way cool LG V20 (H910) Nougat 7.0

Tethering and Mobile Hotspot are essentially the same, and yes, you should be able to use the one in Settings for that. And yes, it should hide it from the carrier unless they are doing checks on the TTL, which is what I'm working on next.

Hi,
Okay, so theoretically, I just go into my Settings and Enable "Mobile HotSpot" and my phone will become a connection for others to connect to via their WiFi?
Assuming yes, but how would they know what SSID to look for and what Password to use?
I.e., all I see is a switch to turn "Mobile HotSpot" on. I don't see anywhere to set those things up and I certainly don't want to be wide open for anyone to connect.
Thank you for all your help! It really is very much appreciated! And just FYI, I have understood everything you've said so far.
Thx!
Posted from my way cool LG V20 (H910) Nougat 7.0

If you click on Mobile Hotspot (not just the toggle) it should take you to a menu where you can configure the SSID and password.

MassExplosion213 said:
If you click on Mobile Hotspot (not just the toggle) it should take you to a menu where you can configure the SSID and password.
Click to expand...
Click to collapse
Way Cool, dude!
I'll try it tonight when my wife gets home, or in the morning and let you know how it goes.
Is there any way to confirm it's being seen as Mobile Data by my Carrier?
Let me explain that it's not that my Carrier doesn't allow Tethering. They just limit it to a small amount and then you have to pay for "X" amount (plans).
So as you can tell, I obviously don't want the Tethering I do to be seen as Tethering.
Thx
Posted from my way cool LG V20 (H910) Nougat 7.0

I'm not going to personally confirm whether it'll be seen as mobile data or tethering, as some carriers do nasty tricks such as checking the TTL of packets to see whether or not it's tethered, but for most carriers, it should work fine.

MassExplosion213 said:
I'm not going to personally confirm whether it'll be seen as mobile data or tethering, as some carriers do nasty tricks such as checking the TTL of packets to see whether or not it's tethered, but for most carriers, it should work fine.
Click to expand...
Click to collapse
Okay, thanks. And you said your next update deals with that, right?
Posted from my way cool LG V20 (H910) Nougat 7.0

It should, though I'm not sure how long that'll take. It requires a kernel module as far as I can tell, and there are solutions for some devices out there already. However, this is very dependent on the kernel installed, and Android doesn't have a system like DKMS. So I'm looking for a solution to that.

MassExplosion213 said:
It should, though I'm not sure how long that'll take. It requires a kernel module as far as I can tell, and there are solutions for some devices out there already. However, this is very dependent on the kernel installed, and Android doesn't have a system like DKMS. So I'm looking for a solution to that.
Click to expand...
Click to collapse
I see. Okay, thanks for all your help!
Posted from my way cool LG V20 (H910) Nougat 7.0

I'm able to tether with this, but I have no internet access. I also noticed that if I USB tether I get no internet access. Would this be an example of the carrier doing tricks to prevent it? FWIW I'm running a moto G6 on consumer cellular (which makes use of at&t's network).

I have installed this lastest module, I can bypass carrier lock and device can connect but no Internet. If I look at the device I am hotspotting from it shows 0 devices connect. I am running a rooted Pixel XL with 9.0 pixel dust rom and Magisk 19.3

MassExplosion213 said:
It should, though I'm not sure how long that'll take. It requires a kernel module as far as I can tell, and there are solutions for some devices out there already. However, this is very dependent on the kernel installed, and Android doesn't have a system like DKMS. So I'm looking for a solution to that.
Click to expand...
Click to collapse
what is your current phone's kernel that run the module successfully? would it works on LOS kernel?
and does your internet phone works normally while another device use the tethering from it, too?

TheShanMan said:
I'm able to tether with this, but I have no internet access. I also noticed that if I USB tether I get no internet access. Would this be an example of the carrier doing tricks to prevent it? FWIW I'm running a moto G6 on consumer cellular (which makes use of at&t's network).
Click to expand...
Click to collapse
Possibly? I'm not sure.
Jerrod091 said:
I have installed this lastest module, I can bypass carrier lock and device can connect but no Internet. If I look at the device I am hotspotting from it shows 0 devices connect. I am running a rooted Pixel XL with 9.0 pixel dust rom and Magisk 19.3
Click to expand...
Click to collapse
That's not the carrier doing anything weird. That's just your phone being weird afaict.
dohn joe said:
what is your current phone's kernel that run the module successfully? would it works on LOS kernel?
and does your internet phone works normally while another device use the tethering from it, too?
Click to expand...
Click to collapse
EX Kernel includes the patches for it, and if there's enough interest, I can upload a build that enables it on EX Kernel only for the moment. And yes, my phone's internet works fine while another device is tethering. Your phone is essentially acting as a router when tethering.

MassExplosion213 said:
EX Kernel includes the patches for it, and if there's enough interest, I can upload a build that enables it on EX Kernel only for the moment. And yes, my phone's internet works fine while another device is tethering. Your phone is essentially acting as a router when tethering.
Click to expand...
Click to collapse
Ah, thanks for offering. But I'm not on mood to change any crucial things nowadays, such kernel .
Do you think the module will works on LOS kernel?

dohn joe said:
Ah, thanks for offering. But I'm not on mood to change any crucial things nowadays, such kernel .
Do you think the module will works on LOS kernel?
Click to expand...
Click to collapse
No, it won't "just work" on the LOS kernel. Tell them to include the module "xt_HL.ko" for all devices (the kernel module for the iptables mangle table) and it will. Until they do or I find a generic way to get it working, EX is the only kernel I can reasonably support.

Related

Google's WiFi Tether app

Has anyone been able to get any version (2.0.7 or 3.x beta) of Google's WiFi Tether app working on their rooted Droid Bionic? Link to app
It didn't seem to work for this guy at the end of the video: Link
For me tethering is critical for work and I don't want to activate my Droid Bionic (which is coming tomorrow) until it can be confirmed working. Will keep using Thunderbolt for now... I can also imagine this is a huge issue for many other users.
However, I am aware that Motorola devices need some kind of device profile in the "Change Device-Profile" option in the settings of that app, has anyone played around with that, maybe choosing the Droid X or other Droid?
Any feedback greatly appreciated...
I hope you find a solution soon, I also have the same problem
Don't bother until a custom ROM comes out that can "hide your ass".
Since it is for work, paying for the monthly tether should be a business expense.
I tried some of the work-arounds on the net... barnacle did not work for me... choosing the droid x profile in device setup at least showed my wifi hot spot, but I could not obtain an IP... I had also noticed errors about dhcp in the log.
kierandill said:
Since it is for work, paying for the monthly tether should be a business expense.
Click to expand...
Click to collapse
exactly, in the mean time your going to be stuck using PDAnet and a USB cable.
Got it, rooted it, figured it out. Use version 2.0.7. Change the LAN option to 10.10.1.x
Also it only works in ad-hoc mode but at least its a start. I'm sure updates will fix it.
open1your1eyes0 said:
Got it, rooted it, figured it out. Use version 2.0.7. Change the LAN option to 10.10.1.x
Also it only works in ad-hoc mode but at least its a start. I'm sure updates will fix it.
Click to expand...
Click to collapse
Woot! I don't own one but I am glad you got it going perhaps a screenie of some data transfer?
Also try this with the 3. beta if you don't mind
Brenardo said:
Woot! I don't own one but I am glad you got it going perhaps a screenie of some data transfer?
Also try this with the 3. beta if you don't mind
Click to expand...
Click to collapse
Can't get 3 beta to work at all but it doesn't offer anything other than ad-hoc mode also. Also doesn't show data going through on the app. But hey at least it works.
Can anyone confirm the 2.0.7 wireless tether working?
not working
2.07 not working for me even using the 10.1 network. clients fail to obtain an IP address.
Same problem here - wifi tethering not working...
The newest 3.x didn't work for me. Has anyone tried manually setting the client's IP/Gateway/DNS? I don't remember what the dhcp issued on my incredible, otherwise I'd go grab my laptop and mess around with different static settings.
RawNis said:
2.07 not working for me even using the 10.1 network. clients fail to obtain an IP address.
Click to expand...
Click to collapse
It takes a long time I noticed. Wait for the little blue notification icon to appear that shows the device is connected. Can take as long as 3 minutes sometimes but it works for me I assure you. The key thing is the 10.10.1.x network which is still unblocked because VPN's can use that network, anything other than that won't work.
I can't get wifi tehthering to work but just using the phones built in usb tehering option works and does not send me to a page to subscribe for tethering. Don't know why this works but if I try the built in wireless tethering it says I have to sign up. EDIT Was working on launch day but tried again today and won't work so I guess the system wasn't updated the first day I tried it.
Hi,
I found way to enable Hotspot without Verizon Provisioning. I used SQLLite Editor to modify settings.db for "Settings Storage" application ( com.motorola.android.providers.settings ). Set entitlement_check to 0 and reboot the phone.
Dmitry
ddv2005 said:
Hi,
I found way to enable Hotspot without Verizon Provisioning. I used SQLLite Editor to modify settings.db for "Settings Storage" application ( com.motorola.android.providers.settings ). Set entitlement_check to 0 and reboot the phone.
Dmitry
Click to expand...
Click to collapse
I just tried this. It appears to be working. I was able to connect and browse from my laptop. Now the question is, does Verizon still know I'm tethering even though I'm not paying to tether?
I second. Works for me a well, with no warning or pop up. Cudos to you my good man
Sent from my DROID BIONIC using xda premium
Just did it and all seems fine so far.
btw, WOW. Ive never poked around the databases like that. Everything from the hdmi overscan to wifi info is in there. That is So cool.
Works for me too! However, only works properly with WPA security. If Hotspot is set to "open", you can connect but get no internet...

[Q] VZW Moto X as Hotspot

So I am strongly considering the Moto X not that Verizon has Moto Maker and the 32GB verizon. The one thing I love on my current phone running CM10.2 is the ability to tether my laptop to it for internet access without getting charged extra by verizon while I travel. Usually in a monthly billing cycle when traveling with work I'll consume about 20GBs of data. Can I do this with the Moto X without getting charged tether fees? Do I need to root it to do this?
FYI: I'm i'm on an unlimited plan
If you root with RockMyMoto, yes..
For using Wifi Tether for Root app, see -> http://forum.xda-developers.com/showthread.php?t=2449534 You MUST use the specific version now linked in the first post, or it wont work.... In other words, do NOT get the version from the Play store. (I'm using this way with my Rooted X, also unlimited plan)
To use the built in tethering app see -> http://forum.xda-developers.com/showthread.php?t=2443562 (I haven't tried it, but there are many reports in that thread of it working).
If you don't want to root, then you could try Foxfi. Not sure if it works, I've never used it.
I have always used THIS, on multiple phones. I'm on the 3.3 beta 2 and it works fine. Go into settings, and make sure the device profile is Generic ICS/JB (wlan0), and check the WiFi driver reload, MSS clamping, and Routing fix options.
gokart2 said:
I have always used THIS, on multiple phones. I'm on the 3.3 beta 2 and it works fine. Go into settings, and make sure the device profile is Generic ICS/JB (wlan0), and check the WiFi driver reload, MSS clamping, and Routing fix options.
Click to expand...
Click to collapse
For some reason I couldn't get that version to work on my Verizon X. While the PC and tablet saw the X, it saw it as WLAN0, and never properly connected to the phone.
The thread I linked to has a patched version that works properly for me, including seeing the "hot spot" as the SSID I set on the phone, and letting the PC and tablet connect to the phone and get to the internet.
The x is awesome for one. All u gotta do is root and follow the thread to use built In tethering appreciate. Works great. Or better yet flash Nitro's eclipse ROM. Its all done and its a great rom
Sent from my XT1060 using xda app-developers app
KidJoe said:
For some reason I couldn't get that version to work on my Verizon X. While the PC and tablet saw the X, it saw it as WLAN0, and never properly connected to the phone.
The thread I linked to has a patched version that works properly for me, including seeing the "hot spot" as the SSID I set on the phone, and letting the PC and tablet connect to the phone and get to the internet.
Click to expand...
Click to collapse
I did notice the wlan0 where on the other device I had u could change it or use the ssid, but my tab and others will connect? The initial connection always funks up, usually just have to cycle WiFi from the device and cycle tether too. U try reboot, fix perms, and cache/dalvik wipes? Haven't tried modifying that system apk, heard about some issues and this never gives much, if any.
gokart2 said:
I did notice the wlan0 where on the other device I had u could change it or use the ssid, but my tab and others will connect? The initial connection always funks up, usually just have to cycle WiFi from the device and cycle tether too. U try reboot, fix perms, and cache/dalvik wipes? Haven't tried modifying that system apk, heard about some issues and this never gives much, if any.
Click to expand...
Click to collapse
I tried everything. Yes.
I liked the way wifi tether worked on my past phones. Using the patched copy found in this thread -> http://forum.xda-developers.com/showthread.php?t=2449534 , which is also needed for the GNex w/4.2, works just like it did on my Bionic, Thunderbolt, and other past phones. No issues. After initial config and allowing SU, just launch the app, tap to start tethering, go to my PC, Tablets, etc.. and connect and go.
The APK is originally from https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c109 however, I just noticed lower down in that discussion a patch was added to the experimental 3.4 ( https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c197 ) so I might try that.
I don't feel the need to mess with those system files to use the phone's built in tethering app. I don't have to. I only offered that because some were using it since Wifi Tether for Root wasn't working.
KidJoe said:
I tried everything. Yes.
I liked the way wifi tether worked on my past phones. Using the patched copy found in this thread -> http://forum.xda-developers.com/showthread.php?t=2449534 , which is also needed for the GNex w/4.2, works just like it did on my Bionic, Thunderbolt, and other past phones. No issues. After initial config and allowing SU, just launch the app, tap to start tethering, go to my PC, Tablets, etc.. and connect and go.
The APK is originally from https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c109 however, I just noticed lower down in that discussion a patch was added to the experimental 3.4 ( https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c197 ) so I might try that.
I don't feel the need to mess with those system files to use the phone's built in tethering app. I don't have to. I only offered that because some were using it since Wifi Tether for Root wasn't working.
Click to expand...
Click to collapse
editig one cell in the system settings to get the built-in hotspot app to work is hardly messing with the system files. i've done this on my last three phones and they've all worked flawlessly. plus the built-in app has decent security features.
640k said:
editig one cell in the system settings to get the built-in hotspot app to work is hardly messing with the system files. i've done this on my last three phones and they've all worked flawlessly. plus the built-in app has decent security features.
Click to expand...
Click to collapse
I know you read the one thread I posted a link to as you asked about doing the SQL edit, and posted a screen shot from your D4.. Its OP talks about replacing a bunch of APK files which are system files...
In Post #24 of that thread, thepolishguy the SQL tweak doesn't work.
... hence my saying I didn't want to mess with a bunch of system files.
Not to mention, side loading an APK and using it is easier. It might not be "cleaner" or seem as "integrated" but it works.
Awesome thanks everyone. I defintely plan on rooting my phone and installed xposed.

[MODULE] Tethering Enabler for Magisk v10/v11

I have created a magisk module which enables tethering on phones where it's been disabled by the manufacturer/provider. Please post here if you have a tethering-disabled phone and can test the attached module. It should only work if the tethering has been locked down by your phone manufacturer, it will probably not help you if your provider is blocking tethering.
There are two zip files attached to this thread:
TetheringEnabler.zip -- is magisk v6 compatible.
Tethering_Enabler-10.0.0.zip -- is magisk v10 (and later) compatible.
Please post back if you have a phone with tethering disabled and it helps you, I will then push to have it listed in the official repo. I have no tethering-locked phone so I can't test it myself.
Thanks!
stangri said:
I have created a magisk module which enables tethering on phones where it's been disabled by the manufacturer/provider. Please post here if you have a tethering-disabled phone and can test the attached module.
Thanks!
Click to expand...
Click to collapse
Hey, I'm trying this out just now and I can't seem to get it to work. I install it, reboot, but nothing there. When I try to*enable hotspot, it still is coming back as carrier blocking it.
Magisk 10.2, phh's r266-2 su,*on a*Nexus*6 running stock 7.1.2 w/ Franco kernel
Any thoughts?
burkett375 said:
Hey, I'm trying this out just now and I can't seem to get it to work. I install it, reboot, but nothing there. When I try to*enable hotspot, it still is coming back as carrier blocking it.
Magisk 10.2, phh's r266-2 su,*on a*Nexus*6 running stock 7.1.2 w/ Franco kernel
Any thoughts?
Click to expand...
Click to collapse
Oh, sorry man, I completely forgot about it. It was written for the original magisk as a cache-mod which is no longer supported (since version 9). I'l try to post an updated version soon.
stangri said:
Oh, sorry man, I completely forgot about it. It was written for the original magisk as a cache-mod which is no longer supported (since version 9). I'l try to post an updated version soon.
Click to expand...
Click to collapse
Awesome - Thanks! I'm trying a different one now, but it doesn't seem to be working.
Edit: I take that back, it seems*to be working. Thanks anyway!
burkett375 said:
Awesome - Thanks! I'm trying a different one now, but it doesn't seem to be working.
Edit: I take that back, it seems*to be working. Thanks anyway!
Click to expand...
Click to collapse
Made the v10-compatible one. What did you try? If there's already module which does that, I'll just take mine down and/or link to it to benefit others.
stangri said:
Made the v10-compatible one. What did you try? If there's already module which does that, I'll just take mine down and/or link to it to benefit others.
Click to expand...
Click to collapse
It was this one:
https://forum.xda-developers.com/showpost.php?p=68402931&postcount=52
but i don't think it'll hurt to leave it up if it works...yours was the first one that came up on a google search so there might still be a benefit.
burkett375 said:
It was this one:
https://forum.xda-developers.com/showpost.php?p=68402931&postcount=52
but i don't think it'll hurt to leave it up if it works...yours was the first one that came up on a google search so there might still be a benefit.
Click to expand...
Click to collapse
That one is also based on an old template. The one by @stangri is much more elegant (IMHO).
burkett375 said:
It was this one:
https://forum.xda-developers.com/showpost.php?p=68402931&postcount=52
but i don't think it'll hurt to leave it up if it works...yours was the first one that came up on a google search so there might still be a benefit.
Click to expand...
Click to collapse
Thanks for posting it. Yeah, both modules do the same thing, I'll push mine to repo.
Didgeridoohan said:
That one is also based on an old template. The one by @stangri is much more elegant (IMHO).
Click to expand...
Click to collapse
But looking at that one made me realize it doesn't have to be a propmodule (as it doesn't change the system/ro prop), it can be done in post-fs-data so I now switched to that.
My phone (LG v10, T-Mobile) has tethering enabled, but all tethering must be approved by T-Mo when turning it on. I'm running modded stock firmware. Can this module help bypass my carrier's tethering check? If not, what can? I've tried using 3rd-party tethering apps, but when they turn on native tethering, it triggers the check. So far my carrier has detected all my attempts, even when running CM13. I am SIM-unlocked and my phone was bought from a T-Mo store, but currently my carrier is MetroPCS.
Thanks!
AnonVendetta said:
My phone (LG v10, T-Mobile) has tethering enabled, but all tethering must be approved by T-Mo when turning it on. I'm running modded stock firmware. Can this module help bypass my carrier's tethering check? If not, what can? I've tried using 3rd-party tethering apps, but when they turn on native tethering, it triggers the check. So far my carrier has detected all my attempts, even when running CM13. I am SIM-unlocked and my phone was bought from a T-Mo store, but currently my carrier is MetroPCS.
Thanks!
Click to expand...
Click to collapse
I don't think this one would work for you -- it's only to enable tethering on the phone, I don't think it could help you bypass carrier's check. Maybe others will chime in on what can help you with that.
@stangri: Thanks for the info. MetroPCS is owned by T-Mo, similar service quality, but almost 50% cheaper for essentially the same unlimited data. From what I've read, Metro's tethering policies are more strict than T-Mo's, it's basically allowed if you dont get caught. They'll tolerate a small amount, for light stuff like Web-browsing, but after that you'll get a notification. Metro cant control my tethering functionality, since it's built-in, but they can use T-Mo's servers for checking.
stangri said:
I don't think this one would work for you -- it's only to enable tethering on the phone, I don't think it could help you bypass carrier's check. Maybe others will chime in on what can help you with that.
Click to expand...
Click to collapse
So this module does not add the net.tethering.noprovisioning=true line to the build.prop file? I was just searching for a module to bypass subscription check on Verizon with my Nexus 5x and came across this thread but I wanted to double check.
Jexx11 said:
So this module does not add the net.tethering.noprovisioning=true line to the build.prop file? I was just searching for a module to bypass subscription check on Verizon with my Nexus 5x and came across this thread but I wanted to double check.
Click to expand...
Click to collapse
That's all it does. It only adds net.tethering.noprovisioning=true line to the build.prop file.
is this work on Sprint phone? i installed this module on galaxy s6 sprint (G920P), but i cant see HotSpot Menu. how its work?
mahdi72 said:
is this work on Sprint phone? i installed this module on galaxy s6 sprint (G920P), but i cant see HotSpot Menu. how its work?
Click to expand...
Click to collapse
Try and let us know?
stangri said:
Try and let us know?
Click to expand...
Click to collapse
how? where is hotspot menu?
I am on Cricket using my stock Nexus 6. Never looked into tethering before as Cricket restricts it unless you are on one of their higher plans and pay $10 a month extra. Previously enabling tethering would trigger a subscription check. On a whim, I decided to try this module and sure enough I can tether without issue to my tablet and Chromebook. Anyway, just wanted to note that in this case it has actually allowed me to bypass carrier restrictions. Cheers!
burkett375 said:
Hey, I'm trying this out just now and I can't seem to get it to work. I install it, reboot, but nothing there. When I try to*enable hotspot, it still is coming back as carrier blocking it.
Magisk 10.2, phh's r266-2 su,*on a*Nexus*6 running stock 7.1.2 w/ Franco kernel
Any thoughts?
Click to expand...
Click to collapse
Which carrier are you on? Sprint?
stangri said:
I have created a magisk module which enables tethering on phones where it's been disabled by the manufacturer/provider.
Click to expand...
Click to collapse
Great work! I have it running on Pixels and 5X, all working great. They were downloaded from the repo and all is well. Thank you for sharing this module.

[REQUEST] Wifi Tether and/or USB Tether

Please create a Wifi or USB Tether module for Magisk. The Magisk Tether Enabler module is no longer available. The good Wifi and USB Tether apps for rooted phones do not work with Magisk, only SuperSU. ie Wifi Tether by Fabio. Grasso. Please, I do not want to go backwards and root with SuperSU
Why can't the native tether app be used? It should work just by having net.tethering.noprovisioning=true in build.prop and entering:
su
settings put global tether_dun_required 0
In adb or terminal. From what I've been seeing in custom ROMs at least for my Nexus 6, nobody is using tether_dun_required 0 in their builds, having to do it manually every wipe.
I never tried the module you speak of but I wouldn't be too surprised if that's why it did lol.
LaGgY_42o said:
Why can't the native tether app be used? It should work just by having net.tethering.noprovisioning=true in build.prop and entering:
su
settings put global tether_dun_required 0
In adb or terminal. From what I've been seeing in custom ROMs at least for my Nexus 6, nobody is using tether_dun_required 0 in their builds, having to do it manually every wipe.
I never tried the module you speak of but I wouldn't be too surprised if that's why it did lol.
Click to expand...
Click to collapse
I do not pay extra for tethering and have unlimited phone data plan. The wifi tether app I mentioned gets around the carrier detecting tethering data and blocking it. Wifi Tether worked great fo 5 years on 2 different rooted phones using SuperSU. The developer admits issues with Magisk and Kingroot. No issues with SuperSU.
A Magisk module would would be appreciated and Im certain others would use it.
Android-Jack said:
I do not pay extra for tethering and have unlimited phone data plan. The wifi tether app I mentioned gets around the carrier detecting tethering data and blocking it. Wifi Tether worked great fo 5 years on 2 different rooted phones using SuperSU. The developer admits issues with Magisk and Kingroot. No issues with SuperSU.
A Magisk module would would be appreciated and Im certain others would use it.
Click to expand...
Click to collapse
Did you try what I posted? I have Sprint and use about 800gb yo 1tb a month of hotspot and they report 0mb on the website.
I use pdanet with magisk and no problem with it working.
philcoo2 said:
I use pdanet with magisk and no problem with it working.
Click to expand...
Click to collapse
Im using pdanet USB tether. But the pdanet wifi tether does not work.
Hi Android jack,
I only use the USB tether, I should have been clearer with my reply.
Phil
Why don't you just try the build.prop and terminal commands I posted then try the native tether I'm sure you will find it works then...
LaGgY_42o said:
Why don't you just try the build.prop and terminal commands I posted then try the native tether I'm sure you will find it works then...
Click to expand...
Click to collapse
You will have to tell me exactly how to set that up. build.prop, terinal cammands, means nothing to me. If you mean turning on tether in settings, it gets blocked by the carrier.
Installing magisk modules and app that require root is better for average users anyway. And I thought magisk modules was one big advantage of magisk...
I am Also Interested in Terminal commands on what i have to do thanks.
jynxs said:
I am Also Interested in Terminal commands on what i have to do thanks.
Click to expand...
Click to collapse
I found a very good example and posted it at the bottom. I have not tried it.
https://forum.xda-developers.com/showpost.php?p=78128320&postcount=411
thankyou very much this is helpful
jynxs said:
thankyou very much this is helpful
Click to expand...
Click to collapse
Let us know if it works, your phone model and OS.
I am not going to know if it works now mate.
I just contacted Three in the UK
I asked them about my hotspot data as i could no longer see it on their website.
They said you are on AYCE Data i was like ok ???
they said your hotspot and AYCE is combined now and i was like huh?
the person on the other end said you have unlimited Tethering.
I was like OMG gobsmacked as i was i left them a great survey.
So i didnt need this after all but if i do get any phones - i will try this method and i will report back on to this thread. (but highly likely i wont be back for awhile)
I am using a Samsung s8
Did Magisk ever made it on they app that you can install they hotspot. I have a pixel 3. If anybody try it out of it please let me know. The carrier is throttling download speeds by margin. It won't go no more then 650kbps download. But when it's the beginning of the billing cycle I can get 23mbps down. After using 15GB of hotspot it drastically throttles it. Any bypass for this would greatly be appreciated
BUMP can anybody familiar with this answer my question
Reeseybaby said:
BUMP can anybody familiar with this answer my question
Click to expand...
Click to collapse
Have you looked through the thread you're posting in? There's a link just a few posts up with commands used for enabling tethering. The prop you can set with MagiskHide Props Config and the "settings put" command you should only have to enter in terminal once (if I remember correctly).

WiFi calling (UK)

Just read that Three is discontinuing it's WiFi calling app as most phones have this as standard now. I have no reception in my flat so this has been a lifesaver. I have figured out how to activate the volte and WiFi calling toggles but only the volte seems to work (I get an icon when on 4g). Has anyone been able to get this to work on any UK network?
Eggstones said:
Just read that Three is discontinuing it's WiFi calling app as most phones have this as standard now. I have no reception in my flat so this has been a lifesaver. I have figured out how to activate the volte and WiFi calling toggles but only the volte seems to work (I get an icon when on 4g). Has anyone been able to get this to work on any UK network?
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-3t/help/los-16-0-uk-native-wifi-calling-t3925743
Any LOS/Based ROM should work.
Thanks. I had a look on the other thread and couldn't see WiFi calling as an option despite being able to toggle it on. Can't remember what code I used.
Eggstones said:
Thanks. I had a look on the other thread and couldn't see WiFi calling as an option despite being able to toggle it on. Can't remember what code I used.
Click to expand...
Click to collapse
If it doesn't show as 'Provisioned' under the *#*#4636#*#* menu, it's not available. You're using OOS, right? I'm not sure there's any method to force the issue. Maybe a Magisk module?
Or start using Custom ROMs?
Dirk said:
If it doesn't show as 'Provisioned' under the *#*#4636#*#* menu, it's not available. You're using OOS, right? I'm not sure there's any method to force the issue. Maybe a Magisk module?
Or start using Custom ROMs?
Click to expand...
Click to collapse
I'm using OOS Oreo. I'm trying to remember what I did to get the toggles under sim preferences. Before then I didn't even have the toggles
Is this operator dependent or phone software. No idea how to add a module but should be able to figure that out.
Eggstones said:
I'm using OOS Oreo. I'm trying to remember what I did to get the toggles under sim preferences. Before then I didn't even have the toggles
Is this operator dependent or phone software. No idea how to add a module but should be able to figure that out.
Click to expand...
Click to collapse
Adding the Toggles to Settings is the easy bit. It doesn't mean a thing as far as getting the functions working though. The ROM, and specifically the telephony parts of it, need to have all the necessary code added. We know that 3 can add the bits needed on phones where they have control over the software updates. Otherwise it's down to the Manufacturer/ROM.
You never know, OOS Pie might have this working natively. You could ask in the Community Beta thread to see if anyone there has any idea. Or wait a while longer until OOS Pie is in Stable channel. (I assume you don't want to try the Community Beta?)
Dirk said:
Adding the Toggles to Settings is the easy bit. It doesn't mean a thing as far as getting the functions working though. The ROM, and specifically the telephony parts of it, need to have all the necessary code added. We know that 3 can add the bits needed on phones where they have control over the software updates. Otherwise it's down to the Manufacturer/ROM.
You never know, OOS Pie might have this working natively. You could ask in the Community Beta thread to see if anyone there has any idea. Or wait a while longer until OOS Pie is in Stable channel. (I assume you don't want to try the Community Beta?)
Click to expand...
Click to collapse
I might download it when I get back from my holiday. Don't want to mess with my phone when traveling.
I'm very much a novice when it comes to ROMs etc.
Downloaded the community build but no joy. No sign of wifi calling working.
Eggstones said:
Downloaded the community build but no joy. No sign of wifi calling working.
Click to expand...
Click to collapse
I'm not surprised. I doubt it's high on their list of priorities. Especially as a lot of this stuff is carrier specific. They probably expect the carriers themselves to add the necessary modifications before the units get into the hands of customers, which is what happens most of the time. Except, Oneplus phones are usually bought off contract as nobody here offers them with contracts.
Eggstones said:
Thanks. I had a look on the other thread and couldn't see WiFi calling as an option despite being able to toggle it on. Can't remember what code I used.
Click to expand...
Click to collapse
The provision toggle shows up now when I am back in the UK. Might try to install lineage to see if it helps.
Did you end up getting this to work on lineage? I'm having the same problem and the three in touch app has just stopped working for me.
This is on a op3 (not t)
welshyoot said:
Did you end up getting this to work on lineage? I'm having the same problem and the three in touch app has just stopped working for me.
This is on a op3 (not t)
Click to expand...
Click to collapse
Haven't gotten around rooting and installing it. I have volte in most of the flat so the phone kinds works at home.
Fair enough, thanks for the reply. If I end up getting it working I'll report back
Tried to figure out how to instal lineage on my phone but I got stranded after installing ADB on my laptop. My problem is that most of the guides assumes that you know what you are doing in minute detail and therefore leave out quite a lot of steps. It also seems like you will lose all your data which means you need to back it up and to back it up you need to root the device which whips the data... Installing twrp seems also to wipe your data which is a bummer as you need that to do the backup of your phone.
As you can see I'm damned if I do and damned if I don't
Tried today to install lineage and I cannot say I'm impressed with the various guides I found. The lineage os wiki page omitted various steps such as which entry you needed to edit in the environment variables. There are several to choose from. Nor did it not mention that you need to enable unlocking the bootloader. Had to Google that to figure out how to get around that error
Installing twrp didn't work as it didn't recognise the file. Tried three different workarounds that didn't work. (File extension, dropping the twrp image onto the command window after typing the fastboot flash recovery line and moving the image to the desktop and the ADB folder.
Why do the people who write these guides assume you have extensive knowledge of installing ROMs instead of including all necessary steps. Needless to say, I failed to install lineage.
Rant over.
welshyoot said:
Fair enough, thanks for the reply. If I end up getting it working I'll report back
Click to expand...
Click to collapse
Any success? I have finally got lineage 16 on my phone but not been able to get WiFi calling working
No, ended up getting a new phone unfortunately.

Categories

Resources