• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Nexus S stuck after Rooting

Hey there guys i have had my nexus s for 2 days and after listening to my friend i decided to root my phone. I am a complete noob at android phones and after rooting, the nexus s rebooted to a locked screen and I dont know what to do from there. It wont let me go through the recovery either. any kind of help would be great.
 
What do you mean by "locked screen?" Is it the normal lock screen where you have to slide the lock over to use the phone, or is it a screen with a big lock on it that says "bootloader locked" or is it something else? Try to describe it, or post a photo.
 
so i basically went into recovery mode and did a hard reset but now all that shows when i reboot is the google logo. i believe the rom is deleted. is there a good tutorial to install the stock rom 2.3.4?
 
so i basically went into recovery mode and did a hard reset but now all that shows when i reboot is the google logo. i believe the rom is deleted. is there a good tutorial to install the stock rom 2.3.4?

You should grab one of the "Full ROM" versions of the stock 2.3.4 update and use that to fix it. It'll put you entirely back to stock (wipe the /data and cache through the recovery before installing the ROM). Make sure you get the proper version for your model of Nexus S. If you tell me your model (i9020T, i9020A, i9023) I can give you a link to the proper ROM if you like.

Flashing the stock ROM will undo root, but the bootloader will remain unlocked (assuming you had it unlocked before).
 
I've got a similar problem but I can't even push data to my phone.
  • When I start it normally (Power button), I get the Google logo and an unlocked padlock on screen. adb finds the device but won't push anything giving "failed to copy 'a.txt' to '/sdcard/a.txt': Read-only file system".
  • When I start in recovery (Power+Vol Up, and then select Recovery), I get a triangle with an exclamation mark and the android logo. If I press Power+Vol Up there, I get a screen with 4 choices (a)reboot system now, (b)apply update from /sdcard, (c)wipe data/factory reset, (d)wipe cache partition. I've tried (c) and (d) but nothing happened.

I'm quite lost and getting a bit desperate so would appreciate any help.
 
I've got a similar problem but I can't even push data to my phone.
  • When I start it normally (Power button), I get the Google logo and an unlocked padlock on screen. adb finds the device but won't push anything giving "failed to copy 'a.txt' to '/sdcard/a.txt': Read-only file system".
  • When I start in recovery (Power+Vol Up, and then select Recovery), I get a triangle with an exclamation mark and the android logo. If I press Power+Vol Up there, I get a screen with 4 choices (a)reboot system now, (b)apply update from /sdcard, (c)wipe data/factory reset, (d)wipe cache partition. I've tried (c) and (d) but nothing happened.

I'm quite lost and getting a bit desperate so would appreciate any help.


Try pushing the files to /mnt/sdcard.
 
Thanks. I tried it and get the same output, read only filesystem..

EDIT:
Ok so I did a "remount" and then managed to push the zip to /system/sdcard.

But when I went to recovery mode and choose "apply update from /sdcard" the zip is not there (or any other files..). What am I missing?
 
Sorry for the double post - just thought that maybe I shouldn't edit after so many hours.

I was wondering, should I be able to access my device through my computer (e.g. via adb) when it's on recovery mode? Because I don't see it in the device manager and on adb, of course, I get "error: device not found".
 
Thanks. I tried it and get the same output, read only filesystem..

EDIT:
Ok so I did a "remount" and then managed to push the zip to /system/sdcard.

But when I went to recovery mode and choose "apply update from /sdcard" the zip is not there (or any other files..). What am I missing?

It's been a while since I've messed with my Nexus' file system, but /system/sdcard is not a standard directory. When the device is operating in its normal mode, the SD card is at /mnt/sdcard, which mounts the /sdcard directory.

You could try checking things out with 'adb shell' then you can do an 'ls' and take a look at what your file structure looks like, using 'cd' to go into different folders. adb push should have root priority, so it's odd that it wouldn't let you copy a file to /sdcard.

Another thing you could try would be flashing the Clockwork Mod recovery image. You'd just power your phone onto the bootloader (the Volume Up + Power button), download the latest Clockwork Mod for your phone, put it in the same directory (on your computer) as the fastboot.exe, and then do "fastboot flash recovery [your Clockwork Mod file name]"

The Clockwork Mod recovery has USB mounting features that would let you copy files to and from your internal storage. If you can successfully get the Clockwork Mod recovery on your phone, you could actually flash any custom ROM (intended for you phone) that you wanted, but to try to fix things, it's generally best to flash to an official Full ROM version for your phone.

Considering that your phone appears to be having issues copying things, I'd recommend saving the Clockwork mod thing for last. As long as you can get into the bootloader as normal, it shouldn't be a problem though.
 
Thanks quantumrand! I've sorted it out.

You were right, pushing to /system/sdcard didn't actually push to sdcard so that's why I couldn't see it in recovery mode.

In short, what I did was..
- Install Clockwork Mod Recovery image
- Flash Cyanogen Mod (I couldn't find an official full ROM)

A good guide explaining how to do these things manually/via recovery is in the cyanogenmod wiki here.

Again, thanks for the help, much appreciated :-)
 
I'm getting somewhat having the same problem. When I did my unlocking and then installed clockworks my Nexus S staid at the Google logo screen. I can get into clockworks just fine but when I go to install a rom, like Oxygen or CM I get a "(status 7)" error. My model is I9020A
 
Back
Top Bottom