[android-developers] Re: What happened to the HOME button in cupcake

2009-04-12 Thread Jack Ha
To make the Home button work in the emulator, you can do the following: 1. Edit development/apps/SdkSetup/Android.mk to include the LOCAL_MODULE_TAGS := eng line 2. Rebuild the system image with mmm development/apps/SdkSetup snod -- Jack Ha Senior Mobile Software Engineer Open Source

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-12 Thread Jack Ha (T-Mobile USA)
You can try the following to make the Home button work in the emulator: 1. Edit development/apps/SdkSetup/Android.mk to include the LOCAL_MODULE_TAGS := eng line 2. Rebuild the system image with mmm development/apps/SdkSetup snod -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-11 Thread David Turner
On Sat, Apr 11, 2009 at 2:52 AM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: I built from GIT cupcake source as well as the HOME button in the emulator still doesn't do anything. I don't know exactly what you did, but I'm sure that the cupcake branch on the open-source tree is not

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Ralf
On Fri, Apr 10, 2009 at 12:24 PM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: I tried the 'unofficial' cupcake SDK and found that the hardware HOME button doesn't bring me back to the home screen anymore. Is this a conscious UI decision? What's the reason behind it? You are talking

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Dianne Hackborn
This is why we want to be clear it is unofficial, because it is not actually a working SDK. If you really want to play around with it, please don't assume that any random thing you happen to experience is actually correct. :} On Fri, Apr 10, 2009 at 12:24 PM, Mattaku Betsujin

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Mattaku Betsujin
This is a sign to me that the HTC Magic won't come out for quite a while. I just hope not too many people are holding off buying the G1 to wait for the Magic. On Fri, Apr 10, 2009 at 2:03 PM, Dianne Hackborn hack...@android.comwrote: This is why we want to be clear it is unofficial, because

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Disconnect
..so where is the SDK that the magic google team (or whomever else, don't get picky here) is working with? On Fri, Apr 10, 2009 at 5:03 PM, Dianne Hackborn hack...@android.comwrote: This is why we want to be clear it is unofficial, because it is not actually a working SDK. If you really want

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Dianne Hackborn
On Fri, Apr 10, 2009 at 3:15 PM, Disconnect dc.disconn...@gmail.com wrote: ..so where is the SDK that the magic google team (or whomever else, don't get picky here) is working with? We aren't working with an SDK, we develop in the platform tree. -- Dianne Hackborn Android framework engineer

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread David Turner
On Sat, Apr 11, 2009 at 12:15 AM, Disconnect dc.disconn...@gmail.comwrote: ..so where is the SDK that the magic google team (or whomever else, don't get picky here) is working with? Right there in the public sources. The problem is really in packaging; building a proper SDK package is tricky

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Mattaku Betsujin
I built from GIT cupcake source as well as the HOME button in the emulator still doesn't do anything. I understand that the SDK, especially Windows-based one, may be lacking, but is the HOME button in cupcake supposed to work the same way as in 1.0? Thanks On Fri, Apr 10, 2009 at 4:28 PM, David

[android-developers] Re: What happened to the HOME button in cupcake

2009-04-10 Thread Romain Guy
It is, this problem is just due to the fact that the SDK thinks the system is not provisioned. The SDK usually relies on a special apk to do this automatically and I don't know why it doesn't happen for you. On Fri, Apr 10, 2009 at 5:52 PM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: I