Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 04-12-2024, 05:30 PM   #31
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
Quote:
Originally Posted by dcarvil View Post
Does that mean it is possible to adb sideload a debooxed update.zip? I have been wondering if that is possible, but have not found an answer.

Thanks.
ZIP, yes. UPX, no.

Code:
>adb sideload update.zip
Total xfer: 2.00x
Attached Thumbnails
Click image for larger version

Name:	2024-04-12 17_25_36-PXL_20240211_135606548.NIGHT.jpg
Views:	64
Size:	22.2 KB
ID:	207533  

Last edited by jljtgr; 04-12-2024 at 05:31 PM. Reason: Quote
jljtgr is offline   Reply With Quote
Old 04-12-2024, 05:38 PM   #32
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by jljtgr View Post
ZIP, yes. UPX, no.

Code:
>adb sideload update.zip
Total xfer: 2.00x
Do you have to deboox the upx to get the zip, or just rename upx to zip?

Thanks for the reply.
dcarvil is offline   Reply With Quote
Advert
Old 04-12-2024, 05:45 PM   #33
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
You definitely have to use decryptBooxUpdateUpx to get the ZIP from the UPX.
jljtgr is offline   Reply With Quote
Old 04-12-2024, 06:52 PM   #34
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Pentam View Post
Unfortunately, that does not help in my case.
Slot A activated leads to constant onyx logo, blue LED and on the PC EDL-device repeatedly reconnects
Slot B activated leads to bootloop: onyx logo --> flashing screen --> onyx logo
Based on the information provided by jljtgr, I'd recommend you deboox the update.upx, then "adb sideload update.zip". First do an "adb reboot sideload" to get into sideload mode. Good luck.
dcarvil is offline   Reply With Quote
Old 04-13-2024, 02:22 AM   #35
Renate
Wizard
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: 2,401
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
I have no experience with adb sideload.
With my Poke3 I have a custom recovery that can do an update from a flash drive.
Renate is offline   Reply With Quote
Advert
Old 04-13-2024, 10:43 PM   #36
Wolf-HRB
Enthusiast
Wolf-HRB began at the beginning.
 
Posts: 32
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
Your problem is easy to solve. In my opinion, the reason causes this is some thing wrong within the Super partition (this device uses VAB). if you are stuck in fastboot mode (fastboot devices command works), you can easily flash boot, super, recovery and all other partitions. Since there is no security check for all BOOX devices, you do not need to worry about unlock BL or OEM lock. I have the partition images you need to solve your problem, simply contact me here and I will provide you. When you contact me, I can tell you what is the detail steps to solve this issue.
Attached Thumbnails
Click image for larger version

Name:	2024-04-14 12 49 19.png
Views:	33
Size:	42.0 KB
ID:	207556  

Last edited by Wolf-HRB; 04-13-2024 at 10:51 PM.
Wolf-HRB is offline   Reply With Quote
Old 04-13-2024, 10:44 PM   #37
Wolf-HRB
Enthusiast
Wolf-HRB began at the beginning.
 
Posts: 32
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
BTW, I successfully flash my Tab Mini C Mainland China version (code name Tab 8C) to international version (code name Tab Mini C), LOL
Wolf-HRB is offline   Reply With Quote
Old 04-14-2024, 08:15 AM   #38
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by jljtgr View Post
ZIP, yes. UPX, no.

Code:
>adb sideload update.zip
Total xfer: 2.00x
Quick question: What does "Total xfer: 2.00x" do and how do I enable it?

Without that I get to:
Code:
serving: 'update.zip'   (~47%)    adb: failed to read command: No error
Pentam is offline   Reply With Quote
Old 04-14-2024, 08:26 AM   #39
Wolf-HRB
Enthusiast
Wolf-HRB began at the beginning.
 
Posts: 32
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
IDK what you are asking. xfer is the built-in function of recovery.
Wolf-HRB is offline   Reply With Quote
Old 04-14-2024, 08:54 AM   #40
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
Quote:
Originally Posted by Pentam View Post
Quick question: What does "Total xfer: 2.00x" do and how do I enable it?

Without that I get to:
Code:
serving: 'update.zip'   (~47%)    adb: failed to read command: No error
> is part of the command prompt, you don't write it. The line after that is the STDOUT/STDERR of the ADB command.

