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 09-13-2023, 01:46 PM   #1
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Nova Air Recovery Image

I have a rooted Nova Air and I want to update the system, but my recovery seems to be broken and the recovery image is not included in the update package.

Can someone with rooted Nova Air help extract recovery image for me?

thanks

Step:
  1. Get su shell
  2. Code:
    dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/Download/recovery_backup.img
  3. (Optional) Generate checksum
    Code:
    sha256sum /sdcard/Download/recovery_backup.img
eagle_warrior is offline   Reply With Quote
Old 09-13-2023, 06:36 PM   #2
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Hi.
You can use my custom recovery for NovaAir that I made a while ago.
https://www.mobileread.com/forums/sh...84&postcount=6
It will boot to a white screen. You will have rooted ADB available.
If you want the normal recovery screen, just:
Code:
C:\>adb shell
# start recovery
Renate is offline   Reply With Quote
Old 09-14-2023, 03:38 AM   #3
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Quote:
Originally Posted by Renate View Post
Hi.
You can use my custom recovery for NovaAir that I made a while ago.
https://www.mobileread.com/forums/sh...84&postcount=6
It will boot to a white screen. You will have rooted ADB available.
If you want the normal recovery screen, just:
Code:
C:\>adb shell
# start recovery
Thanks for the reply.

I'll give a try, but where can I find the misc-rec file?
Code:
fastboot flash misc misc-rec
eagle_warrior is offline   Reply With Quote
Old 09-14-2023, 08:25 AM   #4
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Mmm, can you get to recovery just by:
Code:
adb reboot recovery
Things can get complicated if you use /misc to force it to recovery if there should be a problem with recovery as you can't disable it without a rooted normal system or fastboot or EDL mode or working recovery.
I'll post it if you can't get to recovery.
Renate is offline   Reply With Quote
Old 09-14-2023, 02:54 PM   #5
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Quote:
Originally Posted by Renate View Post
Mmm, can you get to recovery just by:
Code:
adb reboot recovery
Things can get complicated if you use /misc to force it to recovery if there should be a problem with recovery as you can't disable it without a rooted normal system or fastboot or EDL mode or working recovery.
I'll post it if you can't get to recovery.
I tried flashing the recovery image and reboot recovery but now it stuck at a white screen. And my computer can't recognize it now lol. I can hold the power button and it will show the "Onyx" logo then go to the blank screen.
Seems maybe I can still get to the fastboot mode, just don't know how to do it.

Also my device now can't boot to system too.

Console log:
Code:
PS C:\platform-tools> .\fastboot flash recovery .\narec.img
Sending 'recovery' (19812 KB)                      OKAY [  0.440s]
Writing 'recovery'                                 OKAY [  0.226s]
Finished. Total time: 0.711s
PS C:\platform-tools> .\fastboot reboot recovery
Rebooting into recovery                            OKAY [  0.000s]
Finished. Total time: 0.003s
PS C:\platform-tools> .\adb devices
List of devices attached

PS C:\platform-tools> .\adb devices
List of devices attached

PS C:\platform-tools>
eagle_warrior is offline   Reply With Quote
Old 09-14-2023, 03:37 PM   #6
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Yes, the white screen is what you get.
Is something detectable over USB? When you plug it in does it go "bong"?
Have you loaded ADB drivers?
Do you see something in Device Manager (devmgmt.msc)?
Renate is offline   Reply With Quote
Old 09-14-2023, 04:14 PM   #7
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Quote:
Originally Posted by Renate View Post
Yes, the white screen is what you get.
Is something detectable over USB? When you plug it in does it go "bong"?
Have you loaded ADB drivers?
Do you see something in Device Manager (devmgmt.msc)?
Unfortunately no.
No plug in sound, no device detected in Device Manager.

Tested on two pcs.

Last edited by eagle_warrior; 09-14-2023 at 04:16 PM.
eagle_warrior is offline   Reply With Quote
Old 09-14-2023, 07:08 PM   #8
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Hmm, maybe this one is bad and I never got it working.
What with Nova/Note/Air/2 I get this stuff confused.
Also, I don't have one.
And I Frankinsteined this out of a Poke3 recovery.
Sorry.

