Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jutley
Old
(Last edited by jutley; 19th July 2011 at 03:56 PM.)
#1  
jutley's Avatar
Senior Member - OP
Thanks Meter 216
Posts: 1,398
Join Date: Mar 2006
Location: UK
Default [GUIDE] WiFi MZ604 Models - Change from 'your-region' image to US 3.2

Additional notes
PLEASE READ FIRST IMPORTANT THIS IS ONLY FOR XOOM WIFI MODELS MZ604 DO NOT FLASH ON 3G MODELS AND OR ANY OTHER MODELS BELOW IS THE COMPATIABLE LIST THAT CAN BE FLASHED SUCESFULLLY YOU HAVE BEEN WARNED.

MZ604 - XOOM with Wi-Fi
Build H.6.2-20 for KDDI Japan 125 MBJun. 2, 2011 MZ604
Build H.6.2-24 for Retail France 118 MB Jun. 2, 2011 MZ604
Build H.6.2-24 for Retail Europe 118 MB Jun. 2, 2011 MZ604
Build H.6.2-24 for Retail Other International 118 MB Jun. 2, 2011 MZ604
Build H.6.2-21 for Canada 119 MB Jun. 1, 2011 MZ604
Build H.6.2-21 for Brazil 119 MB Jun. 1, 2011 MZ604
Build H.6.2-21 for Spanish-speaking countries in Latin America 125 MB Jun. 1, 2011 MZ604
Build HWI69 for US Retail 122 MB N/A MZ604
Build MZ604 (Hong Kong version, 3.0.1) This build has been confirmed working wifi only

IF YOU DECIDE YOU WANT TO GO BACK TO YOUR STOCK COUNTRY FOR WARRANTY PURPOSES EASY JUST DOWNLOAD YOUR CORRESPONDING COUNTRY'S FIRMWARE eg MZ604 Europe retail OR WHICHEVER YOURS IS AND REPEAT THE PROCESS BELOW AND YOU WILL BE BACK THE WAY YOU WAS WHEN YOU SEND BACK FOR WARRENTY LOOK AT THE COMPATIABLE TABLE ABOVE DONT FORGET TO RELOCK YOUR BOOTLOADER THE COMMAND IS (fastboot oem relock).

1) make sure where C:\tools that you have extracted the stock us 3.01.zip in there you will have 4 img files and that fastboot.exe and adb.exe is in there just copy the whole tools folder from android sdk to c:\ so you will end up with C:\tools

2) you'll want this image for the us 3.0.1 image: Build HWI69 for US Retail 122mb MZ604 Product Specs Download Place all the downloaded stock image files into the SDK Tools folder. http://developer.motorola.com/products/software/

3) 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.

4) Please make sure you are using the original motorola cable that came in the box with your xoom device or it will not work and or dont use any extenshion cables adapters just the lead direct into usb port.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.


REMEMBER IF YOU HAVE ALREADY UNLOCKED YOUR BOOTLOADER IN THE PAST YOU CAN SKIP THIS STEP AS LONG AS YOU HAVE NOT RELOCKED IT
First step If your bootloader is locked To unlock bootloader put xoom in fastboot mode by power off then Hold Vol Down and Power button will boot unit for fastboot mode you will see fastboot mode in top lefthand corner.

open command prompt

ENTER command

cd C:\tools

fastboot oem unlock

Then follow instructions on device to unlock and let it reboot and wipe device.




Then Put xoom in fastboot mode by power off then hold the down volume button and power button at same time you will see fastboot mode in top lefthand corner.

open command prompt

ENTER command

cd C:\tools

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot erase userdata

(DO NOT fastboot oem lock)

Once done reboot device either by typing fastboot reboot or hold volume button up and power at same time let it do the setup procedure and it will detect a update go ahead and update please plug in the AC adapter and enjoy your 3.2 honeycomb which is the latest as of writing this guide for us wifi model.

So If your tired of waiting for the OTA update from 3.1 to 3.2 the procedure below can be flashed from a usb device like a pen derive but you need the OTG cable that connect the xoom to the usb stick via host cable so here is the procedure and its been tested and proved working.

1. Acquire an OTG Cable and a USB Thumb Drive, Copy the 3.2 stock image to the thumb drive Plug the OTG cable into your Xoom with the thumb drive attatched.
2. Reboot your Xoom.
3. Once the dual core screen comes up, tap the volume down button repeatedly until you get menu options.
4. Select Android Recovery and press the volume up button.
5. At green android, hold the power button and tap the volume up button once, release the power button.
6. Select the Apply Update option, and choose the correct file from the USB Drive. Tap the power button to continue.
7. Let it run through the update process, choose reboot once it is complete, and enjoy!

The 3.2 stock image file can be found below
http://api.viglink.com/api/click?for...7.db223b6e.zip

Quick guide for all anyone who has installed the US firmware on a UK Xoom and wants it to UK language the link is below

http://forum.xda-developers.com/show....php?t=1167738

Here is a guide to get you rooted on 3.2

http://forum.xda-developers.com/show....php?t=1170760

Here is a great guide to get recovery onto your xoom

