[ROM] Team Tiamat Xoom Rom 2.1 Hammerhead

moosc

Senior Member
Feb 21, 2010
837
84
0
Charlotte NC
Is there a fix to go back to stock browser? One with out debug? I have a couple apps unfortunately that require the stock browser? And yes i typed in about debug to temporarily go back and it still fails and they dont recognize those browsers either.

Sent from my Xoom using XDA Premium App
 

kristian82

Senior Member
May 30, 2008
57
9
0
kind of strange

Hey,

thanks for the great work. After having some issues it's running all fine now!
I love the "One Custom ROM for all Xoom Owners around the world" Idea! That is great!

But I do have some questions about the translations:

I noticed that there are lacking some translations, at least for German
  • Initial Google-Setup
  • Standard E-Mail Client and Widget
  • Google Market
  • Camera
  • Google Books (OK, that one isn't officially available for Germany yet.

Is there any way of getting that translated too?

Thanks!
 

stevejau

Senior Member
Jan 9, 2011
277
58
0
Adelaide
Since installing i no longer can connect to my mac via usb and Android file Transfer. well actually it connects but stops working at 12kb of data transfer on any file i try.
Tried USB watcher and does not help. Only way for me to transfer files from xoom to mac is via recovery and mounts or remove sd card and put in mac.

any ideas?
 

GeekyGuy

Member
Mar 29, 2006
39
9
0
Awesome work!

Thanks to all involved. Working flawlessly, as one would expect coming from you guys!

Thanks again.
 
Last edited:

lowtraxx

Senior Member
Sep 20, 2007
632
1,239
0
Augsburg
blog.toshsoft.de
Hey,

thanks for the great work. After having some issues it's running all fine now!
I love the "One Custom ROM for all Xoom Owners around the world" Idea! That is great!

But I do have some questions about the translations:

I noticed that there are lacking some translations, at least for German
  • Initial Google-Setup
  • Standard E-Mail Client and Widget
  • Google Market
  • Camera
  • Google Books (OK, that one isn't officially available for Germany yet.

Is there any way of getting that translated too?

Thanks!
Hi,

The Setup Apk is different for non-US Users, its called SetupLite and is a total different app, so no, no translations for that ATM - EMail client will not build with the new translations, but I am working on it - Market is Google, it should not be unpacked and repacked, because I dont know if it will work then. I havent looked into it much though - Camera is also a different app and so the translations dont match - As for Google Books, there is as you stated no non-US Version, so there are no Non-US translations. Thats all I can say on that for now, but I am working on it.
 

lowtraxx

Senior Member
Sep 20, 2007
632
1,239
0
Augsburg
blog.toshsoft.de
Since installing i no longer can connect to my mac via usb and Android file Transfer. well actually it connects but stops working at 12kb of data transfer on any file i try.
Tried USB watcher and does not help. Only way for me to transfer files from xoom to mac is via recovery and mounts or remove sd card and put in mac.

any ideas?
Hi,

tried it here on my mac, but it works as expected. Could you provide logcat for the case where its not working.
 
  • Like
Reactions: Dave-Kay

lowtraxx

Senior Member
Sep 20, 2007
632
1,239
0
Augsburg
blog.toshsoft.de
Is there a fix to go back to stock browser? One with out debug? I have a couple apps unfortunately that require the stock browser? And yes i typed in about debug to temporarily go back and it still fails and they dont recognize those browsers either.

Sent from my Xoom using XDA Premium App
If you dont mind the translations, you could pull the Browser.apk from your Backup and push that. Or download the 3.2 update.zip unpack it and push that stock Browser

Code:
adb remount
adb push Browser.apk /system/app/Browser.apk
 

daniel_cassian

Senior Member
Mar 3, 2008
102
3
38
Bucharest
Hey guys... i just bought today a 3G Xoom MZ601 Non-uS. I'm trying to flash this rom, although i read most articles form here, i'm still very much n00b.
I managed after 3 hours to make windows recognize my Xoom. I have android-sdk and i even used adb reboot recovery to boot intro recovery mode (through power and volume down is not possible for me).
I wiped data and cash.
When i try to flash and i go to apply update from USB drive ... my xoom tells me:
E:failed to mount / sdcard (No such file or directory) ... who can help me flash this??
 

Razorless

Senior Member
Aug 10, 2008
447
327
0
Reflashed it. Flash still buggy and email client does not work. Says username/password incorrect all the time.

Despite that its really snappy.
 

lowtraxx

Senior Member
Sep 20, 2007
632
1,239
0
Augsburg
blog.toshsoft.de
Hey guys... i just bought today a 3G Xoom MZ601 Non-uS. I'm trying to flash this rom, although i read most articles form here, i'm still very much n00b.
I managed after 3 hours to make windows recognize my Xoom. I have android-sdk and i even used adb reboot recovery to boot intro recovery mode (through power and volume down is not possible for me).
I wiped data and cash.
When i try to flash and i go to apply update from USB drive ... my xoom tells me:
E:failed to mount / sdcard (No such file or directory) ... who can help me flash this??
First you need an SD-Card in the sdcard slot. After that you need to reboot into fastboot mode (Switch on XOOM while holding Vol-Up key). Download recovery from here. Download a precompiled fastboot for windows. Issue
Code:
fastboot oem unlock
Accept everything and unlock your Device. After that in fastboot mode issue
Code:
fastboot flash recovery /path/to/your/recovery.img
Now boot into recovery by switching on the XOOM and once you see the Moto Logo for a short time press Vol-Down now you should see Android Recovery in the corner, now press Vol-Up and then you get into recovery. From there issue a factory reset and then select Install Update and select the downloaded ROM.
 

MattCB72

Senior Member
May 19, 2010
114
19
48
Thank you for your great work. :)

How can I get Titaniumbackup to use the SD-Card unter /mnt/external1? It only finds the internal SD-Card.
 

moosc

Senior Member
Feb 21, 2010
837
84
0
Charlotte NC
OK I'll go searching for 3.2 and dl it. Unzip then push stock browser.
If you dont mind the translations, you could pull the Browser.apk from your Backup and push that. Or download the 3.2 update.zip unpack it and push that stock Browser

Code:
adb remount
adb push Browser.apk /system/app/Browser.apk


Sent from my DROIDX using XDA Premium App