Sprint Nexus 6 Wifi Tethering *root* UPDATED WORKING - Nexus 6 Q&A, Help & Troubleshooting

Has anyone got "net.tethering.noprovisioning=true" to work? I am able to toggle portable wifi tethering set it up and connect but will pull no data .
UPDATE
Got it to work after installing Sqlite editor from GPS.
Instructions: Open Sqlite editor navigate to data/data/com.android.providers.settings/databases/settings.db > click on Global > add string Setting.db addition of tether_dun_required value 0
Then open root explorer and open build.prop add net.tethering.noprovisioning=true to bottom
Reboot=Profit

wytecaztle said:
Has anyone got "net.tethering.noprovisioning=true" to work? I am able to toggle portable wifi tethering set it up and connect but will pull no data .
Click to expand...
Click to collapse
Have you also added the line
tether_dun_required
Value=0
To the settings database in data/data/com.android.providers.settings/databases under the global tab

I'm going to try this for t mobile hope it works

It jas been mentioned before that tmobile users need to only modify the settings database. There is a thread that mentions these details 3 or 4 pages back...
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775

chrisduclo said:
It jas been mentioned before that tmobile users need to only modify the settings database. There is a thread that mentions these details 3 or 4 pages back...
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775
Click to expand...
Click to collapse
doesn't the build.prop trick do the job as well?

For sprint device i did both with successful results.

For Sprint, I only added tether_dun_required, rebooted and it worked. This was after I factory reset, however. It didn't work before that for an unknown reason.
Sent from my Nexus 6 using Tapatalk

What app did you guys use to edit the database?

jumbodogs said:
What app did you guys use to edit the database?
Click to expand...
Click to collapse
Sqlite editor. I can try and create a flashable zip that does the same thing sometime today so it's easier for everybody. I'd have to test it myself of course.
Sent from my Nexus 6 using Tapatalk

Thanks to everyone here!
Mods Can you move to General section please.

Hey all. Are you guys using the Nexus 6 from the GPS or from Sprint? I got mine from Sprint, rooted and added lines to setting.db and build.prop factory reset and still can't even toggle Portable Wifi without getting Tethering or Hotspot Error....
My next task is to flash the factory rom direct from dev.google

I am unable to Wi-FI tether even after doing both tether_dun_required and the net.tether.noprovisioning in the build.prop. Bought straight from GPS, so not sure what I am doing wrong :/
EDIT:
It was a typo by me, the actual string is "net.tethering.noprovisioning"... "tethering" not "tether" after fixing this, all works well. I'd advise anyone struggling to just give spelling another check.

bymoe1up said:
Hey all. Are you guys using the Nexus 6 from the GPS or from Sprint? I got mine from Sprint, rooted and added lines to setting.db and build.prop factory reset and still can't even toggle Portable Wifi without getting Tethering or Hotspot Error....
My next task is to flash the factory rom direct from dev.google
Click to expand...
Click to collapse
Hey all,
So I had to edit the two files in a specific order. Here's what worked for me on a Sprint Nexus 6.
- Root device
- add the additional line for build.prop
- factory reset
- check to see if you can toggle WiFi tether/hotspot from settings [if so continue]
- add line value to settings.db
- soft reboot
Hope it works.
Sent from my Nexus 6 using XDA Free mobile app

great write up, i make it work using the directions provided..!
now anyone can make a mod for this? like APK or flushable zip?

bymoe1up said:
Hey all,
So I had to edit the two files in a specific order. Here's what worked for me on a Sprint Nexus 6.
- Root device
- add the additional line for build.prop
- factory reset
- check to see if you can toggle WiFi tether/hotspot from settings [if so continue]
- add line value to settings.db
- soft reboot
Hope it works.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Just to share what worked for me. It wasn't working for me initially on a Sprint N6 either, but I really didn't want to factory reset. I was able to just recreate the steps you did but replacing the factory reset with a soft reboot and now it's working.
Since I had already made the changes unsuccessfully, I did have to delete then re-add the entries since it does seem to matter the order they were done.
**edit: welp, Nevermind. It worked a few times but now I'm back to seeing the error saying I may not be subscribed.
**edit #2: I had the letter t in "true" capitalized. Changed it to lower case, reboot and it's been working for two days!

