[GUIDE] Downgrade, Root, Partition, Update SPL, and Install CyanogenMOD

Search This thread

bawks

Member
Jul 11, 2008
10
0
Colorado Springs
Im getting stuck on the 2nd step! Flashing this phone has been near impossible, but I saw your guide and it showed steps I hadnt previously tried...but alas, stuck again. After I download root.apk it installs, says successful, but the option to launch is greyed out. And I cant find it in my app list at all... SO, I cant download the IMG and HardSPL files as mentioned bc I dont know how to initiate this root.apk

nevermind, resolved....
 
Last edited:

nicanor.ayala

New member
May 3, 2010
1
0
My tmobile g1 still on g1 screen

Hi all,
i did step by step for root my phone but after intall spl files, reboot but still for ever on g1 screen, did send+menu+end and hold home key , load rom file from cyanogenmod but still on g1 screen. Please anybody can help me

thanks
nicanor
ayala.nicanor@gmail.com
 

mo2002

Senior Member
Mar 17, 2009
299
22
Southern California
This is a Detailed Guide on Rooting your phone and installing the new CyanogenMod Roms!


Like My Guide(s)? Donate


I am not responsible for any damage that is done to your phone. You have chosen to follow and read this guide.

Here we go!

Check if you have RC29 or RC7 (UK)

1. Go to settings
2. Press on "About Phone"
3. Scroll Down to "Firmware Version" if you have RC29 or RC7 please skip the downgrading part of this Guide. If you have RC30 or higher please follow the downgrading part of the Guide.

-----------------------------------------------------------------------------------------------------

Downgrade Your phone from RC30 or up to RC29 OR RC8 and up to RC7

1. Make sure you SD CARD is formated to FAT32. If it is FAT or FAT16, this will not work. So, if your SD Card is not FAT32, please format it now.

NOTE: Formating your SD Card removes all files. Please backup your files first!


2. Download the RC29 DREAIMG.nbh (USA) - HERE or RC7 DREAIMG.nbh (UK) - HERE

3. Unzip the file and place the DREAIMG.nbh in the root of your SD Card (root = not in any folder)

4. Unmount your phone from USB

5. Turn off your phone

6. Boot into your bootloader by holding the CAMERA button and the POWER button.

7. A gray screen should appear. Press POWER to start the downgrading process

8. Once its done, Press the Track Ball to continue

9. Reboot your phone by pressing Talk + Menu + Power

10. Go through the Setup Wizard as normal to setup your phone

11. Congrats! You have now Downgraded your phone to Firmware RC29/RC7. Please verify it in the "About Phone" section in your settings menu.

-----------------------------------------------------------------------------------------------------

Rooting Your Phone

1. Go to Settings > Applications and make sure Unknown Sources is checked

2. Open your browser on your phone and go to www.g1upgrade.com/root.apk

3. Once its down downloading, Long press on the apk and choose to install

4. Open the Root.apk app that we have just installed and Press on Download IMG and HardSPL files

5. Once it finished downloading, press on Home

6. Press Enter, Enter, and then type telnetd, then press Enter again

Note: Ignore the Contact search

7. Go back to the Root.apk and click on "Protect my Root"

Note: If it doesnt work, please reboot and try Step 6 again

8. Once you successfully protected your root Turn OFF your phone

9. Hold Home + Power to enter recovery, You will see a yellow sign.

10. Type Alt+l then Alt+s. Your phone will reboot a couple of times.

There you go! Your phone has now been successfully rooted!

-----------------------------------------------------------------------------------------------------

Install CyanogenMOD 4.0.1 (Stable)

1. Download CyanogenMOD 4.0.1 - HERE

2. Rename update-cm-4.0.1-signed.zip to update.zip and place it at the root of your sd card

3. Boot into recovery by pressing Home + Power

4. Type Alt+l then alt+w then alt+s

5. When its done it will ask you to reboot with Home + Back, if not reboot with Talk+Menu+Power

6. Done! You should now have a rooted G1 Phone with a custom Rom! :D

-----------------------------------------------------------------------------------------------------

Installing the CyangenMod Recovery IMG

1. Open up the Terminal App on your phone

2. Type in su then press on "Always Allow"

3. Type in the following:

Code:
cd /sdcard
wget http://n0rp.chemlab.org/android/cm-recovery-1.4.img
flash_image recovery /sdcard/cm-recovery-1.4.img

