ICS on Motorola Xoom 3G MZ 601

v8cj7

Member
Jan 13, 2012
14
2
0
I think the easiest solution is the ydaraishy - rom

http://forum.xda-developers.com/showthread.php?t=1443220

I changed the recovery.img to the one from clockwork and installed then the google-app-pack and everything works!

Only little issue is the one ydaraishy mentioned: 3g works perfectly, but in the bar it says that I have a pretty good connection (full), which isnt true. :)


EDIT:

A little guide:

1) Download the file ydaraishy uploaded and extract it on your desktop.

2) Delete the recovery.img and use http://forum.xda-developers.com/showthread.php?t=1235170 instead.

3) Connect your Xoom to your computer with the usb-cable , and go in fastboot mode

then, install all files with the following commands:

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

then,

4) Copy the latest g-apps-version on your xoom http://goo-inside.me/roms/teameos/gapps/

5) Start Recovery and install the zipfile (with the gapps) and restart again.


Have fun :)
Runs better than the EOS rom, but still struggle with 3G.
Providers can be seen, e.g. Vodafone, but the Code for the SIM PIN usually being asked for. This does not happen.
Is there something to reactivate that. This might be the remaining problem connecting to 3G !
 

Oebo

Member
Jul 27, 2010
6
0
0
I'm using the Alpha build too, with the same problems with the sign of 3G, but it is working with no problems.

The main issue that I have is even after were pushed the 3 files from a Honeycomb, my GPS keeps broken.
I used GPS Test app and even the compass is not working. :(

Any idea about what could be wrong?
Now after struggling with the 3G my GPS also broke down. Even after changing back to stock and then to Tiamat it doesn't work.

Starting to get really pi**ed......
 

psmedley

Senior Member
May 5, 2011
94
18
0
Adelaide
ICS & 3G working here

Like some others, I've updated to ydaraishy's mz601 alpha build and the new rogue kernel.

All seems to be working fine. I'm mainly using wifi around home, but did test 3G before setting up the wifi to ensure it was working.

Early days, but 'feels' much nicer than honeycomb
 

psmedley

Senior Member
May 5, 2011
94
18
0
Adelaide
Runs better than the EOS rom, but still struggle with 3G.
Providers can be seen, e.g. Vodafone, but the Code for the SIM PIN usually being asked for. This does not happen.
Is there something to reactivate that. This might be the remaining problem connecting to 3G !
No problems here with a Telstra SIM - mind you, I have PIN turned off on this SIM

---------- Post added at 06:47 PM ---------- Previous post was at 06:40 PM ----------

I have same issue with market using Tiamat 2.2.2.... Many apps missing
Is the market problem just that the missing apps aren't supported on ICS?

Logging in to market.android.com via a web browser shows apps like Quick Office aren't supported on ICS.
 

DragonEarth

Member
Jan 15, 2012
22
3
0
I think you're right - pretty sure the "ro.fingerprint" values in the build.prop is what is causing the Market to only show a subsection of the Marketplace apps. I'll keep looking into it and post anything I find :)

Sent from my 3g MZ601 (Everest) 4.0.3 AOSP (1.5oc) using Tapatalk
I think build.prop is not the top of problem, if i replace build.prop to wifi build.prop market stay identifed my Xoom 3G. If i just reflash with Tiamat 2.3.0 all market work nice.

With 3G chip on Xoom I see "MZ601 Claro" in My Devices on market.android.com.
With Tiamat 2.3.0 just apear "Xoom" in My Devices on market.android.com.
:confused:
 
  • Like
Reactions: iBuzman

darkstarz

Member
Jan 17, 2012
13
2
0
Sydney
Still no luck with my 3G connection

Guys,
No luck with the 3G in ICS for me still.. Now I have

1. ICS alpha
2. Rouge ROM

As I said before.. Since My Xoom automatically updated to 3.2 from 3.1 I lost it...
Tried different SIM cards with no luck.. There is a Telstra 3G build going around.. but did not really work when was trying to push it via ADB .. not all the files are there..

Anyone.. Pls help.. To get my 3G back :).. CHeeers
 

iBuzman

Senior Member
Mar 7, 2011
1,437
654
0
Melbourne
Guys,
No luck with the 3G in ICS for me still.. Now I have

1. ICS alpha
2. Rouge ROM

As I said before.. Since My Xoom automatically updated to 3.2 from 3.1 I lost it...
Tried different SIM cards with no luck.. There is a Telstra 3G build going around.. but did not really work when was trying to push it via ADB .. not all the files are there..

Anyone.. Pls help.. To get my 3G back :).. CHeeers
TeamEOS nightly #7 works for me (3g, overclockable etc) - its located under the development section of this forum :)

Sent from my MZ601 using Tapatalk
 

darkstarz

Member
Jan 17, 2012
13
2
0
Sydney
No 3G.. but no worries

Hopefully it's about time that the original ics will land :) ..

By the way Does Anyone have the original Optus Honecomb ROM (3.1/3.2/3.0.1 anything) ?

I think I should push that in first and then start again.

Your help would be highly appreciated. Cheers.
 

