Project

General

Profile

Galaxy S3 i9305 stuck in Downloading/recovery mode

Added by PJ K about 10 years ago

After successfully installing Replicant on my Tab 2 10.1, I decided to try my S3.

At recovery mode, I got the following readout before I did anything:
CWM-based Recovery v6.0.3.6
E: can't mount /cache/recovery/commmand
Warning: No file_contexts
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log

I tried installing the zip file from the ext sdcard and I got:
a (status 7) error

Over at xda developers, they reckon they've come up with a fix for that: http://forum.xda-developers.com/showthread.php?t=2302599
But it didn't work for me.

I also tried sideloading the file, but that didn't work either; my latest readout was
Restarting adbd...
E: Can't mount /cache/recovery/last_install
E: failed to open last_install: invalid argument
Finding update package...
Installing update....
symlink: some symlinks failed
E: Error in /tmp/update.zip
(Status 7)
Installation aborted.

Since my phone wasn't going anywhere, I tried downloading CyanogenMod and installing it.
No go with that either. It seemed to install, but it gives me those 4 lines about can't mount cache/recovery etc and then when I try to reboot at the end of the installation, it goes into downloading mode.

To make matters worse, I didn't backup my Android installation. I got a backup app, but hadn't actually backed up before I started fiddling with Replicant.

Any suggestions to help me get a phone back?


Replies (12)

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Paul Kocialkowski about 10 years ago

Can mounting /cache from recovery work? If not, what errors shows up when running mount and what does the kernel say?

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

When I tried to mount /cache' it said: Sorry. Can't mount /cache.
What is "running mount" and how do I get the kernel to talk to me?

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

Actually it says: "Error mounting cache!"

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Paul Kocialkowski about 10 years ago

What is "running mount" and how do I get the kernel to talk to me?

mount is an utility that you can use to mount the partitions. It is accessible from command line.
When the device is running recovery, run:

sudo adb shell
~ # mount /cache

This should give a more accurate error but should still fail. You can access the kernel logs using dmesg:

~ # dmesg

And paste the output here.

This seems like a problem with your particular device by the way, not a bug in CWM (the recovery used with Replicant).

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

