View Single Post
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