Quote:
Originally Posted by Randy11
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...