Root Samsung Google Nexus S in Mac
Today i rooted my phone Nexus s in Mac. 1) Download the "androidsdk.zip" file from here: http://www.box.net/shared/ljhg8t5sjh Unzip that file (if not already unzipped automatically upon download), and place the "androidsdk" folder on your Desktop. It has to be in this location for the rest of the steps to work. 2) On your phone, go to Menu>Settings>Applications. Select "Development" and check the box next to "USB debugging" 3) Connect the phone to your Mac via the USB cable 4) Open a Terminal window on your Mac (Applications>Utilities>Terminal), and copy/paste the following into the Terminal: Code: ~/Desktop/androidsdk/platform-tools/adb reboot bootloader Hit "Return" and wait for your phone to to reboot into Bootloader/Fastboot mode 5) If your Bootloader screen says "LOCK STATE - UNLOCKED" then skip to Step 6. If it says "LOCK STATE - LOCKED" then copy/paste the following into the Ter...