I'm using Debian Wheezy with a custom kernel, and have seen the first issue
before.

Try adding udev rules. Some devices seems to require this (while some
others can work without).

kman@ivy:~$ cat /etc/udev/rules.d/51-android.rules
# HTC
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
# Samsung
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev"

http://developer.android.com/tools/device.html

-- K

2012/8/7 blitheringeejit <[email protected]>

> Hi:
>
> I've found a few posts around the net which report variants of both these
> problems, but can't find a solution to either which works for me.
>
> I'm new to Android, using Eclipse with the Android SDK on Ubuntu 12.04
> x64.  I'm trying to build initially for the HTC Wildfire, Android 2.3.3.
> My app is an unchanged clone of ODK Collect, an open-source XForms cilent,
> built for API level 10.  It runs ok in the 2.3.3 emulator, but not on the
> real device.  I've tried two ways of running it:
>
> 1: If I enable USB debugging and connect the Wildfire, the Android Device
> Chooser detects that there's something there, but it doesn't register the
> serial number ("?????????") and "Target: Unknown".  I can't choose it - OK
> is disabled.
>
> 2: If I build an APK, then transfer that to the phone and run it, the
> installation checks the permissions as normal and starts OK, but then just
> stops with the message "Application was not installed".
>
> Anyone have any suggestions to resolve either of these issues?
>
> Thanks
> nik
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" 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-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to