简体   繁体   中英

adb doesn't see android device ubuntu

Ubuntu 14.04 My device is lg l90 d405

lsusb output:

Bus 003 Device 004: ID 1004:633e LG Electronics, Inc. 

Developer options is checked. I edited rule file:

SUBSYSTEM=="usb", ATTR{idVendor}=="1004", ATTR{idProduct}=="633e", MODE="0666", GROUP="plugdev" 

How can I fix it?

在“ USB PC连接”中将USB选项更改为“发送图像(PTP)”。

kill adb server and restart it again and ubuntu should show your device.If it doesnt work, try commands with sudo permission

ADB Commands:

1.adb kill-server
2.adb start-server
3.adb devices 

for more information, Read This

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM