You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Internals
got my hands on a G1. I've a signed .apk which installs beautifully
via "adb install" when the G1 is connected to my laptop via USB.
however, attempts to download the very file from the browser & then
install, result in "Application Install unsuccessful" (funnily enough,
with a green tick mark).
the app fails installation w/ the same message. so do other .apk's
off the internet. the only app that seems to work so far is Lunar
Lander which requires no network/data/security privileges:
http://code.google.com/android/samples/LunarLander/index.html
Any ideas what might be going on?
Thanks!
eric
unread,
Oct 21, 2008, 6:28:01 PM10/21/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Internals
Hi,
Can you tell us how does the USB ADB works?
The error you are seeing is a SDK 1.0 restriction which is already
reported previously on these groups. SDK 1.0 only allows apk to be
downloaded and installed from Android Market, not anywhere else.
Thanks
Eric
On Oct 21, 2:36 am, "apk...@gmail.com" <apk...@gmail.com> wrote:
> got my hands on a G1. I've a signed .apk which installs beautifully
> via "adb install" when the G1 is connected to my laptop via USB.
> however, attempts to download the very file from the browser & then
> install, result in "Application Install unsuccessful" (funnily enough,
> with a green tick mark).
>
> I also tried installing the HelloAndroid app created as described
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Internals
With the latest iteration of the SDK (1.0 r1) I was able to upload
my .apk file to my personal website, download and install it. I've
tested that with a few files now. But the thing I found is: when I
used the .apk file generated by employing (in eclipse) Android
Tools... Export Unsigned Application Package, the install would fail.
When I use the .apk file from the bin directory of the project, it
worked fine.