[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-30 Thread deadscenekid
The easiest way to accomplish this is to host the APK on a website and make it downloadable from there. This is how I do mine. I host mine on my website and make them linkable from an HTML file. On Oct 30, 11:56 am, Hw3699 <[EMAIL PROTECTED]> wrote: > I have an Android G1 phone and I want to down

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-30 Thread marstein
Shouldn't it be possible to download the .apk file to the SD card and then open the file in the browser with a URL like file:///sdcard/app.apk ? On Oct 30, 10:01 am, deadscenekid <[EMAIL PROTECTED]> wrote: > The easiest way to accomplish this is to host the APK on a website and > make it download

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-30 Thread Easan
Dear Dead Scene Kid, i wonder if you would mind giving step-by-step how to do this, for a beginner. easan On Thu, Oct 30, 2008 at 10:01 AM, deadscenekid <[EMAIL PROTECTED]>wrote: > > The easiest way to accomplish this is to host the APK on a website and > make it downloadable from there. > This

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-30 Thread Will Hatcher
Hi. I've tried doing that but when the file download starts it just says "Unknown" and then it fails. Weird. I have downloaded an apk from zxing and it worked ok. Is there some special way I have to put it up? Is it a problem that's the debug version? Thanks, Will On Oct 30, 10:01 am, deadsc

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-31 Thread Ed
Easan, There is a tutorial at: http://www.wikihow.com/Make-a-File-Downloadable-from-Your-Website One thing to watch out for: make sure you are connected to a wireless access point or 3G if you see anything weird while installing (like a message that the Android System will be replaced). --Ed O

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-31 Thread Hw3699
On Oct 31, 8:45 am, Ed <[EMAIL PROTECTED]> wrote: > Easan, > > There is a tutorial > at:http://www.wikihow.com/Make-a-File-Downloadable-from-Your-Website > > One thing to watch out for: make sure you are connected to a wireless > access point or 3G if you see anything weird while installing (li

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-10-31 Thread [EMAIL PROTECTED]
Also, if you use connect your phone to your PC and use it in place of your emulator, the application will automatically get installed on the phone. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" g

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-11-01 Thread brs
On Oct 30, 8:37 pm, Will Hatcher <[EMAIL PROTECTED]> wrote: > Hi. > > I've tried doing that but when the file download starts it just says > "Unknown" and then it fails.  Weird. I have downloaded an apk from > zxing and it worked ok.  Is there some special way I have to put it > up?  Is it a pr

[android-beginners] Re: I have an Android G1 phone, how can I download .apk to my G1 phone?

2008-11-01 Thread Will Hatcher
Oh cool. I do have control over the server so I will try to make that setting. Sounds like an apache setting. I've been able to copy the app using the usb cable, but I am developing with another person remotely and want them to be able to download it. Thanks, Will On Nov 1, 4:55 am, brs <[EMA