Before the Android phone for family use, hand now has an old mobile phone, debugging process and there is an unrecognized problem, this time to record.
First, you need to open the phone developer options, in the settings of the Android version or model more than a few times, it will open.
Original address: http://www.cnblogs.com/rossoneri/p/4321714.html
Enter it first under terminal
Lsusb
Find your device information
003 005
After
cd/etc/udev/rules.d/sudotouch--android.rules
Write:
subsystem=="usb", sysfs{idvendor}=="109b", mode=" 0666 " SUBSYSTEM= ="usb", attr{idvendor}=="109b" , attr{idproduct}=="f001", mode="0666 "
And then
sudo chmod a+rx./-android.rulessudo
Finally, under the ADB folder:
sudo Kill-serversudo ./adb start-server. /ADB devices
You can see the list of devices, which are available for debugging with ADB
[Android] does not recognize Android devices under Ubuntu