[Unroot] How to Unroot Nexus 10! [Factory Firmware]

Search This thread

zedomax

Senior Member
Mar 23, 2010
1,219
2,870
Daly City, CA
HighOnAndroid.com
Here's a video tutorial guide for noobs who want to unroot/unbrick your Nexus 10.


Drivers: http://stockroms.net/file/Drivers/android/usb_driver.zip
fastboot for Windows/Mac/Linux: http://downloadandroidrom.com/file/tools/fastboot.zip
Stock Firmware: http://stockroms.net/file/Nexus10

For Windows, type: (XXX may depend on the stock firmware)

Code:
fastboot flash bootloader bootloader-XXX.img
fastboot reboot-bootloader
fastboot flash radio radio-XXX-XXX.img
fastboot reboot-bootloader
fastboot -w update image-XXX-XXX.zip

For Mac OSX, type: (XXX may depend on the stock firmware)

Code:
./fastboot-mac flash bootloader bootloader-XXX.img
./fastboot-mac reboot-bootloader
./fastboot-mac flash radio radio-XXX-XXX.img
./fastboot-mac reboot-bootloader
./fastboot-mac -w update image-XXX-XXX.zip

For Linux, type: (XXX may depend on the stock firmware)

Code:
./fastboot-linux flash bootloader bootloader-XXX.img
./fastboot-linux reboot-bootloader
./fastboot-linux flash radio radio-XXX-XXX.img
./fastboot-linux reboot-bootloader
./fastboot-linux -w update image-XXX-XXX.zip

*Note – If you do not have radio image, you can skip that one.
*Note for Mac/Linux – If you get permissions error, try “chmod 755 *” before doing all the commands and also try adding “sudo” in front of the commands if you still have trouble.

Step-by-Step guide with photos here
 

jarjar124

Senior Member
Apr 28, 2012
4,175
4,354
Brooklyn
for some reason after doing the last step it automatically reboots and it ends up with an android with a triangle with an exclamation point ...help?
 

jarjar124

Senior Member
Apr 28, 2012
4,175
4,354
Brooklyn
Try pressing power, volumeup, and volumedown, all together until you see the blue menus, once you see that, do a factory reset and reboot.

doesnt that bring me to the bootloader?

edit: now i cant mount sd card in recovery after doing this....i think this is why its not booting....any help?
 
Last edited:

padest.com

Senior Member
Sep 12, 2012
84
9
Don't we need do the following code before unroot?
Code:
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
 

c0t0d0s2

Senior Member
Jul 22, 2009
73
3
DFW
if you really bricked yours as badly as I did, you might have to re format one or more partitions.

Fastboot format partitionname

Then fastboot flash partitionname imagefilename.

Sent from my Nexus 10 using xda premium
 

phroghollow

New member
May 30, 2011
4
0
I've fully flashed the factory image and it just sits there seemingly looping.

I've flashed the stock recovery, from Stockroms . net, the bootloader and image from the Google Developers page and it still just sits there.
Anyone have any ideas?

I've also tried erasing all partitions and then flashing again. Right now i`m willing to try anything
 

espionage724

Senior Member
Feb 8, 2010
2,946
734
wiki.realmofespionage.xyz
OnePlus 6
Also doesn't the official archive even come with a batch file that does all the necessary commands automatically? The latest pre-4.2 image from Google for the Nexus 7 did anyway.

Don't we need do the following code before unroot?
Code:
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
The batch file I mentioned above for the N7 did this, and a guide somewhere else written before said that this was necessary due to some bug in the past (I guess something wasn't being overwritten properly).
 

H3g3m0n

Senior Member
Sep 15, 2009
60
16
Hmm, I did just the 'fastboot -w update image-mantaray-jop40c.zip' since I didn't want to mess with the bootloader, just reflash the stock rom.

Got the red triangle with !, rebooted and still got it, but after a few minutes it rebooted by itself and worked. Hopefully it was just doing some kind of first boot thing or wiping stuff.

EDIT: Also seems to have flashed over my recovery, but no biggie.
 
Last edited:

t-mizzle

Senior Member
Jan 3, 2010
265
227
St. Louis
Where did I go wrong?

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\DMR>cd Downloads

C:\Users\DMR\Downloads>cd fastboot
The system cannot find the path specified.

C:\Users\DMR\Downloads>cd fastbot
The system cannot find the path specified.

C:\Users\DMR\Downloads>cd fastboot

C:\Users\DMR\Downloads\fastboot>fastboot flash bootloader bootloader-manta-ma
ntalj12.img
sending 'bootloader' (1280 KB)...
OKAY [ 0.157s]
writing 'bootloader'...
OKAY [ 0.137s]
finished. total time: 0.295s

C:\Users\DMR\Downloads\fastboot>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.001s]
finished. total time: 0.001s

