Help Xoom3G continous reboots

Search This thread

Tdor

New member
Feb 8, 2014
1
0
Hello everyone


I have a problem with my Xoom3G as it boots 2-3 minutes after it enters KitKat and any operation I try to do with it like installing an app, removing an pp, even creating folders are reversed (for example I have create a folder named temp under /sdcard/Download and after the device reboot itself it disappeared)

As far as I can tell, this has started after the last upgrade to OmniRom

I can adb and fastboot to it as necessary


Build is
Code:
Build: omni_everest-userdebug 4.4.2 KOT49H eng.ubuntu.20140203.214130 test-keys

Build fingerprint: 'motorola/omni_everest/everest:4.4.2/KOT49H/eng.ubuntu.20140203.214130:userdebug/test-keys'

Bootloader: 1049

Radio: N_01.100.07P

Network: RO Vodafone RO

Kernel: Linux version 2.6.39.4-ElementalX-Xoom-2.0+ (ubuntu@i8) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Mon Feb 3 21:48:00 CET 2014

Command line: mem=1024M@0M tegra_fbmem=8192000@0x1e018000 video=tegrafb ramconsole=1M@511M console=ttyS0,115200n8 usbcore.old_scheme_first=1 tegraboot=sdmmc gpt gpt_sector=0x03b6efff mot_prod=1 androidboot.serialno=xxxxxxxxxxxxxxx hw_rev=p3 androidboot.modelno=MZ600 product_type=cw lp0_vec=8192@0x1e7f1020 androidboot.bootloader=1049 androidboot.baseband=N_01.100.07P lcd_manfid=SHP mem_vid=0x101 mem_pid=0x5454 product_type=uw



The filesystem doesn't appear to be put in read only mode
Code:
shell@everest:/sdcard # cat /proc/mounts
cat /proc/mounts
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,relatime,mode=750,gid=1000 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/fuse tmpfs rw,relatime,mode=775,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/platform/sdhci-tegra.3/by-name/system /system ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/block/platform/sdhci-tegra.3/by-name/pdsb /pds ext4 ro,relatime,user_xattr,acl,barrier=1,data=writeback 0 0
/dev/block/platform/sdhci-tegra.3/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,acl,barrier=
1,nomblk_io_submit,data=ordered 0 0
/dev/block/platform/sdhci-tegra.3/by-name/userdata /data ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,acl,barrie
r=1,nomblk_io_submit,data=ordered 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0
 0
shell@everest:/sdcard #


In the logcat I find errors like
Code:
E/cutils  (   91): Failed to mkdirat(/storage/usbdisk/Android): Read-only file system

W/ContextImpl( 4157): Failed to ensure directory: /storage/usbdisk/Android/data/com.google.android.youtube/files

Code:
E/AndroidRuntime(  822): FATAL EXCEPTION: main

E/AndroidRuntime(  822): Process: android.process.media, PID: 822

E/AndroidRuntime(  822): android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed (code 11)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:845)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:144)

E/AndroidRuntime(  822): 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133)

E/AndroidRuntime(  822): 	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:197)

E/AndroidRuntime(  822): 	at android.database.AbstractCursor.moveToNext(AbstractCursor.java:245)

E/AndroidRuntime(  822): 	at com.android.providers.media.MediaProvider.dump(MediaProvider.java:5656)

E/AndroidRuntime(  822): 	at com.android.providers.media.MediaProvider.dump(MediaProvider.java:5599)

E/AndroidRuntime(  822): 	at android.app.ActivityThread.handleDumpProvider(ActivityThread.java:2684)

E/AndroidRuntime(  822): 	at android.app.ActivityThread.access$2800(ActivityThread.java:135)

E/AndroidRuntime(  822): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1371)

E/AndroidRuntime(  822): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(  822): 	at android.os.Looper.loop(Looper.java:136)

E/AndroidRuntime(  822): 	at android.app.ActivityThread.main(ActivityThread.java:5017)

E/AndroidRuntime(  822): 	at java.lang.reflect.Method.invokeNative(Native Method)

E/AndroidRuntime(  822): 	at java.lang.reflect.Method.invoke(Method.java:515)

E/AndroidRuntime(  822): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)

E/AndroidRuntime(  822): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)

E/AndroidRuntime(  822): 	at dalvik.system.NativeStart.main(Native Method)





Currently I seem to be unable to even wipe the device (tryied via android manager, via TWRP bootloader and fastboot format options) or to do any changes to the device (via user interface or via ADB shell)



So, anyone has any idea what should I check further / make the device usable again?
Many thanks


Device history
- had it from september 2010, non-rooted, with the stock rom
- in january it started to freeze (and to get it to work a hard reset was needed every time) and after a few days it just stuck at booting in the Motorola logo
- decided to install the Omnirom as per - http://xdaforums.com/showthread.php?t=2593414
- all worked fine until one day after it installed the 03Feb update when the reboots have started