For those that don't want to edit files (but don't mind spending a couple bucks)... I can confirm that "WiFi Tether Router" app is working as well.
Settings for the N6, as provided by the dev:
Interface wlan0
Method 2
Channel 1
Encryption wpa2-psk
"No Firmware Reload" <- UNCHECKED
Verify those, reboot, then open and enable (Root required for it to reset the radio).
*Edit: clarity

From what I could gather from the thread and personal trial and error, this is what worked for me.
1. Unlock
2. Root
3. Download root explorer and sqlite editor
4. Open sqlite editor
4.a - under the files tab navigate to "data/data/com.android.providers.settings/databases/settings.db/global"
4.b - click the + symbol to add a new entry
4.c - In name section put "tether_dun_required" all lower case exactly as it appears here.
4.d - In value section put "0" thats the number zero.
4.e - click save and exit program.
5 Open root explorer
5.a - Under the root tab browse to "/system"
5.b - long press on file "build.prop" choose "open in text editor" choose "yes" to remount as read-write and continue
5.c - add this as a new line to the bottom of the file "net.tethering.noprovisioning=true" all lower case exactly as it appears here. Just 1 uppercase letter here can make it not work.
5.d - save and exit
6 Reboot
7 Native tethering should work now.
Hope this helps. Let me know if I missed anything. Typed this up on my Nexus 9 tethered from my Nexus 6. :laugh:

Thanks for this. Worked perfect for me.

mengy007 said:
From what I could gather from the thread and personal trial and error, this is what worked for me.
1. Unlock
2. Root
3. Download root explorer and sqlite editor
4. Open sqlite editor
4.a - under the files tab navigate to "data/data/com.android.providers.settings/databases/settings.db/global"
4.b - click the + symbol to add a new entry
4.c - In name section put "tether_dun_required" all lower case exactly as it appears here.
4.d - In value section put "0" thats the number zero.
4.e - click save and exit program.
5 Open root explorer
5.a - Under the root tab browse to "/system"
5.b - long press on file "build.prop" choose "open in text editor" choose "yes" to remount as read-write and continue
5.c - add this as a new line to the bottom of the file "net.tethering.noprovisioning=true" all lower case exactly as it appears here. Just 1 uppercase letter here can make it not work.
5.d - save and exit
6 Reboot
7 Native tethering should work now.
Hope this helps. Let me know if I missed anything. Typed this up on my Nexus 9 tethered from my Nexus 6. :laugh:
Click to expand...
Click to collapse
This is what i did and worked for me and i only had to edit build.prop using the phone. I'm sure that it will work for everyone else. I'm also wondering if there is a way to edit/add the line we need for build.prop without having to root? something like "build.prop net.tethering.noprovisioning=True" in adb shell and it will add the line for us? hope someone can answer this for me please.
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 this command: settings put global tether_dun_required 0
Edit the Build.Prop
6. Then open root explorer and open build.prop add net.tethering.noprovisioning=True to bottom

Thanks for the info. It works using Cricket sim
Sent from my Nexus 7 using Tapatalk

Related

[MOD] Enable Tethering on 4.5.91

