View Single Post
  #166 (permalink)  
Old 07-01-2011, 02:03 PM
asianguy30's Avatar
asianguy30
Lurker
Offline
 
Join Date: Dec 2008
Posts: 9
Reputation: 10
asianguy30 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Simple Guide, 6 Easy Steps (15 min): 6/23 ANDROID TP2 DL links, FRX06, GingerBre

Thanks. Worked for me.

Still looking for how to turn on vibrate for notifications.

Quote:
Originally Posted by teradog View Post
oh yea, see data in astro...
Not alway using ADB... lol yea.. i had to go get JDK on this computer to install SDK! :>))

Yea, I read post 6 also... but issue with rootfs update, is so many... don't want to test each to see... using the latest, will be OK...

When I'm in settings, about phone, status: although Network say Roaming indicator On, "Roaming" says, not roaming & 3G is working fine so I'll just run with the triangle...

And *#*#info#*#* I have it set to CDMA only..

one thing in there that bugs me... "Mobile network type" says CDMA EvDo rev 0, but sure doesn't seem slow... perhaps much of this has been discussed elsewhere, but didn't see it right off...


**edit**
[MOD]Change "Sprint" on AOSP (No HexEdit/CDMA)(Scrolling Lockscreen Text) - xda-developers
Easy? testing now...

GET RID OF ROAMING INDICATOR
(Sprint Phone but can be config'd for others)
FYI, you can also customize your carrier name & put in something fun instead of the text "Sprint" below.
  1. Open Notepad on computer
  2. From the link above copy this:
  3. <EriFile VersionNumber="1357" NumberOfEriEntries="1" EriFileType="1"><CallPromptId Id="0" CallPromptText="CallPromptId0" /> <CallPromptId Id="1" CallPromptText="CallPromptId1" /> <CallPromptId Id="2" CallPromptText="CallPromptId2" /> <EriInfo RoamingIndicator="1" IconIndex="1" IconMode="0" EriText="Sprint" CallPromptId="0" AlertId="0" /> </EriFile>
  4. Save file as eri.xml
  5. Copy file to tp2 sdcard root dir
  6. DL Android Terminal Emulator from market
  7. run it
  8. su
  9. cd /sdcard
  10. cp eri.xml andboot/data/eri.xml (andboot should be renamed with the dir you have your haret.exe
  11. backout & restart phone
IT WORKS - DONE REBOOT

If you get all the cd (change directories) mixed up, simply go to root (must be at # prompt - su)
cd /
ls (will list all your files & directories), you'll see the the /sdcard and /data are at the same level, simply copy like this
cp /sdcard/eri.xml /data/eri.xml

You now have all the latest off of the 1st post & with the simple process above, no more roaming on triangle.
Reply With Quote
This post has been thanked 1 times.