You should be able to get out of this by doing a long power press and then when it reacts press the power button five times.
Renate is offline   Reply With Quote
Old 09-15-2023, 01:19 AM   #9
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Quote:
Originally Posted by Renate View Post
Hmm, maybe this one is bad and I never got it working.
What with Nova/Note/Air/2 I get this stuff confused.
Also, I don't have one.
And I Frankinsteined this out of a Poke3 recovery.
Sorry.

You should be able to get out of this by doing a long power press and then when it reacts press the power button five times.
Just find out I am able to get to the 9008 mode.
Try to use it to get to the fastboot mode but still no luck.

Guess I have to take it to the service center.

Code:
PS C:\Downloads> .\edl.exe /l
Found EDL 900e
Resetting Sahara
Received unexpected 0x04 command
PS C:\Downloads> .\edl.exe /zf
Found EDL 900e
Requesting reset to fastboot... No response
PS C:\Downloads>
eagle_warrior is offline   Reply With Quote
Old 09-15-2023, 07:53 AM   #10
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
You have 900e which is the less capable cousin of 9008.
Also, the /zf works only if you loaded a Firehose loader (which exists for your model).
And /zf only works on some models.
If you got 9008 we could fix it going to recovery.

The 5 x power doesn't get you anywhere?

If you have a spare USB cable to sacrifice you can try to make an "EDL cable".
It doesn't work on my Poke3 but does on my Poke5.
On both of these I also have found the test points and added a magnetic switch.

Last edited by Renate; 09-15-2023 at 07:58 AM.
Renate is offline   Reply With Quote
Old 09-15-2023, 08:13 AM   #11
eagle_warrior
Junior Member
eagle_warrior began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2023
Device: Boox Nova Air
Quote:
Originally Posted by Renate View Post
You have 900e which is the less capable cousin of 9008.
Also, the /zf works only if you loaded a Firehose loader (which exists for your model).
And /zf only works on some models.
If you got 9008 we could fix it going to recovery.

The 5 x power doesn't get you anywhere?
I'm not sure if i'm using the 5x power button method right because I can't shutdown my device right now. It just keep powering on and go to the blank screen. All I can do now is just long press the power button and it will force reboot, then I press power button 5 times. But I don't think that is working, still no plug in sound on my pc.

Quote:
Originally Posted by Renate View Post
If you have a spare USB cable to sacrifice you can try to make an "EDL cable".
It doesn't work on my Poke3 but does on my Poke5.
On both of these I also have found the test points and added a magnetic switch.
Sure I can try this, do you have a link or sth that can show me how to do?

thx
eagle_warrior is offline   Reply With Quote
Old 09-15-2023, 09:11 AM   #12
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Get a USB 2.0 Type C to Type A cable (this is Type C, isn't it?).
Get a cable where the Type A (the desktop side) is not blue inside.
Pick a spot in the middle and nibble away the jacket for a few inches.
Push aside everything but the black and the green wires.
Nibble away the insulation on a section of the black and green.
https://wiki.bananahackers.net/devel.../diy-edl-cable
Renate is offline   Reply With Quote
Old 09-17-2023, 07:52 PM   #13
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
Quote:
Originally Posted by eagle_warrior View Post
I'm not sure if i'm using the 5x power button method right because I can't shutdown my device right now. It just keep powering on and go to the blank screen. All I can do now is just long press the power button and it will force reboot, then I press power button 5 times. But I don't think that is working, still no plug in sound on my pc.
{...}
If you have a power LED indicator or the Onyx logo on the screen as an indication of timing... I suggest you try this method a few times with different timing. (wait a different amount of time each time)

Even while bootlooping, it is more difficult but not impossible... you just need to observe an obvious point in the cycle to alter your timing against. If I had to do this trick today, I expect I would not do it correctly in under 5 attempts.

Since you are not boot looping, you have a bit of control over when the reboot happens. Hold down power for X amount of time, release and do the 5 presses within 2 seconds. Change X until you find the right timing.
jljtgr is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Nova Air C (cheap) versus Nova Air/Air 2/Air 2+? atl068 Onyx Boox 3 05-17-2023 08:30 AM
Rooting Nova Air C TheNoname Onyx Boox 90 05-07-2023 06:46 PM
Nova Air C Cases ??? Guns4Hire Onyx Boox 5 07-03-2022 01:39 PM
Nova Air C, anyone? downeaster59 Onyx Boox 14 04-08-2022 02:55 AM


All times are GMT -4. The time now is 12:05 AM.


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