[OFFICIAL STOCK.IMG] WIFI ONLY MZ604_HWI69 - Official Motorola software

ericdabbs

Senior Member
Jun 28, 2007
1,137
323
0
Los Angeles
The files were posted today. Remember to grab the MZ604 files if you have the Wifi only version of the Xoom.

http://developer.motorola.com/products/software/ <------ Grab the files here. The files are for the US version of the Wifi Xoom only.

Instructions to return it to stock
1) First you need the Moto Drivers - Read this thread to START you - http://forum.xda-developers.com/showthread.php?t=981578
Should have these drivers installed if you have rooted your Xoom before.

2) Make sure you have the latest SDK - adb and fastboot should be in /platform-tools - http://developer.android.com/sdk/index.html
Should have the android SDK if you have rooted your Xoom before.

3) Place all the downloaded stock image files into the SDK Tools folder.

4) If you are booting up from scratch, you can get the Xoom in fastboot mode by doing the following. Use command prompt to perform the rest of the steps
Hold VolDown and Power button will boot unit for fastboot mode

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

If you Xoom is booted up already follow the commands below using command prompt to perform the steps
adb reboot bootloader <---- reboots the Xoom into fastboot mode.
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
 
Last edited:

Scourge1024

Senior Member
Mar 27, 2011
215
20
0
Sherwood Park, AB
You noticed this too I see. Glad you posted this as a new thread. I was just randomly posting that link in threads where stock images may have helped.

I'm not home to try it yet but I'm guessing that's a US image?
 

blooregard_q_kazoo

Senior Member
Mar 8, 2009
56
3
0
i just followed this process, everything worked on the xoom wifi (US), im back to stock and everything is ok so far.

but im an idiot and pressed vol up instead of down on the last step (oem lock) which aborted the oem lock step. before i did this i was rooted, so i think technically im still rooted.

can i simply go back into fastboot oem lock and try again and press the rightbutton this time to re lock the xoom or would that brick it?

ok thanks guys!
 

Scourge1024

Senior Member
Mar 27, 2011
215
20
0
Sherwood Park, AB
i just followed this process, everything worked on the xoom wifi (US), im back to stock and everything is ok so far.

but im an idiot and pressed vol up instead of down on the last step (oem lock) which aborted the oem lock step. before i did this i was rooted, so i think technically im still rooted.

can i simply go back into fastboot oem lock and try again and press the rightbutton this time to re lock the xoom or would that brick it?

ok thanks guys!
If you want to be extra safe, start over from the beginning. You're probably still unlocked (but not rooted) if you managed to flash boot and system.
 

odyseus

Senior Member
Dec 29, 2005
388
40
0
56
WHITELEY
Hi Scourge1024,
Are you going to try and flash the images to your Canadian Xoom AND then see if you can OEM re-lock it again??

I haven't been able to find out if all the WiFi images ie US, Canadian or European are all interchangeable on a Wifi only xoom??

I guess what I'd like to know is, if I ever wanted to re-lock my UK xoom, could I simply flash the Motorola MZ604_HWI69 files, then oem re-lock OR would have to wait for European Motorola backup files?

Cheers

Ody
 

qubz

Inactive Recognized Developer
Jun 12, 2007
585
71
0
A parallel dimension
If i remember correctly, scourge said that both devices are exactly the same hardware. Therefore flashing either version's set of images is irrelevant as long as you do WIFI for that model and 3G for that one.
 
Last edited:

Scourge1024

Senior Member
Mar 27, 2011
215
20
0
Sherwood Park, AB
Hi Scourge1024,
Are you going to try and flash the images to your Canadian Xoom AND then see if you can OEM re-lock it again??

I haven't been able to find out if all the WiFi images ie US, Canadian or European are all interchangeable on a Wifi only xoom??

I guess what I'd like to know is, if I ever wanted to re-lock my UK xoom, could I simply flash the Motorola MZ604_HWI69 files, then oem re-lock OR would have to wait for European Motorola backup files?

Cheers

Ody
Nope. I'm done being the guinea pig (with the OEM locking). I bricked my first Xoom trying to OEM lock it. I managed to lock it a few times. Then I tried a different boot.img and bricked...

Personally, I have no issues flashing the US image on. It's just the re-locking. There's really no point to relock it. The Americans with the 3G/4G Verizon ones had to be able to relock for a hardware upgrade. I have managed to flash US images onto my Xoom but they were extracted by BeagleBoy here. I posted a comparison here: http://forum.xda-developers.com/showthread.php?p=13070124