4. Done! Easy as Pie :D

-----------------------------------------------------------------------------------------------------

Partition your SD Card with EXT3 and Fat32 and Enable auto apps2sd

Note: This will erase everything on your SD Card!


1. Turn off your phone

2. Enter recovery by holding Home + Power

3. Scroll Down and press on Enter Console or press alt+x

4. Press enter

5. Type the following according to your sd card:

1 GB

Code:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 600
mkpartfs primary ext2 600 996
quit
upgrade_fs
reboot recovery

2 GB

Code:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 1500
mkpartfs primary ext2 1500 1996
quit
upgrade_fs
reboot recovery

4 GB

Code:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 3500
mkpartfs primary ext2 3500 3996
quit
upgrade_fs
reboot recovery
8 GB

Code:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 7500
mkpartfs primary ext2 7500 7948
quit
upgrade_fs
reboot recovery

16 GB

Code:
parted /dev/block/mmcblk0
print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 15500
mkpartfs primary ext2 15500 15948
quit
upgrade_fs
reboot recovery

OPTIONAL: Upgrade EXT3 Partition to EXT4 (Thanks david1171)

Code:
tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2
e2fsck -fpDC0 /dev/block/mmcblk0p2

6. Reflash your Cyanogen 4.0.1 Rom

-----------------------------------------------------------------------------------------------------

Flash the New RADIO and SPL

NOTE: Please read carefully before flashing! This could BRICK your phone!!!

1. Check if you have a PVT or DVT board

a. Power off your phone and enter bootloader (Camera + Power)
b. Check look at the top and see if it says PVT of DVT

2. If you have a DVT board YOU CANNOT CONTINUE BECUASE THIS WILL BRICK YOUR PHONE!

3. For all you luck PVT board people Download the following:

OTA Radio Update - HERE
Danger SPL - HERE
CyanogenMod 4.0.1 - HERE

4. Rename ota-radio-2_22_19_26I.zip to Radio.zip. Rename spl-signed.zip to SPL.zip. Rename update-cm-4.0.1-signed.zip to ROM.zip

5. Place the 3 renamed files at the ROOT of your SD Card

6. Enter Recovery (Home + Power)

7. Scroll down and press on "Apply any zip from sd"

8. Press on Radio.zip

9. Let it install. Once done it will tell your to reboot to finish the update. Press on Reboot System now in the recovery menu.

10. It will reboot back to recovery. Once it does, Scroll down and press on "Apply any zip from sd"

11. Press on SPL.zip

12. Let it install. Once done it will tell your to reboot to finish the update. Press on Reboot System now in the recovery menu.

13. It will NOT reboot into recovery. Your phone will be stuck on the G1 screen. Once it gets there, reboot your phone by pressing Talk+Menu+Power and then hold the HOME button to enter back into recovery.

14. Scroll down and press on "Apply any zip from sd"

15. Press on ROM.zip and let it install.

16. Reboot your phone to finish.

17. Congrats! You are all done! Enjoy your Rooted phone! :D

-----------------------------------------------------------------------------------------------------

Credit:

Cyanogen
Haykuro
youneek

stupid question that needs a simple answer
through very noob repair i broke my camera. i'd rather not go into details but i have to buy another camera cable and such
my question is since ive already installed a cyanogen mod and wanted to install the latest 2.1 will i need to follow all the steps on here again OR can i just load 2.1

[i plan on gettin a new g1 or newer android but for now i wanna install the update if i can]
 

Ninjineer

Senior Member
May 5, 2010
78
0
WTH
To clarify for those of us on Unlocked devices, will activating via the "Activate Stock G1 over Wi-FI" method affect us differently? Or can we proceed directly into rooting via this method?
 

drnkandfkedup

New member
Jul 1, 2008
1
0
help!

ok so ive followed these directions and i cant get the recovery image to install. i have tried it by flashing the sd card and by the terminal. when i do the s card it aborts and when i do the terminal it wont allow me to SU. what other information do you need to help me

thanks!
 

Corusdaar

New member
Apr 15, 2012
1
0
Is the Author still helping ?

Hi, good day.

So i see this awesome post, and follow it but the site is dead that has the root.apk on it ? So where can i get an apk to root my phone please ?

Any help from the Author of this thread would be appreciated !