lunes, 22 de abril de 2013

HTC Incredible S (???????????? - no permissions)

Unlike other popular devices (e.g. S2 i9100), some HTC phones require certain configuration in order to work properly under the context of Linux (e.g Ubuntu Quantal Quetzal).

#Android SDK is required to use "adb" 
$ adb devices
List of devices attached
???????????? no permissions 

In the case of HTC Incredible S, hardware definition is needed.


$ lsusb
Bus 001 Device 009: ID 0bb4:0cac HTC (High Tech Computer Corp.)

where

"obb4" is the vendor ID
"0cac" is the product ID

Create or edit the following file

$ sudo gedit /etc/udev/rules.d/51-android.rules

Add the following line and save it

SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0cac", MODE="0666"

Restart the service

$ sudo restart udev
$ adb devices
List of devices attached
HT13WRD00413    device  

You may need to unplug the device from your computer before restarting the service. Restarting adb may be also needed ($adb kill-server/start server). More HTC configurations can be found in this link

No hay comentarios: