View Single Post
Old 10-28-2024, 10:33 AM   #71
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 86
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Quote:
Does this have an SD card slot? Is there an "Update from SD card" in the list? Do you have PgUp/PgDn buttons on this?

If so, you can put update.zip (the decrypted .upx) on a SD card, boot to recovery, select update from SD card.

If you don't have buttons you can open/close the cover to go down a line. If not, you can plug/unplug the USB to go down a line. Power activates the choice.
No SD card, 1 button (acts as a vol down). And no SD card.
Update from SD card won't matter if the the device can't accept update.zip. See, I can use adb sideload to send update.zip file to device successfully but when it fails in the middle of install (error status 1) after 4-5 seconds. I think I need to change things inside the update.zip file like newer timestamp and new checksums, which I tried to do many times but adb sideload rejects my modified file.
Quote:
Originally Posted by richard.black View Post
Code:
Supported API: 3
Finding update package...
Verifying update package...
Update package verification took 57.5 seconds (result 0)
only 47% is completed is shown on my PC here
Code:
Installing update...
E: Error in /sideload/package.zip (status 1)
richard.black is offline   Reply With Quote