Quote:
Originally Posted by designgears
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
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
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
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
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
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.
|