Enable Wireless Tethering Moto X Pure - X Style (Pure) Android Development

Enable Wireless Tethering Rooted Moto X Pure
1. Modifying system files could render your device useless, so by continuing you’re assuming that risk
2. Using a root file explorer, navigate to /system/
3. (Optional) Make a copy of the build.prop
4. Open the build.prop file with a text editor
5. Add the following line to the bottom of build.prop file: net.tethering.noprovisioning=true
6. Save the file and reboot your device
This has been confirmed to work with a Sprint Sim.
Source: http://pocketnow.com/2015/01/01/nexus-6-tethering
dbuning

It should be noted that some carriers (such as T-Mobile) use the number of hops left on packets that hit their servers to indicate that you're using tethering rather than cellphone data.
The xt_HL.ko netfilter driver included with a customer kernel should allow a user to use the IP Tables rule to change tethered traffic TTL with the default TTL of the device. This would make tethered data appear as if it's actually cellphone data.
I think this is currently contained in CM (at least it is on my OPO), but doesn't seem to be contained in the default kernel for moto phones (though I've only tested the 2013 X).
A guide about including this in a kernel can be found here, and I encourage anyone kernel devs out there to at least give this a look.
Thanks!

I have Verizon unlimited and the tethering worked for me without any type of verification or mod to the system provisions.
Usually because of unlimited this is deactivated to force the subscriber into paying the additional $30 monthly charge.
Are other carriers not allowing you guys to tether or something?

I'm running Cricket and it doesn't work for me

krazeekirk said:
I'm running Cricket and it doesn't work for me
Click to expand...
Click to collapse
That's really strange. I can confirm it worked with my Cricket sim in a 1575 (Pure). I haven't done anything to it but rooted it so I could put Viper4Android (audio) on it.

Not working on Three UK.

This is what worked on MetroPCS(Tmob)
From http://pocketnow.com/2015/01/01/nexus-6-tethering:
(Optional) Using a root file explorer, navigate to /data/data/com.android.providers.settings/databases/ and make a copy of settings.db
Install and open a SQL editor and grant it root access when prompted (such as SQLite Editor)
Tap the APPS tab and then “Settings Storage”
Tap on settings.db then global
Tap on the + symbol to add a new key/value pair
In the name field type in tether_dun_required
In the value field type in 0 (zero)
Tap Save
Open the Android system Settings
Under WIRELESS & NETWORKS tap More…
Tap Mobile networks then APNs
(If you’re using T-Mobile) Make sure your T-Mobile configuration is selected (mine is T-Mobile GPRS), then tap on it
(If you’re using T-Mobile) Make sure your APN protocol and APN roaming protocol are both set to IPv4 (it doesn’t look like tethering works with IPv6 yet)
(If you’re using T-Mobile) Make sure your APN is set to fast.t-mobile.com
Reboot
Click to expand...
Click to collapse
I noticed that this flag is already set in Spasticdroid's deodexed Semi-Stock ROM.

Worked like a champ on my Pure on Sprint...
Thanks sooooo.much

I'm using Cricket Wireless in Florida.
Works! Yay I have tethering again

OP, thanks for the share.
I have also found an alternate method that requires no editing of prop files.
I tried several of the apps on the store and discovered that the free app mify works on Sprint with no system edits except having a rooted phone.
been working for me for several weeks, ymmv...https://play.google.com/store/apps/details?id=share.hotspot.myfi&hl=en

Works for me out of the box on Verizon with udp.
Sent from my XT1575 using Tapatalk

added to index
[INDEX] Moto X Pure Resources Compilation Roll-Up

works on sprint!

Works out of the box with AT&T... Weird
Sent from my XT1575 using Tapatalk

shoman94 said:
Works out of the box with AT&T... Weird
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
Probably because they want you to waste through data so you can incurre data overage charges. [emoji1]
Sent from my XT1575 using Tapatalk

eyecon82 said:
Probably because they want you to waste through data so you can incurre data overage charges. [emoji1]
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
I barely use it... I have 15gb.... Not to worry.[emoji4]
Sent from my Venue 8 7840 using Tapatalk

