Thanks,
i used the web server method and it worked great!
BTW my real problem was different.
i was using android.os.Debug.waitForDebugger(); in my code. the emulator
knew how to deal with it and the device got stuck on it.
hope this will help anyone who gets stuck on this issue
(now after i fixed it,it will probably work with adb as well )
Thanks for your help

On Mon, Aug 17, 2009 at 5:12 PM, Nivek <[email protected]> wrote:

>
> Officially, unless you have a Google Dev Phone, you have to package it
> as a signed .apk.
>
> Then you can deploy it on your phone as you prefer :
> - push it on the sdcard with USB cable and use a File Manager app to
> find and install it
> - email it to you gmail account and install APKatch to install it
> (without APKatch, the standard application installer fails to
> retrieve .apk files attached to e-mails)
> - upload it on a web server and open the android browser to get it
> from the web.
>
> On your phone you also have to authorize beforehand the installation
> of applications from unknown sources in the android preferences /
> applications menu.
>
> On 17 août, 12:45, Spektor Yaron <[email protected]> wrote:
> > Hi,
> > i have a softkeyboard code that i am trying to install on my device.
> > i was able to debug and run on my device it using eclipse, it works well
> as
> > long as the USB cable is connected (of course,once i disconnect it it
> stops
> > working)
> > i tried adb install as well, that works for a few sample applications i
> used
> > but not for the softkeyboard (maybe because it is an input  method
> > service?). when i try to change the input method it shows me my
> application
> > name in the list but does not render it on the screen.
> > anyone?
> >
> > --
> > Yaron Spektor
> >
>


-- 
Yaron Spektor

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to