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

BeagleBoy

Senior Member
Mar 27, 2008
79
35
0
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?
Nice to know that I got it right. :D I mean, I certainly thought I had done it right, but reassurance is nice. And, yes, I'm pretty sure that one byte is from the mounting. Odd, though, since I didn't think read-only mounts affected it.

i just relocked my wifi :)
Cool. After bricking one xoom, I'm very happy to let others try locking theirs.;)
 
  • Like
Reactions: Scourge1024

JaymZ37

Senior Member
Jul 10, 2009
98
9
0
Tours, FRA
hello guys,

so with these officials image from motorola, it's possible to restore to stock my Wifi Xoom, European model ? (France, MZ604 model, same FCC as US/UK Xoom Wifi)

Thanks a lot for that
 

Scourge1024

Senior Member
Mar 27, 2011
215
20
0
Sherwood Park, AB
These images are from US WiFi model. So if you flash them you will have stock US Xoom and not European model
That is correct. You guys in Europe should follow the steps BeagleBoy did and which I copied to rip the Canadian images out. My Canadian images are supposedly pretty close to the European versions.

Essentially, someone has to flash Tiamat or some other kernel that gives you basic root (adb shell root privileges). Then rip it (boot and system) from /dev/block/blahblahblah/by-name/ using the "dd" command. I won't go into detail but I'm sure there are lots of guys over there familiar with Linux and can do that.
 

yoshitweaky

Senior Member
Sep 21, 2010
139
21
0
not sure there are many consequences to loading the us stock on a euro/uk version of wifi only. Maybe books and a few apps wont work but i'm sure that can be easily fixed?
 
Last edited:

pmp.s

Senior Member
Aug 3, 2009
133
0
0
canadian mz604

Guys am confused right now, I have the canadian xoom wifi. I need to relock it to return it .
Is there a way to relock it? And where can i download the files from?
Thanks
 

robbiev80

Senior Member
Aug 25, 2010
689
76
58
Guys am confused right now, I have the canadian xoom wifi. I need to relock it to return it .
Is there a way to relock it? And where can i download the files from?
Thanks
If you bought it at FS or Best Buy chances are they'll have no clue that the Xoom is unlocked. Don't sweat it.
 

ydaraishy

Senior Member
Jun 27, 2010
204
53
0
Yep, IIRC, ext maintains a mount count. One'd need some file system tools to properly verify.
The byte difference isn't the mount count, in case anyone was curious:

Code:
$ /sbin/dumpe2fs system-orig.img > 1
dumpe2fs 1.41.12 (17-May-2010)
$ /sbin/dumpe2fs system.img > 2
dumpe2fs 1.41.12 (17-May-2010)
$ diff 1 2 
6a7
> Filesystem flags:         unsigned_directory_hash
 

Land Master

Senior Member
Jun 18, 2010
530
172
0
Highlands Ranch, CO.
Flashable Stock Kernel

Does anyone know how to create a flashable ZIP file containing just the components needed for the stock Kernel?

Well... I guess I should ask..... is anyone willing to do this? Pretty sure it can be done.

Thanks in advance.....

PS.. I looked through the Dev section and did not see such a file. Did I miss it?
 

davidsos

Senior Member
Apr 6, 2011
182
19
0
Does anyone know how to create a flashable ZIP file containing just the components needed for the stock Kernel?

Well... I guess I should ask..... is anyone willing to do this? Pretty sure it can be done.

Thanks in advance.....

PS.. I looked through the Dev section and did not see such a file. Did I miss it?
No can do which is why we had to wait for Motorola to release the stock locked img files for the wifi version but from what I see they've only done so for the US version.