Naddict said:
OP, thanks for the share.
I have also found an alternate method that requires no editing of prop files.
I tried several of the apps on the store and discovered that the free app mify works on Sprint with no system edits except having a rooted phone.
been working for me for several weeks, ymmv...https://play.google.com/store/apps/details?id=share.hotspot.myfi&hl=en
Click to expand...
Click to collapse
Damn Naddict...haven't seen you since the Galaxy S3 days

been a long time! :highfive::good:
pizzlewizzle said:
Damn Naddict...haven't seen you since the Galaxy S3 days
Click to expand...
Click to collapse

Does this work with marshmallow or is it lollipop only?
Sent from my XT1575 using Tapatalk

ErikHellstrom said:
This is what worked on MetroPCS(Tmob)
From http://pocketnow.com/2015/01/01/nexus-6-tethering:
I noticed that this flag is already set in Spasticdroid's deodexed Semi-Stock ROM.
Click to expand...
Click to collapse
Anyone have any luck with this method on marshmallow? I'm not able to see the db's, but can on my lollipop devices

Related

(Working again)Howto: P769* ICS/JB T-Mobile Wifi tether upsell bypass *Root Required*

Note: This is for ICS/JB. For CM 10.1 users try my other tutorial: http://forum.xda-developers.com/showthread.php?t=2232099
I figured out how to get tethering working without any special Proxies or VPNs.
This does work for other operating systems/protocols/ports/ and all browsers that support user agent switching :
*** Root is required ***
*** ICS is required ***
1.) Backup Rom via CWM recovery.
2.) Backup /etc/apn-conf.xml
3.) Edit /etc/apn-conf.xml
Replace all instances of:
pcweb.tmobile.com
with​
epc.tmobile.com
or​fast.tmobile.com​
4.) You may need to prevent T-Mobile from overwriting the file:
a.) Change permissions(chmod) on the file using the terminal to prevent T-Mobile from pushing a new one:
To change permissions `chmod 444 /etc/apns-conf.xml`
To check permissions `ls -la /etc/apns-conf.xml`​
b.) Make the file immutable using the terminal so that not even root can edit/overwrite/remove it:
To add the immutable bit `chattr +i /etc/apns-conf.xml`
To check the immutable bit `lsattr /etc/apns-conf.xml`
To remove the immutable bit `chattr -i /etc/apns-conf.xml`​
***You will need to remove the immutable bit if you want to edit/overwrite/remove the file again***
5.) Disable/Freeze/Remove "com.lge.upsell" app/apk .
6.) Force stop, Clear data, and Clear cache "com.lge.upsell" in App Manager in Android settings.
(You may need to Force stop again after clearing data & cache)​
7.) Reboot device.
8.) Verify that com.lge.upsell is not running in App Manager after reboot.
(If it does start you may need to remove the app/apk and reboot.)​
9.) Install "Android Tether for Root Users"
https://code.google.com/p/android-wifi-tether/​ Grab the latest version.​ If you have trouble use this version: 3.2-beta2​
10.) Known working settings for "Android Tether for Root Users"
a.) Change Device Profile :
"Generic ICS/JB (wlan0)"​
(ICS Only!)
b1.) Change Setup-Method :
Netd (master)​
(JB Only!)
b2.) Change Setup-Method:
Netd-Ndc (master)​
c.) Enable WiFi-Encryption :
"Checked"
or (Whichever you prefer)​
"Not Checked"​
d.) Don't disable Bluetooth :
"Checked"​
e.) WiFi-driver reload :
"Checked"​
f.) Enable Access-Control :
"Checked"
or (Whichever you prefer)​ "Not Checked"​
g.) Keep-Alive check interval :
"Not Checked"​
h.) Routing fix :
"Checked"​ (This should fix issues with T-Mobiles crapy network)​
i.) Disable Update-Check :
"Checked"​ (This way we don't accidentally update to a version that does not work.)​
j.) Disable Wake-Lock :
"Not Checked"​
Update: 2/15/2014
11.) Change the user agent on your browser:
User agent strings:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24
Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/7.0.1 Safari/537.73.11
a.) Chrome:
Select menu
Select tools
Select extensions
Select "Get more extensions"
Search for "user agent switcher"
Pick the one you want and set the user agent.​
b.) Firefox:
Select "Tools"
Select "Add-ons"
Select "Get Add-ons"
Search for "user agent switcher"
Pick the one you want and set the user agent.​
c.) IE:
http://www.iegallery.com/
Search for "user agent switcher"
Pick the one you want and set the user agent.​
Click to expand...
Click to collapse
Notes:
1.) The ssid is usually not broadcasted so the wifi network is hidden(This is actually a good thing for security). You can add the hidden network manually.​
Good Luck!
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
Do you notice any difference in network quality or is it too early to tell? Plus do you know if it will operate on a windows laptop? I've read somewhere you have to tweak the register (windows) or use a android user agent for browsing.
Sent from my LG-P769 using xda app-developers app
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
Sorry in advance for being a noob, however, inside the apn_conf.xml
I did not find any pcweb.T-Mobile.com lines. All i found was this
Sent from my LG-P769 using xda app-developers app
I'm pretty sure you do not have to go through steps 1-7 to get wifi tether for root working. I had installed the app a week back and got everything working by just playing around with the settings in the app
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
Kuma82:
If you are running stock 10g for for p769 the pcweb.tmobile.com should be there. If not, I can past my xml.
Nmosfet:
This hack is for users who are seeing the T-Mobile upsell page when browsing the net via tether. Not all users will have this issue. I am on the unlimited data plan and T-Mobile is being persistent in trying to charge me $ for how I use my unlimited internet. By using my hack even users who are not being redirected will have full internet access as apposed to proxy/user agent faking which causes issues with some web pages.
T-Mobile seems to have disabled user agent detection on traffic going through the epc.tmobile.com apn. If they re-enable detection we will begin to see the upsell. If that happens use FoxFi/PDAnet+ with the proxy add on to mask your browser user agent.
ic thanks for the heads up. I guess I was already on epc.tmobile.com (according to settings/mobile network) hence no issues, although i think that was the default APN for me. Maybe I'm dense or something, but if you just want to switch APNs, why not just change it in settings rather than going through a system file? Also, that com.lg.upsell doesn't seem to play a role, does it? It's still enabled on my phone as i have no idea what it does.
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
nmosfet said:
ic thanks for the heads up. I guess I was already on epc.tmobile.com (according to settings/mobile network) hence no issues, although i think that was the default APN for me. Maybe I'm dense or something, but if you just want to switch APNs, why not just change it in settings rather than going through a system file? Also, that com.lg.upsell doesn't seem to play a role, does it? It's still enabled on my phone as i have no idea what it does.
Click to expand...
Click to collapse
Lucky you. I am wondering, do you have the prepaid version? That could be the difference since I purchased mine @ a T-Mobile store.
Don't worry, you are not dense. The reason why editting the APN settings will not work on all devices is because the entry for tethering is hidden.
The com.lg.upsell app is what kept blocking my tether traffic after a few seconds. I believe it is detecting data flowing between wifi & cellular. But if you have a diffent plan or the pre-paid model it may not matter. Are you on an umlimited plan?
thanks Kevev for explaning everything. I'm on the $30 (walmart) prepaid plan. I guess it's possible that explains some of the configuration differences.
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
nmosfet said:
thanks Kevev for explaning everything. I'm on the $30 (walmart) prepaid plan. I guess it's possible that explains some of the configuration differences.
Click to expand...
Click to collapse
You are very welcome.
Yup that is probably why. That plan is a great value.
follow up
Well I don't have the unlimited plan and I'm not on the prepaid plan either, I'm currently on the 2gb plan. That's probably why my xml is different. However, I'm planning on changing to the unlimited. Thanks for the advice and if it's not a problem, can you upload your xml (Kevev).
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
kuma82 said:
Well I don't have the unlimited plan and I'm not on the prepaid plan either, I'm currently on the 2gb plan. That's probably why my xml is different. However, I'm planning on changing to the unlimited. Thanks for the advice and if it's not a problem, can you upload your xml (Kevev).
Click to expand...
Click to collapse
You are welcome. I updated the first post with info on locking the file down so T-Mobile doesn't overwrite it.
My apns-conf.xml
http://db.tt/vXQrqfql
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
Well i found out why my xml was different, lol. It wasn't different, i was opening it with the Smanager app and it wasn't opening the xml entirely. I opened it on my computer and found the entire xml. Well thanks for the upload anyways (with all the changes) and helping me.
Sent from my LG-P769 using xda app-developers app
kuma82 said:
Well i found out why my xml was different, lol. It wasn't different, i was opening it with the Smanager app and it wasn't opening the xml entirely. I opened it on my computer and found the entire xml. Well thanks for the upload anyways (with all the changes) and helping me.
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
My bad. I should have mentioned that I opened the xml with Jota Text editor.
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
Thanks for the jota app. Nice, clean and free
Sent from my LG-P769 using xda app-developers app
I update the original post by adding the new LTE apn(fast.tmobile.com) as an option in case T-Mobile starts blocking on epc.tmobile.com apn.
The new apn seems faster as there are less LTE users at this time.
Kevev, Thank you for your amazing finding. I now dont have to use the EasyTether app which forced me connect via a usb cable and messing around with the browsers UA String. I now have the freedom of wireless Tethering as I did on my Sprint Galaxy S3.
Thank You, It worked like a charm.
Re: Howto: P769* ICS T-Mobile Wifi tether upsell bypass *Root Required*
slickytru5 said:
Kevev, Thank you for your amazing finding. I now dont have to use the EasyTether app which forced me connect via a usb cable and messing around with the browsers UA String. I now have the freedom of wireless Tethering as I did on my Sprint Galaxy S3.
Thank You, It worked like a charm.
Click to expand...
Click to collapse
You are very welcome.
Thanks real big help much appliged
alienngp said:
Thanks real big help much appliged
Click to expand...
Click to collapse
help needed to root p765
i am from india and brought p765 and updated it to jb and now want to root and install cwm recovry help via teamviewer or fb plz reply here

