[android-developers] Re: g1 keyboard missing up/down/left/right keys?

2008-10-27 Thread s d
How do we bring up context menu when there is no D-Pad Center? Holding down the trackball didn't seem to work for me. Thanks! On Mon, Oct 27, 2008 at 5:04 PM, hackbod <[EMAIL PROTECTED]> wrote: > > They are translated, but of course it will be a quick down/up pair. > Snake should work; Lunar Lan

[android-developers] Re: g1 keyboard missing up/down/left/right keys?

2008-10-28 Thread s d
> handled it themselves. This is why you can long press on the > trackball all over the UI to bring up the context menu. > > On Oct 27, 8:13 pm, "s d" <[EMAIL PROTECTED]> wrote: > > How do we bring up context menu when there is no D-Pad Center? Holding >

[android-developers] Re: delete my app on G1

2008-11-01 Thread s d
Thanks Mark and brs for your answers. Uninstall works. I wonder why I never thought of that :) sd On Sat, Nov 1, 2008 at 5:06 AM, brs <[EMAIL PROTECTED]> wrote: > > > > On Nov 1, 1:05 am, sd <[EMAIL PROTECTED]> wrote: > > I am able to delete my app on the emulator either using adb or the > > file

[android-developers] Re: release build/debug build

2008-11-02 Thread s d
I found the answer already... To compile your application in release mode, right-click the project in the Package pane and select Android Tools > Export Application Package. On Sun, Nov 2, 2008 at 11:24 AM, sd <[EMAIL PROTECTED]> wrote: > > Sorry about this basic question, but I cannot find an o

[android-developers] Changing contact's photo

2011-12-18 Thread L[s]D
Hi, I'm trying to change chosen contact's photo and I ran into some trouble.. I used the code from this post: http://groups.google.com/group/android-developers/msg/7798b51e01c61c1e? and this is my entire code: public class ContactFacesActivity extends ListActivity { ArrayList Contacts;