<~ # mount /cache
mount: mounting /dev/block/mmcblk0p8 on /cache failed: Invalid argument
~ # dmesg
<7>[  667.278301] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  667.548828] c0 usb: GET_DES
<7>[  667.549050] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  667.549783] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  667.680787] c0 usb: GET_DES
<6>[  667.682309] c0 android_usb gadget: high speed config #1: android
<7>[  667.682480] c0 usb: SET_CON
<7>[  667.682670] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  667.683303] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  667.731508] c3 adb_release
<7>[  667.731601] c3 usb: usb_gadget_disconnect
<7>[  667.731767] c3 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<7>[  667.732252] c3 usb: android_work config=  (null),connected=0,sw_connected=1
<6>[  667.732409] c0 adb_open
<7>[  667.732497] c0 usb: android_bind_enabled_functions f:adb
<6>[  667.732623] c0 adb_bind_config
<7>[  667.732731] c0 usb: usb_gadget_connect
<7>[  667.733054] c3 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  668.004836] c0 usb: GET_DES
<7>[  668.005125] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  668.005800] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  668.136804] c0 usb: GET_DES
<6>[  668.138266] c0 android_usb gadget: high speed config #1: android
<7>[  668.138444] c0 usb: SET_CON
<7>[  668.138669] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  668.139502] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  668.189772] c0 adb_release
<7>[  668.189862] c0 usb: usb_gadget_disconnect
<7>[  668.190013] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  668.190733] c0 adb_open
<7>[  668.190823] c0 usb: android_bind_enabled_functions f:adb
<6>[  668.190948] c0 adb_bind_config
<7>[  668.191062] c0 usb: usb_gadget_connect
<7>[  668.191288] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  668.192320] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  668.440811] c0 usb: GET_DES
<7>[  668.441032] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  668.441684] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  668.572770] c0 usb: GET_DES
<6>[  668.574298] c0 android_usb gadget: high speed config #1: android
<7>[  668.574474] c0 usb: SET_CON
<7>[  668.574663] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  668.575385] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  668.628357] c0 adb_release
<7>[  668.628443] c0 usb: usb_gadget_disconnect
<7>[  668.628601] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  668.629048] c0 adb_open
<7>[  668.629134] c0 usb: android_bind_enabled_functions f:adb
<6>[  668.629255] c0 adb_bind_config
<7>[  668.629359] c0 usb: usb_gadget_connect
<7>[  668.630264] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  668.631062] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  668.876854] c0 usb: GET_DES
<7>[  668.877073] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  668.877920] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  669.008768] c0 usb: GET_DES
<6>[  669.010284] c0 android_usb gadget: high speed config #1: android
<7>[  669.010457] c0 usb: SET_CON
<7>[  669.010685] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  669.011410] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  669.067878] c0 adb_release
<7>[  669.067963] c0 usb: usb_gadget_disconnect
<7>[  669.068115] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  669.068861] c0 adb_open
<7>[  669.068953] c0 usb: android_bind_enabled_functions f:adb
<6>[  669.069081] c0 adb_bind_config
<7>[  669.069188] c0 usb: usb_gadget_connect
<7>[  669.069421] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  669.070383] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  669.352819] c0 usb: GET_DES
<7>[  669.353044] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  669.353779] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  669.484765] c0 usb: GET_DES
<6>[  669.486302] c0 android_usb gadget: high speed config #1: android
<7>[  669.486478] c0 usb: SET_CON
<7>[  669.486666] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  669.487327] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  669.536974] c3 adb_release
<7>[  669.537071] c3 usb: usb_gadget_disconnect
<7>[  669.537235] c3 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  669.537576] c0 adb_open
<7>[  669.537661] c0 usb: android_bind_enabled_functions f:adb
<7>[  669.537798] c3 usb: android_work config=  (null),connected=0,sw_connected=1
<6>[  669.537960] c0 adb_bind_config
<7>[  669.538071] c0 usb: usb_gadget_connect
<7>[  669.538523] c3 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  669.784844] c0 usb: GET_DES
<7>[  669.785144] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  669.785828] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  669.916748] c0 usb: GET_DES
<6>[  669.918270] c0 android_usb gadget: high speed config #1: android
<7>[  669.918440] c0 usb: SET_CON
<7>[  669.918667] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  669.919484] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  669.980690] c0 adb_release
<7>[  669.980776] c0 usb: usb_gadget_disconnect
<7>[  669.980931] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  669.981574] c0 adb_open
<7>[  669.981662] c0 usb: android_bind_enabled_functions f:adb
<6>[  669.981791] c0 adb_bind_config
<7>[  669.981897] c0 usb: usb_gadget_connect
<7>[  669.982130] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  669.983079] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  670.224802] c0 usb: GET_DES
<7>[  670.225024] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  670.225766] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  670.356746] c0 usb: GET_DES
<6>[  670.358287] c0 android_usb gadget: high speed config #1: android
<7>[  670.358461] c0 usb: SET_CON
<7>[  670.358649] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  670.359319] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  670.410249] c0 adb_release
<7>[  670.410331] c0 usb: usb_gadget_disconnect
<7>[  670.410484] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  670.411121] c0 adb_open
<7>[  670.411209] c0 usb: android_bind_enabled_functions f:adb
<6>[  670.411341] c0 adb_bind_config
<7>[  670.411448] c0 usb: usb_gadget_connect
<7>[  670.411674] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  670.412563] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<6>[  670.440078] c0 pet_watchdog_timer_fn kicking...dc34
<7>[  670.684804] c0 usb: GET_DES
<7>[  670.685028] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  670.685768] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  670.816749] c0 usb: GET_DES
<6>[  670.818257] c0 android_usb gadget: high speed config #1: android
<7>[  670.818430] c0 usb: SET_CON
<7>[  670.818650] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  670.819341] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  670.868279] c0 adb_release
<7>[  670.868362] c0 usb: usb_gadget_disconnect
<7>[  670.868517] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<6>[  670.869149] c0 adb_open
<7>[  670.869235] c0 usb: android_bind_enabled_functions f:adb
<6>[  670.869364] c0 adb_bind_config
<7>[  670.869466] c0 usb: usb_gadget_connect
<7>[  670.870924] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  670.871627] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  671.116801] c0 usb: GET_DES
<7>[  671.117022] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  671.117718] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  671.248799] c0 usb: GET_DES
<6>[  671.250256] c0 android_usb gadget: high speed config #1: android
<7>[  671.250434] c0 usb: SET_CON
<7>[  671.250626] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  671.251278] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  675.440111] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  677.699055] c0 max17047_get_soc: SOC(90, 8863 / 9821)
<6>[  677.702603] c0 battery_interval_calulation: raw soc(8892), weight(90)
<6>[  677.702759] c0 battery_interval_calulation: weight(90)
<6>[  677.702894] c0 battery_monitor_interval: apply weight(90), 30 -> 27
<6>[  677.703082] c0 [29] bat: s(90, 11), v(4260, 71), t(30.5), cs(1, 1), cb(3), cr(466, 460), t(126)
<6>[  680.440093] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  685.440090] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  690.440089] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  695.440091] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  700.440089] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  704.813980] c0 max17047_get_soc: SOC(90, 8874 / 9821)
<6>[  704.817537] c0 [30] bat: s(90, 11), v(4260, 70), t(30.2), cs(1, 1), cb(3), cr(466, 460), t(153)
<6>[  705.440091] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  710.440088] c0 pet_watchdog_timer_fn kicking...dc32
<3>[  714.570242] c0 [HOTPLUG OUT] check_down 200000<=200000 && 0<100
<3>[  714.570400] c0 CPU_DOWN 3
<5>[  714.577679] c0 CPU3: shutdown
<6>[  715.440112] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  720.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  722.915813] c0 sec-thermistor sec-thermistor: notify_change_of_temperature: uevent: TEMPERATURE=320
<6>[  725.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  730.440105] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  734.833997] c0 max17047_get_soc: SOC(90, 8885 / 9821)
<6>[  734.837597] c0 [31] bat: s(90, 11), v(4263, 72), t(30.3), cs(1, 1), cb(3), cr(466, 460), t(183)
<6>[  735.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  740.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  745.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  750.440105] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  752.970800] c0 sec-thermistor sec-thermistor: notify_change_of_temperature: uevent: TEMPERATURE=330
<6>[  755.440105] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  760.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  764.875742] c0 max17047_get_soc: SOC(90, 8896 / 9821)
<6>[  764.879210] c0 [32] bat: s(90, 11), v(4262, 69), t(29.7), cs(1, 1), cb(3), cr(466, 460), t(213)
<6>[  765.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  770.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  775.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  780.440114] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  783.070651] c0 sec-thermistor sec-thermistor: notify_change_of_temperature: uevent: TEMPERATURE=320
<6>[  785.440146] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  790.440111] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  794.891785] c0 max17047_get_soc: SOC(90, 8907 / 9821)
<6>[  794.894803] c0 [33] bat: s(90, 11), v(4258, 64), t(30.5), cs(1, 1), cb(3), cr(466, 460), t(243)
<6>[  795.440092] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  800.440122] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  805.440100] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  810.440121] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  813.120554] c0 sec-thermistor sec-thermistor: notify_change_of_temperature: uevent: TEMPERATURE=310
<6>[  815.440096] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  820.440129] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  822.359720] c0 adb_release
<7>[  822.359824] c0 usb: usb_gadget_disconnect
<7>[  822.360167] c0 usb: android_work config=  (null),connected=0,sw_connected=1
<7>[  822.361024] c0 usb: usb_remove_config cdev->config=  (null), config=c08c1170
<7>[  822.362500] c0 usb: state_show buf=DISCONNECTED
<7>[  822.362878] c0 usb: enable_store enabled=0, !dev->enabled=0
<7>[  822.370676] c0 usb: android_work sent uevent USB_STATE=DISCONNECTED
<7>[  822.486528] c0 usb: enable_store enabled=1, !dev->enabled=1
<7>[  822.486586] c0 usb: enable_store vendor=4e8,product=6860,bcdDevice=226
<7>[  822.486646] c0 ,Class=0,SubClass=0,Protocol=0
<7>[  822.486689] c0 usb: enable_store next cmd : usb_add_config
<4>[  822.488380] c0 printing data of superblock-bh
<3>[  822.488428] c0 As EXT4-fs error, printing data in hex
<3>[  822.488481] c0  [partition info] s_id : mmcblk0p8, start block# : 106496
<3>[  822.488543] c0  dump block# : 1, start offset(byte) : 0, length(byte) : 1024
<3>[  822.488607] c0 -----------------------------------------------------------------------------
<3>[  822.488689] c0 0x0000 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.488773] c0 0x0010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.488853] c0 0x0020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.488933] c0 0x0030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489013] c0 0x0040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489096] c0 0x0050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489174] c0 0x0060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489256] c0 0x0070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489339] c0 0x0080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489420] c0 0x0090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489499] c0 0x00a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489580] c0 0x00b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489665] c0 0x00c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489744] c0 0x00d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489823] c0 0x00e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489905] c0 0x00f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.489987] c0 0x0100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490152] c0 0x0110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490239] c0 0x0120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490318] c0 0x0130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490398] c0 0x0140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490478] c0 0x0150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490562] c0 0x0160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490643] c0 0x0170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490723] c0 0x0180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490806] c0 0x0190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490887] c0 0x01a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.490967] c0 0x01b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491048] c0 0x01c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491132] c0 0x01d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491212] c0 0x01e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491291] c0 0x01f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491372] c0 0x0200 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491455] c0 0x0210 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491534] c0 0x0220 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491615] c0 0x0230 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491700] c0 0x0240 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491779] c0 0x0250 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491859] c0 0x0260 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.491940] c0 0x0270 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492021] c0 0x0280 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492101] c0 0x0290 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492181] c0 0x02a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492265] c0 0x02b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492346] c0 0x02c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492426] c0 0x02d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492508] c0 0x02e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492593] c0 0x02f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492674] c0 0x0300 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492754] c0 0x0310 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492836] c0 0x0320 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492918] c0 0x0330 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.492997] c0 0x0340 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493077] c0 0x0350 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493161] c0 0x0360 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493240] c0 0x0370 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493320] c0 0x0380 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493401] c0 0x0390 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493486] c0 0x03a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493567] c0 0x03b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493648] c0 0x03c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493730] c0 0x03d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493811] c0 0x03e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493891] c0 0x03f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  822.493966] c0 -----------------------------------------------------------------------------
<3>[  822.494050] c0 EXT4-fs (mmcblk0p8): VFS: Can't find ext4 filesystem
<6>[  822.495154] c0 adb_open
<7>[  822.495194] c0 usb: android_bind_enabled_functions f:adb
<6>[  822.495244] c0 adb_bind_config
<7>[  822.495293] c0 usb: usb_gadget_connect
<7>[  822.734949] c0 usb: GET_DES
<7>[  822.735003] c0 usb: android_work config=  (null),connected=1,sw_connected=0
<7>[  822.740138] c0 usb: android_work sent uevent USB_STATE=CONNECTED
<7>[  822.866901] c0 usb: GET_DES
<6>[  822.867996] c0 android_usb gadget: high speed config #1: android
<7>[  822.868032] c0 usb: SET_CON
<7>[  822.868077] c0 usb: android_work config=c08c1170,connected=1,sw_connected=1
<7>[  822.876036] c0 usb: android_work sent uevent USB_STATE=CONFIGURED
<6>[  823.290552] c0 EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: 
<6>[  824.929250] c0 max17047_get_soc: SOC(90, 8918 / 9821)
<6>[  824.932856] c0 [34] bat: s(90, 11), v(4263, 68), t(30.4), cs(1, 1), cb(3), cr(466, 460), t(273)
<6>[  825.440093] c0 pet_watchdog_timer_fn kicking...d3f3
<6>[  830.440101] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  835.440084] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  840.440086] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  845.440086] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  850.440085] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  854.949068] c0 max17047_get_soc: SOC(90, 8929 / 9821)
<6>[  854.952637] c0 [35] bat: s(90, 11), v(4263, 67), t(29.7), cs(1, 1), cb(3), cr(466, 460), t(303)
<6>[  855.440110] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  860.440112] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  865.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  870.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  875.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  880.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  884.984179] c0 max17047_get_soc: SOC(91, 8951 / 9821)
<6>[  884.987733] c0 [36] bat: s(91, 22), v(4265, 67), t(29.5), cs(1, 1), cb(3), cr(466, 460), t(333)
<6>[  885.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  890.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  895.440109] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  900.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  905.440107] c0 pet_watchdog_timer_fn kicking...dc33
<4>[  910.145453] c0 adbd (2800): /proc/2800/oom_adj is deprecated, please use /proc/2800/oom_score_adj instead.
<6>[  910.440118] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  915.034203] c0 max17047_get_soc: SOC(91, 8962 / 9821)
<6>[  915.037743] c0 battery_interval_calulation: raw soc(8991), weight(90)
<6>[  915.037899] c0 battery_interval_calulation: weight(90)
<6>[  915.038041] c0 battery_monitor_interval: apply weight(90), 30 -> 27
<6>[  915.038231] c0 [37] bat: s(91, 11), v(4268, 68), t(29.9), cs(1, 1), cb(3), cr(466, 460), t(364)
<6>[  915.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  920.440106] c0 pet_watchdog_timer_fn kicking...dc33
<4>[  921.602988] c0 printing data of superblock-bh
<3>[  921.603116] c0 As EXT4-fs error, printing data in hex
<3>[  921.603242] c0  [partition info] s_id : mmcblk0p8, start block# : 106496
<3>[  921.603408] c0  dump block# : 1, start offset(byte) : 0, length(byte) : 1024
<3>[  921.603567] c0 -----------------------------------------------------------------------------
<3>[  921.603927] c0 0x0000 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.604152] c0 0x0010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.604380] c0 0x0020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.604611] c0 0x0030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.604839] c0 0x0040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.605288] c0 0x0050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.605521] c0 0x0060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.605749] c0 0x0070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.605984] c0 0x0080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.606206] c0 0x0090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.606427] c0 0x00a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.606654] c0 0x00b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.606879] c0 0x00c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.607099] c0 0x00d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.607315] c0 0x00e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.607541] c0 0x00f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.607768] c0 0x0100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.607985] c0 0x0110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.608206] c0 0x0120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.608429] c0 0x0130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.608654] c0 0x0140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.608872] c0 0x0150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.609091] c0 0x0160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.609315] c0 0x0170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.609543] c0 0x0180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.609765] c0 0x0190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.609985] c0 0x01a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.610282] c0 0x01b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.610505] c0 0x01c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.610732] c0 0x01d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.610958] c0 0x01e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.611179] c0 0x01f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.611398] c0 0x0200 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.611620] c0 0x0210 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.611850] c0 0x0220 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.612065] c0 0x0230 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.612285] c0 0x0240 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.612513] c0 0x0250 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.612738] c0 0x0260 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.612956] c0 0x0270 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.613173] c0 0x0280 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.613396] c0 0x0290 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.613621] c0 0x02a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.613838] c0 0x02b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.614055] c0 0x02c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.614278] c0 0x02d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.614502] c0 0x02e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.614731] c0 0x02f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.614943] c0 0x0300 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.615291] c0 0x0310 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.615514] c0 0x0320 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.615739] c0 0x0330 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.615969] c0 0x0340 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.616188] c0 0x0350 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.616421] c0 0x0360 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.616663] c0 0x0370 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.616885] c0 0x0380 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.617137] c0 0x0390 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.617368] c0 0x03a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.617600] c0 0x03b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.617851] c0 0x03c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.618075] c0 0x03d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.618319] c0 0x03e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.618562] c0 0x03f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  921.618745] c0 -----------------------------------------------------------------------------
<6>[  925.440116] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  930.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  935.440125] c0 pet_watchdog_timer_fn kicking...db8e
<6>[  940.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  942.064118] c0 max17047_get_soc: SOC(91, 8972 / 9821)
<6>[  942.067725] c0 [38] bat: s(91, 10), v(4270, 69), t(29.8), cs(1, 1), cb(3), cr(466, 460), t(391)
<6>[  945.440111] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  950.440108] c0 pet_watchdog_timer_fn kicking...dc33
<4>[  954.961546] c0 printing data of superblock-bh
<3>[  954.961681] c0 As EXT4-fs error, printing data in hex
<3>[  954.961807] c0  [partition info] s_id : mmcblk0p8, start block# : 106496
<3>[  954.961983] c0  dump block# : 1, start offset(byte) : 0, length(byte) : 1024
<3>[  954.962167] c0 -----------------------------------------------------------------------------
<3>[  954.962393] c0 0x0000 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.962639] c0 0x0010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.962880] c0 0x0020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.963099] c0 0x0030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.963349] c0 0x0040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.963569] c0 0x0050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.963807] c0 0x0060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.964057] c0 0x0070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.964278] c0 0x0080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.964523] c0 0x0090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.964756] c0 0x00a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.964986] c0 0x00b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.965542] c0 0x00c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.965771] c0 0x00d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.966013] c0 0x00e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.966251] c0 0x00f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.966478] c0 0x0100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.966860] c0 0x0110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.967089] c0 0x0120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.967328] c0 0x0130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.967578] c0 0x0140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.967796] c0 0x0150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.968041] c0 0x0160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.968273] c0 0x0170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.968502] c0 0x0180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.968752] c0 0x0190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.968979] c0 0x01a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.969215] c0 0x01b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.969454] c0 0x01c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.969677] c0 0x01d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.969926] c0 0x01e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.970567] c0 0x01f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.970971] c0 0x0200 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.971364] c0 0x0210 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.971703] c0 0x0220 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.971908] c0 0x0230 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.972106] c0 0x0240 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.972288] c0 0x0250 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.972504] c0 0x0260 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.972687] c0 0x0270 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.972886] c0 0x0280 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.973095] c0 0x0290 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.973265] c0 0x02a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.973475] c0 0x02b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.973669] c0 0x02c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.973849] c0 0x02d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.974065] c0 0x02e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.974240] c0 0x02f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.974441] c0 0x0300 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.974641] c0 0x0310 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.974824] c0 0x0320 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.975117] c0 0x0330 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.975305] c0 0x0340 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.975500] c0 0x0350 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.975708] c0 0x0360 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.975879] c0 0x0370 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.976085] c0 0x0380 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.976282] c0 0x0390 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.976461] c0 0x03a0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.976678] c0 0x03b0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.976857] c0 0x03c0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.977053] c0 0x03d0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.977253] c0 0x03e0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.977428] c0 0x03f0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
<3>[  954.977580] c0 -----------------------------------------------------------------------------
<6>[  955.440114] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  960.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  965.440111] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  970.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  972.084127] c0 max17047_get_soc: SOC(91, 8983 / 9821)
<6>[  972.087755] c0 [39] bat: s(91, 11), v(4269, 67), t(29.6), cs(1, 1), cb(3), cr(466, 460), t(421)
<6>[  975.440099] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  980.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  985.440108] c0 pet_watchdog_timer_fn kicking...dc32
<6>[  990.440097] c0 pet_watchdog_timer_fn kicking...dc33
<6>[  995.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1000.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1002.134140] c0 max17047_get_soc: SOC(91, 8994 / 9821)
<6>[ 1002.137712] c0 [40] bat: s(91, 11), v(4270, 67), t(29.9), cs(1, 1), cb(3), cr(466, 460), t(451)
<6>[ 1005.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1010.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[ 1015.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1020.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1025.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1030.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1032.179106] c0 max17047_get_soc: SOC(91, 9005 / 9821)
<6>[ 1032.182757] c0 [41] bat: s(91, 11), v(4274, 69), t(29.4), cs(1, 1), cb(3), cr(466, 460), t(481)
<6>[ 1035.440107] c0 pet_watchdog_timer_fn kicking...dc32
<6>[ 1040.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1045.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1050.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1055.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1060.440110] c0 pet_watchdog_timer_fn kicking...dc32
<6>[ 1062.234183] c0 max17047_get_soc: SOC(91, 9016 / 9821)
<6>[ 1062.237733] c0 [42] bat: s(91, 11), v(4273, 67), t(29.3), cs(1, 1), cb(3), cr(466, 460), t(511)
<6>[ 1065.440123] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1070.440111] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1075.440107] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1080.440108] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1085.440106] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1090.440104] c0 pet_watchdog_timer_fn kicking...dc33
<6>[ 1092.284186] c0 max17047_get_soc: SOC(91, 9027 / 9821)
<6>[ 1092.287730] c0 [43] bat: s(91, 11), v(4276, 69), t(29.1), cs(1, 1), cb(3), cr(466, 460), t(541)
<6>[ 1095.440105] c0 pet_watchdog_timer_fn kicking...dc33

