View Single Post
Old 02-16-2024, 05:39 PM   #2
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 29
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
It might be worth a try to reflash the update if you think that there is a mismatch between partitions. A full update file should include the boot partition.

Unless I miss my guess, you should be able to get the update UPX from here:
Code:
http://data.onyx-international.cn/api/firmware/update?where=%7B%22buildNumber%22:0,%22buildType%22:%22user%22,%22deviceMAC%22:%22%22,%22lang%22:%22en_US%22,%22model%22:%22MaxLumi%22,%22submodel%22:%22%22,%22fingerprint%22:%22%22%7D
http://firmware-us-volc.boox.com/382647ca3866d28d1c3a519c8f1d62e6/update.upx
You will need the following project to convert the UPX to ZIP...
https://github.com/Hagb/decryptBooxUpdateUpx

With the update.zip, you can adb sideload update.zip... assuming your device can enter recovery and you can navigate the menu. Use the sideload command when the recovery prompts you for it.

If you haven't set up ADB authorization yet for your device, you might have to plug a mouse into your device to navigate without touch. Other navigation methods like scrcpy probably won't work without ADB authorization unless you can figure out OTG mode.
jljtgr is offline   Reply With Quote