Quick fix, don't use Magic to decide the file type. Edited the PHP to use the android mime like suggested here.
http://groups.google.com/group/android-developers/browse_thread/thread/c5ccb8764485d5c9/befea559842c2373?lnk=raot&pli=1 On Sep 22, 2:09 pm, Ne0 <[email protected]> wrote: > Hi, > > I want to be able to download and install my app from my website, but > when i do this at the moment i get the error:- > > Download unsuccessful - Cannot Download. The content is not supported > on the phone. > > After looking into this it became apparent that the PHP Magic, that > handles the downloads from the website, recognises the file as a .zip > file rather then a .apk file and sends the it a .zip, that the phone > does not recognise. > > Does anyone know a way to get PHP Magic to recognise the file as an > apk so that file extension does not get changed and the phone can > recognise it? > > Thanks, Liam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

