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-14-2024, 07:46 PM   #1
Mr Avid
Member
Mr Avid began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2024
Device: Kindle Oasis, Oasis 3
A couple of Onyx Boox questions

I just picked up an Onyx Boox Page and it seems pretty good so far with a couple of issues I haven't figured out how to work around.

Is there a practical way to browse the library on Onyx Book devices? My library has 412 pages of books. If I want to browse around for something to read, it seems pretty impractical to navigate that. Ideally, it would be great if I could browse by series if that was possible.

Also, is it normal for USB transfers to be so slow? It took 30 minutes to transfer less than 200 books. That is orders of magnitude slower than any of my other readers.

Thanks in advance!
Mr Avid is offline   Reply With Quote
Old 09-15-2024, 06:43 AM   #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,883
Karma: 12021497
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
There's no reason you can't use your own library app in parallel with the stock library app. I use my own library app. It displays as a list of single lines. When I'm looking for a book I just have to filter by a few letters to find title or author. Your needs may be different.

Some Boox are USB 3 (Poke3), some are USB 2 (Poke5). But it any case they should all be faster. How are you syncing? I use (my own) adbsync.exe and I would expect less than a minute for 200 books.
Attached Thumbnails
Click image for larger version

Name:	library2.png
Views:	20
Size:	73.6 KB
ID:	210821  
Renate is offline   Reply With Quote
Old 09-15-2024, 10:30 AM   #3
Mr Avid
Member
Mr Avid began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2024
Device: Kindle Oasis, Oasis 3
I am syncing from calibre. That is where I saw the slow performance.
Mr Avid is offline   Reply With Quote
Old Yesterday, 08:16 PM   #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,883
Karma: 12021497
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
I think that's using MTP. There is a horrible amount of overhead from that.
Are you on Windows? You can try my adbsync.exe (in my sig).
If you have the room, you can just make a new directory on /sdcard and copy your entire library there.
Then you can see how fast it goes and then just delete this whole duplicate directory.
Code:
C:\>adb shell
$ cd /sdcard
$ mkdir Test
$ ^D
C:\>adbsync C:\Caliber-whatever sdcard/Test /ascu /s
...
C:\>adb shell
$ cd /sdcard
$ rm -r Test
$ ^D
C:\>
There may be some difficulty in referring to sdcard.
You may have to use "storage/emulated/0/Test" or "mnt/sdcard/Test".
This stuff should be put in a makefile or a batch file so you don't have to remember the details.

What is described above doesn't modify anything on the desktop at all.
Renate is offline   Reply With Quote
Old Yesterday, 08:27 PM   #5
Mr Avid
Member
Mr Avid began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2024
Device: Kindle Oasis, Oasis 3
Yes, you are right. It is using mtp.

That is annoying. I guess there is no way to fix that?

I am on Linux. I could do something like that but at that point I might as well just use the sdcard reader to copy the library directly to the sdcard.

Hmm....another challenge for the Boox.

Thanks for the pointer though. I think the fact that it is using mtp is definitely the issue.
Mr Avid is offline   Reply With Quote
Old Yesterday, 09:19 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,883
Karma: 12021497
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Mr Avid View Post
I am on Linux.
I have bunches of utilities that I build for both Windows and Android (ARM).
I'm moving towards writing more platform-agnostic code.
I'm not that fond of Windows, but I'm also not fond of the Ikea method (built it yourself) of desktop Linux.
I like binary distributables.

I don't currently have a mainstream *nix desktop, although I do build for Raspberry Pi and Kobo.
Command line file utilities are not hard to have multi-build.
Dealing well with USB on multiple platforms is more complicated.
(And don't say, "libusb!")
Renate is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
questions about Onyx Boox Air 2 hamaviz Onyx Boox 8 04-18-2022 06:04 AM
Some questions about Onyx boox note Haim_gds Onyx Boox 3 08-29-2020 06:28 AM
Questions on the Onyx Boox Nova einkuser Onyx Boox 39 05-24-2020 08:34 PM
First impressions and some questions about Onyx Boox M92 pochopsp Onyx Boox 2 08-27-2016 06:45 AM
Onyx Boox C67ML Questions 901hw Onyx Boox 15 03-30-2016 10:00 AM


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


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