i am trying to connect my "LG G Pro 2" to adb on my Linux machine i have installed adb on Linux and i have also turned on the debug mode on my LG G Pro. but "sudo adb devices" cmd gives empty result.
root@Unknown:~# sudo adb kill-server
root@Unknown:~# sudo adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
root@Unknown:~# sudo adb devices
List of devices attached
But "lsusb" command show my device is connected.
root@Unknown:~# lsusb
Bus 002 Device 010: ID 1004:6300 LG Electronics, Inc. G2/Optimus Android Phone
i also made a file /etc/udev/rules.d/51-android.rules And wrote this in it:
SUBSYSTEM=="usb", ATTR{1004}=="0bb4", MODE="0666", GROUP="root"
Still not showing devices.