That's a lot of stuff. I couldn't even tell if that was everything, because it removed all previous commands above this output.

Not so good that this is device-specific :/

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Paul Kocialkowski about 10 years ago

Wait, I just noticed that your device is i9305, which is not supported by Replicant. As a matter of fact, it does have a different partition layout! You are using recovery for the I9300, which is similar enough to boot, but not to have matching partition layout. This is the source of all your problems with /cache not mounting.

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

Dang! I thought i9300 would cover the series...
So, what next? Revert to stock ROM? Got a good source for that? It's pretty messy out there!
And do I need to use Odin for that, as many places seem to say?

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Paul Kocialkowski about 10 years ago

I suppose you could install CyanogenMod (with F-Droid), that's the best option for freedom on your device.

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Michael . about 10 years ago

Hi PJK.

As Paul suggested, CyanogenMod (or perhaps OmniRom?) combined with F-Droid is perhaps your best. However, I noticed in your first post that you had tried but failed with CyanogenMod.

Just a guess, but perhaps you were trying the i9300 version instead of i9305? You need the i9305 version of CyanogenMod and an i9305 recovery. You can pick up an i9305 CWM Recovery image from here:

http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.7-i9305.img

and then flash it with heimdall as in the instructions for installing Replicant. That should give you a working recovery hopefully from which you can go places.

Good luck :)

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

Thanks Michael,
I'll give it a go. Thanks Paul.
Cheers :-)
PJ

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by PJ K about 10 years ago

Well, I got cyanogen mod going - thanks for the link to the recovery Michael.
I'll just have to sift through CM and try to make it as free as I can.
Heimdall worked flawlessly and I simply replaced the CM filenames where Replicant had been. Thanks again Paul.,
I still have Replicant on my tablet and it's going well.
I'll drop by again.
Cheers! PJK

RE: Galaxy S3 i9305 stuck in Downloading/recovery mode - Added by Paul Kocialkowski about 10 years ago

Good to know it worked out for you in the end :)

    (1-12/12)