[Q] Help! Tethering Droid Incredible 4g w/Unlimited Data

Is it possible to tether a rooted droid incredible 4g running the stock HTC Sense image that STILL has the unlimited data plan (I got the phone just before they killed it last summer)? I have a stock droid incredible 4g (Android 4.0.4) that I simply unlocked the bootloader on and installed/flashed SuperSU from TWRP. I apologize if my terminology is off as I am new to this. I have installed both WiFi Tether and FoxFi and have had no success with either program. I may be configuring something incorrectly or it may not be possible given I'm still on the unlimited data plan. I assumed that rooting my device would somehow allow Wifi Tether to bypass whatever verizon blocks on the unlimited data plans to prevent tethering. I have googled everything I can with regard to this issue and have attempted all the recommended fixes with FoxFi (rename the SSID, reboot the phone, disabled WiFi, etc...). I do not know how to configure Wifi Tether (tried the defaults and a few combinations I found on google) and have found very little to assist further with it. There are multiple device-profiles and setup-methods to choose from in addition to a bunch of other options, and am hoping someone know specifically what I can do or have a combination that works. Any help would be greatly appreciated .
Simplified Questions:
(1) Is it possible to teather on a droid inc 4g with unlimited data?
***These Questions assume '1' above is true***
(2) Can this work in FoxFi, if so, how do I configure it?
(3) Can this work in Wifi Tether, if so, how do I configure it?
(3a) In Wifi Tether, I would need it set up to do a 'hotspot' not an ad-hoc network connection, no clue how to do this...
(3b) In Wifi Tether, which device-profile and setup-method should be used?
(3c) There are a number of options in WiFi Teather, which ones should be selected?
Solved
I continued to search and try settings and figured out what worked:
(1) Phone must be rooted
(2) Download WiFi Teather
(3) In Settings -> Choose HTC Rezound (LTE/CDMA/GSM) as the 'Device-Profile'
(4) Leave the 'Setup-Method' as 'Auto', which is the default
(5) Optional: Use 'WiFi-Encryption' if you'd like
(6) Set the SSID
(7) Check the box for 'Wifi-driver reload'
(8) Ensure 'MSS clamping' is checked (was by default for me)
(9) Ensure 'Routing fix' is checked (was by default for me)
(10) Start Tethering
The above should work...
Simple, if your on a sense based ROM just use open garden https://play.google.com/store/apps/details?id=og.android.tether
And in settings select either generic ICS or rezound I forget its been a while but I know it works flawlessly
On cm which I am just use the built in tethering very simple
I use WiFi Tether (currently using 3.2-beta2). Works great. Fast, no drops, etc.
While I am running ViperLTE, I see no reason why it won't work with rooted stock.
In fact... I'm using it right now
junkmail9 said:
I use WiFi Tether (currently using 3.2-beta2). Works great. Fast, no drops, etc.
While I am running ViperLTE, I see no reason why it won't work with rooted stock.
In fact... I'm using it right now
Click to expand...
Click to collapse
Which wifi-tether app are you referring to? From which author... As there are many different apps in the store. Thx
I also suggest freezing mobile hotspot and tetheringguard using titanium backup.
Sent from my ADR6410LVW using xda app-developers app
kimba99 said:
Which wifi-tether app are you referring to? From which author... As there are many different apps in the store. Thx
Click to expand...
Click to collapse
I believe the full title is "WiFi Tether for Root Users". For some reason, it seems to appear and disappear from the Google Play Store at random.
The best place to find it is at the code project home here: http://code.google.com/p/android-wifi-tether/
junkmail9 said:
I believe the full title is "WiFi Tether for Root Users". For some reason, it seems to appear and disappear from the Google Play Store at random.
The best place to find it is at the code project home here: http://code.google.com/p/android-wifi-tether/
Click to expand...
Click to collapse
this is the one i use with the settings as posted above (generic ics and routing fix checked).
spazmcghee said:
I also suggest freezing mobile hotspot and tetheringguard using titanium backup.
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
i still don't seem to have gotten past the throttling... i have frozen these apps with not apparent change.
tethering works - i just don't get the same speed results when comparing my phone vs laptop. :dunno: i also note my area doesn't seem to have very fast 4g speeds compared to results i see posted on the internet.
j13smiley said:
i still don't seem to have gotten past the throttling... i have frozen these apps with not apparent change.
tethering works - i just don't get the same speed results when comparing my phone vs laptop. :dunno: i also note my area doesn't seem to have very fast 4g speeds compared to results i see posted on the internet.
Click to expand...
Click to collapse
I have found that signal strength/area is everything when it comes to speeds - tethering or otherwise. At work, I have intermittent 4G and my tethering speeds are so-so. I have to carefully put my phone in the right spot to get 4G, and that spot varies depending on the weather...
However, at home my signal and 4G are rock solid. 4G speeds, including tethering, are faster than my WiFi connection.
hey
spazmcghee said:
I also suggest freezing mobile hotspot and tetheringguard using titanium backup.
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
i try to freeze them but i cant find them what are there names in titanium back up
Gooch4130 said:
I continued to search and try settings and figured out what worked:
(1) Phone must be rooted
(2) Download WiFi Teather
(3) In Settings -> Choose HTC Rezound (LTE/CDMA/GSM) as the 'Device-Profile'
(4) Leave the 'Setup-Method' as 'Auto', which is the default
(5) Optional: Use 'WiFi-Encryption' if you'd like
(6) Set the SSID
(7) Check the box for 'Wifi-driver reload'
(8) Ensure 'MSS clamping' is checked (was by default for me)
(9) Ensure 'Routing fix' is checked (was by default for me)
(10) Start Tethering
The above should work...
Click to expand...
Click to collapse
Thanks - I'm on Viper 2.2.0 and this is what worked for me. Before I updated the ROM a few weeks ago, I was able to use the older settings with the generic ICS profile and without Wifi-driver reload.
trkeyser said:
Thanks - I'm on Viper 2.2.0 and this is what worked for me. Before I updated the ROM a few weeks ago, I was able to use the older settings with the generic ICS profile and without Wifi-driver reload.
Click to expand...
Click to collapse
I also have the Inc 4G Lte and just loaded Viper LTE 2.2.0
Using the above settings, I still can't get it to work. It runs and my other devices can see it and connect to it but there is no traffic.
Anybody got any ideas.

