For those of you rooted Galaxy Note users who want to install/backup/restore ROM on your phone, you will want to install ClockworkMod Recovery.
Before we begin, make sure you’ve rooted your Galaxy Note.
This method is the safest method to install ClockworkMod Recovery. Although you can use ODIN/Heimdall to flash this too, we don’t recommend it as some may end up bricking their phone. With this method, you can really go wrong.
Step 1. Make sure “USB Debugging” is checked ON under Settings->Applications->Development.
Step 2. Next, go to Settings->About Phone and note the last three characters under Build Number, mine is “KKA”.
Step 3. Download GalaxyNoteRecovery.zip and unzip to directory called GalaxyNoteRecovery.
Sponsored Links
Download GalaxyNoteRecovery.zip
Sponsored Links
Step 4. Browse to the directory you unzipped the GalaxyNoteRecovery.zip by typing:
For Windows:
cd \GalaxyNoteRecovery
For Mac/Linux:
cd /GalaxyNoteRecovery
Step 5. Type the following to verify your Galaxy Note is recognized by your computer:
For Windows:
adb devices
For Mac:
./adb-mac devices
For Linux:
./adb-linux devices
If you get a bunch of letter and numbers plus “device”, you are good to go.
Step 6. Type the following replacing “KKA” with your Galaxy Note’s build number you got in Step 2.
For Windows:
adb push KKA\zImage /data/local/zImage
For Mac:
./adb-mac push KKA\zImage /data/local/zImage
For Linux:
./adb-linux push KKA\zImage /data/local/zImage
Step 7. Then type the following to get into adb shell:
For Windows:
adb shell
For Mac:
./adb-mac shell
For Linux:
./adb-linux shell
Step 8. Then type:
su
dd if=/data/local/zImage of=/dev/block/mmcblk0p5 bs=4096
rm /data/local/zImage
reboot
Step 9. Your Galaxy Note should reboot and if you see an app called “CWM”, you have successfully installed ClockworkMod Recovery on your rooted Galaxy Note.
Step 10. You can get into ClockworkMod Recovery in the two following ways:
First, you can use the CWM app to get into recovery.
OR you can simply hold down Volume Up, Center Home button, and Power buttons together and let go of Power button after your Galaxy Note resets then shows the Galaxy Note splash screen.
Credits
Huge thanks to ChainFire at XDA for making the kernels!
Need Help? Follow/add me on Google+, Facebook, or Twitter!GooglePlus
Want to stay updated on latest Galaxy Note Root news?
Sign up for our Galaxy Note Root Newsletter here so you don't miss a single tip and get personal help via e-mail! Galaxy Note Reference
You will need a rooted Galaxy Note to install all ROM/kernels.
NOTE: If you are a noob, please remember the author of this site is not responsible if you mess up your phone. Make sure you know what you are doing before following any instructions on this site!
First time to rooting and custom ROMs? Please see our Galaxy Note Root Guide FIRST! If you like this post, please Sign up for our Galaxy Note Root Newsletter here for weekly updates in your inbox and personal help from author via e-mail!
86 Responses to How to Install ClockworkMod Recovery on Rooted Galaxy Note!