• Login:

Welcome to the Xoom Forum - Motorola Xoom Forum.

Register ButtonIf this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

[HOW TO] Recover Bricked Xoom from One Click Root

This is a discussion on [HOW TO] Recover Bricked Xoom from One Click Root within the Motorola Xoom Hacking Guides forums, part of the Motorola Xoom Hacks category; Hi there, after fixing my xoom (with the help of the fine folks here at xoomforums) I was asked if I would create a guide ...

+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 56
Like Tree3Likes

Thread: [HOW TO] Recover Bricked Xoom from One Click Root

  1. #1
    Xoom Informant
    Member #
    6921
    Join Date
    May 2011
    Posts
    41
    Liked
    3 times

    [HOW TO] Recover Bricked Xoom from One Click Root

    Hi there, after fixing my xoom (with the help of the fine folks here at xoomforums) I was asked if I would create a guide to recover from a "One Click Root" bricking. So here goes.

    There is something wrong with the "Root My Xoom" (One Click) process that has soft-bricked several xooms. To create the best guide that I could, I took my freshly fixed, rooted, and flashed xoom and intentionally bricked it using the "Root My Xoom" executable.


    So to recover from this you will need:

    A genuine Motorola cable such as this:

    Motorola Cable.jpg

    Part number AWAUK6935.

    It turns out that the Motorola cable is non-standard and "Fastboot.exe" will not necessarily work with other cables.

    Also needed for recovery is:

    adb.exe,
    AdbWinApi.dll,
    AdbWinUsbApi.dll, and
    fastboot.exe

    If your got to this guide because of bricking your xoom by way of the "One Click" (Root My Xoom) method, then you are in luck. All of the files needed for transferring your stock image back onto your xoom are already included in RootMyXoom.zip.

    Simply create a directory off of your root directory such as "c:\platform-tools" and then copy these four files to this directory.

    For those of us that are not great at working with Windows (I'm a Linux guy), here is a great link on how to set your PATH environment variable:

    Basic Hints for Windows Command Line Programming

    Look about halfway down in the post for this heading:

    Environment Variables


    Never mind the references to python, it will show you how to set up your PATH for our c:\platform-tools directory.

    And once in the command prompt, you can create your c:\platform-tools directory (folder) by entering this command in the command prompt box: "md c:\platform-tools" and then hitting enter.

    You can then enter that directory using this command from the command prompt: "cd c:\platform-tools" and then hitting enter.

    You can now delete "RootMyXoom.zip" from your machine, you won't ever want to use it again.

    RootMyXoom useful files.jpg

    To get your platform-tools directory in the path, do this:

    Environment Variables.jpg

    Essentually you right-click on "My Computer", click on "Properties", click on "Advanced", click on "Environment Variables", scroll down in the "System Variables" list and select "Path", click "Edit" and add "C:platform-tools" (or wherever your located your files from the "Root My Xoom" zip file), click "OK" each time it's presented and,

    Close and reopen your command prompt box (dos box) to make your changes take effect.


    Now you will need to go and get the stock image for your xoom. This is determined on whether you have a WiFi only xoom (like I do), or a 3G/4G xoom (which I don't, so I have no way of verifying if this proceedure is correct for that model - but I think that it is). Go here to get your file:

    For the 3G/4G go to this page:

    [How To] Return To Stock (3G/4G HR166)

    For the WiFi go to this page:

    [How To] Return To Stock (Wifi-Only HW169)

    The file is going to be named MZ604_HWI69.zip for the WiFi model and MZ604_HWI66.zip for the 3G/4G model

    Open whichever file you chose and copy all of the files in the archive to your C:\platform-tools" directory.

    Note that this is "..HWI..", not "..HW1.."

    These files are:

    boot.img
    recovery.img
    system.img
    userdata.img

    Recovery images.jpg

    Now do this (borrowed from Stuck at Motorola Dual-Core? [Wifi-Only] - xda-developers)

    1. Plug in your USB cord

    2. Turn off your Xoom (Vol-Up + Power)

    3. Boot into fastboot (Vol-Up + Power, wait for the red "M" circle to show for three seconds, press the Vol-Down three times and then the Vol-Up)

    4. On your computer, open up a command prompt, and copy (from this webpage) and paste the following one line at a time into the command prompt followed by hitting the enter key after each line:
    Code:

    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash recovery recovery.img
    fastboot flash userdata userdata.img
    fastboot erase cache
    fastboot oem lock
    fastboot reboot

    Once you have finished entering each of these lines (and do make sure that your xoom has finished processing the previous command before you go on to the next one), the xoom screen will print out a bunch of text asking you to confirm relocking it. So press the "Down Volume" button to accept, followed by the "Up Volume" to confirm.

    At this point you should be back to a factory state which includes being locked and unrooted.


    If you don't get the confirmation (the text printing out on the xoom's screen), it is most likely because you do not have the correct cable. Borrow a Motorola cable from a friend (a phone cable will do fine, put yourself in "Fastboot recovery" mode on the xoom, and paste these commands back into the xoom:

    fastboot flash boot boot.img
    fastboot flash system system.img
    fastboot flash recovery recovery.img
    fastboot flash userdata userdata.img
    fastboot erase cache
    fastboot oem lock
    fastboot reboot




    ----------------------------------------------------------------------------------------------------

    FAQ's

    Question 1)

    Do I need to unlock first? You shouldn't, but if it is necessary do this before attempting to flash the stock images:


    adb reboot bootloader
    Xoom will reboot into a screen with text on the upper left corner. While you are on this screen enter the following
    fastboot oem unlock
    A bunch of text will appear and you will need to use the down volume rocker to select yes, followed by volume up to confirm
    Xoom will then wipe, reboot, and your back up and running. At this point you will need to go back and re-enable USB debugging

    Borrowed from: [How To] Root The 3G/4G And Wifi-Only Xoom (Stock 3.1)

    But if you could get to adb from your PC, then you probably wouldn't have needed this guide. :)


    Question 2)

    The "adb reboot bootloader" command won't work from my PC, how do I get into "fastboot recovery mode"?

    Answer:

    Press both the Up volume and On/Off pushbuttons to cycle power off (and you can do this to bring up a working xoom into the various startup modes as well),

    wait for the Red "M" circle to be up for about three seconds and then press the down volume pushbutton until you see "--> Fastboot", and then press the up volume pushbutton.
    Attached Images
    Last edited by rootboy; 06-09-2011 at 05:39 PM. Reason: More tweaks...
    Pharoah, fish1552 and Ximmy like this.

  2. # ADS
    Ads


  3. #2
    Rescue Squad

    Member #
    608
    Join Date
    Mar 2011
    Location
    EARTH
    Posts
    14,438
    Liked
    294 times
    looks like an excellent guide for the one click brick problem.WELL DONE!
    <img src=http://www.xoomforums.com/forum/signaturepics/sigpic608_2.gif border=0 alt= />
    Never Fear the iOwl is Here

  4. #3
    Super Moderator

    Member #
    392
    Join Date
    Feb 2011
    Location
    Seattle
    Posts
    5,494
    Liked
    524 times
    Twitter
    @Steadyhawkin
    ROMs
    4 Submitted
    Very well done. If you don't mind I would like to fix your title and move it to the hacking guide section. Let me know if your good with that.

  5. #4
    Super Moderator

    Member #
    4076
    Join Date
    Apr 2011
    Location
    Savannah area of Coastal Georgia, USA
    Posts
    2,415
    Liked
    283 times
    Twitter
    fish1552
    Quote Originally Posted by rootboy View Post
    Hi there, after fixing my xoom (with the help of the fine folks here at xoomforums) I was asked if I would create a guide to recover from a "One Click Root" bricking. So here goes.
    Thanks. Glad you did this as requested. I think it's gonna help the guy I'm working with right now.

    EDIT: Ok, he got things working following the other instructions, but I'm saving the link for the next one.
    Last edited by fish1552; 06-05-2011 at 07:37 PM.
    What is rooting: the advantages/disadvantages | Set-up ADB | Need Help? Post Here | ADB Commands for Newcomers | Boot Animation Requests
    Remember to post the solution that worked to solve your problem so you can help others with their problems later.








  6. #5
    Administrator

    Member #
    2101
    Join Date
    Mar 2011
    Location
    Wichita Falls
    Posts
    34,251
    Liked
    2181 times
    Twitter
    mgrant76308
    Nice write up, this should help the one click brickers.



    images.jpgimagesCAMG5U6H.jpg
    Last edited by ggrant3876; 06-05-2011 at 07:00 PM.

    SGS-IV-Stock_Rooted
    Nexus 4 - CyanMod 10.1
    SGS-II - Rooted - Jedi Mind Trick VX3
    Samsung Note II - Jedi Master 13
    Motorola Xoom - WiFi - Rooted - EOS 4.2.1 Nightlies

  7. #6
    Super Moderator

    Member #
    1535
    Join Date
    Mar 2011
    Posts
    3,903
    Liked
    232 times
    Awesome write up. Hopefully this will help many many people return to Xoomland.
    SDcard System Image Backup Using ClockworkMod Recovery v3.2.0.0.(RC4). Back yours up today!

  8. #7
    Administrator

    Member #
    7
    Join Date
    Feb 2011
    Location
    El Paso, TX
    Posts
    6,416
    Liked
    354 times
    Twitter
    Droid_Xer
    Moved and renamed.

  9. #8
    Supporting Member
    Member #
    4181
    Join Date
    Apr 2011
    Location
    Canada
    Posts
    3,225
    Liked
    218 times
    Twitter
    XimmyT
    You are one brave dude for bricking it twice!!!! That risk paid off though... huge!
    Keep on Xoomin'

  10. #9
    Supporting Member
    Member #
    4181
    Join Date
    Apr 2011
    Location
    Canada
    Posts
    3,225
    Liked
    218 times
    Twitter
    XimmyT
    One clarification....

    When you have the reader create an environment variable, a reboot is not required. They simply need to close and restart any console windows they may have open. I do this all the time at work.


    AWESOME GUIDE!!!!
    Keep on Xoomin'

  11. #10
    Xoom Conveyor
    Member #
    1357
    Join Date
    Mar 2011
    Posts
    336
    Liked
    37 times
    good guide.


 
