Data problems on all roms above 2.3.3 - T-Mobile LG G2x

I know i'm not the only one having this problem, its been posted about before but no answers so id like to see if someone else who didn't get to see those can see this and come up with a solution..
I use an unlocked G2X with Cincinnati Bell, currently running Weapon. I have no problem at all on any rom though that is 2.3.3, any rom over that like 2.3.4, 2.3.4 etc data has NEVER worked, not i had it but lost it when i rebooted, never . i've never been able to run CM7 or MIUI because of this, and yes before someone suggests it my APN settings are correct i've checked them 1000 times they are the same as when on 2.3.3 roms, i've hard booted after to try to get data flowing a million times, i've followed installation instructions 100 percent and still have never had data working on those roms.
even on the new CM7 where the APN issue is fixed, data still does not work. Its obviously something in roms over 2.3.3 that is creating this problem. I BEG, BEG someone please help find an answer i would love you and most likely donate. Thanks.

58 views and no ideas? anyone, please?

You obviously haven't been checking the Development Section lately. There are many threads on this issue, and it has been fixed already. (Well, for the most part)

FatalityBoyZahy said:
You obviously haven't been checking the Development Section lately. There are many threads on this issue, and it has been fixed already. (Well, for the most part)
Click to expand...
Click to collapse
obviously you didn't read my post. I have NEVER had data work above roms with 2.3.3, most people have it then lose it. I also stated that the new kernel from ttbal and the newest CM where the issues are supposedly fixed I still can't get data. Please, read my post entirely before replying, thank you.

C-4Nati said:
I know i'm not the only one having this problem, its been posted about before but no answers so id like to see if someone else who didn't get to see those can see this and come up with a solution..
I use an unlocked G2X with Cincinnati Bell, currently running Weapon. I have no problem at all on any rom though that is 2.3.3, any rom over that like 2.3.4, 2.3.4 etc data has NEVER worked, not i had it but lost it when i rebooted, never . i've never been able to run CM7 or MIUI because of this, and yes before someone suggests it my APN settings are correct i've checked them 1000 times they are the same as when on 2.3.3 roms, i've hard booted after to try to get data flowing a million times, i've followed installation instructions 100 percent and still have never had data working on those roms.
even on the new CM7 where the APN issue is fixed, data still does not work. Its obviously something in roms over 2.3.3 that is creating this problem. I BEG, BEG someone please help find an answer i would love you and most likely donate. Thanks.
Click to expand...
Click to collapse
try editing the t-mobiles apn to yours that worked for me on simple mobile on cm7 but on the apn dont delete the password n server i think thats it

Ek07 said:
try editing the t-mobiles apn to yours that worked for me on simple mobile on cm7 but on the apn dont delete the password n server i think thats it
Click to expand...
Click to collapse
Yeah I read this in the other thread unfortunately there isn't a apn at all t mobiles or not on CM when I flash it
Sent from my LG-P999 using xda premium

I've been following the development threads, because I too have been having data issues deeper than just missing APNs. It actually seems to be an issue with the entire radio side as a whole on any rom that's not based on the factory firmware. It's become much more stable, but still I can only get a GPS instant lock immediately after a hard reboot and can only receive multimedia messages immediately after a reboot as well. Another thing I've noticed, is I will get a "No internet connection" warning whenever I open the browser, despite having a data connection, and the page still loads.
Also, why do I have to set all my carrier information (my phone number, and voicemail number specifically) when the other factory firmware roms can pull this from the sim card?
I love all the features of CM7 and it's based roms, but the data stability has made it unusable for me.

Ek07 said:
try editing the t-mobiles apn to yours that worked for me on simple mobile on cm7 but on the apn dont delete the password n server i think thats it
Click to expand...
Click to collapse
You can't edit T-MO's one. You can copy and make a duplicate of that and then edit it, but that just beats the point.
And yeah I STILL have the same problem.
I'm not a t-mobile customer so I need to add my APN manually. And yes after a hard I can see my list of APNs and I'm allowed to add APNs but still no data. even after the latest stable version. And even after that with the Dragon Kernel with the supposed APN fix.
Really hope someone can shed some light here.

C-4Nati said:
obviously you didn't read my post. I have NEVER had data work above roms with 2.3.3, most people have it then lose it. I also stated that the new kernel from ttbal and the newest CM where the issues are supposedly fixed I still can't get data. Please, read my post entirely before replying, thank you.
Click to expand...
Click to collapse
I apologize for my ignorance.

FatalityBoyZahy said:
I apologize for my ignorance.
Click to expand...
Click to collapse
Its ok
Sent from my LG-P999 using xda premium

pyromaniac1 said:
You can't edit T-MO's one. You can copy and make a duplicate of that and then edit it, but that just beats the point.
And yeah I STILL have the same problem.
I'm not a t-mobile customer so I need to add my APN manually. And yes after a hard I can see my list of APNs and I'm allowed to add APNs but still no data. even after the latest stable version. And even after that with the Dragon Kernel with the supposed APN fix.
Really hope someone can shed some light here.
Click to expand...
Click to collapse
in cm7 you can edit the tmobiles apn i done it and i got data
---------- Post added at 11:36 AM ---------- Previous post was at 11:34 AM ----------
C-4Nati said:
Yeah I read this in the other thread unfortunately there isn't a apn at all t mobiles or not on CM when I flash it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
oh ok try going into recovery menu and wipe all data then boot up again maybe then you can see the apn