Wifi Tether working without plan

Thanks to the guys that posted on the Optimus G Pro forum on how to make bypass the tether block that AT&T puts on the LGOG. After searching for months on how to make tethering work on my LGOG I was about to give up, when I saw that on the LGOG Pro forum somebody had gotten wifi tether to work. I tried their method and it worked on my e970 too! I TAKE NO CREDIT FOR THIS, just wanted to make sure it was in this forum too since it seems to work on the e970 as well.
You'll need your LGOG to be rooted and the SQLite editor app. It's $3 on Google play store. Maybe there's a free alternative but that's what I used.
After installing that, follow these steps:
1) Go to device settings and attempted to turn on mobile tethering, this will open a window saying it's blocked
2) hit ok and exit, Open SQLite
3) under apps tab find and select com.android.providers.settings
4)select settings.db (on mine it's the only thing listed)
5)select system on the next page
6) hit the search button at top right
7) select name in the drop down box for filter field
8) type name in filter value
9) type "tether_entitlement_check_state"
10) in the field on the right where it says "1" long press and select edit field
11) enter "0" (that's a zero)
12) reboot and you're good to go, you'll be able to enable through the native controls under system settings
according to the guys on the other post using e980 LGOG pro, AT&T has yet to charge any fees or reprimand any of them, but there's always the chance you'll be the first. I haven't used this much yet, just enough to test functionality. It definitely works, but I can't say yet if AT&T will burn me for it.
Don't tether any device that uses other than a mobile browser or they will detect it. You can make Firefox on a laptop spoof that it is a mobile browser so that may work but I don't know for sure.
Sent from my LG-E970 using XDA Premium 4 mobile app
Yep if op hadn't found that process before now it's very likely he didn't know about that and is going to lose his unlimited data and get put on a regular plan in a flash. This is why I got rid of my unlimited data.
Sent from my LG Optimus G using XDA Premium 4 mobile app
Even if your plan allows tethering the authentication sometimes fails, it's better to turn it off.
Authentication only fails on stock roms. I have had no issues whatsoever on aosp derivatives and a plan that allows tethering in almost a year of usage.
Sent from my LG Optimus G using XDA Premium 4 mobile app