+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. One click root bricked my xoom.
    By butters. in forum Motorola Xoom General Discussion
    Replies: 12
    Last Post: 05-30-2011, 08:02 AM
  2. XOOM WIFI 32GB USA not rebooting after the 1 click root
    By stunnayadig in forum Xoom Rescue Squad Help
    Replies: 9
    Last Post: 05-26-2011, 11:40 AM
  3. did the one click root method and now my xoom seems to be toast
    By Xoom Xoom in forum Motorola Xoom WiFi Tablet Help
    Replies: 34
    Last Post: 05-25-2011, 03:52 PM
  4. Xoom One-Click Root/Unroot [3G Only] Updated 4/1
    By goldsworthy in forum Motorola Xoom Development
    Replies: 29
    Last Post: 04-08-2011, 07:36 AM
  5. Xoom One-Click Root/Unroot [3G Only] Updated 4/1
    By goldsworthy in forum Motorola Xoom General Discussion
    Replies: 22
    Last Post: 04-03-2011, 01:13 AM

Search tags for this page

bricked motorola xoom
,
bricked motorola xoom 2 mz617
,

bricked xoom

,
bricking motorola xoom
,
fix bricked motorola xoom
,
help motorola xoom bricked
,
how to fix a bricked motorola xoom
,
how to fix bricked xoom
,
how to fix the brick motorola xoom?
,
how to recover a bricked motorola xoom
,
how to recover bricked xoom
,

motorola xoom bricked

,
recover bricked motorola xoom
,
recover bricked xoom
,

rootmyxoom.zip

,
xoom android bricked fastboot
,

xoom bricked

,
xoom bricked fix
,
xoom briked
,
xoom mz604 us bricked
Click on a term to search for related topics.