Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
hv6478
Old
#11  
hv6478's Avatar
Senior Member
Thanks Meter 97
Posts: 341
Join Date: Apr 2009
Not familiar with AT&T but I'm curious about this. Does AT&T offer a specific plan for data with dethering and another one without the ability to do so? Or is this a "fix" for the tethering feature on the stock ROMs or custom ROMs? Or a bit of both?

One reason I ask is because WiFi Hotspot isn't working on the current ROM I'm on.

Thanks in advance for the info guys.
 
gunnyman
Old
#12  
gunnyman's Avatar
Senior Member
Thanks Meter 1731
Posts: 5,970
Join Date: Apr 2010
Location: Greenville SC
Quote:
Originally Posted by hv6478 View Post
Not familiar with AT&T but I'm curious about this. Does AT&T offer a specific plan for data with dethering and another one without the ability to do so? Or is this a "fix" for the tethering feature on the stock ROMs or custom ROMs? Or a bit of both?

One reason I ask is because WiFi Hotspot isn't working on the current ROM I'm on.

Thanks in advance for the info guys.
At&T charges 50 bucks a month for the data plan that includes tethering.
Uncle Gunny says, "MAKE A NANDROID"
HTC One
Nexus 7 it's like buttah™
Kindle Fire HD 8.9 (shut up)
Rooted and Running whatever ROM I'm into at the moment.
Don't be a d*ck -Wil Wheaton
I know that you just got here, so don't be lazy, but there are stickies, so read them maybe?
Unlocking and rooting your HTC One with a Mac
Quote:
Originally Posted by MrGriffdude View Post
It's like when you clean cat piss out of the carpet. It's technically clean but the stench takes a while to go away
Oh BTW I'm fat.
 
leletyM3
Old
#13  
Member
Thanks Meter 0
Posts: 70
Join Date: Feb 2012
Location: Bay Area
Great tool! I was able to use SQLite to make tethering working.
 
NguyenHuu
Old
#14  
NguyenHuu's Avatar
Senior Member
Thanks Meter 106
Posts: 1,650
Join Date: Nov 2007
Location: Northern California

 
DONATE TO ME
Hey guys I tried doing it via sqlite and via this method, both gives me FC when android boots up. It says "unfortunately, the process com.android.phone has stopped". I cant get into my phone and it just bootloops. Any ideas?
 
hv6478
Old
#15  
hv6478's Avatar
Senior Member
Thanks Meter 97
Posts: 341
Join Date: Apr 2009
Quote:
Originally Posted by gunnyman View Post
At&T charges 50 bucks a month for the data plan that includes tethering.
:eek:

That's ridiculous! Data is data I don't get it. I know Rogers has a limitation where anything 500MB or lower doesn't support tethering, but with the 1GB plan and up you're good and 1GB is $30/mo by default. I'm on a 6GB promo plan for the same $30 price. I'm glad this mod is out for you guys!!
 
achllles
Old
#16  
Senior Member
Thanks Meter 12
Posts: 402
Join Date: Dec 2007
Quote:
Originally Posted by designgears View Post
what? sqlite is built into android, how do think it uses that sqlite file? lol

you can run an adb shell command to do the same thing.

just throwing up other options for the op to check out..
Ah. I assumed you were talking about SQlite Editor on app store.
HTC One X-ATT
 
moltenbobcat
Old
#17  
Member
Thanks Meter 4
Posts: 60
Join Date: Aug 2011
Quote:
Originally Posted by designgears View Post
what? sqlite is built into android, how do think it uses that sqlite file? lol

you can run an adb shell command to do the same thing.

just throwing up other options for the op to check out..
I tried searching the various one x forums for another way to do this. What ADB commands are necessary to change the file. Any help you could give would be greatly appreciated.
 
Crizthakidd
Old
(Last edited by Crizthakidd; 28th May 2012 at 03:33 AM.)
#18  
Senior Member
Thanks Meter 14
Posts: 217
Join Date: Jul 2010
Location: Jersey
help


i am rooted on 1.73

edit - hm i think i need to install android sdk again lol havnt been using one since captivate wow
 
jason.hamilton
Old
#19  
Senior Member
Thanks Meter 40
Posts: 486
Join Date: Jun 2010
Location: Dallas
Has anyone tested this on the the Cleanrom 2.1? Is it just the telephone db that this changes?
nexus one > iPhone 3gs > iPhone 4 > Atrix 4g > blackberry torch > palm pre 2 > Atrix 4g > galaxy s II > HTC vivid > Samsung Galaxy S II Skyrocket > ATT Galaxy S II > Samsung Galaxy S II Skyrocket > Samsung Galaxy Nexus (verizon) > Screw Verizon > ATT skyrocket > HTC One XL > Lumia 900 > GSM Galaxy Nexus (ATT)
 
t0mmy
Old
#20  
t0mmy's Avatar
Senior Member - OP
Thanks Meter 75
Posts: 188
Join Date: Feb 2010
Location: Philly Suburbs
Quote:
Originally Posted by designgears View Post
you can do this much cleaner by just running a sqlite command to set all the values instead of pushing a different db in.

for rom devs, you can change this in the framework where the apn is stored, that way it gets put into the database this way.
Good point! That would be another way to do it, I wouldn't say one method is 'cleaner' then the other though.


Quote:
Originally Posted by hv6478 View Post
Not familiar with AT&T but I'm curious about this. Does AT&T offer a specific plan for data with dethering and another one without the ability to do so? Or is this a "fix" for the tethering feature on the stock ROMs or custom ROMs? Or a bit of both?

One reason I ask is because WiFi Hotspot isn't working on the current ROM I'm on.

Thanks in advance for the info guys.
Rom developers will probably start having this fix preloaded in their roms but this should work for the ones that don't have it yet!


Quote:
Originally Posted by NguyenHuu View Post
Hey guys I tried doing it via sqlite and via this method, both gives me FC when android boots up. It says "unfortunately, the process com.android.phone has stopped". I cant get into my phone and it just bootloops. Any ideas?
Not sure what changes you applied in sqlite but I would suggest just reflashing a new rom to fix your dialer then running this tool to get the tether fix.

Quote:
Originally Posted by moltenbobcat View Post
I tried searching the various one x forums for another way to do this. What ADB commands are necessary to change the file. Any help you could give would be greatly appreciated.
in adb you would type something like:

adb shell sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db "update carriers set apn = 'pta' where _id = 12;"


Quote:
Originally Posted by Crizthakidd View Post
help


i am rooted on 1.73

edit - hm i think i need to install android sdk again lol havnt been using one since captivate wow
I updated the OP with a new download that includes adb!


Quote:
Originally Posted by jason.hamilton View Post
Has anyone tested this on the the Cleanrom 2.1? Is it just the telephone db that this changes?
I didn't test with that rom but it should work. Yes, it just modifies the telephony db.

phones:
  • one x
  • hd7 s
  • nexus one




The Following User Says Thank You to t0mmy For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...