View Single Post
  #2214 (permalink)  
Old 10-05-2010, 09:32 PM
proxhack's Avatar
proxhack
Test one, test two.
Offline
Location: California
 
Join Date: Aug 2007
Posts: 926
Reputation: 2425
proxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIPproxhack is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to tag off airplane mode

Quote:
Originally Posted by dstrowl2002 View Post
I am on sprint CDMA network. Could you tell me how to fix it? Thanks!
Go to the file on your computer
open with winrar or winzip
go to folder andboot
open startup.txt
it looks like this:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 force_cdma=0 gsensor_axis=2,1,3 pm.sleep_mode=2 acpuclock.oc_freq_khz=716800 rel_path=andboot hw3d.force=1 physkeyboard=Tilt2"
boot
Change the 0 to 1 after the force_cdma=


It should look like this once you are done:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 force_cdma=1 gsensor_axis=2,1,3 pm.sleep_mode=2 acpuclock.oc_freq_khz=716800 rel_path=andboot hw3d.force=1 physkeyboard=Tilt2"
boot

overwrite the file on your phone andboot folder and you are done.
__________________
This post has been thanked 1 times.