1. Home
  2. Mobile
  3. How to root nexus s running android 2 3 gingerbread

How To Root Nexus S Running Android 2.3 Gingerbread

Root Gooogle Nexus SSo you’re one of the first few to get their hands on the much coveted Google Nexus S running Android 2.3 Gingerbread but can’t tinker with it deep enough due to the lack of root access? A few hours ago we told you how to unlock your Nexus S Bootloader, and now we are going to guide you through the process of rooting it. Read on after the break to find out how you can enjoy root access on your brand new Nexus S.

Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.

Nexus S – the latest Android 2.3 Gingerbread device by Samsung with Google branding – has barely been out to public for a few hours and XDA-Developers forum member Koush has already managed to successfully root it using a custom recovery image and adb. Here is how you can do it too:

  1. If you don’t already have adb, download and install it. For instructions, follow our guide to ADB and how to install it.
  2. Download the Clockwork Herring Recovery from the link given below, extract the .img file from the downloaded zip archive and copy it to the root of your phone’s SD card.
  3. Download Superuser 2.3.6.1 from the link given belowe, extract the .img file from the downloaded zip archive and copy it to the root of your phone’s SD card.
  4. Turn your device off and power it on into bootloader mode by keeping the Volume Up button pressed and pressing the Power button. You can alternatively do so using adb by issuing this commmand in a command prompt window:
    adb reboot bootloader
  5. In adb, enter this command:
    fastboot oem unlock
  6. Now install the recovery image to your phone that you downloaded in step 2, using this adb command:
    fastboot flash recovery recovery-clockwork-herring.img
  7. Power your phone off and boot it into recovery again by keeping the ‘Volume Up’ button pressed and pressing the power button. This time, it will boot into the custom Clockwork recovery.
  8. While in Clockwork recovery, install the Superuser zip file that you downloaded in step 3 by selecting ‘install zip from sd card’ and then selecting the ‘su-2.3.6.1-ef-signed.zip’ file.
  9. Reboot your phone after the installation is done. Your phone is now rooted.
  10. [Optional] If you want to install a rooted/insecure boot image, grab it from the link given below, copy it to the root of your SD card, boot your phone into its bootloader like you did in step 4 and flash it using the following adb command:
    fastboot flash boot rootboot.img

If anything messes up, try again or refer to this XDA-Developers forum thread.

(https://addictivetips.com/app/uploads/2010/12/recovery-clockwork-herring.zip) Download Clockwork Herring Recovery

(https://addictivetips.com/app/uploads/2010/12/su-2.3.6.1-ef-signed.zip) Download Superuser 2.3.6.1

(https://addictivetips.com/app/uploads/2010/12/rootboot.zip) Download Roooted/Insecure Boot Image

Comments are closed.