View Single Post
Old 07-08-2024, 04:23 PM   #11
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,999
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
So, here's how to try out a recovery.
Code:
C:\>adb push rec.img sdcard
C:\>adb shell
$ su
# getprop | grep slot
_a                           -- it will say either _a or _b, use that in the next command
# dd if=/sdcard/rec.img of=/dev/block/by-name/recovery_a
# reboot recovery
It will reboot and will take about 15 seconds.
See if ADB is active, it should be.
If not, press the power button for 10 seconds to reset.
If ADB is there just type some commands to make sure ls -l or whatever.

When you're doing this you should download and run my usblog.exe (in my sig).
That way you can watch for USB interfaces popping up and down.
05c6/900e is a kernel crash. After reset make sure that the clock is correct.

Last edited by Renate; 07-08-2024 at 04:44 PM.
Renate is offline   Reply With Quote