The software is interchangable between the MZ604 Xoom models (Wi-fi only). There are a bunch of other Brits using the Canadian images I extracted from me and my friend's XOOMs. I've used the US ones. You just need to do a "fastboot -w" after flashing both the system and boot images because going between versions sometimes requires userdata to be wiped.
 

ydaraishy

Senior Member
Jun 27, 2010
204
53
0
Just tried downloading the Wi-fi files... On both my Mac and PC, it's saying it can't extract the ZIP. Crap crap crap crap crap...
FYI,

$ md5sum MZ604_HWI69.zip
ae9b9f5693c4b49c745cb017afe1a4b5 MZ604_HWI69.zip
$ unzip -t MZ604_HWI69.zip
Archive: MZ604_HWI69.zip
warning [MZ604_HWI69.zip]: 36325409 extra bytes at beginning or within zipfile
(attempting to process anyway)
testing: MZ604_HWI69/boot.img OK
testing: MZ604_HWI69/recovery.img OK
testing: MZ604_HWI69/system.img OK
testing: MZ604_HWI69/userdata.img OK
No errors detected in compressed data of MZ604_HWI69.zip

You might be OK if you can get something that'll handle errors better.
 
Last edited:
  • Like
Reactions: Scourge1024

Scourge1024

Senior Member
Mar 27, 2011
215
20
0
Sherwood Park, AB
In Windows, WinRar worked. On my Mac, I did what you posted and well, it seemed to work. I also did a compare against BeagleBoy's ripped images and boot was perfect. System was 1 byte off. Maybe a counter for the file system being mounted?

Code:
mac-mini:mz604_img Howard$ md5 MZ604_HWI69.zip 
MD5 (MZ604_HWI69.zip) = ae9b9f5693c4b49c745cb017afe1a4b5
mac-mini:mz604_img Howard$ unzip -t MZ604_HWI69.zip 
Archive:  MZ604_HWI69.zip
warning [MZ604_HWI69.zip]:  36325409 extra bytes at beginning or within zipfile
  (attempting to process anyway)
    testing: MZ604_HWI69/boot.img     OK
    testing: MZ604_HWI69/recovery.img   OK
    testing: MZ604_HWI69/system.img   OK
    testing: MZ604_HWI69/userdata.img   OK
No errors detected in compressed data of MZ604_HWI69.zip.
mac-mini:mz604_img Howard$
 

ydaraishy

Senior Member
Jun 27, 2010
204
53
0
In Windows, WinRar worked. On my Mac, I did what you posted and well, it seemed to work. I also did a compare against BeagleBoy's ripped images and boot was perfect. System was 1 byte off. Maybe a counter for the file system being mounted?
Yep, IIRC, ext maintains a mount count. One'd need some file system tools to properly verify.
 

xoppaw

Senior Member
Apr 4, 2008
65
0
0
Can someone post a walk through on how to do this?
from the op:

Instructions to return it to stock
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
 

odyseus

Senior Member
Dec 29, 2005
388
40
0
56
WHITELEY
Nope. I'm done being the guinea pig (with the OEM locking). I bricked my first Xoom trying to OEM lock it. I managed to lock it a few times. Then I tried a different boot.img and bricked...

Personally, I have no issues flashing the US image on. It's just the re-locking. There's really no point to relock it. The Americans with the 3G/4G Verizon ones had to be able to relock for a hardware upgrade. I have managed to flash US images onto my Xoom but they were extracted by BeagleBoy here. I posted a comparison here: http://forum.xda-developers.com/showthread.php?p=13070124

The software is interchangable between the MZ604 Xoom models (Wi-fi only). There are a bunch of other Brits using the Canadian images I extracted from me and my friend's XOOMs. I've used the US ones. You just need to do a "fastboot -w" after flashing both the system and boot images because going between versions sometimes requires userdata to be wiped.
Fair do's - I don't blame you! You've done enough :) As you say why re-lock on WiFi?

What I would really like to do is flash all the images to my UK WiFi Xoom and then try to install Bignadad's BigDX Xoom|Zoom Theme..

Previously flashing this theme soft-bricked my UK xoom - got loads of Force Closures. Installing the extracted images from you, still caused the same problem. Maybe it only works on the US WiFi Xoom, but I might re-flash with 'stock' ROM to see if that makes any difference? (I do have CWM nandroid backups in case of another soft brick!)

Cheers

Ody