[android-developers] Re: Browser based installation fails on G1

2008-10-23 Thread Shane Isbell
Hi Travis, MiniSpaceWar downloads and installs just fine on SAM, so it's not your application. Shane On Thu, Oct 23, 2008 at 10:06 PM, tberthel <[EMAIL PROTECTED]> wrote: > > I have been told that it does install and runs so hopefully you just > installed it in a different way. > > I wouldn't w

[android-developers] Re: Browser based installation fails on G1

2008-10-23 Thread tberthel
I have been told that it does install and runs so hopefully you just installed it in a different way. I wouldn't want my application to fail installation. Did you find the solution? On Oct 22, 10:10 am, nknize <[EMAIL PROTECTED]> wrote: > I'm having a similar issue, but I'm actually hosting the

[android-developers] Re: Browser based installation fails on G1

2008-10-22 Thread nknize
I'm having a similar issue, but I'm actually hosting the .apk files in an Oracle database. Here is a code snippet: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(apkFile), "application/" + "vnd.an

[android-developers] Re: Browser based installation fails on G1

2008-10-20 Thread InC
Actually, the mime-type did the trick. Thanks Mark. On Oct 20, 4:35 pm, InC <[EMAIL PROTECTED]> wrote: > No I didn't. However, would that be root cause, since it actually went > through the permissions approval screen and started to install. I'm > assuming if it hadn't read the manifest file, it

[android-developers] Re: Browser based installation fails on G1

2008-10-20 Thread InC
No I didn't. However, would that be root cause, since it actually went through the permissions approval screen and started to install. I'm assuming if it hadn't read the manifest file, it would have failed even before that step. Anyway I'll configure the mime-type on the webserver and give it a s

[android-developers] Re: Browser based installation fails on G1

2008-10-20 Thread Mark Hansen
Did you set the mime types .apk files on your webserver? application/vnd.android.package-archive On Oct 20, 4:41 pm, InC <[EMAIL PROTECTED]> wrote: > Here's the adb logcat output from the exception - > > I/ActivityManager(   53): Displayed activity > com.android.packageinstaller/.InstallAppPro

[android-developers] Re: Browser based installation fails on G1

2008-10-20 Thread InC
Here's the adb logcat output from the exception - I/ActivityManager( 53): Displayed activity com.android.packageinstaller/.InstallAppProgress: 157 ms D/asset ( 53): failed to open Zip archive '/data/app/ vmdl17815.tmp' W/PackageParser( 53): Unable to read AndroidManifest.xml of /data/ app