If you open the ZIP in something like 7-zip, and use the Test function... does it pass CRC?

What does the device show on the screen at the time?
jljtgr is offline   Reply With Quote
Old 04-14-2024, 10:21 AM   #41
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by jljtgr View Post
The line after that is the STDOUT/STDERR of the ADB command.
thanks

Quote:
If you open the ZIP in something like 7-zip, and use the Test function... does it pass CRC?
Yes, it does pass the test in 7-zip

Quote:
What does the device show on the screen at the time?
Attached Thumbnails
Click image for larger version

Name:	TMC.jpg
Views:	27
Size:	258.0 KB
ID:	207575  
Pentam is offline   Reply With Quote
Old 04-14-2024, 10:24 AM   #42
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Wolf-HRB View Post
IDK what you are asking. xfer is the built-in function of recovery.
Sorry, misunderstanding from my side. Nevermind...

Wrote you a PM about the partition images. Would be happy to try it.
Pentam is offline   Reply With Quote
Old 04-14-2024, 10:40 AM   #43
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
Quote:
Originally Posted by Pentam View Post
Image
Hmm, I had to Google that one. It sounds like a common error message for custom roms on locked bootloaders or when the rom is for the wrong version of Android. Since this is a vendor supplied stock rom, I'd think this isn't the issue unless you're trying to downgrade or flat out have the wrong device's update file.

There are some other internet thoughts about how you got to sideload mode changing things, but I find that hard to believe. Despite my skepticism of how you get there meaning something... I didn't use any ADB command to get the device into the right mode(like other posts suggested). Mine was bootlooping so bad only the power-button 6 click voodoo ritual got me into recovery. From there, I navigated the recovery menu into sideload.

Could how I got into recovery change things? Could how I got into sideload from recovery change things? I would hope not, but random people on the internet put the unreliable thought into my head to share.
jljtgr is offline   Reply With Quote
Old 04-14-2024, 11:02 AM   #44
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by jljtgr View Post
Hmm, I had to Google that one. It sounds like a common error message for custom roms on locked bootloaders or when the rom is for the wrong version of Android. Since this is a vendor supplied stock rom, I'd think this isn't the issue unless you're trying to downgrade or flat out have the wrong device's update file.

There are some other internet thoughts about how you got to sideload mode changing things, but I find that hard to believe. Despite my skepticism of how you get there meaning something... I didn't use any ADB command to get the device into the right mode(like other posts suggested). Mine was bootlooping so bad only the power-button 6 click voodoo ritual got me into recovery. From there, I navigated the recovery menu into sideload.

Could how I got into recovery change things? Could how I got into sideload from recovery change things? I would hope not, but random people on the internet put the unreliable thought into my head to share.
I also got into the ADB sideload mode through power button magic (I'm an expert in this by now) and then tried sending the update.zip. However it did not even send the whole file. It aborted after about half the file transfer (47%).

For the previous recommended "adb reboot sideload" you would need normal ADB access, which I don't have ("unauthorized"). so that is not an option...
Pentam is offline   Reply With Quote
Old 04-14-2024, 11:18 AM   #45
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
A lot of flashing commands in Android seem to reserve 50% for transferring and 50% for installing. So 47% probably means it transferred the file, but did not get into installing it because of the signature failure. At face value meaning the device did not think the ZIP was signed with a private key that it had a certificate for. APKs are signed like this too, I guess.

EDIT: I got around to updating my phone today and observed that the phone starts the install process at exactly 47% as well. So this number seems like the normal file transfer endpoint.

Last edited by jljtgr; 04-14-2024 at 04:13 PM.
jljtgr is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot loop - what's wrong? abarthch Kindle Developer's Corner 65 05-09-2016 04:18 PM
[PW] Stuck in boot loop? abarthch Kindle Developer's Corner 11 02-04-2016 12:20 PM
PRS-350 Unbricking from boot loop? Analogus Sony Reader 19 06-16-2011 03:35 PM
Kindle 3 Boot loop jlove Kindle Developer's Corner 13 05-17-2011 05:23 AM
PRS-650 Boot loop after large changes Soul_Est Sony Reader 5 11-29-2010 12:12 PM


All times are GMT -4. The time now is 08:11 AM.


MobileRead.com is a privately owned, operated and funded community.