[android-beginners] Re: how to install a .apk on my own phone...

2009-08-14 Thread swarna sm
Can anyone tell me how to include the SD card to load the pictures and also about the SQLLITE database. On 8/14/09, phil wrote: > > > so I've got this app i'm developing, and I did manage to get it on my > phone, but I had to install it via the debugger. > > i tried upload the .apk to a web serve

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
It did not like httpauth, once that was disabled I could download just fine and even install... thanks for your help. On Aug 13, 6:04 pm, Mark Murphy wrote: > phil wrote: > > okay, i'll look into that.  so there isn't any way to just generically > > download a file and save it to the SD card? >

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread Mark Murphy
phil wrote: > okay, i'll look into that. so there isn't any way to just generically > download a file and save it to the SD card? Not really. Android users aren't expected to deal with files so much as applications. While a few things still show underlying "file" aspects of the OS, most of the b

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
okay, i'll look into that. so there isn't any way to just generically download a file and save it to the SD card? On Aug 13, 4:52 pm, Mark Murphy wrote: > phil wrote: > > okay, thx.  any ideas why i can't download the file from a web server? > > You need the MIME type set up properly on the Web

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread Mark Murphy
phil wrote: > okay, thx. any ideas why i can't download the file from a web server? You need the MIME type set up properly on the Web server to serve it as application/vnd.android.package-archive. Beyond that, I have no idea. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twit

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread Michael Leung
Use AppsInstaller I have written some instrustions about that on my blog http://www.itblogs.info/index.php/2009/07/23/install-android-apps-from-sd-card?blog=6 On Fri, Aug 14, 2009 at 9:34 AM, Mark Murphy wrote: > > phil wrote: > > then i tried copying it to the SD card, that worked, but then I >

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread phil
okay, thx. any ideas why i can't download the file from a web server? On Aug 13, 4:34 pm, Mark Murphy wrote: > phil wrote: > > then i tried copying it to the SD card, that worked, but then I > > couldn't figure out how to actually install it once I had it on there. > > You would need a file man

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread Mark Murphy
phil wrote: > then i tried copying it to the SD card, that worked, but then I > couldn't figure out how to actually install it once I had it on there. You would need a file manager app from the Market to install off the SD card. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twi