Un-rooting a rooted N1?

solidkevin

Senior Member
Mar 15, 2010
411
6
0
So I bought a N1 yesterday, cant wait till it gets here, The phone is rooted and has 2.2 on it, Is there anyway I can un root it and just be at the latest stock android? I just prefer to be at the normal stock updates, never really been big into rooting and ROMS etc unless I have too, anyway so yea thats my question and is it difficult?

Thanks in advance!
 

khaytsus

Senior Member
Apr 8, 2008
7,263
1,176
243
Central Kentucky
So I bought a N1 yesterday, cant wait till it gets here, The phone is rooted and has 2.2 on it, Is there anyway I can un root it and just be at the latest stock android? I just prefer to be at the normal stock updates, never really been big into rooting and ROMS etc unless I have too, anyway so yea thats my question and is it difficult?

Thanks in advance!
Yeah, you can't re-lock the bootloader, but you can load up the stock ROM as the post above says. But since it's all already done, you might consider looking into a ROM which fits you. There are several which are "almost stock" but have nice enhancements, like the Enom rom.

I too am an unrooted stock ROM kinda guy, I don't have the time or patience to deal with fiddly stuff on my phone anymore, as I need to pull it out, see where my next meeting is, and get there. Not pull it out and realize it's in a Standby of Death or some other random problem. There are pluses and minuses to using a non-stock ROM, weigh them.. I'm starting to myself... I want a black notification bar and a handful of other small things, but to get them it requires a lot of work (unlock, flash new rom, set up all of my apps again, figure out new stuff in ROM, etc..)
 

solidkevin

Senior Member
Mar 15, 2010
411
6
0
Can somoene confirm Im gonna be doing this correctly.

Step 1. Disable backup my settings under privacy settings.

Step 2. unzip the original shipping ROM and put it somewhere you can find.

Step 3. Plug in Nexus One with USB to computer (enable usb and debug modes)

Step 4. adb reboot bootloader (which will boot into the bootloader)

Step 5. Confirm fastboot connection fastboot devices

Step 6*. fastboot erase userdata

Step 7*. fastboot erase cache

*If step 6 and 7 does not work, and if you have Amon_RA's recovery installed, you can do a factory data wipe from there.
Alternately, you can also do a factory data wipe within Android. Settings => Privacy Settings => Factory Data Reset.
Thanks to Brian and setzer715.

Step 8. Go to the directory that you stored your unzipped files.

Step 9. fastboot flash userdata userdata.img

Step 10. fastboot flash boot boot.img

Step 11. fastboot flash system system.img

Step 12. Skip to step 13 if you want to keep recovery (assuming you have a modified recovery such as Amon_RA's recovery). If not fastboot flash recovery recovery.img

Step 13. fastboot reboot

Step 14. After the system boots up and while setting up skip setting up with the google account and you can setup accounts later. This will prevent the phone from pulling down the previous settings (downloaded apps, wallpaper etc) from google.

Step 15. You are done. Enjoy.


Ok so I downloaded, installed and updated Android SDK, it seems to be all set, now when I follow those steps, I connect the phone first then for instance step 4 I should start "adb" then type in reboot bootloader, and for step 5 I should start up "fastboot" then type devices, etc etc? Is that correct?

thanks in advance.