[Q] Wireless Tethering

Is there a way to get wireless tethering working on VS985 without having to add tethering to your plan (FoxFi or other)? I used it all the time on my Note 2 and have come to depend on it. Unlimited data plan. Thanks.
This link should do it for you.
http://forum.xda-developers.com/lg-g3/general/g3-hotspot-hack-t2812305
you need to be rooted though.
Not working
Edit now working just had to redownload it
Sent from my VS985 4G using Tapatalk
laxattack said:
Not working
Sent from my VS985 4G using Tapatalk
Click to expand...
Click to collapse
It works. You need to change the name of the network each time. Also make sure to enable proper permissions I can confirm it is working.
w0216420 said:
Is there a way to get wireless tethering working on VS985 without having to add tethering to your plan (FoxFi or other)? I used it all the time on my Note 2 and have come to depend on it. Unlimited data plan. Thanks.
Click to expand...
Click to collapse
I was under the impression that FoxFi works on the LG G3 and you don't need root.
Foxfi does not work! The http://forum.xda-developers.com/lg-g3/general/g3-hotspot-hack-t2812305 does. But you need to be rooted which is a easy as a breeze.
I got a "404" error on the prior link. This one works: http://forum.xda-developers.com/showthread.php?t=2812305
I've got a question out on how to use Tasker to automate having to refill password and/or link name each time you use the apk included with the thread.
(Sent from my Nexus 7 2013 tethered to my LG G3 )
deleted
cbdudek said:
I was under the impression that FoxFi works on the LG G3 and you don't need root.
Click to expand...
Click to collapse
Yeah as mentioned by others it does not work. Unfortunately I need my work email on my phone and can't root it so for now I am use USB tethering via PDANet. Hopefully the developer finds a way around it. On the bright side, my laptop keeps the phone charged while I tether to it. :laugh:
lg
aj522 said:
It works. You need to change the name of the network each time. Also make sure to enable proper permissions I can confirm it is working.
Click to expand...
Click to collapse
What you could also do is just change the channel. So pretty much just change something about the network everytime. i'd just go with the channel so the ssid just stays the same everytime