C:\Users\DMR\Downloads\fastboot>fastboot -w update image-mantaray-jop40c.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: MANTALJ12
Baseband Version.....: no modem
Serial Number........: R32CA04NW1T
--------------------------------------------
checking product...
OKAY [ 0.001s]
checking version-bootloader...
OKAY [ 0.002s]
sending 'boot' (4606 KB)...
OKAY [ 0.573s]
writing 'boot'...
OKAY [ 0.131s]
sending 'recovery' (5106 KB)...
OKAY [ 0.637s]
writing 'recovery'...
OKAY [ 0.138s]
sending 'system' (528847 KB)...
OKAY [ 65.906s]
writing 'system'...
OKAY [ 14.811s]
erasing 'userdata'...
OKAY [ 0.231s]
erasing 'cache'...
OKAY [ 0.034s]
rebooting...

finished. total time: 82.474s

C:\Users\DMR\Downloads\fastboot>
 

espionage724

Senior Member
Feb 8, 2010
2,946
734
wiki.realmofespionage.xyz
OnePlus 6
Also doesn't the official archive even come with a batch file that does all the necessary commands automatically? The latest pre-4.2 image from Google for the Nexus 7 did anyway.

Here is exactly what the batch file from Google says:

Code:
@ECHO OFF
:: Copyright 2012 The Android Open Source Project
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
::      http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.

PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-manta-mantalj12.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update image-mantaray-jop40c.zip

echo Press any key to exit...
pause >nul
exit
 

jethro1138

Member
Sep 14, 2009
25
3
Not working...

