Advertisement
Guest User

Untitled

a guest
Feb 18th, 2012
1,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. 1. Put your Galaxy Note into USB Debugging mode by checking USB Debugging ON under Settings->Applications->Development. Then connect your Galaxy Note to your computer via a micro-USB cable.
  2.  
  3. 2.Download GalaxyNoteRecovery.zip and unzip to directory called GalaxyNoteRecovery. ( make sure its on your desktop )
  4.  
  5. downloadandroidrom.com/file/GalaxyNote/recovery/GalaxyNoteRecovery.zip
  6.  
  7. 3. open CMD :
  8. click start > type CMD > click Enter
  9. a black window should appear.
  10.  
  11. 4. write cd \GalaxyNoteRecovery
  12.  
  13. 5. Type the following to verify your Galaxy Note is recognized by your computer:
  14.  
  15. adb devices
  16.  
  17. If you get a bunch of letter and numbers plus “device”, you are good to go.
  18.  
  19. see picture here :
  20.  
  21. http://rootgalaxynote.com/wp-content/uploads/2012/01/root-galaxy-note-recovery-3-690x473.jpg
  22.  
  23. Step 6. Type the following:
  24.  
  25.  
  26. adb push LA1\zImage /data/local/zImage
  27.  
  28.  
  29. Step 7. Then type the following:
  30.  
  31. adb shell
  32.  
  33. Step 8. Then type:
  34.  
  35. su
  36. dd if=/data/local/zImage of=/dev/block/mmcblk0p5 bs=4096
  37. rm /data/local/zImage
  38. reboot
  39.  
  40. 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.
  41.  
  42. Step 10. You can get into ClockworkMod Recovery in the two following ways:
  43.  
  44. First, you can use the CWM app to get into recovery.
  45.  
  46. OR
  47.  
  48. 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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement