View Single Post
Old 05-28-2025, 05:04 AM   #8
vuanh1408
Connoisseur
vuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it is
 
Posts: 50
Karma: 2024
Join Date: Jan 2014
Device: Boox Leaf 5, Boox Note X3pro
Quote:
Originally Posted by Renate View Post
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?
Yeah I think I'll wait. It will be too time consuming to make this work. The custom rec is no problem
Can u help me find the link for Leaf5 upx to flash back, since I cant pull it using the usual strings. Thank you
vuanh1408 is offline   Reply With Quote