tailgunner30uk

New member
Jan 24, 2012
2
2
0
3G on MZ601

I have spent most of the last two days working through the problems with this and have finally a working 3G in ICS for Euro Xooms.

I cannot offer any guarantees that this will work for everyone but at worst nothing should change, i.e. no working 3G.

Assuming you have working 3G and an unlocked and rooted Xoom running Honeycomb 3.2 or 3.1 although I have no experience with 3.1 and this problem, I will assume that things haven't changed that much.

You need to pull the telephony files, excluding build.prop from your Xoom


adb remount
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
adb pull /data/data/com.android.providers.settings/databases/settings.db-wal settings.db-wal
adb pull /data/data/com.android.providers.settings/databases/settings.db-shm settings.db-shm
adb pull /data/data/com.android.providers.telephony/databases/telephony.db telephony.db
adb pull /data/data/com.android.providers.telephony/databases/telephony.db-journal telephony.db-journal


Once this is done install your Preferred ICS using the appropriate instructions.

After this is done you should have a working ICS installation but with no 3G


Now you need to push back the telephony files you copied from your Honeycomb installation..

adb remount
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
adb push settings.db-wal /data/data/com.android.providers.settings/databases/settings.db-wal
adb push settings.db-shm /data/data/com.android.providers.settings/databases/settings.db-shm
adb push telephony.db /data/data/com.android.providers.telephony/databases/telephony.db
adb push telephony.db-journal /data/data/com.android.providers.telephony/databases/telephony.db-journal


Reboot your Xoom, select the correct APN from the list under settings/wireless/Mobile network/access point names.

Use network operators in the same menu to register on the network and hopefully you will have a 3G data connection.

All of this presupposes you have either not installed ICS and still have Honeycomb on your Xoom or Can restore your Xoom to Honeycomb from a backup you made before installing ICS...

This information was gleaned from various places within XDA forums. Particularly:

[GUIDE][OBSOLETE] 3.1 for rooted EURO XOOM with working 3G in 5 steps [Update: 7/25]

By Lowtraxx
 
  • Like
Reactions: pjnetnz

darkstarz

Member
Jan 17, 2012
13
2
0
Sydney
Anyone has 3G Settings? Motorola Xoom 3G MZ 601 Optus

Hi Guys,

Still no luck with 3G on my MZ601 Optus Version.

I'm on Eos 1.0.0 Nightly Build and still using it as Wifi only :-( ..

Please note that I do not have any modem settings from previous 3.1 Rom.

Any help would appreciated as Optus and Motorolla is so sluck that they can't even produce a proper ICS update. :confused:
 

wesamothman

Recognized Contributor
Apr 5, 2012
6,521
26,692
0
Dallas - TX
Why don't you try out the latest eos umts everest nightlies build? It is ics based tiamat kernel 3.0.17 and everything works with it like a charm.

Sent from my MZ601 using Tapatalk 2
 

AndCam

Member
Apr 17, 2012
5
0
0
Monterrey
Anyone has 3G Settings? Motorola Xoom 3G MZ 601 Optus

hi, i'm using ICS 4.0.4 umts_everest MZ601 too and works very good. why don't you try this?
check here
http://forum.xda-developers.com/showthread.php?t=1459641
cheers!

Hi Guys,

Still no luck with 3G on my MZ601 Optus Version.

I'm on Eos 1.0.0 Nightly Build and still using it as Wifi only :-( ..

Please note that I do not have any modem settings from previous 3.1 Rom.

Any help would appreciated as Optus and Motorolla is so sluck that they can't even produce a proper ICS update. :confused:
 

wesamothman

Recognized Contributor
Apr 5, 2012
6,521
26,692
0
Dallas - TX
Hi Guys,

Still no luck with 3G on my MZ601 Optus Version.

I'm on Eos 1.0.0 Nightly Build and still using it as Wifi only :-( ..

Please note that I do not have any modem settings from previous 3.1 Rom.

Any help would appreciated as Optus and Motorolla is so sluck that they can't even produce a proper ICS update. :confused:
Ok. I have tested your case. And here is the solution :)

1) find someone who has MZ601 rooted device of your friends with working 3G. Call it Device2 while yours is Device1
2) on Device2, through Recovery, take a full backup.
3) from Device2, pull out this backup and transfer it to Device1 internal SD card CWM Recovery DIR.
4) on Device1, reboot into recovery, and perform advanced restore, and restore system.

Hope this works out with you.
 

jane999

Member
Aug 25, 2012
12
3
0
Wow, thanks so much for this info! I used the latest EOS nightly and still I had no 3G. After reading your post, I checked my APNs and it turned out I didn't have the correct 3G APN. For some reason, I had only wap and mms APNs (even though I have a Xoom and not phone) and no internet APN. After setting up a new APN with the correct settings I finally have 3G. After more than a week without 3G. Thank you once again!

Hi if you are using a post paid sim 'in settings /more /mobile networks / access point names / Optus Yes Internet /APN cahnge it to "connectme"
Hope it works for you

Try the latest team eos rom
http://forum.xda-developers.com/showthread.php?t=1484770