http://forum.xda-developers.com/show....php?t=1074979
The Following 16 Users Say Thank You to jutley For This Useful Post: [ Click to Expand ]
 
Kula5haker
Old
#2  
Member
Thanks Meter 5
Posts: 30
Join Date: Jun 2007
Did you try it on your own?

Code:
C:\tools>fastboot oem unlock
...
(bootloader)  To continue, follow instructions on the device's display...
OKAY [218.480s]
finished. total time: 218.480s

C:\tools>fastboot flash boot boot.img
sending 'boot' (8192 KB)...
OKAY [  0.719s]
writing 'boot'...
FAILED (command write failed (Unknown error))
finished. total time: 1.299s

C:\tools>fastboot flash system system.img
sending 'system' (262144 KB)...
FAILED (remote: (00120000))
finished. total time: 0.267s

C:\tools>fastboot flash recovery recovery.img
sending 'recovery' (12288 KB)...
OKAY [  0.989s]
writing 'recovery'...
OKAY [  2.409s]
finished. total time: 3.399s

C:\tools>fastboot flash userdata userdata.img
sending 'userdata' (139233 KB)...
OKAY [  8.112s]
writing 'userdata'...
OKAY [ 22.258s]
finished. total time: 30.371s

C:\tools>fastboot erase cache
erasing 'cache'...
OKAY [  1.630s]
finished. total time: 1.630s

C:\tools>fastboot erase userdata
erasing 'userdata'...
OKAY [ 67.811s]
finished. total time: 67.811s

C:\tools>fastboot reboot
rebooting...

finished. total time: 0.251s

C:\tools>
Im glad my xoom is still alive, and hate to say it, but the version is still EU 3.01

??
Samsung - Nexus 10 ~ 4.2.1 JB
 
jutley
Old
(Last edited by jutley; 13th July 2011 at 08:19 AM.)
#3  
jutley's Avatar
Senior Member - OP
Thanks Meter 216
Posts: 1,398
Join Date: Mar 2006
Location: UK
Yes I tried it your first two images had failed either you have not unlocked your bootloader properly or make sure you have MZ604 wifi model if you have done thease repeat the steps again.PLEASE MAKE SURE YOU HAVE WIFI XOOM MODEL MZ604 ONLY now I have stock us v3.2 and loving it it's a very simple procedure if your boot loaders are still unlocked skip the unlocking boot loader part enjoy.
 
CakraMas
Old
#4  
Member
Thanks Meter 7
Posts: 52
Join Date: May 2010
I Guess all are stock 3.0.1 images on this post, not the 3.2 stock.
 
jutley
Old
#5  
jutley's Avatar
Senior Member - OP
Thanks Meter 216
Posts: 1,398
Join Date: Mar 2006
Location: UK
Quote:
Originally Posted by CakraMas View Post
I Guess all are stock 3.0.1 images on this post, not the 3.2 stock.
Yes that's wright the 3.2 comes OTA when you do my procedure thanks
 
nicbell
Old
#6  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: Oct 2008
Location: London
Is there any disadvantage of using the US ROM in the UK other than warranty?
 
jutley
Old
#7  
jutley's Avatar
Senior Member - OP
Thanks Meter 216
Posts: 1,398
Join Date: Mar 2006
Location: UK
Quote:
Originally Posted by nicbell View Post
Is there any disadvantage of using the US ROM in the UK other than warranty?
No its all the same i have had no problems even in market all prices still come up as £ and you can change keyboard to uk english and still have the £ all good here it works 100% just read it carefully word for word and problems just ask thanks.
The Following User Says Thank You to jutley For This Useful Post: [ Click to Expand ]
 
kinky-chinky
Old
#8  
Senior Member
Thanks Meter 2
Posts: 224
Join Date: Feb 2007
If I attempt to flash a rom for a MZ604 device onto MZ601 device will it brick the device or just become a MZ604 device.

I would gladly lose the 3G capabilities for the benefits of a more stable and faster Xoom.

kind regards,

k-c
SGN
Rom: Ultimate V5 XXLSA
Kernel: 3.0.31
 
jutley
Old
#9  
jutley's Avatar
Senior Member - OP
Thanks Meter 216
Posts: 1,398
Join Date: Mar 2006
Location: UK
Quote:
Originally Posted by kinky-chinky View Post
If I attempt to flash a rom for a MZ604 device onto MZ601 device will it brick the device or just become a MZ604 device.

I would gladly lose the 3G capabilities for the benefits of a more stable and faster Xoom.

kind regards,

k-c
Sorry i cant answer that one it will be at your own risk my friend
The Following 2 Users Say Thank You to jutley For This Useful Post: [ Click to Expand ]
 
kinky-chinky
Old
#10  
Senior Member
Thanks Meter 2
Posts: 224
Join Date: Feb 2007
No worries jutley.

If I give it a go I'll let you know how it goes.

At the mo I'm holding out for an official HC 3.1 release from Moto tho not holding out much hope for a "soon" release

k-c
SGN
Rom: Ultimate V5 XXLSA
Kernel: 3.0.31

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...