Quote:
Originally Posted by anarcat
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
…
|