View Single Post
Old 05-28-2025, 04:42 AM   #7
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,973
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Not offhand.

Does the Leaf5 even have an equivalent?
Does the Go7 even have an equivalent?

Now that you're on Go7:
Code:
adb shell
lsmod
If you're rooted get inscan and i2cscan from my Android Shell tools.
Code:
adb push inscan /data/local/tmp
adb push i2cscan /data/local/tmp
adb shell
cd /data/local/tmp
chmod 755 inscan
./inscan
chmod 755 i2cscan
./i2cscan
i2cscan might freeze things, just reboot.

You should be able to rewrite the custom recovery and use it to flash back the Leaf5.
Then just do the same as you did for the Go7.

I'm not sure I want to invest the time to figure this all out by remote control considering that I have neither of these two devices.
Maybe you should wait until there is a global Leaf5 variant?
Renate is offline   Reply With Quote