Been Busy building, but thought id quickly help those of us that can not live with out mobile hotspot and decided to upgrade to 4.5.91. Here is the easiest way....
* prerequisites*
1. Root
2. SQlite editor from market
*Steps*
1. open SQlite editor and scroll to Settings Storage (com.motorola.android.provider.settings
2. click settings.db
3. click settings
4. go to Line 156 labled Entitlement Check with a value of 1 *EDIT* People are reporting different line numbers based off build etc, JUST Find "entitlement check"
5. Change value from 1 to "disabled" (without quotes)
6. reboot
7. enjoy
t0dbld said:
Been Busy building, but thought id quickly help those of us that can not live with out mobile hotspot and decided to upgrade to 4.5.91. Here is the easiest way....
* prerequisites*
1. Root
2. SQlite editor from market
*Steps*
1. open SQlite editor and scroll to Settings Storage (com.motorola.android.provider.settings
2. click settings.db
3. click settings
4. go to Line 156 labled Entitlement Check with a value of 1
5. Change value from 1 to "disabled" (without quotes)
6. reboot
7. enjoy
Click to expand...
Click to collapse
I am on kens 4.5.91 based rom and there is no line 156, any ideas.
kens rom did not come with it pre enabled ?... well I have never ran it so i wouldnt know but if its failing due to start and saying not authorized, than you need to find the entitlement check it should be in the motorola settings one some where , I am sorry i cant be more help but if it is indeed different from some reason it is hard for me to know with out using it or having it here to search for it
t0dbld said:
kens rom did not come with it pre enabled ?... well I have never ran it so i wouldnt know but if its failing due to start and saying not authorized, than you need to find the entitlement check it should be in the motorola settings one some where , I am sorry i cant be more help but if it is indeed different from some reason it is hard for me to know with out using it or having it here to search for it
Click to expand...
Click to collapse
No, it was not pre-enabled. When attempting to use mobile hotspot you get the message about the account not being authorized, because well, it really isnt.
I found the entitlement check on line 118 set to 1. Changed it to disabled, will post back with results after reboot.
[edit] Works like a charm!
I found the "entitlement check" at line 153. changed it to "disabled" and it's working. I guess it's handset dependent. Filter under "entitlement" and you'll find it.
pyro254750 said:
No, it was not pre-enabled. When attempting to use mobile hotspot you get the message about the account not being authorized, because well, it really isnt.
I found the entitlement check on line 118 set to 1. Changed it to disabled, will post back with results after reboot.
[edit] Works like a charm!
Click to expand...
Click to collapse
did it work?
seattleboi1982 said:
did it work?
Click to expand...
Click to collapse
yep, posting this on my laptop via hotspot.
well, like i said im on stock build right now between my stuff as long as you find entitlement and turn to disabled you be good , never the less im glad i was able to help
line 164 here, will post results
its intersting how it seems to be a different line for everybody, lol
Datblkbro said:
line 164 here, will post results
Click to expand...
Click to collapse
Well im not getting the att message, but for some reason Im not getting a connection
Limited connection/no connection
Awesome, ive been looking for something like this for a while now. Worded perfectly.
Sent from my Xoom using Tapatalk
i get an error saying turn off wifi and try again. tried it with both wifi on and off with no luck. im on Fido network in canada with ATT atrix if that makes a difference.
118 for me on beta #4.5
Line 118 here for me too... works perfectly.
Seems to work ok as per the other ROMS which is good because i dont live in the USA and therefore couldnt pay for tethering if i wanted
couldn't find settings in settings.db any idea?
kumar_r100 said:
couldn't find settings in settings.db any idea?
Click to expand...
Click to collapse
Press settings.db and it will open using sqlite.
sent from my unlocked MB860 via Tapatalk
Thanks! Line 118 for me on Kenneth's 4.5
sent from my unlocked MB860 via Tapatalk
Worked here but clients can't get internet access on wifi tether neither wired.

[Q] How to enable data toggle

Now that we have root, anyone figured how to enable data toggle?
Is there a way to do it without sqllite app ($2.99)?
yoonus said:
Now that we have root, anyone figured how to enable data toggle?
Is there a way to do it without sqllite app ($2.99)?
Click to expand...
Click to collapse
I have sqlite app but it does not work it gives code 14 error with i try to open settings.db. From what I see others are saying its because of the stock kernel preventing settings.db from being access by sqlite. I am looking into it i'll let you know if I find out something.
Data Togles
There is a way to do it posted in the Sprint forum.
I can confirm that it does work with the ATT variant.
I tried it and it works.
http://forum.xda-developers.com/showthread.php?t=2732722
[MOD] Enabling "Hidden" Quick Tiles
*in the forum it tells you how to do it with another editor. (a free one)
johnjohn2014 said:
There is a way to do it posted in the Sprint forum.
I can confirm that it does work with the ATT variant.
I tried it and it works.
http://forum.xda-developers.com/showthread.php?t=2732722
[MOD] Enabling "Hidden" Quick Tiles
*in the forum it tells you how to do it with another editor. (a free one)
Click to expand...
Click to collapse
I tried with SQLite Debugger app. I added MobileData and Data to the value.
The values are updated correctly.
After I reboot, I cannot see Mobile data toggle. I have also tried just adding MobileData. That too did not work
Google around for the app and download it for free and install it. Then follow this link. It worked for my AT&T S5.
http://forum.xda-developers.com/showthread.php?t=2732722
Sent from my "ROOTED" SAMSUNG-SM-G900A using XDA Premium 4 mobile app
SQLite Editor works
Thanks. I got 'SQLite Editor' and it worked.
After reboot, I was able to view MobileData in the toggles.
First time when you click the toggle, it brings up the setting page to enable Mobile data.
After that, it behaved as normal toggle.
I had tried below apps - But did not work.
sqlite Database Editor - This never completed loading Application database. Hence did not work
SQLite Debugger - I was able to modify settings.db. When I run the query again after reboot, I could see the modified value.
But toggle was never visible. After installing SQLite Editor, when I ran the query, MobileData was not there.
So I assume, SQLite Debugger never changed settings.db. I had system partition mounted as rw using root explorer.
yoonus said:
Thanks. I got 'SQLite Editor' and it worked.
After reboot, I was able to view MobileData in the toggles.
First time when you click the toggle, it brings up the setting page to enable Mobile data.
After that, it behaved as normal toggle.
I had tried below apps - But did not work.
sqlite Database Editor - This never completed loading Application database. Hence did not work
SQLite Debugger - I was able to modify settings.db. When I run the query again after reboot, I could see the modified value.
But toggle was never visible. After installing SQLite Editor, when I ran the query, MobileData was not there.
So I assume, SQLite Debugger never changed settings.db. I had system partition mounted as rw using root explorer.
Click to expand...
Click to collapse
How did you do it? I tried but I keep getting code 14 error. Then I tried to copy the settings.db to SD card I was able to edit it without error. Then I copy it back to the original folder but then when I reboot it freezes at the att logo. I need help any idea.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app
good luck
vat829 said:
How did you do it? I tried but I keep getting code 14 error. Then I tried to copy the settings.db to SD card I was able to edit it without error. Then I copy it back to the original folder but then when I reboot it freezes at the att logo. I need help any idea.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app
Click to expand...
Click to collapse
Please check this thread http://forum.xda-developers.com/showthread.php?t=2732722
It has step-by-step on how to do with sqllite.
Also make sure you have /system mounted read-write before running the steps.
To bring back your phone back to life, please check other threads. Many people had issue S5 stopping at att boot logo. All those were related to enabling Ultra power saving mode.
yoonus said:
Please check this thread http://forum.xda-developers.com/showthread.php?t=2732722
It has step-by-step on how to do with sqllite.
Also make sure you have /system mounted read-write before running the steps.
To bring back your phone back to life, please check other threads. Many people had issue S5 stopping at att boot logo. All those were related to enabling Ultra power saving mode.
Click to expand...
Click to collapse
I did followed it step by step and i did not enable Ultra Power Saving Mode. Also my settings.db did not contain "notification_panel_active_app_list" but "notification_panel_active_app_list_for_reset"
vat829 said:
I did followed it step by step and i did not enable Ultra Power Saving Mode. Also my settings.db did not contain "notification_panel_active_app_list" but "notification_panel_active_app_list_for_reset"
Click to expand...
Click to collapse
You remind me of me. You're making it much harder than it is.
If your're getting code 14 error, then you're probably using an older version of sqlite editor, or one of the other sqlites, if I'm not mistaken. And, you're not going to get too many suggestions on where to get apps free from around here.
Now, to bring your phone back, I recommend either using my guide, or the one in the ultra power save thread. But, you only need to flash the AP file in Odin if you don't want to factory reset your phone right away.
I am using the last sqlite editor 2.1.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app

Does the Nexus 5 tethering hack work on the Nexus 6?

Adding the Tethering Settings to the database still work on the Nexus 6?
Download "WiFi Tether Router" from the andriod market place. It was just updated today for lolypop build
As long as your tooted it should work.
cwwjr1681 said:
Download "WiFi Tether Router" from the andriod market place. It was just updated today for lolypop build
As long as your tooted it should work.
Click to expand...
Click to collapse
Or use HotSpot Toggle.....been using it on my last two or three phones.
Must be rooted. https://play.google.com/store/apps/details?id=bohlool.net.toogleHotspot
EDIT: link fixed......I hope
JoeJags said:
Or use HotSpot Toggle......https://play.google.com/store/apps/details?id=bohlool.net.toogleHotspot.......been using it on my last two or three phones.
Must be rooted.
Click to expand...
Click to collapse
Link doesn't work.
zephiK said:
Link doesn't work.
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=bohlool.net.toogleHotspot
Sorry......made an oops.....
JoeJags said:
https://play.google.com/store/apps/details?id=bohlool.net.toogleHotspot
Sorry......made an oops.....
Click to expand...
Click to collapse
Are you sure that works on a Nexus 6 or Lollipop? It hasn't been updated since 2012.
zephiK said:
Are you sure that works on a Nexus 6 or Lollipop? It hasn't been updated since 2012.
Click to expand...
Click to collapse
No......but I will tomorrow when my N6 comes in......It works on 4.4.?......no problems without any updates on any phone so far......will update this tomorrow hopefully, if nobody has tried it by then.....
BamAlmighty said:
Adding the Tethering Settings to the database still work on the Nexus 6?
Click to expand...
Click to collapse
This is for sprint device.
By changing the settings database file to include
Tether_dun_required
Value=0
It did not work.
But when I also added (to the buildprop file) the line
net.tethering.noprovisioning
Value=true
the hotspot setting icon appeared in the dropdown menu.
Have verified data is flowing back and forth to other device.
chrisduclo said:
This is for sprint device.
By changing the settings database file to include
Tether_dun_required
Value=0
It did not work.
But when I also added (to the buildprop file) the line
net.tethering.noprovisioning
Value=true
the hotspot setting icon appeared in the dropdown menu.
Have verified data is flowing back and forth to other device.
Click to expand...
Click to collapse
I also confirm that changing these settings allowed the icon to show up on the drop down menu. Followed these instructions:
http://forums.androidcentral.com/go...-kitkat-new-method-t-mobile-without-root.html
Except I run linux and I used adb to pull the settings.db file off the phone and modified it in Linux and then I copied it back. One less thing to do on the list now.
Can anybody confirm this working on T-Mobile?
charesa39 said:
Can anybody confirm this working on T-Mobile?
Click to expand...
Click to collapse
Yes. I'm using the T-Mobile $30 plan, 5Gig data 100 minutes talk.
I'm not familiar with needing a "trick" to enable tethering. I have a grandfather unlimited plan with AT&T and have always tethered without issue on my Nexus 4 and Nexus 5. I am now hearing reports that tethering is in some way disabled on the Nexus 6. Is there a method to enable tethering without rooting? I really don't like to go through the hassle of rooting and like to get easy OTA updated. Thanks
ChrisDos said:
Yes. I'm using the T-Mobile $30 plan, 5Gig data 100 minutes talk.
Click to expand...
Click to collapse
Nice. That's the plan I use as well. So you just followed the same steps as the Nexus 5 to edit the database settings file?
From what I have read, T-Mobile needs only to modify the settings database while sprint needs an additional buildprop modification as described earlier.
charesa39 said:
Nice. That's the plan I use as well. So you just followed the same steps as the Nexus 5 to edit the database settings file?
Click to expand...
Click to collapse
The same steps in the link I posted. With the excepiton of copying the file off the device and using debian's sqllite3 to modify the file and copy it back.
I also used adb shell (from my memory):
adb shell
su -
mount -o remount,rw /system
echo "net.tethering.noprovisioning=true" >> /system/build.prop
exit
exit
adb reboot
cwwjr1681 said:
Download "WiFi Tether Router" from the andriod market place. It was just updated today for lolypop build
As long as your tooted it should work.
Click to expand...
Click to collapse
Did not work for me, no wifi visible from other devices.
ChrisDos said:
The same steps in the link I posted. With the excepiton of copying the file off the device and using debian's sqllite3 to modify the file and copy it back.
I also used adb shell (from my memory):
adb shell
su -
mount -o remount,rw /system
echo "net.tethering.noprovisioning=true" >> /system/build.prop
exit
exit
adb reboot
Click to expand...
Click to collapse
Ah. I see. You actually modified the build.prop instead of the database file. Right on. I didn't know that would work as well. Thanks!
charesa39 said:
Ah. I see. You actually modified the build.prop instead of the database file. Right on. I didn't know that would work as well. Thanks!
Click to expand...
Click to collapse
Actually I modified both. I just made my life easier by using linux sqlite3 to modify the file instead of finding an android specific sqlite3 to install on the phone.
ChrisDos said:
Actually I modified both. I just made my life easier by using linux sqlite3 to modify the file instead of finding an android specific sqlite3 to install on the phone.
Click to expand...
Click to collapse
Oh. Okay. I don't have a Linux machine, so it was easier for me to just use the SQLite Editor app on my N5 to change it.
In regards to T-Mobile, I can confirm this:
I am a long-time T-Mobile customer. I am on a grandfathered plan with the original $20 truly unlimited data add-on plan. This includes NO tethering allotment.
I performed the "tether_dun_required=0" hack, and I can now properly tether, even though I have no tethering provisioned on my T-Mobile account.
As a matter of fact, once I added the tether_dun_required=0, then rebooted my phone, I now have a Hotspot icon in the pull-down shade that was not there before I did the hack. (See screenshot below).
As a sidebar, I did not have to edit the build.prop file to get this to work.

This simple tether hack still works! Neet root.

My original post on this hack is here for Samsung Galaxy S3:
http://forum.xda-developers.com/showthread.php?p=51105163#post51105163
I do not remember the details anymore, but I did managed to find a file somewhere in XDA forums to work with Android 4.4.2 (at least that's what I wrote down). I just tried with an AT&T S5 (rooted) and tether works fine. Tried Speedtest.net and it gave me 3-4Mbps download speed.
Here are the instructions I saved. I did not write it. These instructions are correct as it works for my phone:
I got it to work after some tinkering. Instructions:
1) Mount /system RW (I use ES File explorer)
2) Navigate to /system/app
3) Rename a total of 4 files by adding ".bak" to the end of the filename-
a- TetheringProvision.apk.bak
b- TetheringProvision.odex.bak
c- TetheringAutomation.apk.bak
d- TetheringAutomation.odex.bak
4) Paste new TetheringProvision.apk into the /system/app directory (I cant remember
whether I used the one from this thread or another, so I attached the one I used below)
5) Reboot phone. During the reboot I got the "Android is upgrading" popup with a little
loading bar.
6) The first time you turn tethering on, you need to do it by going through Settings
--> More Networks --> Tethering and Protable Hotspot --> Turn on Mobile Hotspot.
It will give you the "Please wait while verifying" and then tell you to call AT&T
to get tethering added to your plan, but just hit the OK button, and a few seconds
later tethering should start. After this, turn it back off and now use the "mobile
hotspot" app and you can configure network settings like wifi network name and password.
I was able to resolve the "unfortunately settings stopped" error by correcting the
permissions on the new TetheringProvision.apk to match the old one, rw-r-r, then I rebooted and was good to go.
big_redfox said:
My original post on this hack is here for Samsung Galaxy S3:
http://forum.xda-developers.com/showthread.php?p=51105163#post51105163
I do not remember the details anymore, but I did managed to find a file somewhere in XDA forums to work with Android 4.4.2 (at least that's what I wrote down). I just tried with an AT&T S5 (rooted) and tether works fine. Tried Speedtest.net and it gave me 3-4Mbps download speed.
Here are the instructions I saved. I did not write it. These instructions are correct as it works for my phone:
I got it to work after some tinkering. Instructions:
1) Mount /system RW (I use ES File explorer)
2) Navigate to /system/app
3) Rename a total of 4 files by adding ".bak" to the end of the filename-
a- TetheringProvision.apk.bak
b- TetheringProvision.odex.bak
c- TetheringAutomation.apk.bak
d- TetheringAutomation.odex.bak
4) Paste new TetheringProvision.apk into the /system/app directory (I cant remember
whether I used the one from this thread or another, so I attached the one I used below)
5) Reboot phone. During the reboot I got the "Android is upgrading" popup with a little
loading bar.
6) The first time you turn tethering on, you need to do it by going through Settings
--> More Networks --> Tethering and Protable Hotspot --> Turn on Mobile Hotspot.
It will give you the "Please wait while verifying" and then tell you to call AT&T
to get tethering added to your plan, but just hit the OK button, and a few seconds
later tethering should start. After this, turn it back off and now use the "mobile
hotspot" app and you can configure network settings like wifi network name and password.
I was able to resolve the "unfortunately settings stopped" error by correcting the
permissions on the new TetheringProvision.apk to match the old one, rw-r-r, then I rebooted and was good to go.
Click to expand...
Click to collapse
I am currently running a deodexed, systemless root,xposed , etc.. KitKat rom (core prime) and I have looked and cant find an original tetherprovision.apk, just the automation...I don't really know how to proceed...do I just paste this into my system ? Im also on Sprint/Boost fyi.

