Hi
Thanks for your reply. I did the following, and now works fine:
created file /etc/udev/rules.d/50-android.rules.
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
chmod a+rx /etc/udev/rules.d/51-android.rules
Thanks for your help.
Graham
On 28 Sep, 20:05, Mark Murphy <[email protected]> wrote:
> gmseed wrote:
> > Hi
>
> > I developed a first Hello-World adnroid application and was wanting to
> > install on my HTC Hero device.
>
> > I connected the device, enabled "Unknown sources" in "Applications
> > Settings" and typed:
>
> > adb -d install "...path to file..."
>
> > and get back:
>
> > "device not found"
>
> > Does anyone know how to upload apps to an android device when using
> > Ubuntu?
>
> Generally, you need to adjust your udev rules:
>
> http://developer.android.com/guide/developing/device.html#setting-up
>
> Some people have to try different numbers than the 51-android.rules the
> documentation suggests. Also, the instructions shown there are for HTC
> devices; different manufacturers will have different rules.
>
> --
> Mark Murphy (a Commons
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android App Developer Training:http://commonsware.com/training.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---