I will show you in a few short steps how to gain root on your Nexus S without having to wipe.
- Extract the zip from below
- Open your shell/command line window and change directory (cd) to where your system folder from the zip is located
- In your shell/command line window type: adb remount
- Now type: adb push system/ system/
- We need to set the permission on the su file to be executable, to do so enter the following: adb shell
- chmod 6775 /system/bin/su
- Now we will exit adb shell by typing: exit
- Last but not least, type: adb reboot
At this point your Nexus S will reboot and you should have root.



Menu