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 03-24-2022, 11:40 AM   #1
ch3mn3y
Junior Member
ch3mn3y began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: Onyx Boox Note, Kindle PW3
Note (2018) fastboot problem

Hi,
I'm looking for Woking fastboot driver for (first) Note and some help with getting fastboot to work.
I got ADB working, but after I use "ADB reboot bootloader" it doesn't reboot to Onyx logo, but freezes and it seems to be stuck in rockusb mode not fastbbot as it should...

Any idea?

I just got this device. It's used and has 3.1 firmware installed (still no access to 3.2.1).
ch3mn3y is offline   Reply With Quote
Old 03-24-2022, 01:29 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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
First you have to see what you've got:
I always recommend this utility:
https://ftdichip.com/utilities/#MicrosoftUSBView
Ok, it all comes out a bit technical, but you can see what you're dealing with.
When you plug in/unplug your device you'll see what appears/disappears.
Click on it and look at the right side. Do you see down a bit:
Code:
Interface Descriptor:
bInterfaceNumber:     0x00
bAlternateSetting:    0x00
bNumEndpoints:        0x02
bInterfaceClass:      0xFF
bInterfaceSubClass:   0x42
bInterfaceProtocol:   0x03
Then you've got fastboot, you might need a driver.
The easiest one to install is "Zadig":
https://zadig.akeo.ie/
Then you might need the fastboot executable itself, just search "minimal fastboot".
Renate is offline   Reply With Quote
Advert
Old 03-24-2022, 02:07 PM   #3
ch3mn3y
Junior Member
ch3mn3y began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: Onyx Boox Note, Kindle PW3
Dunno why, but "adb reboot bootloader" gives me different Interface that You had... So it mans that my device may not have Fastboot access? Nooo ;(

Code:
Interface Descriptor:
bInterfaceNumber:     0x00
bAlternateSetting:    0x00
bNumEndpoints:        0x02
bInterfaceClass:      0xFF
bInterfaceSubClass:   0x06
bInterfaceProtocol:   0x05
ch3mn3y is offline   Reply With Quote
Old 03-24-2022, 02:13 PM   #4
ch3mn3y
Junior Member
ch3mn3y began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: Onyx Boox Note, Kindle PW3
Wanted to edit previous post, but I cannot....

Just tried booting to recovery and it went fine. But rebooting from recovery to bootoader gives me same Interface like adbing to bootloader...
ch3mn3y is offline   Reply With Quote
Old 03-24-2022, 02:48 PM   #5
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
No, that's not fastboot or ADB or UMS or...
Sorry, could you give me the VID/PID (idVendor, idProduct) at the top of all that?
I think it's some kind of Rockchip interface.
Renate is offline   Reply With Quote
Advert
Old 03-24-2022, 03:51 PM   #6
ch3mn3y
Junior Member
ch3mn3y began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: Onyx Boox Note, Kindle PW3
Thanks for helping me to figure that out.

Here are this two ids:
Code:
idVendor:           0x2207
idProduct:          0x320A
ch3mn3y is offline   Reply With Quote
Old 03-24-2022, 04:07 PM   #7
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Here you go:
Fuzhou Rockchip Electronics Company - RK3288 in Mask ROM mode

Now, let me share with you everything that I know about Rockchip:

<crickets>

Anyway, what you've got is a very low-level "rescue" type interface.
It's the equivalent of Qualcomm EDL, but entirely different.
Maybe you should search "Rockchip tool"?
Renate is offline   Reply With Quote
Old 03-24-2022, 04:13 PM   #8
lvlrdka22
Member
lvlrdka22 began at the beginning.
 
Posts: 13
Karma: 30
Join Date: Aug 2018
Device: Onyx Boox Note
See this thread.
lvlrdka22 is offline   Reply With Quote
Old 03-25-2022, 03:46 AM   #9
ch3mn3y
Junior Member
ch3mn3y began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2022
Device: Onyx Boox Note, Kindle PW3
Quote:
Originally Posted by lvlrdka22 View Post
Thanks, that worked! Unfortunatelly kernel with MAGISK 23 didn't boot, so either I have to try older versions, go with Kingroot and SuperSUme or just forget about root...
ch3mn3y is offline   Reply With Quote
Reply

Tags
boox, note, onyx


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Note 3 and Work Profile fbrzvnrnd Onyx Boox 0 01-04-2021 06:04 AM
KV Fastboot mode problem VolDr Kindle Developer's Corner 13 02-21-2016 09:26 AM
PW1 fastboot flashing problem uniqdom Kindle Developer's Corner 11 04-16-2015 02:03 PM
[Kindle Touch] Problem with Booting into fastboot with MfgTool Lukky776 Kindle Developer's Corner 0 04-07-2014 04:08 AM
Samsung Galaxy Note 3 problem Liz S Devices 10 04-04-2014 08:04 PM


All times are GMT -4. The time now is 09:27 AM.


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