View Single Post
Old 06-18-2019, 09:45 PM   #16
anarcat
Connoisseur
anarcat doesn't litteranarcat doesn't litter
 
anarcat's Avatar
 
Posts: 83
Karma: 192
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