Since you are rooted go into adb and try the following. Download the attached zip file and extract the "apns-conf.xml" file and put it in the same directory you run adb from. Then execute the following adb commands.
# adb shell mv /system/etc/apns-conf.xml /system/etc/apns-conf.xml.bak
# adb push apns-conf.xml /system/etc/apns-conf.xml
# adb shell chmod 644 /system/etc/apns-conf.xml
Then go into apn settings and press menu and choose to restore to default. The TMO one will still show but now your Cincinnati Bell one should show also; and it will be a default apn like TMO now (they are on equal footing now). Make sure you press the radio button to make the Cincinnati Bell one green, it it wasn't already. Hopefully your data will work after this. Plus you will now have global apn settings automatically for virtually any sim you use from a GSM carrier worldwide.
(Note: Simple Mobile users don't use this - find my special thread for Simple Mobile users).

jboxer said:
Since you are rooted go into adb and try the following. Download the attached zip file and extract the "apns-conf.xml" file and put it in the same directory you run adb from. Then execute the following adb commands.
# adb shell mv /system/etc/apns-conf.xml /system/etc/apns-conf.xml.bak
# adb push apns-conf.xml /system/etc/apns-conf.xml
# adb shell chmod 644 /system/etc/apns-conf.xml
Then go into apn settings and press menu and choose to restore to default. The TMO one will still show but now your Cincinnati Bell one should show also; and it will be a default apn like TMO now (they are on equal footing now). Make sure you press the radio button to make the Cincinnati Bell one green, it it wasn't already. Hopefully your data will work after this. Plus you will now have global apn settings automatically for virtually any sim you use from a GSM carrier worldwide.
(Note: Simple Mobile users don't use this - find my special thread for Simple Mobile users).
Click to expand...
Click to collapse
Thanks for the help, I'm not where near an xda and phone "noob" but i have never used adb I wouldn't feel comfortable trying to do that if it risks bricking my phone. Unless you have any opinion on how doing it or if its not really complicated I don't think I will try that.

C-4Nati said:
Thanks for the help, I'm not where near an xda and phone "noob" but i have never used adb I wouldn't feel comfortable trying to do that if it risks bricking my phone. Unless you have any opinion on how doing it or if its not really complicated I don't think I will try that.
Click to expand...
Click to collapse
There is no risk of bricking your phone if you stick to the commands I gave you. Just highlight and copy them and you can paste them into the command prompt window by right clicking and selecting paste.
Download the attached zip with the adb.exe and two dlls need for it to run. All you are doing is backing up the apn configuration file, replacing it with a new one and setting permissions so the phone can use the new file. Then you reset the apns to default and the phone will set the apns from that file based on the sim in the phone.
Go into settings, applications and turn on usb debugging, if it is not on already. Then connect your phone to your computer and make sure the adb drivers load (you can find the driver pack by searching this site or installing them from the LG Updater app). To make sure the phone is connected in the command prompt window type "adb devices" and hit enter. The phone should be shown as connected. If not, the drivers are not installed.
Run the command prompt from the same directory where you unzip the three adb files and put the apns-conf.xml file in the same directory. That makes it easier for you to do this. It is actually quite simple and will take only a minute or so.

Flashable zip to replace apns-conf.xml file
Here is a flashable zip that can be installed with clockworkmod recovery. It does the same thing but does not back up your existing file. If you are running a stock rom this will prevent an ota from installing. If you are running a custom rom it doesn't matter as you cannot get ota updates anyway.
Just boot into CWM recovery and flash this zip file. Reboot and reset your apns to default.

Ok sweet, should i flash it while on my current rom that works or flash CM7 then flash it?
quick edit- it won't effect my phone being unlocked and lock it will it? after those questions i'm done asking and i will give it a try good sir thanks

Bump
Sent from my LG-P999 using xda premium

C-4Nati said:
Ok sweet, should i flash it while on my current rom that works or flash CM7 then flash it?
quick edit- it won't effect my phone being unlocked and lock it will it? after those questions i'm done asking and i will give it a try good sir thanks
Click to expand...
Click to collapse
The phone remains unlocked once you unlock it. Nothing you will do will relock it.

jboxer said:
The phone remains unlocked once you unlock it. Nothing you will do will relock it.
Click to expand...
Click to collapse
I did your suggestion, flashed the zip. Still didn't work
Sent from my LG-P999 using xda premium

I have some problem and something more.
GPRS data will not work, my default APN is mss.life.com.by, and I see arrows in my status bar, but internet not worked.
So, I changed it to internet.life.com.by(got it from operator instructions) and I anymore see arrows and internet still not work.
I have an idea with broadband, I think in my country other radio frequency.
But I can find other broadband for LG G2x

Related

How to Flash MOTOROLA DROID to Cricket: 2.2 Froyo FULL apps,web,mms

Flash Moto Droid to Cricket / Metro full apps, web,mms.
This is my attempt to recreate the solution from Howard Forums
i may have missed a few steps along the way but here it goes. as of 08/02/2010 - make directory now for 2.2 roms
FILES FOR FLASHING TO CRICKET (U2nl,PRL's,Autostart,SPRecovery,NV items)
Special thanks and credit should go to
SyZtyM (i recreated his thred for XDA)
gijoey1980
Tracphonejunkie
whiterabittorg
To0
Insaincain (For the nv items. You are a legend, and credit is due where credit is due**AS read from SyZtyM)
Admin (For all sites. PERIOD)
You will need:
1. CDMA WS 2.7 (google)
2.Harware Virtural Serial Port this is the demo good for 14days
3. Motorola A855 USB drivers (These are the 32bit Drivers)
4. Cyanogen Mod Rom from Rom Manager in market
5. SPRecovery
6&7.Autostart.sh & U2nl from whitrabbit.org (thanks to whiterabbit). Save autostart.sh and U2nl in C:\android\tools\.
8.download Autostart (Root) from Market
9. NV items from http://www.whiterabbit.org/android (u must generate this uniquely with you [email protected] i have included a generated [email protected] for sample or to replace x's with you MDN
Step 1. First step is to make sure you have the drivers installed on your computer, and you also need to have Android SDK installed on your computer.
You will need to root the phone, key here is to make sure the kernel you load supports iptables.
Step 2. if you need to ROOT: follow the guide
than download Rom manager over wifi from MARKET, proceed to flash clockwork and download and install cyanogen 5.xx rom, and google apps..wipe data etc.
Step 2.1 if first fails. get RSD Lite 4.6 (google), Power on phone holding down the up arrow and pressing power, this will put you into bootloader mode.
Open RSD Lite 4.6
Flash the SPRecovery_ESE81.sbf file with RSD Lite.
this should just flash the recovery if not download a rom like SMOKEDGLASS unzip and put in folder on SD named Nandroid
Once the phone is completely rebooted into rooted android, power it off.
alternately u can install BuglessBeast froyo v 02.1 from alldroid.org then skip to these steps below
Hold down “T” on the keypad and power on phone.
Plug into computer and open HW Virtual Serial Port (your drivers should install and connect etc)
In HWVS set the IP address to 192.168.16.2 and the port to 11008, choose the com port 10 click connect. (For this tutorial we will use COM10)
Open CDMA WS 2.7 and (go to settings tab and deselect NV Enabled) then connect to COM10. if you dont deselect you will get PHONE FAILED ERRORS
On security tab send SPC 000000. (msg says phone accepts blah blah blah
Go to tab labeled “Other” and write prl. For Cricket EVDO, 6499(new service plan) and 38515 is recommended.
Go to NAM and enter MIN ex. 615-555-5593 (usually different from your actual phone# and MDN(your mobile number ex. 615-555-5551 and click write.
Goto “Memory” tab and click write under NV items, find the downloaded NV items you got from here
for example you must generate the NV items by inputing your MDN([email protected]). box opens telling you to save them as .txt and select them with cdma 2.7. (Thanks again to insanecain)
It should then say, 12 NV items were successfully written to phone.
Go to Main tab and click mode reset.
You can now close HWVS and CDMA WS and open cmd.exe on your computer.
if you have QPST open it on the com port 10 read your settings. under MIP mip2,,PPP(Um,AN...etc it should say [email protected] etc in the right columns....in the bottom box password may need to be written to phone, just type in cricket for both Um and An, cricket is the password.
Also select mobile ip+simple ip under MiP tab
select write to phone
Once phone reboots go to the market using WI-FI and download and install Autostart root required
Open the Voice Dialer on the phone and say “Open APNs” and click open.
Click on the Verizon and edit everything to match below:
Name - Cricket
APN internet
Proxy wap.mycricket.com:8080
Port 8080
Username [email protected]
Password cricket
Server wap.mycricket.com
MMSC http://mms.mycricket.com/servlets/mms
MMS Proxy wap.mycricket.com
MMS Port 8080
MCC 310
MNC 004
Authentication Type PAP or CHAP
APN type <Not set>
Now click the menu button and click Save.
Before starting the next step make sure you have the u2nl file in your this folder c:/android/tools and also that you have you autostart.sh file in this folder c:/
Now go to command prompt and type the following commands,
cd c:\android\tools
adb shell
mkdir /data/opt/
exit
adb remount
adb push c:\android\tools\u2nl /system/bin/u2nl
adb push c:\android\tools\autostart.sh /data/opt/autostart.sh
Now:
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/autostart.sh
adb reboot
Now, once your phone has rebooted, you should have working web, mms, app, gps, and all. If you don’t go back and check all the steps to insure you did everything exactly right.
thanks everyone for reading.
i would also like to thank everyone who helped give back to the droid community by solving this, (I gave up and switched back to my eris for full support like a Beeach! which i bricked twice) im back on DROID baby
currently running BuglessBeast Froyo v 02.1 and the p3 1000 kernel.
quadrant score: 972
this is a very good set up thanks for the post!
Open CDMA WS 2.7 and (go to settings tab and deselect NV Enabled) then connect to COM10. if you dont deselect you will get PHONE FAILED ERRORS
Click to expand...
Click to collapse
I get the phone failed error, but I don't see the NV Enabled option. Nor do I see the settings tab, where is that option?
broken linkkkkkkzzzzzzzzzzzzzzzzzzzz
"the guide" http://rootyourdroid.info/guides/obtaining-root/
Click to expand...
Click to collapse
is a broken link : (
ummm...flashed new rom...now no web,mms
ok, so im trying like hell to give this moto a shot. normally an htc fan. but the display, camera, and physical keyboard for the price was enticing. i did everything and got internet for a while. then i decided to load bugless' latest rom, now i have no web or mms. is there someting i have to redo??? knowing the norm with reflashes, i did the "open APNs" and redid everything there....but still no go. do i have to redo the Command prompts and the autostart download fr market?
*edit* did all the changes over...ALL. Still no web. if it helps any i did notice that i was unable to reprogam the phone using *228. it still works rite now (i guess based on the previous OTA), but it wont reprogram...i get "programming unsuccessful". I'M running PRLs 38003 & 6499 in Charlotte N.C. any help would be greatly appreciated.
i have a motorola droid on metropcs help me please awwwwwww!!!!
yes my phone was flashed on metropcs its a motorola droid 2.1 android (rooted) an i was deleting some files on my sd card today cuz it was too full an my phone rebooted all the way to the begining i had to look for a wifi connection to sign in my google ACCOUNT to use my phone again an i lost my internet connection an mms messaging but my phone still can text an make calls but my internet an mms i gone please help me to get it back on thanks
somebody hit me up with the info
i need help with my phone i ned to put my mms on an internet back on i lost it when the phone reebooted but its still can text an call on metropcs android motorola droid 2.1 rooted
fredline12002 said:
is a broken link : (
Click to expand...
Click to collapse
not sure whats up with the link, just google a new how to root, sorry
Geniusdog254 said:
I get the phone failed error, but I don't see the NV Enabled option. Nor do I see the settings tab, where is that option?
Click to expand...
Click to collapse
when u open HV serial Port, its the second to last or maybe last tab,,, you cant miss it. this is where u make sure NV Enabled is NOT selected
Wolfdragon said:
ok, so im trying like hell to give this moto a shot. normally an htc fan. but the display, camera, and physical keyboard for the price was enticing. i did everything and got internet for a while. then i decided to load bugless' latest rom, now i have no web or mms. is there someting i have to redo??? knowing the norm with reflashes, i did the "open APNs" and redid everything there....but still no go. do i have to redo the Command prompts and the autostart download fr market?
*edit* did all the changes over...ALL. Still no web. if it helps any i did notice that i was unable to reprogam the phone using *228. it still works rite now (i guess based on the previous OTA), but it wont reprogram...i get "programming unsuccessful". I'M running PRLs 38003 & 6499 in Charlotte N.C. any help would be greatly appreciated.
Click to expand...
Click to collapse
If your on 2.1 bugless you need to redo allthe steps for fully working rom, maybe for 2.2 also i havent had to for a while, only bcuz i have cricket and roam off metro.
luvjones305 said:
yes my phone was flashed on metropcs its a motorola droid 2.1 android (rooted) an i was deleting some files on my sd card today cuz it was too full an my phone rebooted all the way to the begining i had to look for a wifi connection to sign in my google ACCOUNT to use my phone again an i lost my internet connection an mms messaging but my phone still can text an make calls but my internet an mms i gone please help me to get it back on thanks
Click to expand...
Click to collapse
you need to be more specific with wat u deleted?? which rom u ran? etc where did u get it flashed? most likey u went to a metro dealer, to get it flashed, METRO sent out a update a 3 weeks ago (7/06/2010) that DISABLED ALL Dealer added ESN's from Hoodini. so u may just be out of luck. i will search to see if thats been fixed or worked around.
luvjones305 said:
i need help with my phone i ned to put my mms on an internet back on i lost it when the phone reebooted but its still can text an call on metropcs android motorola droid 2.1 rooted
Click to expand...
Click to collapse
what market are you in? who flashed your phone? quoted from above "METRO sent out a update a 3 weeks ago (7/06/2010) that DISABLED ALL Dealer added ESN's from Hoodini. so u may just be out of luck. i will search to see if thats been fixed or worked around. "
Metro Fix Web/mms
"[/QUOTE] "METRO sent out a update a 3 weeks ago (7/06/2010) that DISABLED ALL Dealer added ESN's from Hoodini. so u may just be out of luck. i will search to see if thats been fixed or worked around. "[/QUOTE]
For anyone having trouble with MMs/web on METRO please check out this thread. read from pg one if you dont know whats going on. or pick up here if you can perform the web/mms work around.
http://www.howardforums.com/showthread.php/1656326-Phones-and-more-info/page11
Grr
This is a great! Thank you for the instructions!
I am having one problum tho, and its very annyoing!!
When i first turn on my fone everything works internet+MMS+GPS+TXT+CALLS everything!
then when i recive or send a text or call (Anything that has to use 1X i think) I loose Internet+MMS and GPS
the only way it comes back is if i restart my fone!
dose anyone have any ideas? did i do somthing wrong? Please help.
I have a idea i know its possible on some phones to switch it so texts use 3G insted of 1x. Could i switch that on my droid?
Oh and im running bugless beast 2.2
good tutorial im just stuck at the step its written a little unclear im a moto newb unfortunately
""if you have QPST open it on the com port 10 read your settings. under MIP mip2,,PPP(Um,AN...etc it should say [email protected] etc in the right columns....in the bottom box password may need to be written to phone, just type in cricket for both Um and An, cricket is the password.
Also select mobile ip+simple ip under MiP tab
select write to phone""
i have downloaded cdma 2.7, nothing was stated about qpst in the necessary tools but i downloaded that too afterwards, and its not clear where i should go at this point after the initial reboot. are these directions for cdma2.7 or qpst? help???
................... bump
Hello sorry in advanced for the newbie question. My Moto Droid is already flashed to cricket. If I wanted to manually install 2.2 would I have to start with all steps or just from the 2.2 install?
iNFiNiTY125 said:
This is a great! Thank you for the instructions!
I am having one problum tho, and its very annyoing!!
When i first turn on my fone everything works internet+MMS+GPS+TXT+CALLS everything!
then when i recive or send a text or call (Anything that has to use 1X i think) I loose Internet+MMS and GPS
the only way it comes back is if i restart my fone!
dose anyone have any ideas? did i do somthing wrong? Please help.
I have a idea i know its possible on some phones to switch it so texts use 3G insted of 1x. Could i switch that on my droid?
Oh and im running bugless beast 2.2
Click to expand...
Click to collapse
from my understanding, cdma networks calls and text dont go through data connections, so when u place a call it will switch only to bars and no 1x/3g.
MMS and web will only work when not connected to a call ( i think thats what your stating??) ive never had a problem with data connection not coming back to phone after a call.... hopefully i answered your questions? and gps shouldnt be bothered at all that may be a rom issue. try a few roms other that bugless beast thats basically a stock ROM look into lithium mod or Chevyno1
tko1 said:
good tutorial im just stuck at the step its written a little unclear im a moto newb unfortunately
""if you have QPST open it on the com port 10 read your settings. under MIP mip2,,PPP(Um,AN...etc it should say [email protected] etc in the right columns....in the bottom box password may need to be written to phone, just type in cricket for both Um and An, cricket is the password.
Also select mobile ip+simple ip under MiP tab
select write to phone""
i have downloaded cdma 2.7, nothing was stated about qpst in the necessary tools but i downloaded that too afterwards, and its not clear where i should go at this point after the initial reboot. are these directions for cdma2.7 or qpst? help???
Click to expand...
Click to collapse
hello, lets see i believe this was originally the instructions to get the data working. so you needed QPST to enter in the passcode "cricket"....it just depends what rom you have. if you flash a rom and your data doesnt work then u will have to enter those settings in qpst. after entering those your data should work.
dortega2388 said:
Hello sorry in advanced for the newbie question. My Moto Droid is already flashed to cricket. If I wanted to manually install 2.2 would I have to start with all steps or just from the 2.2 install?
Click to expand...
Click to collapse
you should be fine with the NV items. after you flash 2.2 dial 611 (you may need to reflash PRL, and then from there i would give your phone about a 2minutes to see if any 1x/3g show up. if not commence with the instructions lol.
bigslanki said:
hello, lets see i believe this was originally the instructions to get the data working. so you needed QPST to enter in the passcode "cricket"....it just depends what rom you have. if you flash a rom and your data doesnt work then u will have to enter those settings in qpst. after entering those your data should work.
Click to expand...
Click to collapse
thanks for the reply, well i had all but given up on my droid dreams and i figured out on my own that they were QPST directions but were missing this important piece. QPST 2.7 WITH A OLDER BUILD LIKE 264 WILL NOT CONFIGURE THE DROID,IT GIVES AND ONLINE ERROR. YOU SHOULD USE AN UPDATED VERSION. I ENDED UP FINDING 2.7 BUILD 323.
Also. its unclear as to why in the adb commands we have
adb push c:\android\tools\autostart.sh /data/opt/autostart.sh
Now:
adb shell
it may be obvious to some but if Now: is an actual command it wouldnt work. so im assuming it isnt, and pretty much adb after that point is irreconcilable.
no matter what the droid never left the verizon network needless to say, and i havent recieved any input as to where i could have gone wrong, everything else was flawless up until the Now: part basically then i had to piece together adb. even tried without the now part and didnt succeed.
i did this and everything works. only problems is it 1x all the time; how to i get 3g?

[ROMS] Cricket-Zmod For Cricket Service Fully functional everything

First off I take no credit for these roms besides adding and removing files and settings for cricket use.
Credit goes to Avalaunch, Deathsled, tritron777, Calkulin and kingklick for there roms, settings and Amazing kernels.
You must install rom manager from the market and install AMON RA'S 1.80(if you have clockwork recovery) recovery BEFORE you install this rom Make Sure you wipe data/cache and the dalvik-cache
Open root explorer and navigate to the extra apps folder.
While in rootexplorer go to the Apnbackupandrestore folder and long press the cricket.xml file and select open in text editor. Edit the [email protected] to your number then save it.
Install Apnbackupandrestore.
Open Apn backup then delete apns.
Then restore the cricket.xml file you saved.
Also install VoiceMail notifier from the market or from the extra apps folder in your SD card.
Enjoy the Rom working fully on crickets network.
You must have the Android plan on your phone to use this
BadDroid2.2-Cricket-Zmod.zip
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/BadDroid2.2-Cricket-Zmod.zip
Calkulin's_EViO_2_ROM_v1.7.6b-Crickt-Zmod
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/Calkulin's_EViO_2_ROM_v1.7.6b-Crickt-Zmod.zip
myn-WarmTwoPointTwo--RLS-4-Cricket-Zmod
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/myn-WarmTwoPointTwo--RLS-4-Cricket-Zmod.zip
Calkulin_'s_EViO_2_ROM_v1.6.2-Cricket-Zmod
Based off of the newest OTA
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/Calkulin_'s_EViO_2_ROM_v1.6.2-Cricket-Zmod.zip
http://www.megaupload.com/?d=Y82SARF4
This Rom has the htc#17 undervolted kernel included.
I am currently using this kernel that seems to be working very well.
http://kingxklick.com/kernels/KiNgxKernel-Evo-11-2.6.32.24-Flashable.zip
AvafroyoV9-Cricket-Zmod
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/avafroyov9-Cricket-Zmod.zip
http://www.megaupload.com/?d=O
If you get an error trying to start the WiFi radio, install KingxKlick's kernel #10 CFS:
http://kingxklick.com/kernels/KiNgxKernel-Evo-10-2.6.32.17-Flashable.zip
*change log
added hulu fix (install flash-hex-edited.apk in the extra apps folder on your sd card and clear ALL YOUR SETTINGS in your browser then restart the phone)
battery life on this build is AMAZING
i am averaging 15 hours on heavy use
Avafroyov8-Cricket-Zmod
ftp
http://www.flashingacademy.com/ztahoez/EvoRoms/AvaFroyov8-Cricket-Zmod.zip
http://www.megaupload.com/?d=QRJFMRA6
Enjoy. And as always I am not responsible for anything that happens to your phone.
P.S. i have a new addition to my household and diapers are'nt free so if you like the builds and have downloaded them for commercial flashing please click on the donate button next to my name and help me out
Wow, not one person has posted to say thank you?
Well, uh, let me be the first!!
Sent from my PC36100 using XDA App
Wow 200 views and 1 post
It's a tough crowd over here. cricKet compatibility is the last thing on their mind, unfortunately. You'd probably be better off posting this on HoFo, if you haven't already. I'll flash this to my wife's phone tonight, and see how she likes it.
17 downloads and 2 replies. Wow
Nice. Props to ya for setting it up for cricket users. Most of the people coming in this thread are looking for just another rom (for sprint). But again, I'm sure loads of people using Cricket would appreciate your work.
Been trying to get my Mms working for a while and will try out later today. Thank you. Just need to work on theme I like now.Thanks again
Great job!!! I am downloading right now!!! I will let you know if there's any bugs ... Thanks!!!!!
tzbigworm said:
It's a tough crowd over here. cricKet compatibility is the last thing on their mind, unfortunately. You'd probably be better off posting this on HoFo, if you haven't already. I'll flash this to my wife's phone tonight, and see how she likes it.
Click to expand...
Click to collapse
the crowd probably has no idea what this is for...
Let me know if there are any issues and I will fix them
STUCK ?!?
ztahoez said:
First off I take no credit for this Rom besides adding and removing files and settings for cricket use.
Credit goes to Avalaunch, Deathsled, and triton777 for there roms and settings.
Do a full wipe before installing this Rom.
After installation. Run the Su app to update the app.
Open root explorer and navigate to the extra apps folder.
While in rootexplorer go to the Apnbackupandrestore folder and long press the cricket.xml file and select open in text editor. Edit the [email protected] to your number then save it.
Install Apnbackupandrestore.
Open Apn backup then delete apns.
Then restore the cricket.xml file you saved.
Also install PocoMail notified from the market or from the extra apps folder in your SD card.
Enjoy the Rom working fully on crickets network.
You must have the Android plan on your phone to use this
Enjoy. And as always I am not responsible for anything that happens to your phone.
Click to expand...
Click to collapse
***** OKAY I DON'T KNOW IF ANYONE ELSE IS HAVING THIS SAME PROBLEM I AM... WHEN EVER I LOOK FOR THE "EXTRA APPS FOLDER" I DO NOT FIND IT ANYWHERE BUT ON MY SD CARD?? IS THAT RIGHT ?? THEN EVERY TIME I TRIED TO SEARCH THE ROOT EXPLORE WOULD CRASH ... SO I WAS COMPLETELY STUCK WHILE WRITING THIS POST .. I DECIDED TO START GOING THROUGH ALL THE FOLDERS AGAIN ONE BY ONE ... I EVENTUALLY FOUND A FOLDER CALLED " MNT .... THEN I FOUND ONE CALLED SDCARD ... THEN I FOUND APNBACKUPRESTORE .... IN WHICH APPEARED A FEW DIFFERENT FILES ... I USED THE ONE THAT HAD A GOLD BADGE ON IT ... BUT ANYWAYS SO FAR SO GOOD ... EXCEPT I CAN'T FIND POCOMAIL ON THE MARKET OR IN EXTRA APPS FOLDER IN MY SD CARD!!! SO I AM GOING TO SEE IF EVERYTHING WORKS AS STATED ABOVE ... I WILL POST MY RESULTS
elhalish said:
the crowd probably has no idea what this is for...
Click to expand...
Click to collapse
Probably true. What does it do?
I am getting No internet No MMS No 3G ... I will contact cricKet to have them refresh my settings .. maybe update the phone on file. I found the cricket.xml file and changed it but I have nothing. I can use my wifi and my gps but not the 3G or mms. I also relash back to root stock just in case that was the problem .. update the radio .. kernal .. still nothing .. any suggestions ?? Besides calling cricKet ?
tech-9 said:
***** OKAY I DON'T KNOW IF ANYONE ELSE IS HAVING THIS SAME PROBLEM I AM... WHEN EVER I LOOK FOR THE "EXTRA APPS FOLDER" I DO NOT FIND IT ANYWHERE BUT ON MY SD CARD?? IS THAT RIGHT ?? THEN EVERY TIME I TRIED TO SEARCH THE ROOT EXPLORE WOULD CRASH ... SO I WAS COMPLETELY STUCK WHILE WRITING THIS POST .. I DECIDED TO START GOING THROUGH ALL THE FOLDERS AGAIN ONE BY ONE ... I EVENTUALLY FOUND A FOLDER CALLED " MNT .... THEN I FOUND ONE CALLED SDCARD ... THEN I FOUND APNBACKUPRESTORE .... IN WHICH APPEARED A FEW DIFFERENT FILES ... I USED THE ONE THAT HAD A GOLD BADGE ON IT ... BUT ANYWAYS SO FAR SO GOOD ... EXCEPT I CAN'T FIND POCOMAIL ON THE MARKET OR IN EXTRA APPS FOLDER IN MY SD CARD!!! SO I AM GOING TO SEE IF EVERYTHING WORKS AS STATED ABOVE ... I WILL POST MY RESULTS
Click to expand...
Click to collapse
Ok it sounds like you where previously using deathsleds Rom and did not do a wipe data before flashing my Rom hence why you had the mnt folder that is only used by the incredible roms so try wiping the data and cache and everything should be fine. Let me know if that fixes your problem
tech-9 said:
I am getting No internet No MMS No 3G ... I will contact cricKet to have them refresh my settings .. maybe update the phone on file. I found the cricket.xml file and changed it but I have nothing. I can use my wifi and my gps but not the 3G or mms. I also relash back to root stock just in case that was the problem .. update the radio .. kernal .. still nothing .. any suggestions ?? Besides calling cricKet ?
Click to expand...
Click to collapse
You have to be on the Android plan through cricket to use this Rom as it does not have the proxy settings built in if you have any problems getting the Android plan pm me with you phone number on cricket and I will fix the acct for you
whats the plan?
Hi,
What's the cricket plan? And what advantages does it have?
Thanks...
Stephanie95 said:
Hi,
What's the cricket plan? And what advantages does it have?
Thanks...
Click to expand...
Click to collapse
Cricket is a carrier that you can flash phones and the network accepts the esn, also we have a very nice full data package for $55 and we got 4g working on cricket! Me and ztahoez are Cricket Mafia we flash phones to work on cricket. Our primary objective is to get Talk Text MMS Web Apps and GPS fully functional on cricket with non-cricket phones. Cricket has no contracts and unlimited everything with a nice html data plan for 61.86 a month in my area. So cricket rocks for a cheap and affordable solution to your high end phones.
dwntwnall4u said:
Probably true. What does it do?
Click to expand...
Click to collapse
Its a rom built for cricket users, to have full functionality.
tzbigworm said:
It's a tough crowd over here. cricKet compatibility is the last thing on their mind, unfortunately. You'd probably be better off posting this on HoFo, if you haven't already. I'll flash this to my wife's phone tonight, and see how she likes it.
Click to expand...
Click to collapse
I beg to differ, IMO this was posted here to pay respects to avalaunchmods, and with the recent Jiminy Cricket Rom this was a nice follow up. Jiminy Cricket works great but I experience better battery life and a lil speedier phone with this rom. I think you guys would be better off trying to cook up some custom roms for Cricket, Metropcs, Page Plus these roms and solutions would be worth $$$$ so keep that in mind. And on hofo it would just get taken down or possibly start a fight, my dude might have posted there about this though anyway. How's it working on the wifey's phone?
Im not going to use this rom but i just wanted to post for support towards your cause,good job man.im sure ppl are thankful just a little to busy to take 30secs to says thanks.

[A] Simple Mobile APN Problem fixed

Okay, here it is as promised. You need Clockworkmod Recovery installed but you don't need to be rooted to flash the zip.
I have created a flashable zip file to replace the stock apns-conf.xml with one that has settings for Simple Mobile. What I have done is made an apns-conf.xml file that has settings for virtually every gsm carrier worldwide with the main TMO settings changed to Simple Mobile settings. I wanted to have it backup the current one also but the Edify scripting language used by Clockworkmod Recovery doesn't have support for moving or copying a file. So if you want to back up the file first there are two ways. If you are rooted just use 'Root Explorer' and copy the file and then paste it back to the same directory (change to R/W first). The backup will show as apns-conf-copy.xml. The other way (root not required) is to connect to the phone by ADB and issue the following adb command:
> adb pull /system/etc/apns-conf.xml apns-conf-backup.xml
[Make sure the directory you are issuing the adb command from is not read only and you have full modify permissions if you are using Windows.]
To restore the file you can just use Root Explorer to delete the new one and then rename the copy back to apns-conf.xml. If you copied the original to your computer using adb then just change the backup to apn-conf.xml and use 7-zip to replace it with the one in my zip file and flash the zip package again. That will restore your original file.
I made two flashable zip packages. Both are flashed using Clockworkmod Recovery. Put the desired file on your internal or external sd card and flash it, then reboot. Afer rebooting go into Settings, Wireless & networks, Mobile network settings, Access Point Names. Click the menu button and then select "Reset to default." Then select the radio button for Simple Mobile to turn the selection green. T-Mobile will still show but the change to Simple Mobile should be persistent even if you shutoff or reboot the phone. If you change the sim you might need to select the Simple Mobile apn again (only first time). This apn setting is for internet and mms with Simple Mobile.
apns-4-simple.zip: Worldwide apn settings with Simple Mobile instead of TMO.
Download Link: http://www.mediafire.com/?8rovq05g7is2txs
MD5 checksum: 4db59ceeae1d80f14ca2d44ef04e61ed
apns-4-GB-stock.zip Restores the stock Gingerbread G2X file which has no settings for any carrier. TMO, Wind and Videotron are set elsewhere in the rom.
Download Link: http://www.mediafire.com/?lcxlg23tsk6cc46
MD5 checksum: bb7ef684edb88a69e831a20828a4ca4a
I tested this myself with an old T-Mobile sim I have. It worked and the change was persistent after rebooting and shutting off the phone.
This should fix your data connectivity problems.
Please note: If you have a stock rom this will prevent future OTA or LG Updater updates. Use the "apns-4-GB-stock.zip" to restore the file to stock GB T-Mobile G2X and then OTA and LG Updater updates will work. If you have a stock Froyo rom use one of the methods above to backup your original file so you can restore it later if you want to get an OTA or LG Updater update.
Enjoy!
THANK YOU
Hi jboxer,
Thank you very very much.. Its been quite a while I did adb and stuff the last time I did it was with HD2 last year I need to refresh my skills..
Anyways the phone is not with me and I will go home in the evening and try this fix and let you know..
Thank you very much for such detailed steps and description.
I will let u know how it goes as soon as I try it..
anush.isaac said:
Hi jboxer,
Thank you very very much.. Its been quite a while I did adb and stuff the last time I did it was with HD2 last year I need to refresh my skills..
Anyways the phone is not with me and I will go home in the evening and try this fix and let you know..
Thank you very much for such detailed steps and description.
I will let u know how it goes as soon as I try it..
Click to expand...
Click to collapse
It would have been nice to get some feedback after making the effort to fix this problem for you Simple Mobile users. anush.isaac, you said you would let us know as soon as you tried it out and we have been waiting four days now for your update.
question: What is APN? What does it do, and why does it need to be fixed. Sorry noob question. Im slowly learning about the android system. Some feedback would be nice. One more question: This works on T-Mobile???
*edit I just googled it.......can someone explain it to me in english, lol. I felt like I was reading in a different language.
Have the Same Problem
Hey all,
I was reading up and I have the same problem with my G2x.
I would like to try to use the solution that you provided but I have never done any rooting or modifying to my phone. I am not sure how to install the clockwork mod that you mentioned.
I only have access to a mac and in my experience that usually stops most attempts to modify my phone or other phones.
where can i find simple instructions on how to apply the flashable zip package and perform the Adb (not sure what this is)
Thanks in advance,
RR
Originally Posted by oceandographer
Well the settings from their site were correct. The android configuration is what was needed. It's not obvious how you activate the APN though. The technical support rep helped me figure it out but even he was like, "You have to get the green dot on that new APN. Try to drag it or just touch it.." Well you have to touch the radial button where the green dot should go, however, that is not good enough. You have to hold it down for awhile. Just the button. Then you get the green activation dot. There you have it.
Thanks for the help. You were correct, as was my assumption.
g2x activation at simple mobile.
Simple Mobile website--> Enter in Android config on a new APN--> Save and hold down the radial button long enough for it to turn green. From there, internet, gps, mms, etc. all work.
Ocean .. you are AWESOME. it worked like a charm , i kept searching around until i found your post, i'm gonna post this in another thread on here about the same issue if you don't mind. i'm sure many people are experiencing this issue
glad i didn't have to root ..why? my name says it all
ps. just make sure you do the drag first a couple of times "it wont actually drag the dot" but just do it a few times then hold like Ocean said until it turns green , i held it for 15 seconds at least
Sorry
jboxer said:
It would have been nice to get some feedback after making the effort to fix this problem for you Simple Mobile users. anush.isaac, you said you would let us know as soon as you tried it out and we have been waiting four days now for your update.
Click to expand...
Click to collapse
Hi jboxer,
I really apologize for not being able to get back to you quickly. I was help up at work for the past few days and could not try anything.
I have not Rooted a G2X before and I am a little concerned on how to do it. I did read the Instructions on this form but it is a little confusing. Let me confirm this with you, To apply your fix I know I need to Root the phone but is there another way without rooting the phone as I am afraid I might brick the phone.
Also In order to root the phone I followed this link http://forum.xda-developers.com/showthread.php?t=1255214 . So I just need to install the CLOCKWORK MOD RECOVERY and flash the root zip??
The phone is my Girlfriend's so I don't have access to it all the time.. I once again apologize for the late reply..
anush.isaac said:
Hi jboxer,
I really apologize for not being able to get back to you quickly. I was help up at work for the past few days and could not try anything.
I have not Rooted a G2X before and I am a little concerned on how to do it. I did read the Instructions on this form but it is a little confusing. Let me confirm this with you, To apply your fix I know I need to Root the phone but is there another way without rooting the phone as I am afraid I might brick the phone.
Also In order to root the phone I followed this link http://forum.xda-developers.com/showthread.php?t=1255214 . So I just need to install the CLOCKWORK MOD RECOVERY and flash the root zip??
The phone is my Girlfriend's so I don't have access to it all the time.. I once again apologize for the late reply..
Click to expand...
Click to collapse
No, you DO NOT need do root the phone to apply this. I stated that in my original thread and in others. You just need to install Clockworkmod recovery, boot into Clockworkmod and flash the APN zip and follow the instructions to restore to default apn settings. That's it. If you want to root then you can also flash the root zip at the same time or another time. The choice is yours and solely up to you.
Thanks
All day I've been trying to get the correct APN set up..and I come across your easy flash zip. It worked fine on my G2x and I have data! Thanks
dokjon said:
All day I've been trying to get the correct APN set up..and I come across your easy flash zip. It worked fine on my G2x and I have data! Thanks
Click to expand...
Click to collapse
Glad to help. Please click me a Thank You.
I've installed the zip and have followed the instructions over and over again, but somehow it keeps dropping out. i just upgraded to GB today (should have stayed with FY). the apn just keeps resetting to TMO over and over, my phone is completely screwed on data now thanks to GB. either way, anything you think i can do about the anp issue?
it just keeps failing or saying the connection timed out.
blink6966 said:
I've installed the zip and have followed the instructions over and over again, but somehow it keeps dropping out. i just upgraded to GB today (should have stayed with FY). the apn just keeps resetting to TMO over and over, my phone is completely screwed on data now thanks to GB. either way, anything you think i can do about the anp issue?
it just keeps failing or saying the connection timed out.
Click to expand...
Click to collapse
If you install my APN zip file the problem should go away. Once this is installed the APN has the same status as the TMO one so the phone should not want to switch back to TMO any more.
Im gonna give you guys another solution that does not involve flashing anything. I had this exact problem and here is what i did to fix. Blv me after you read this you wont believe it. Plus with the described methods in this forum about this issue, if you ever have to reset your phone, you will be back to the same problem again...having to flash that xml file.. read on..
First you need to get an unlock code for SIM unlock. I paid $2.80 on ebay for unlock code from unlock_fusion. Really cheap. You will not be able to create and save a new APN without the phone being unlocked. Now the default APN in the LG G2x is "T-MOBILE US" and you cannot delete it. Even if you root or unlock it cannot be removed. If you create the simple mobile APN as described in a matter of minutes it switches back to the tmobile APN which is a real pain in the a$$. The simple solution is to create another APN and name it exactly as your default APN which is "T-MOBILE US". Viola! Dont worry, it will allow you to save it with the same name but inside that APN you have the simple mobile configuration. It works without flashing anything. I added one thing extra to the simple mobile config APN type: default,mms,ota,agps
Thats it. you dont really have to add that but I did.
Note: This problem shows up after updating to android 2.3.3. before that, a simple unlock and adding the simple mobile APN worked fine.
Note:
to unlock requires that you put a sim card from a different carrier other than t-mobile for this phone. Also using the simplemobile sim card wont bring up the screen that asks for the sim unlock code. Use an AT&T sim card.. just borrow one from a friend. For those of you that dont know, simple mobile is what is called an MVNO (mobile virtual network operator) of t-mobile. They resell t-mobile's network which is why your 3G and 4G still works on simple mobile or any t-mobile phone that is used on simple mobile. You can also use a sim card from h2owireless as they are an MVNO of AT&T. So with that said, insert a different sim card and turn on the phone and you will see the screen come up asking for the unlock code. Do not enter anything that is not a real unlock code as too many tries will lock you out.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THANKS!
(I don't know, or can't find the "thank you" ikon on the page)
Found a fix that worked for me.
Nothing listed here fixed this issue for me. I eventually ran across APN Manager on the market. It works with root access and gives you full control over the APNs. I just made a backup then deleted the T-Mobile default one and now only Simple is there and always active.
simple
txnr70 said:
Nothing listed here fixed this issue for me. I eventually ran across APN Manager on the market. It works with root access and gives you full control over the APNs. I just made a backup then deleted the T-Mobile default one and now only Simple is there and always active.
Click to expand...
Click to collapse
John,
Funny its only you with that problem. Ive helped so many friends with this phone and the same problem and its resolved with what i posted. No root access needed. Only unlock code required and its cheap enough. Did you get unlock code for your phone? because you cant do what I posted (see picture link in my post) with out unlocking first. Please post exactly what changes you made because i dont think there is a root solution for the G2x/android 2.3.3. Post exactly what you did in the app you installed. thanks
pcdocta said:
John,
Funny its only you with that problem. Ive helped so many friends with this phone and the same problem and its resolved with what i posted. No root access needed. Only unlock code required and its cheap enough. Did you get unlock code for your phone? because you cant do what I posted (see picture link in my post) with out unlocking first. Please post exactly what changes you made because i dont think there is a root solution for the G2x/android 2.3.3. Post exactly what you did in the app you installed. thanks
Click to expand...
Click to collapse
No root solution? Look at my signature.
exactly my point.
Sent using XDA App
pcdocta said:
exactly my point.
Sent using XDA App
Click to expand...
Click to collapse
What is your point? The root solution is linked in my signature. GB stock is easily rootable.
blink6966 said:
I've installed the zip and have followed the instructions over and over again, but somehow it keeps dropping out. i just upgraded to GB today (should have stayed with FY). the apn just keeps resetting to TMO over and over, my phone is completely screwed on data now thanks to GB. either way, anything you think i can do about the anp issue?
it just keeps failing or saying the connection timed out.
Click to expand...
Click to collapse
I have discovered this is a framework issue also. I can make you a new framework and build.prop that should fix this issue once and for all. What rom are you using? I need your framework-res.apk file and your build.prop. I can fix them and make a flashable zip for you to install.

[Q] DROID3 XT862 for pageplus and T-Mobile

Hi,
The system version is 5.7.906.XT862.Verizon.en.US
It was unlocked, rooted and installed root explorer ready to modify to work with US GSM ( Lycamobile also)
Here is where I got info to follow
http://forum.xda-developers.com/showthread.php?t=1989359
However, I have some concerns need help
1- will the instruction and the first build.prop file in the above link will work with my phone?
2- Can I use the phone with both pageplus ( being flashed with TalkForGood) and T-Mobile ( Lycamobile later)? I saw the same question without answer here http://forum.xda-developers.com/showthread.php?t=1425519
3- Can I use the phone oversea as a global phone without a need to follow the above link in Non-US GSM Networks session?
4- In case I want to go back stock image ( revert to the original one after messing it up), how?
To Skreelink, thank for your instruction but can you or anyone show me where to do the "required options" part because I simply couldn't find what you mentioned in my phone under Wireless & Network setting -> Mobile Network.
( I tried to post this under the above post but couldn't)
Thanks
macarong1 said:
Hi,
The system version is 5.7.906.XT862.Verizon.en.US
It was unlocked, rooted and installed root explorer ready to modify to work with US GSM ( Lycamobile also)
Here is where I got info to follow
http://forum.xda-developers.com/showthread.php?t=1989359
However, I have some concerns need help
1- will the instruction and the first build.prop file in the above link will work with my phone?
2- Can I use the phone with both pageplus ( being flashed with TalkForGood) and T-Mobile ( Lycamobile later)? I saw the same question without answer here http://forum.xda-developers.com/showthread.php?t=1425519
3- Can I use the phone oversea as a global phone without a need to follow the above link in Non-US GSM Networks session?
4- In case I want to go back stock image ( revert to the original one after messing it up), how?
To Skreelink, thank for your instruction but can you or anyone show me where to do the "required options" part because I simply couldn't find what you mentioned in my phone under Wireless & Network setting -> Mobile Network.
( I tried to post this under the above post but couldn't)
Thanks
Click to expand...
Click to collapse
1: The link you provided is my information and files for KEXEC ROMs, such as CM10.2 or AOKP. For the stock rom (As you listed 906), you will want to go here.
2: If you flash the XT883 radio for US GSM networks (like T-Mobile) you will not be able to flip between them via software toggle, you will have to flash the stock radio + swap build.prop back to stock and OTA on PagePlus, vice versa when you want to use the other network. (I wanted the same thing, I solved it by getting a Motorola Razr M XT907). The main reason for this is; The XT883 radio expects an RUIM card (CDMA version of SIM) and without it, puts it in emergency only mode. Verizon/PagePlus/Sprint/other US CDMA networks do not use the RUIM so no real way around this.
3: To use it as a global phone, just restore the stock radio and build.prop, it should work without issue WITHOUT MODIFICATION, as long as you have input the SIM unlock code to unlock the phone. You *can* use the XT883 radio globally, but both radios will work for global GSM.
4: To return to stock, follow this thread.
thank you
The best answer I have ever seen.
So if I buy Motorola Razr M XT907 to achieve the goal Pageplus/T-mobile, where is the best procedure I should follow?
Thank you very much.
McR
Help please
Skreelink said:
1: The link you provided is my information and files for KEXEC ROMs, such as CM10.2 or AOKP. For the stock rom (As you listed 906), you will want to go here.
Click to expand...
Click to collapse
I follow the above link to flash my Droid3 with the current stock image.
The flash was done then I rebooted the phone.
However, I was unable to replaced the build.prop file
I couldn't change its properties or owner or overwrite the file.
I see the instruction here http://forum.xda-developers.com/showthread.php?t=1406812&page=3
but I couldn't overwrite the original file with the modified one.
I rooted the phone already.
I am not sure what I did was wrong.
Please help.
Thanks,
macarong1 said:
I follow the above link to flash my Droid3 with the current stock image.
The flash was done then I rebooted the phone.
However, I was unable to replaced the build.prop file
I couldn't change its properties or owner or overwrite the file.
I see the instruction here http://forum.xda-developers.com/showthread.php?t=1406812&page=3
but I couldn't overwrite the original file with the modified one.
I rooted the phone already.
I am not sure what I did was wrong.
Please help.
Thanks,
Click to expand...
Click to collapse
You either have to use adb or a root browser. Rom Toolbox Lite has one, ES File explorer also has one. I'm sure other apps have a root browser, but I've not used others.Rom Toolbox's root browser allows you to longpress for a menu to change permissions.
Help please
Skreelink said:
You either have to use adb or a root browser. Rom Toolbox Lite has one, ES File explorer also has one. I'm sure other apps have a root browser, but I've not used others.Rom Toolbox's root browser allows you to longpress for a menu to change permissions.
Click to expand...
Click to collapse
Thank you for your fast reply.
I use totalcommander that run with superuser permission.
With a long press on the file, I go to property and set up with all permission ( 777)
After I hit OK to confirm the change, nothing happens but when I check again, it is still (rw-r--r--)
I have superuser installed.
I am stuck now.
Is there a way to browse and copy overwrite via windows or before the phone is up ( using usb cable)
Help please
macarong1 said:
Thank you for your fast reply.
I use totalcommander that run with superuser permission.
With a long press on the file, I go to property and set up with all permission ( 777)
After I hit OK to confirm the change, nothing happens but when I check again, it is still (rw-r--r--)
I have superuser installed.
I am stuck now.
Is there a way to browse and copy overwrite via windows or before the phone is up ( using usb cable)
Help please
Click to expand...
Click to collapse
If the permissions are not sticking, then the app you're using either does not have root privledges, is not performing correctly, or your root isn't correct. Try updating your superuser binary via the superuser app. Although, rw-r--r-- should be just fine, 777 would 'pose' a security threat since it would allow any app to modify it. Long as you replace it with the one required for GSM, rw-r--r-- permissions should work.
macarong1 said:
The best answer I have ever seen.
So if I buy Motorola Razr M XT907 to achieve the goal Pageplus/T-mobile, where is the best procedure I should follow?
Thank you very much.
McR
Click to expand...
Click to collapse
Sorry, didn't see this until now... getting the Razr M on pageplus is a real pain, though T-Mobile would be simple. It's a matter of getting the computer to read the diag port (you have to manually select the driver) and simply editing ONE NV-Item, then any GSM sim will work (AT&T, T-Mobile, etc).
Here is one of my posts with a quick guide about unlocking a razr m for gsm.
THANK YOU
Skreelink said:
You either have to use adb or a root browser. Rom Toolbox Lite has one, ES File explorer also has one. I'm sure other apps have a root browser, but I've not used others.Rom Toolbox's root browser allows you to longpress for a menu to change permissions.
Click to expand...
Click to collapse
I install Rom Toolbox Lite, it failed to verify root.
I check in SuperUser app and found a check mark "Temp Unroot"
I clear and run update for superuser.
Then I remove Rom ToolBox Lite and install again.
I then use Root browser from its link.
Each time it prompts permission of su.
I copy and paste sucessfully.
Reboot the phone and it work in T-Mobile NOW.
It WORKS now.
Thank you so much.
According to your answer in my first post, I can use this phone with GSM oversea without modification ?
Can you help on the link to the instruction of the phone model that can toggle between Pageplus/T-mobile.
I am much appreciated your help.
macarong1 said:
I install Rom Toolbox Lite, it failed to verify root.
I check in SuperUser app and found a check mark "Temp Unroot"
I clear and run update for superuser.
Then I remove Rom ToolBox Lite and install again.
I then use Root browser from its link.
Each time it prompts permission of su.
I copy and paste sucessfully.
Reboot the phone and it work in T-Mobile NOW.
It WORKS now.
Thank you so much.
According to your answer in my first post, I can use this phone with GSM oversea without modification ?
Can you help on the link to the instruction of the phone model that can toggle between Pageplus/T-mobile.
I am much appreciated your help.
Click to expand...
Click to collapse
The Droid 3 requires flashing the radio and build.prop to swap between CDMA/GSM
UNLESS it it is a foreign GSM network like Rogers in Canada, then the stock radio works without modification. The XT907 Razr M can do a software toggle between them (Network mode under Mobile Networks like the D3) but setting up PagePlus requires a lot of work for data, though GSM is a lot easier to get working than the D3. You can still go ahead and activate the D3 on pageplus, just after you flash between radios, you have to OTA program each time.
question for help
Skreelink said:
The Droid 3 requires flashing the radio and build.prop to swap between CDMA/GSM
UNLESS it it is a foreign GSM network like Rogers in Canada, then the stock radio works without modification. The XT907 Razr M can do a software toggle between them (Network mode under Mobile Networks like the D3) but setting up PagePlus requires a lot of work for data, though GSM is a lot easier to get working than the D3. You can still go ahead and activate the D3 on pageplus, just after you flash between radios, you have to OTA program each time.
Click to expand...
Click to collapse
Thank you.
I think I can do the same process with the image file from the original and overwrite the build.prop with original.
I did back up the build.prop but not the radio.img
Where can I find the Droid 3 radio.img of 906 version?
I want it simple as a reverting from what I did because I already removed all Verizon apps and install my apps in the current image.
A recovery task can bring back the original image.
** Oversea I meant is Vietnam
Thank again,
macarong1 said:
Thank you.
I think I can do the same process with the image file from the original and overwrite the build.prop with original.
I did back up the build.prop but not the radio.img
Where can I find the Droid 3 radio.img of 906 version?
I want it simple as a reverting from what I did because I already removed all Verizon apps and install my apps in the current image.
A recovery task can bring back the original image.
** Oversea I meant is Vietnam
Thank again,
Click to expand...
Click to collapse
I will see about uploading the stock radio when I get home.
THANK YOU
Skreelink said:
I will see about uploading the stock radio when I get home.
Click to expand...
Click to collapse
I am waiting.
Thank you sir ( my guess)
macarong1 said:
I am waiting.
Thank you sir ( my guess)
Click to expand...
Click to collapse
Sorry it took me so long, I had a long hectic day, but Here it is.
Just flash it like you did the XT883 radio and put a stock build.prop in (you should have backed up the original). Then you should be able to OTA program with *228 if it's activated on pageplus.
THANK YOU
Skreelink said:
Sorry it took me so long, I had a long hectic day, but Here it is.
Just flash it like you did the XT883 radio and put a stock build.prop in (you should have backed up the original). Then you should be able to OTA program with *228 if it's activated on pageplus.
Click to expand...
Click to collapse
I understand.
Thank you.
You are the best in my eyes

[ROM] T-Mobile Note Edge SM-915T NJL Rooted Stock Deodexed Knox-disabled + AT&T Info

[ROM] T-Mobile Note Edge SM-915T NJL Rooted Stock Deodexed Knox-disabled + AT&T Info
Terms, Conditions, and Background
Please consider the following carefully before even thinking about flashing this ROM:
--I have no idea what I'm doing
--I have never done any dev work before this
--I only did this because no one else has done it
--Installing/flashing this ROM may brick or otherwise destroy/render your device useless
--By downloading, you hold me completely harmless and it's all on you!
ROM building process:
--I rooted the ROM and installed TWRP
--Deodexed the ROM (pulled the files, deodexed, created a .zip of the deodexed files, flashed the files back)
--Nandroid the ROM
--Extracted boot/kernel and system partition
--Renamed all the Knox stuff to .bak
--Built the flashable zip
--Tested flash on TWRP and CWM.
(a lot of search, trial and error on figuring out some of the steps)
This ROM DOES NOT wipe the data partition. So your setup will remain
This ROM already has the SD card write fix flashed to it
I made no other modifications
Credit to jovy23 -- I used his META-INF from Note 4.
If you choose to proceed and use the ROM after warnings above....
1) Do a full nandroid first. In fact, do two! Backup using TWRP or CWM.
2) Download the ROM and compare MD5 just to be sure
3) Flash using TWRP or CWM
4) Wipe cache and dalvik
5) Reboot and enjoy
6) If you get a bootloop, I wouldn't know why. Restore from backup.
7) If you're on ATT using the T-Mo device (like I am), once this ROM proves to work for others, I will post the AT&T-specific settings here.
Download
This ROM is only for T-Mobile Note Edge 915T: LINK
MD5 Here: LINK
Afterthoughts
--Please hit/say "Thanks" if you deem appropriate
--Please be nice. I don't know what I'm doing. I'm only sharing in case someone else want the same I do.
--If you can contribute and help improve this, I'm all ears.
--Please do not mirror, repost, or otherwise share without my permission.
--In case you're wondering, I wanted deodexed because it gives way to theming/customization. I also thought I read that Xposed requires deodexed in some cases.
--Did I miss anything?
Well, here goes nothing.... Enjoy.....
Edit 1:
Forgot to add that this ROM comes with the international Note Edge boot graphics
Edit 2:
For those who are using an AT&T SIM on the T-Mobile Note Edge, here are the APN settings from my Note 3:
1) Create APN named ATT Phone
APN: Phone
Proxy: Not set
Port: Not set
Username: Not set
Password: Not set
Server: Not set
MMSC: http://mmsc.mobile.att.net
Multimedia message proxy: proxy.mobile.att.net
Multimedia message port: 80
MCC: 310
MNC: 410
Authentication type: None
APN type: default,mms,supl,hipri (no spaces)
APN protocol: IPv4
APN roaming protocol: IPv4
Bearer: Unspecified
Mobile virtual network operator type: None
(credit to mircury, I think that's where I originally got it from....)
big thanks
thanks for getting something out there been waiting forever
reo420510 said:
thanks for getting something out there been waiting forever
Click to expand...
Click to collapse
Don't thank me too much yet--please let me know if it works for you [keeping fingers crossed].
working fine
I flashed it but I had to do a dirty flash because for some reason when look for my SD card in twrp it doesn't show up for some reason but it did flash with no problems and it's running smooth
reo420510 said:
I flashed it but I had to do a dirty flash because for some reason when look for my SD card in twrp it doesn't show up for some reason but it did flash with no problems and it's running smooth
Click to expand...
Click to collapse
Thanks for letting me know. That is great news. Now we have something to work with....
Dirty flash should be fine since it's the same as the stock. Just be sure to clear the cache and dalvik.
Bout to root/recovery and give this a whirl. I cant stand how terrible my battery life is anymore. is this debloated? like the ATT stuff?
Edit: Wait, theres no support for the AT&T Variant in terms of root/recovery?
Great Job and Congrats!!! @snovvman Don't sell yourself short. Your contributions are very important and appreciated. I'm sure this Rom is going to inspire more conversations, ideas and development. Perhaps we'll even get a dedicated US forum soon. Its nice to see 915T getting some attention. Can't wait to give it go......
reo420510 said:
thanks for getting something out there been waiting forever
Click to expand...
Click to collapse
I agree, it's good to see things starting to happen
Thanks Snowman for this rom! You've got to realize your the first one to drop a rom for the T-mobile variant of the note edge. You made history! Will be testing out soon. I'll let you know the details.
MrPlNK said:
Bout to root/recovery and give this a whirl. I cant stand how terrible my battery life is anymore. is this debloated? like the ATT stuff?
Edit: Wait, theres no support for the AT&T Variant in terms of root/recovery?
Click to expand...
Click to collapse
This is a T-Mobile stock ROM, so it has full bloat of T-Mobile. Many [of us] use T-Mobile's hardware with an AT&T SIM (and account) because of exactly what you discovered. AT&T has decided to lock the bootloader, which makes root more difficult and generally no direct/easy recovery support.
On the subject of bloat, it is easy enough for me to make a de-bloated version. We'll see how things go with the stock, and if there is enough demand, I'll produce a debloated version.
*** For me, I usually start with a full-bloat ROM and freeze/disable the apps I do not want at all, use Greenify to suspend those I use occasionally, and use Autostart to manage the rest. This way, I have full control over what runs and what doesn't. This way, if I later decide I want a bundled app, I simply re-enable it rather than having to look for the APK.
CottonCreeper said:
Great Job and Congrats!!! @snovvman Don't sell yourself short. Your contributions are very important and appreciated. I'm sure this Rom is going to inspire more conversations, ideas and development. Perhaps we'll even get a dedicated US forum soon. Its nice to see 915T getting some attention. Can't wait to give it go......
Click to expand...
Click to collapse
belveder69 said:
I agree, it's good to see things starting to happen
Click to expand...
Click to collapse
Spyderlotus said:
Thanks Snowman for this rom! You've got to realize your the first one to drop a rom for the T-mobile variant of the note edge. You made history! Will be testing out soon. I'll let you know the details.
Click to expand...
Click to collapse
Cheers. Thanks for the kind words. I hope it works well for you. I did it out of desperation!!
BTW, I am also working on a Sprint version, since I also have a Sprint Note Edge.
I have been trying to get carrier-specific Edge Forums for some time:
http://forum.xda-developers.com/showpost.php?p=57151807&postcount=16491
(You can add your voice to requesting a dedicated forum in the thread above)
http://forum.xda-developers.com/note-edge/help/soon-carrier-specific-note-edge-forums-t2954631
http://forum.xda-developers.com/note-edge/help/im-patiently-awaiting-recovery-deodexed-t2946060
Ok so here is what I've done so far testing this rom. I decided I didn't want to do a dirty flash with the rom so I did a nandroid backup in twrp. Got that done and deleted data, cache, and dalvik-cache. I then did a factory reset right there one menu back. It booted up fine and was seeming to run fine. Once I got past the the setup wizard I then went to the play store to download my apps. Therein was my problem. It wouldn't download anything. It would say downloading and download the app a certain amount and just stop. So I canceled it and moved on to another app. Downloaded and just stayed on installing. Never completed. I just couldnt get my apps to download.. Not the op's fault. It was said to firty flash, but I'm letting those know who are wondering outside the box. Maybe someone else is able to fix that issue. I then went back to twrp and restored my nandroid backup. Only problem I have now is I guess the fingerprint memory for my finger got erased. Kept saying no match. Backup password let me in. Was that a relief. Now when I went into the settings to change the backup password and fingerprint it says wrong password and fingerprint doesn't match. Real weird. So if your going to try this stuff disable the fingerprint reading on lockscreen and other things. That might help to relieve some fustration. Now I've dirty flashed the rom on top of my other and there doesn't seem to be any problems besides the finger print scanner. I'm sure a factory reset or another rom with work fine with it. Hope this helps someone!
Thanks for taking the time to do this. I was going to make a debloated ROM I just have not had the time.
Your a boss for doing this
Anyone having trouble with appstore not installing apps or things hanging go into settings then storage then click cached data and clear it
Sent from my SM-N915T using XDA Free mobile app
-"I have no idea what I'm doing ".
I have no idea, how this thread got 1 star.
I'm downloading the latest ROM that dropped-NK3. I'll see if I can work up a similar setup as the NJL deodexed....
Also if it wouldn't be to much trouble maybe you could also make a debloated rom
Sent from my SM-N915T using XDA Free mobile app
xftox said:
Also if it wouldn't be to much trouble maybe you could also make a debloated rom
Sent from my SM-N915T using XDA Free mobile app
Click to expand...
Click to collapse
Debloating is pretty easy to do. To me, though, is defining what is considered bloat. I can use some guidance. If you (and others) can provide a list of apps that you would like to see excluded, I think I can get it done.
Haha I don't know what other people's definition is but mine is taking everything out except what is needed to run the rom but that's probably to much so I'm guessing people mean no t-mobile apps or samsung apps but we would need some samsung apps for the edge apps so idk
Sent from my SM-N915T using XDA Free mobile app
Guys debloat yourself its very easy...everyone uses their phone differently. Some people use Samsung apps some dont. Some use all Google apps some dont.. Ill tell you how i do it hopefully it will help..
1.Create a folder on the root of your ExtSd called "Debloat"
2. Using Root Explorer navigate to System/app, System/privapp and Data/app, remove all apks you dont use and place them in the Debloat folder. Dont remove anything beginning with com. or Sec...if you dont know what it is Google it, thats what i used to do, if your still unsure freeze it forst in tibu. Now you have them all incase you need them again.
3.Reboot and cross your fingers.
You can also freeze whatever you want to remove in Tibu, reboot and see how it goes for a while. If no ill effects boom start at #1 and remove them.
I personally dont use any of the Sammy stuff so i remove it all, all the cloud apks, push, store, etc...if you dont print from your phone remove every print apk, and so on.
Its simple guys give it a shot☺

Categories

Resources