Thread: Go 7 bootloop
View Single Post
Old Yesterday, 04:27 PM   #43
gleboss
Enthusiast
gleboss began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2026
Device: Onyx Boox Go 7
I found smth suspicious:
Code:
> .\edl.exe /r /psuper super_current.img
> .\lpunpack.exe .\super_current.img
> ls
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        16.03.2026     23:00         131072 odm_a.img
-a----        16.03.2026     23:00      387842048 product_a.img
-a----        16.03.2026     23:00      387842048 system_a.img
-a----        16.03.2026     23:00       60424192 system_ext_a.img
-a----        16.03.2026     22:54     6442450944 super_current.img
-a----        16.03.2026     23:00       74579968 vendor_a.img
Then I tried the following:
Code:
> .\lpmake.exe --metadata-size 65536 --metadata-slots 2 --device super:6442450944 --group main:6442450944 --partition system_a:readonly:3102502912:main --image system_a=system.img --partition vendor_a:readonly:595722240:main --image vendor_a=vendor.img --partition product_a:readonly:630923264:main --image product_a=product.img --partition system_ext_a:readonly:483250176:main --image system_ext_a=system_ext.img --partition odm_a:readonly:1048576:main --image odm_a=odm.img --output super_fixed.img
> .\edl.exe /w /psuper .\super_fixed.img
> .\edl.exe /f /pmetadata
> .\edl.exe /f /pmisc
> .\edl.exe /z
After that my device is loading into adb immediately, I tried autoupdate, but it was failed. Don't know if I'm on the right track
Attached Files
File Type: txt autolog.txt (13.0 KB, 0 views)

Last edited by gleboss; Yesterday at 04:31 PM.
gleboss is online now   Reply With Quote