Samsung i7500 mobile phone root

From lurkmore wiki
Revision as of 23:23, 9 February 2011 by Kyrio (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Gaining root by installing Drakaz Recovery.

Before you begin you should start downloading the files listed:

  1. Install New PC Studio (NPS).
  2. Extract Android SDK to an easy to access location.
  3. Enable USB debugging on the phone at Settings > Applications > Development > USB debugging.
  4. Install the drivers for ADB. Some people have issues with ADB and Fastboot, this is mainly driver related. x86 operating systems should be fine after enabling USB debugging on the phone and connecting it to the PC. If there are issues you can try installing the modified SDK drivers. Driod Explorer may also be able to install the necessary drivers.
  5. Extract recovery-*.img from the Drakaz Recovery package to the Android SDK tools folder. For example, c:\android-sdk-windows\tools\.
  6. Copy RECTOOLS.tar.gz the internal SD memory (not the SD card you may have put in there).
  7. Open a command promt (Win key+R > cmd) and navigate to the Android SDK tools folder. Example: cd C:\android-sdk-windows\tools
  8. Enter the command fastboot flash recovery recovery-*.img and you should now be prompted with waiting for device.
    1. If you are using an x64 OS, go into the Device Manager and select View > Show hidden devices in the menu. Try to find, under Other devices (or possibly another section), Android 1.0. If you find it then try to install the x64 drivers. If you can't find it then continue reading.
  9. Power down the phone and boot into fastboot by holding Dial + OK + Power together. fastboot mode should display on the phone. If fastboot is successful, the cmd promt will update and after about 15 seconds the phone will continue to boot up.
    1. On an x64 OS this might fail the first time. The command promt won't update after you've gone through a cycle of entering fastboot mode on the phone. You will need to enter Device Manager and select View > Show hidden devices in the menu. Try to find, under Other devices (or possibly another section), Android 1.0. You can now update the device with the x64 drivers and repeat the previous step.
  10. Power down the phone and boot into recovery mode with Volume Down + Dial + Power held together. You should now enter the Galaxo Recovery Menu.
  11. Do a Nandroid backup to save your current configuration, in case anything bad happens in the future.
  12. Select Fix packages permissions and hit the Home key when it prompts.
  13. Select Root this device and hit the Home key when it prompts.
  14. Reboot!