[Q] cannot get tethering to work for verizon

hello everyone
i cannot get tethering to work for verizon. i have tried the build.prop edits and the database sq edits as shown here
http://forum.xda-developers.com/nexus-6/help/unlimited-data-tethering-verizon-t2907119
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775/page2
http://forum.xda-developers.com/nexus-6/themes-apps/wifi-tether-t2948710/page2
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775/page3
I cannot get it to work
Does anyone have any suggestions?
Thanks!
Josh
This is what I followed. It worked for me.
1. You need root access
2. Download "Root Browser" from the Play Store
3. Navigate to /System
4. Open "build.prop." It should give you the option to open in a text editor
5. Add "net.tethering.noprovisioning=true" at the bottom - without quotations.
6. Reboot and enjoy
SmokeyMon said:
This is what I followed. It worked for me.
1. You need root access
2. Download "Root Browser" from the Play Store
3. Navigate to /System
4. Open "build.prop." It should give you the option to open in a text editor
5. Add "net.tethering.noprovisioning=true" at the bottom - without quotations.
6. Reboot and enjoy
Click to expand...
Click to collapse
thanks- worked for me on a different carrier
yes i did all that from the prior posts. build.prop edits and database edits. still cannot tether., get a carrier check error messagte
joshtb86 said:
yes i did all that from the prior posts. build.prop edits and database edits. still cannot tether., get a carrier check error messagte
Click to expand...
Click to collapse
What Verizon service do you have. I've got the $60/2gb single line plan and the build.prop edit works great. Without the build.prop edit I get the you are not allowed to use this message.
SmokeyMon said:
This is what I followed. It worked for me.
1. You need root access
2. Download "Root Browser" from the Play Store
3. Navigate to /System
4. Open "build.prop." It should give you the option to open in a text editor
5. Add "net.tethering.noprovisioning=true" at the bottom - without quotations.
6. Reboot and enjoy
Click to expand...
Click to collapse
I'm on a "legacy" unlimited plan on verizon and this is the exact process that worked for me.
jawmail said:
What Verizon service do you have. I've got the $60/2gb single line plan and the build.prop edit works great. Without the build.prop edit I get the you are not allowed to use this message.
Click to expand...
Click to collapse
Legacy unlimited as well
what apps are you usng to tether? what rom? where did you purchase the phone?
mattvirus said:
I'm on a "legacy" unlimited plan on verizon and this is the exact process that worked for me.
Click to expand...
Click to collapse
I'm on a "legacy" unlimited plan on Verizon and this is the process that worked for me. I am in Houston and have no issues on band 4 or 13. Once you do the Build Prop edit you need to save it or it will not take, reboot and all should be good.
I'm also on the unlimited data and the build prop edit worked like a charm.
Same here. Added a line to the build prop, saved and rebooted. Tethered my ps4 just to check whether it worked just now. Works great
joshtb86 said:
hello everyone
i cannot get tethering to work for verizon. i have tried the build.prop edits and the database sq edits as shown here
http://forum.xda-developers.com/nexus-6/help/unlimited-data-tethering-verizon-t2907119
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775/page2
http://forum.xda-developers.com/nexus-6/themes-apps/wifi-tether-t2948710/page2
http://forum.xda-developers.com/nexus-6/help/nexus-5-tethering-hack-nexus-6-t2946775/page3
I cannot get it to work
Does anyone have any suggestions?
Thanks!
Josh
Click to expand...
Click to collapse
I have found that it depends on the tower that you are connected to. Some places tethering works perfectly, others it looks like you are connected but no data will transmit. The worst part is that I am also on a legacy unlimited plan and my work pays for the mobile hotspot option. When I call vzw support they play dumb and say they can't help since I'm not using an official verizon device... If I pop my sim card in my M8 tethering works everywhere.
I have also tried every build prop and database workaround with no luck.
Backup your data with titanium backup or something, then add the line to the build.prop file, do a factory reset, once your booted up do the sqlite edit on the settings database reboot and all should work fine. The key is the factory reset idk what happens but it's the only way I was able to get the tethering to work. Been tethering all day today when previously I could connect to hotspot but no internet access. Hope this helps.
Sent from my Nexus 6 using XDA Free mobile app
pwned3 said:
Same here. Added a line to the build prop, saved and rebooted. Tethered my ps4 just to check whether it worked just now. Works great
Click to expand...
Click to collapse
what apps are everyone using to tether?
I'm feathering with the built in android tether using the build prop edit.
Sent from my Nexus 6 using Tapatalk
I have edited my build.prop and can not get the tethering to work. 5.1 rooted and bootloader unlocked.
Edited
Rebooted
Checked the line to be sure it was there
Tested
N6 check for subscription
No luck...
also tethering not working on verizon, how to fix it?
eldar4uk said:
also tethering not working on verizon, how to fix it?
Click to expand...
Click to collapse
Build.prop edit has always worked for me. The only times it didn't work is if there was a typo in the edit. Most time it was keyboard adding a space after one of the periods or something misspelled. I use Root Explorer and open in text editor.
net.tethering.noprovisioning=true

Categories

Resources