So I somehow bricked my N10 (all I did was flash CWM recovery, and then I couldn't mount /sdcard and it bootloops) so I tried this.

I get this:

Code:
% fastboot-mac -w update image-mantaray-jop40c.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: MANTALJ12
Baseband Version.....: no modem
Serial Number........: R32CB01971P
--------------------------------------------

checking product... OKAY
checking version-bootloader... OKAY
sending 'boot' (4606 KB)... OKAY
writing 'boot'... OKAY
sending 'recovery' (5106 KB)... OKAY
writing 'recovery'... OKAY
sending 'system' (528847 KB)... ERROR: usb_write failed with status e00002be
FAILED (data transfer failure (No such file or directory))

Anyone have any ideas?...
 

dannymac77

Member
Apr 4, 2011
38
3
format?

fastboot help file doesn't show format, it is erase <partition>
Is that the correct command?

if you really bricked yours as badly as I did, you might have to re format one or more partitions.

Fastboot format partitionname

Then fastboot flash partitionname imagefilename.

Sent from my Nexus 10 using xda premium


---------- Post added at 10:38 PM ---------- Previous post was at 10:07 PM ----------

Where did I go wrong?

So I was kind of stuck at same spot you were I believe, where after the cache the device autorebooted and then hung on the splash screen.

I booted into the (now) stock recovery and formatted and wiped cache and it booted up fine. Hope you have the same luck.
 

Hatman41

Senior Member
Jun 4, 2010
1,688
168
Hermitage
I did exaclty what the OP said and I am at the boot up boot image of the X that is multi color and it just loops there.
 

t-mizzle

Senior Member
Jan 3, 2010
265
227
St. Louis
I'm still stuck in bootloop. Entering recovery from fastboot brings up the laying android icon with the red triangle/exclamation mark.

What steps do I take next?
 

t-mizzle

Senior Member
Jan 3, 2010
265
227
St. Louis
Press power and volume up and let go, you'll get various recovery options. Select wipe data and confirm. It'll wipe, then reboot.

Looks like today I'm more stupid than usually. I tried pressing power and volume up both in fastboot and in recovery mode, neither gave me recovery options. I know I am close but I can't nail it...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    Here's a video tutorial guide for noobs who want to unroot/unbrick your Nexus 10.


    Drivers: http://stockroms.net/file/Drivers/android/usb_driver.zip
    fastboot for Windows/Mac/Linux: http://downloadandroidrom.com/file/tools/fastboot.zip
    Stock Firmware: http://stockroms.net/file/Nexus10

    For Windows, type: (XXX may depend on the stock firmware)

    Code:
    fastboot flash bootloader bootloader-XXX.img
    fastboot reboot-bootloader
    fastboot flash radio radio-XXX-XXX.img
    fastboot reboot-bootloader
    fastboot -w update image-XXX-XXX.zip

    For Mac OSX, type: (XXX may depend on the stock firmware)

    Code:
    ./fastboot-mac flash bootloader bootloader-XXX.img
    ./fastboot-mac reboot-bootloader
    ./fastboot-mac flash radio radio-XXX-XXX.img
    ./fastboot-mac reboot-bootloader
    ./fastboot-mac -w update image-XXX-XXX.zip

    For Linux, type: (XXX may depend on the stock firmware)

    Code:
    ./fastboot-linux flash bootloader bootloader-XXX.img
    ./fastboot-linux reboot-bootloader
    ./fastboot-linux flash radio radio-XXX-XXX.img
    ./fastboot-linux reboot-bootloader
    ./fastboot-linux -w update image-XXX-XXX.zip

    *Note – If you do not have radio image, you can skip that one.
    *Note for Mac/Linux – If you get permissions error, try “chmod 755 *” before doing all the commands and also try adding “sudo” in front of the commands if you still have trouble.

    Step-by-Step guide with photos here
    1
    I have done all the steps from the video, but I`m in bootloop.
    What can I do next? Erase? Format?
    It would be nice if you can help me.

    Same problem I had, bootloop.
    From the Toolkit thread:

    ANYONE WHO EXPERIENCES THE BOOTLOOP PROBLEM. REBOOT BACK INTO FASTBOOT MODE, SELECT RECOVERY, HOLD POWER BUTTON DOWN AND THEN PRESS THE VOL BUTTON WITHIN A SECOND TO BRING UP THE RECOVERY OPTIONS, SELECT WIPE/FACTORY RESET AND WHEN THE DEVICE REBOOTS IT SHOULD BOOT UP FINE.

    If that doesn't work, use the erase command to delete all 5 partitions via fastboot command. And if that doesn't work, go here and download the kit, then flash factory images via the toolkit. If you can afford it, donate to mskip, he is an amazing contributor.

    http://xdaforums.com/showthread.php?t=2001868
    1
    I can not get these recovery options you are talking about. If I press Power and then Vol up the Nexus reboots

    erase cache system userdata recovery and boot partitions, type "fastboot erase cache" for example, without quotation marks to erase cache. Then try the method from the first post.. If that doesn't work, get the toolkit from the link

    Ultimately, download the toolkit even if you get to recover without using it and donate if you can.
    1
    I'm having the same problem.. No such file or directory.

    Okay so here is the solution to you guys have the "ERROR: usb_write failed with status e00002be" on Mac's.
    I had this myself and it took me a while to sort it out but this is what you do.

    Download the latest Android SDK for Mac build from Google and extract it so you have adt-bundle-mac (I extracted mine to the desktop)
    Then go here /Users/Yourname/Desktop/adt-bundle-mac/sdk and copy the platform-tools folder and rename it to whatever you want it to be called say android.

    I don't know what they changed with 4.2 but something obviously changed with Mac's since there are 100s of reports with this error popping up with people flashing.

    Step 1
    ~/Desktop/android/adb reboot bootloader
    ~/Desktop/android/fastboot oem unlock


    Step 2 (This is the latest Nexus 4 build im flashing here, I placed the image files from the zip within the Android folder)
    cd "/Users/Yourname/Desktop/android"
    ./fastboot flash bootloader bootloader-mako-makoz10l.img
    ./fastboot reboot-bootloader
    ./fastboot flash radio radio-mako-m9615a-cefwmazm-2.0.1700.33.img
    ./fastboot reboot-bootloader
    ./fastboot -w update image-occam-jop40d.zip


    Step 3
    ~/Desktop/android/adb reboot bootloader
    ~/Desktop/android/fastboot oem lock

    Anyways hope this works for you guys if you're having the same error.