Hi Houcen, take a look at the code of android-x86 that implaments a way to use MENU, BACK and HOME buttons in a device with just touchscreen. The name of the file that implements this is Touchable.java.
http://www.android-x86.org/documents/touch-only-device-howto The inconvenient is that you need to do this modification in the Android plataform, but as you will use Android to a specific device, if think it is not a big deal. Regards, Rogerio 2010/2/24 Houcem Berrayana <[email protected]> > I am running android on a non phone device.. and I want to show the > menu! is there another solution ? > > On 24 fév, 13:02, skink <[email protected]> wrote: > > On Feb 24, 11:23 am, Houcem Berrayana <[email protected]> > > wrote: > > > > > Hi, > > > Now, I have a device with no buttons. So, I want to simulate Menu > > > button click. > > > I think that this is very important because many developers are > > > looking for a such solution. And I really need to find a solution :( > > > > why does anybody want to simulate menu button click? > > > > i dont really see any reason. > > > > pskink > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

