For to progam each android phone we need to define rules. the rules files are in
SUBSYSTEMS=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
- /etc/udev/rules.d/
For HTC Hero to work with android ubuntu. First get android tools, eclipse, adt-plugin and bla blas required....( that is a common procedure ).
Next,
- sudo vim /etc/udev/rules.d/51-android.rules
Add the following line to that file and save it.
Next open a file
- sudo vim /etc/udev/rules.d/90-android.rules
add the following two lines to that.
Now next
- sudo /etc/init.d/udev restart
- adb kill-server
- adb start-server
- adb devices
List of devices attached
HT99FL905936 device
PS: if you are working with the patch adb used for Samsung Galaxy. Replace it with the default adb. That ( adb from the android sdk) adb is enough for this cell ( HTC Hero )...
Important: Check settings-->applications-->Unknown sources and in the Development check everything ( usb debugging, stay awake, allow mock locations )
Important: Check settings-->applications-->Unknown sources and in the Development check everything ( usb debugging, stay awake, allow mock locations )
Have a nice day.....