04-21-2024, 12:04 PM | #61 |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
|
04-21-2024, 01:26 PM | #62 |
Enthusiast
Posts: 37
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
|
hmmmm, that's strange. I tried the steps I wrote in the batch, everything works fine. What did you do before flashing the things I provided? I need to know the details
try the following command in fastboot mode: fastboot getvar all and provide me the result. |
Advert | |
|
04-21-2024, 01:59 PM | #63 | |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
Quote:
Result of "getvar all": Spoiler:
|
|
04-21-2024, 03:28 PM | #64 |
Onyx-maniac
Posts: 3,154
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Since you have the decrypted update.zip, have you tried:
Code:
fastboot boot recovery.img |
04-21-2024, 04:04 PM | #65 |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
Yes, this boots normally to recovery. Recovery options are still the same (see attached image). ADB still unauthorized.
|
Advert | |
|
04-21-2024, 05:54 PM | #66 |
Onyx-maniac
Posts: 3,154
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I can probably patch recovery for ADB.
My internet here is slow, so could you post just the recovery somewhere for me. I think that this is using the new updater and I'm not so experienced with that. Does this have an update-binary of ~280 kB or so in META-INF? Please post that too. |
04-22-2024, 06:34 AM | #67 |
Enthusiast
Posts: 37
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
|
please try the following steps:
1. remove 2 commands in my bat file: fastboot erase userdata fastboot -w 2. after flash, use following command: fastboot reboot recovery 3. perform factory reset process in recovery 4. reboot try this and see how it goes |
04-22-2024, 01:06 PM | #68 | |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
Quote:
META-INF just contains 2 files: "metadata" and "otacert" No other file of ~280 kB size. Sorry. |
|
04-22-2024, 01:11 PM | #69 | |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
Quote:
Device freezes after 3 dots in the boot animation (reproducably). After a certain time it automatically reboots and get to the same point. The next reboot stops already at the ONYX logo. After a few more boot loops it ends up in fastboot. It somehow seems as if the system "degrades" with each boot attempt. |
|
04-22-2024, 01:22 PM | #70 |
Onyx-maniac
Posts: 3,154
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
04-22-2024, 01:25 PM | #71 |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
|
04-23-2024, 12:59 AM | #72 |
Enthusiast
Posts: 37
Karma: 18
Join Date: Feb 2022
Device: PW3, PW4 and PW5 Signature Edition
|
the final thing you could try is using 9008 to flash all partitions of the device.
|
04-23-2024, 04:14 PM | #73 |
Connoisseur
Posts: 54
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
|
|
04-23-2024, 05:30 PM | #74 |
Onyx-maniac
Posts: 3,154
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Usually, if the option is available, installing a new update semi-manually is easier than EDL-ing individual partitions.
Especially since super has become multiple files on some devices. You can try adb sideload (I never have). If that doesn't work, we can try the flash drive method. That works with update-binary, but I've never tried with this new update engine. Code:
update_engine_client --help Android Update Engine Client --allocate (Given payload metadata, allocate space.) type: bool default: false --cancel (Cancel the ongoing update and exit.) type: bool default: false --follow (Follow status update changes until a final state is reached. Exit status is 0 if the update succeeded, and 1 otherwise.) type: bool default: false --headers (A list of key-value pairs, one element of the list per line. Used when --update or --allocate is passed.) type: string default: "" --help (Show this help message) type: bool default: false --merge (Wait for previous update to merge. Only available after rebooting to new slot.) type: bool default: false --metadata (The path to the update payload metadata. Used when --verify or --allocate is passed.) type: string default: "/data/ota_package/metadata" --offset (The offset in the payload where the CrAU update starts. Used when --update is passed.) type: int64 default: 0 --payload (The URI to the update payload to use.) type: string default: "http://127.0.0.1:8080/payload" --reset_status (Reset an already applied update and exit.) type: bool default: false --resume (Resume a suspended update.) type: bool default: false --size (The size of the CrAU part of the payload. If 0 is passed, it will be autodetected. Used when --update is passed.) type: int64 default: 0 --suspend (Suspend an ongoing update and exit.) type: bool default: false --update (Start a new update, if no update in progress.) type: bool default: false --verify (Given payload metadata, verify if the payload is applicable.) type: bool default: false Last edited by Renate; 04-23-2024 at 05:33 PM. |
04-24-2024, 11:11 AM | #75 |
Onyx-maniac
Posts: 3,154
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Also, I believe that this is an SDM662, so we have the Firehose loader for that.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Boot loop - what's wrong? | abarthch | Kindle Developer's Corner | 65 | 05-09-2016 05:18 PM |
[PW] Stuck in boot loop? | abarthch | Kindle Developer's Corner | 11 | 02-04-2016 01:20 PM |
PRS-350 Unbricking from boot loop? | Analogus | Sony Reader | 19 | 06-16-2011 04:35 PM |
Kindle 3 Boot loop | jlove | Kindle Developer's Corner | 13 | 05-17-2011 06:23 AM |
PRS-650 Boot loop after large changes | Soul_Est | Sony Reader | 5 | 11-29-2010 01:12 PM |