[android-developers] Re: hosting apk files on godaddy shared windows hosting

2010-10-28 Thread Howard
Just add a web.config file in the apk directory with this text:

?xml version=1.0 encoding=UTF-8?
configuration
system.webServer
staticContent
mimeMap fileExtension=.apk mimeType=application/
vnd.android.package-archive /
/staticContent
/system.webServer
/configuration


On Feb 11 2009, 7:26 pm, Josh joshdo...@gmail.com wrote:
 Ii know that I am supposed to add application/vnd.android.package-
 archive mime type in iis however i have to access to this. I have
 emailed godaddy asking them to add it but i just wanted to see if
 anyone knows of an alternate method that i could use to allow my users
 to download this from my site.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Josh Dobbs
well apparently godaddy hosting is unwilling to add the mime type for apk
files. the response i got from them is below.

Thank you for your reply.  As previously stated, we are only able to add
MIME Types as an application/octet-stream.  We will not be able to install
the MIME Type that you requested at this time.  We apologize for any
inconvenience regarding this issue.


Does anyone know of a workaround using .net? Or does anyone know of a
reliable host that does support the mime type?


On 2/11/09, Josh Dobbs joshdo...@gmail.com wrote:

 It's running Windows Server

 On Wed, Feb 11, 2009 at 3:52 PM, Al alcapw...@googlemail.com wrote:


 What http server are you using? I know for Apache, you can use
 AddType inside .htaccess. There will probably be equivalents to this
 for whatever software GoDaddy is using.

 On Feb 11, 11:26 pm, Josh joshdo...@gmail.com wrote:
  Ii know that I am supposed to add application/vnd.android.package-
  archive mime type in iis however i have to access to this. I have
  emailed godaddy asking them to add it but i just wanted to see if
  anyone knows of an alternate method that i could use to allow my users
  to download this from my site.
 






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Mark Murphy

Josh Dobbs wrote:
 Or does anyone know of a
 reliable host that does support the mime type?

Al Sutton got it working with Amazon S3:

http://groups.google.com/group/android-developers/browse_thread/thread/4413db5a224803aa/e1bdfc8d31ec55fd

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread JP


Friends don't let friends host on Go Daddy

Aren't these people known domain hoarders?

Anyway, you'll have to pull your web site off and switch to a hosting
service that allows you to set *any* MIME association through the User
Control Panel. May cost you a few bucks more though. I'm not going to
recommend mine right now as I'm not terribly happy there, but at least
I can do what needs to get done.


On Feb 11, 3:26 pm, Josh joshdo...@gmail.com wrote:
 I have ... godaddy

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-11 Thread Al

What http server are you using? I know for Apache, you can use
AddType inside .htaccess. There will probably be equivalents to this
for whatever software GoDaddy is using.

On Feb 11, 11:26 pm, Josh joshdo...@gmail.com wrote:
 Ii know that I am supposed to add application/vnd.android.package-
 archive mime type in iis however i have to access to this. I have
 emailed godaddy asking them to add it but i just wanted to see if
 anyone knows of an alternate method that i could use to allow my users
 to download this from my site.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-11 Thread Josh Dobbs
It's running Windows Server

On Wed, Feb 11, 2009 at 3:52 PM, Al alcapw...@googlemail.com wrote:


 What http server are you using? I know for Apache, you can use
 AddType inside .htaccess. There will probably be equivalents to this
 for whatever software GoDaddy is using.

 On Feb 11, 11:26 pm, Josh joshdo...@gmail.com wrote:
  Ii know that I am supposed to add application/vnd.android.package-
  archive mime type in iis however i have to access to this. I have
  emailed godaddy asking them to add it but i just wanted to see if
  anyone knows of an alternate method that i could use to allow my users
  to download this from my site.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---