[MOD] Hotspot provision for VS985

!!! PLEASE READ THIS ENTIRE POST BEFORE PROCEEDING !!!
YOUR INSTALLATION & USE OF ANYTHING CONTAINED HEREIN IS OF YOUR OWN VOLITION AND I AM NOT RESPONSIBLE FOR ANY PROBLEMS THAT OCCUR
This is a modified apk for the VS985 that bypasses Verizon's provisioning checks and gives free use of your 4G LTE data per the FCC C Block rules. It also enables additional advanced options such as Port Forwarding and DHCP Server configuration.
A number of people had contacted me requesting that I make a version of this specifically for the VS985 as I had done for the G2 (VS980). Though I don't own the G3 it has been tested on one (thanks @Rodeojones and @roxy.schram) and should work just fine with ART unlike the other copies of my mod that seem to be floating around.
How to Install:
Peform a full nandroid backup.
If you have a custom recovery, you can simply download the zip from the downloads section and flash it in twrp.
If you only have root, you will need to backup and remove the existing /system/app/HotspotProvision.apk & odex files and put the modified apk from the download section in their place (odexing is not necessary) with rw-r--r-- (644) permissions and reboot.
Downloads:
VS98512B Hotspot Mod
VS98523B Hotspot Mod
VS98535B Hotspot Mod
VS98546A Hotspot Mod
Devs: You do not need to ask my permission to include this in your roms, but you DO need to put a clear credit in your OP. I do not authorize any mirrors to be created or posted.
Glad I could help. I'm not a developer, so the least I can do is test a ROM or mod from time to time. And for those who may be curious, I tested this with both ART and Dalvik and it worked great.
Thanks bro your a beast
WHATSAMATTA U ALUMNI
Good to see the master helping us g3 owners out
Is this really a thing? I can turn on mobile hotspot without any mod. Didn't VZW lose a court case forcing them to allow this out of the box?
ProfLonghair said:
Is this really a thing? I can turn on mobile hotspot without any mod. Didn't VZW lose a court case forcing them to allow this out of the box?
Click to expand...
Click to collapse
Not for us still with Unlimited Data.
Whats the difference between this and the other Hotspot Mod. I used it, and its working fine for me
ProfLonghair said:
Is this really a thing? I can turn on mobile hotspot without any mod. Didn't VZW lose a court case forcing them to allow this out of the box?
Click to expand...
Click to collapse
Only for those on shared data
Sent from my "bigger is smaller" LG G3
Huh, live and learn.
Let the party begin
I did a hotspot mod posted in one of the threads which surfaced not too long ago... Can I just flash this APK for "good measure" to make sure I didn't miss anything?
con fused
AB_ said:
I did a hotspot mod posted in one of the threads which surfaced not too long ago... Can I just flash this APK for "good measure" to make sure I didn't miss anything?
Click to expand...
Click to collapse
what exactly does this do? this gives unlimited data?
r4zrm4xxx said:
what exactly does this do? this gives unlimited data?
Click to expand...
Click to collapse
No, don't be silly.
It gives unlimited tethering to those of us with unlimited data already through our grandfathered contracts.
If you are on a current plan, you already are allowed to use your limited metered tiered data for tethering, if you want, without this.
Sent from my VS985 4G using Tapatalk
Ugh... MUST you be rooted to have the apk work or can you run this modded apk without root?
Damn 11C update...
Sent from my VS985 4G using XDA Free mobile app
I'd expect root is needed, as you have to rename the original hotspot system files, and park this new one in system, with proper permissions.
RBarnett09 said:
Ugh... MUST you be rooted to have the apk work or can you run this modded apk without root?
Damn 11C update...
Sent from my VS985 4G using XDA Free mobile app
Click to expand...
Click to collapse
Yes, you need root.
Sent from my Droid Turbo
Thank you
Sent from Bad Azz VZW LG G3 Cyan Tapatalk
computer cannot connect
I have been traveling and have not had much ability to troubleshoot this with another device, but I cannot get my laptop computer to connect!! It sees the network and asks for my password, then says it cannot connect to this network. Tried various configs for the hotspot but no change. Figuring it is something with my computer, but I cannot figure it out.
Using auto dns/dhcp. Any tips would be appreciated. I have used the hotspot in the past when the first mod came out. Installed jasmine and will not work correctly now.
-----EDITED-----
Actually, if i use a third party tether app, it works fine.
The tethering provision is already unlocked in Jasmine. Did it not work in Jasmine without this mod?
Dumb question.
I'm stock everything for now. Unlimited data. What happens when I turn my hotspot on? Does it send something to Verizon?
If you 100% stock like you say, and on grandfathered unlimited data (like me), when you try to tether you get redirected to a Verizon site that tells you to pay for it.
This can be avoided in a number of ways, including installing this mod.
Sent from my VS985 4G using Tapatalk

Categories

Resources