Tag Cloud for this topic:
|
Download URL on Android G1 browser
|
orcking
member
Posts: 5
|
I am testing e-jnkie with google checkout
everything is ok
when I browse to download the file from my G1 Android phone and click on the link
it starts downloading the file and then says download unsuccessful
if I do it from IE or Firefox on my PC it downloads OK
I think it has something to do with the javascript, because its not a direct link
any ideas???
# POSTED ON: September 4, 2009 @ 16:51 GMT -7
|
orcking
member
Posts: 5
|
# POSTED ON: September 4, 2009 @ 17:17 GMT -7
|
E-junkieNinja
E-Junkie Crew
Posts: 224
|
Our development team is looking in to this issue.
# POSTED ON: September 5, 2009 @ 12:21 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 911
|
Is this only for .apk files?
# POSTED ON: September 5, 2009 @ 12:22 GMT -7
|
orcking
member
Posts: 5
|
The web server needs to send the mime type to the browser...
I have tried it with apk files , if you look at the post above, simply adding the mime type to the web server configuration file will solve the issue
Thanks
# POSTED ON: September 5, 2009 @ 13:26 GMT -7
|
E-JunkieRocketScientist
E-Junkie Crew
Posts: 1
|
We have been able to reproduce the problem using the emulator from the Android SDK (nobody in the office actually has an Android device).
We're now working on figuring out the right way for us to fix this; for various reasons it's not as simple as just setting a mime type on the web server (although the mime type *is* the issue).
Please bear with us while we finish developing, implementing, and testing a solution.
# POSTED ON: September 5, 2009 @ 17:47 GMT -7
|
orcking
member
Posts: 5
|
# POSTED ON: September 5, 2009 @ 18:05 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 911
|
Thanks for your patience. This is done.
Please note, you will need to re-upload your APK file though.
# POSTED ON: September 6, 2009 @ 17:23 GMT -7
|
orcking
member
Posts: 5
|
Thanks much
I tested it and its working perfectly..
I see that you changed the web server location.
for future downloads it should always go there??
and can you tell me if adding the mime type solved the issue
Thanks again
# POSTED ON: September 6, 2009 @ 18:19 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 911
|
orcking
I see that you changed the web server location.
We have several servers, so file be will initially served from one of those, till we push it to amazon S3 (within 15 minutes or so normally) and then the files gets from there. So we have changed our download code to serve APK files with specific mime type and also our push-to-S3 code to add that mime type to the meta data of the object we put in our s3 bucket.
orcking
and can you tell me if adding the mime type solved the issue
Thanks again
Yes. Thank you!! :)
# POSTED ON: September 7, 2009 @ 04:43 GMT -7
|
|