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 06-18-2019, 09:45 PM   #16
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by Randy11 View Post
Now I use Adb, because for a big transfer with many files some errors occur.
I'm curious: how did you accomplish that? Debugging is disabled here (Note Pro, but should be similar) and adb doesn't detect any device...

That said, I had to add this in my udev configuration to make the Pro detected by calibre (thanks for the tip!):

Code:
# Onyx Note https://www.mobileread.com/forums/showthread.php?t=296401
ATTR{idVendor}=="2207", ATTR{idProduct}=="0001", MODE="0664", GROUP="plugdev"
# Onyx Note Pro
ATTR{idVendor}=="2207", ATTR{idProduct}=="000d", MODE="0664", GROUP="plugdev"
Note the different idProduct for the Pro...
anarcat is offline   Reply With Quote
Old 06-19-2019, 08:17 AM   #17
Randy11
Wizard
Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.
 
Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
Quote:
Originally Posted by anarcat View Post
I'm curious: how did you accomplish that? Debugging is disabled here (Note Pro, but should be similar) and adb doesn't detect any device...
Hello,

Verify that the « debug mode » is authorized on the device AND that the Linux's MAC address is allowed too.

The output of « dmesg » :
Quote:
[2504829.913870] usb 1-9.2: new high-speed USB device number 17 using xhci_hcd
[2504830.015116] usb 1-9.2: New USB device found, idVendor=2207, idProduct=0011
[2504830.015120] usb 1-9.2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[2504830.015121] usb 1-9.2: Product: Max2
[2504830.015122] usb 1-9.2: Manufacturer: Onyx
[2504830.015124] usb 1-9.2: SerialNumber: 0123456789ABCDEF
Stage 1 :
Quote:
~$ adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
0123456789ABCDEF unauthorized
At this stage a dialog box ask to authorize the Linux's MAC address. After the « OK » :

Stage 2 :
Quote:
~$ adb devices
List of devices attached
0123456789ABCDEF device
Quote:
~$ adb shell ls storage/self/primary/
Alarms
Android
BOOX_Max2_Series_Users_Manual_v2.0.pdf
Books
Randy11 is offline   Reply With Quote
Old 06-19-2019, 09:40 AM   #18
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by Randy11 View Post
Hello,

Verify that the « debug mode » is authorized on the device AND that the Linux's MAC address is allowed too.
That's the part I'm missing: how do I enable debug mode on the device? I couldn't find it in the settings.
anarcat is offline   Reply With Quote
Old 06-19-2019, 03:51 PM   #19
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,271
Karma: 2200049
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by anarcat View Post
That's the part I'm missing: how do I enable debug mode on the device? I couldn't find it in the settings.
about phone -> compilation version (click five to ten times) -> you will see a toast saying: developer settings enabled!. Go back. A new submenu called "developers settings" should be present on your settings app.

You need to enable USB Debugging for adb.
pazos is offline   Reply With Quote
Old 06-19-2019, 04:01 PM   #20
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by pazos View Post
about phone -> compilation version (click five to ten times) -> you will see a toast saying: developer settings enabled!. Go back. A new submenu called "developers settings" should be present on your settings app.

You need to enable USB Debugging for adb.
So that's what I mean: I know how to enable developer settings on a regular Android phone. But there's no "About phone" menu in the settings here. On the Note Pro, the "settings" page has, on top, the details about the device like the android version, MAC address, Version number, and if you tap on that, you get to "About device" and that doesn't have a "compilation version". There's a "build number" in the "firmware update" menu, but that doesn't work either.

I tapped numerous times all over the place, nothing would do.

Is there another settings app I'm missing or what?

Update: Oh! Actually, there *is* such a settings app I'm missing! By using another launcher, I can get to the "real" Android settings app and I am able to setup ADB! Thanks!

Last edited by anarcat; 06-19-2019 at 04:06 PM. Reason: the real settings app is hidden, other launchers show it
anarcat is offline   Reply With Quote
Old 06-19-2019, 04:19 PM   #21
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,271
Karma: 2200049
Join Date: Apr 2014
Device: BQ Cervantes 4
Yeah, Boyue and Onyx seem to blacklist some applications from their launcher. Sometimes it is to avoid duplication, sometimes it is to hide IP thief, and sometimes is to hide almost broken applications that need to be launched via the ACTION_VIEW intent and not via a launcher),

I never had an onyx device but the boyue clone I tested did hide all book applications (FBReader, Adobe, FBReader plugins) and some boyue crapware (RKUpdate, Analytics-Reporter, etc)

Have fun with your device!
pazos is offline   Reply With Quote
Old 06-20-2019, 02:58 AM   #22
elc00l
Junior Member
elc00l began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2019
Device: Kindle Paperwhite I
USB debugging on Note Pro is normally under Settings/Application/USB debugging.
elc00l is offline   Reply With Quote
Old 06-20-2019, 05:43 AM   #23
Randy11
Wizard
Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.
 
Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
Quote:
Originally Posted by anarcat View Post
That's the part I'm missing: how do I enable debug mode on the device? I couldn't find it in the settings.
My configuration.
Attached Thumbnails
Click image for larger version

Name:	Onyx_Max2_USB_Debugging_20190623-113607.png
Views:	237
Size:	120.8 KB
ID:	171986  
Randy11 is offline   Reply With Quote
Old 06-20-2019, 05:52 AM   #24
Randy11
Wizard
Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.
 
Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
Sorry, double post.
Randy11 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOReader and Onyx Boox Note downeaster59 KOReader 6 05-18-2019 05:16 AM
Onyx Boox Note 10.3 is available Now Naimi Onyx Boox 601 03-20-2019 04:29 AM
onyx boox note 10.3 hardware issues thine Onyx Boox 8 06-29-2018 03:27 AM
Termux on Onyx Boox Max 2 (and Note?) sogaiu Onyx Boox 34 05-14-2018 07:21 AM
Onyx Boox Max Carta Note app deletes too much! dallen1357 Onyx Boox 8 03-21-2018 07:29 PM


All times are GMT -4. The time now is 12:54 PM.


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