Android :: Create A Soft Home - Back - Menu Button

Nov 9, 2009

I am working on a device that does not have a hardware Home, Back or Menu button. I am trying to create a soft keyboard with only these three keys but I have not been able to get it working. Does anyone have any insight into my problem?

I first looked into injecting keypresses into a WindowManager but this functionality seems to have been removed.

I then looked at creating a custom soft keyboard but that will not work either. Custom soft keyboards only inject their input into the text fields they are attached to. I can't send a Home, Back or Menu keypress to the Android system.

I finally got the Home button working by using this intent to tell Android to go to the Home screen: Intent HomeIntent = new Intent(); HomeIntent.setAction(Intent.ACTION_MAIN); HomeIntent.addCategory(Intent.CATEGORY_HOME);

Unfortunately, I have not found an Intent to send for Menu and Back.

Android :: create a soft Home - Back - Menu button


Android :: Soft Home - Menu - Back Keys In Status Bar

Mar 9, 2010

I have a device with no hard buttons, on which I need to get Android running. The basic port is done, but I need to provide access to Home, Menu, and Back. The Archos tablets put soft buttons in the status bar, and I'm told that the android-x86 folks have implemented this as well (though I haven't found it in their source yet).

View 2 Replies View Related

Android :: Virtual/soft Buttons For Home - Menu - Back - Search - Always On Top

Jun 9, 2010

How can I make an app or maybe service that looks like (Nexus One touch buttons) for the navigation keys (Home, menu,Back, Search)

The buttons should always be visibly and always stay on top and send the command to the app thats running.

Someone have ideas and sample codes how to do that?

*I see an app with name (Smart Taskmanager) wich always detect when you touch the right side of the screen and then detect when you slide the finger to left.

So I think its possible, with this function I think its possible to implementate the code to simulate the (Home, Meny, Back, Search) buttons.

*I also see and test an app wich show a "cracked display" always ontop so that tecnic maybe shold be useful to always show the buttons/bitmanp on top.

Thoose function, to show the button and catch the "touch event" and send the event to the active program, thats what i dont can figure out how to do.

View 2 Replies View Related

HTC Desire :: On Screen - Soft - Home - Menu And Back Buttons

Jun 4, 2010

Does anyone know if its possible to have on screen buttons on the Desire for Home, Menu and Back as I'm (perhaps unnecessarily) worried about wearing the buttons out so would rather be using virtual buttons on screen (even if that means losing a little of the display area).

View 12 Replies View Related

HTC Incredible :: Home/Menu/Back/Search Button Backlight

May 1, 2010

Does anyone have a problem with the backlight on the Home/Menu/Back/seach buttons. On my Incredible sometimes they come on when I bring it out of sleep and stay on. Other times they don't come on at all. Sometimes they just come on in the middle of doing something on the phone.

Have added some apps from the market but can't remember if it was like this from the start. Did a reboot and battery pull but it's still occuring.

I have also had a couple phantom reboots when in sleep mode so not sure if it's related.

View 12 Replies View Related

Motorola Droid X : Back Button Functionality - Cannot Simply Go Back One Menu Using The Back Key

Jul 15, 2010

This is my first android device and i'm loving it... but one thing that irks me is the use, or lack thereof, of the back button.

As I am navigating menus and options in the Settings, I cannot simply go back one menu using the back key. For example, if I go to Settings->Battery Manager->Battery Profile Options and want to go back to the Settings screen, I cannot.

Pushing the back button does nothing and I can only go back to the Settings menu by going Home, then re-entering.

Another quirk regarding the back button is when reading emails. Using a regular email account such as Hotmail, I cannot simply read an email and go back to the inbox using the button.

It makes navigating the phone very tedious.

View 5 Replies View Related

General :: 4.4 (KitKat) Soft Menu Button - Can It Be Disabled?

Dec 15, 2013

So as you might already know, Google is trying to kill the hard menu button by integrating a soft menu button inside all apps.

Is there a way to disable this? I'm running the latest cyanogen (i9300) and I can't find a way to disable it. It just takes space and I don't even use it.

View 1 Replies View Related

Android :: Back Button - Soft Keyboard Related

Nov 4, 2010

My app contains a page with a form, a long list of EditTexts.

If you're entering text and click the back button, the soft keyboard is hidden. However different android versions behave in different ways. My 2.2 device hides the keyboard, and that's it. My 1.5 device hides the keyboard, and the 'back' onKeyDown/Up event is still activated.

This is very tricky... for the 1.5 device I need to know if the keyboard is being displayed when the back button is pressed, so that I can capture the back event and stop it continuing (all I want is for the keyboard to hide). But I've search all over this forum and there doesn't appear to be a sure way of doing this.

View 2 Replies View Related

Android :: Intercept Back Button From Soft Keyboard

Oct 15, 2010

I have the activity with several input fields. When activity started soft keyboard is showed. When back button pressed soft keyboard closes and to close activity need to press back button one more time.

So the question: is it possible intercept back button to close soft keyboard and finish activity in one press of back button without creating custom InputMethodService?

I know how intercept back button in other cases - onKeyDown() or onBackPressed() but in this case it's not works: only second press of back button is intercepted.

View 3 Replies View Related

Android : Want To Handle Back Button With Soft Keypad?

Nov 6, 2009

I have a simple edit control in my application and as expected the soft keypad comes up on tapping it. Now what I want to do is that when the user presses the back button, the activity should quit immediately without the soft keypad going down first. On handling the key event in my activity i found that the first 'Back' event is consumed by the keyboard and it does not even reach the activity. However once the soft keypad goes down, the events can be handled in my activity. Is there any way to override this behavior so that the back button first reaches my activity and I can quit immediately.

View 3 Replies View Related

Android :: How To Control Activity Flow - Back Button Versus Home Button

Sep 2, 2010

I have 3 activities in my app: Activity1 -> Activity2 -> Activity3. Inside Activity3, if the user presses Back, I would like to return to Activity2. In Activity3's onPause event, I added a finish() statement. That's probably not even necessary, but I wanted to make sure this Activity gets cleaned up. This works fine.
However, while in Activity3, if the user presses Home or starts a new app (through notification bar or some other means), I want both Activity3 and Activity2 to finish. If the user returns to this app, he should resume with Activity1.

I have figured out how to do one or the other, but I can't figure out how to handle both cases, if it's even possible. Can I trap the "Back" button in Activity3 and send a message back to Activity2 telling it not to finish()? It seems like the Activities follow the same lifecycle flow (Pause, Stop) regardless of what you do to send them to the background. Just to answer the question of why I want this behavior, imagine that Activity1 is a login screen, Activity2 is a selection screen, and Activity3 is a content screen. If I press Back from the content page, I want to be able to make a new selection. If I exit via any other means (Home, notification bar), I want the user to be "logged out".

View 2 Replies View Related

Android :: Using Any App And Press Home Button Home Screen Blacks Out - 10 Sec Delay Get All Icons Back

Mar 30, 2010

Whenever I am using any app and press the home button, the home screen blacks out for a few secs and it takes around 10 sec to get all the icons back and before I can start using my phone again. I am using a non rooted mytouch 3g.

This problem does not happen if I exit an app by pressing the back button. It becomes very annoying at times.

View 7 Replies View Related

Android : How To Create A Donate Menu Button?

Oct 30, 2010

You need to have Internet permission. Instead of using thewebview, you are better off using the Bowser activity for this.

View 8 Replies View Related

Android :: Handle Key Events For Home -menu - Back

May 9, 2010

How to handle the key events for HOME, MENU, BACK after making these keys as a soft keys?

Requirement: The Device doesn't going to have any hard keys. So we want to bring these keys as a soft key and handle these keys events.

View 5 Replies View Related

Android :: Ddroid Device Has A Menu And Back Button?

Nov 11, 2010

Kind of new to Android, and definitely don't know too much about the devices. I was wondering whether every android device out there has a menu and back button? I just wanna make sure we could assume this as a fact...

View 3 Replies View Related

HTC EVO 4G :: Home Button - Bring Up Another Menu

Jun 4, 2010

am i the only 1 with this issue when i double clik bring up another menu insted of takin me home

View 9 Replies View Related

HTC Incredible :: Home Menu Back - Light

Jun 8, 2010

How can I get the "home" "menu" "back" and search buttons to light up?

View 4 Replies View Related

HTC Hero :: Backlighting On Menu - Home - Search - Back

Oct 22, 2009

I tend to use the phone in dark places often. I dim the screen but the little ball and the other menu buttons stay bright. Is there any way to dim them or just turn them off?

View 3 Replies View Related

HTC Incredible :: Home - Menu - Back And Search Key Lights Go Out

May 1, 2010

So the HOME MENU BACK and SEARCH key lights go out and randomly sometimes come back on like if I play a movie from TV.COM. Is there some way I am accidently turning them OFF?

View 3 Replies View Related

General :: What Back / Home And Menu Bar Called In Nexus

May 6, 2012

What are the back,home nd menu bar called in the nexus?

and can i install it on my galaxy s?? GT-I9000

View 6 Replies View Related

Android :: Back Vs Home Button

Jul 4, 2010

This has been brought up before, but I was unable to find a satisfying answer. And I know it's a newbish question.

What is the difference between exiting an app with the back button compared to the home button? I am not talking about switching to the home screen, I am talking about a scenario when you want to exit an app. For example, you play a game, you're done - do you press home or back? Or, you're in the Facebook app and you want to exit to the homescreen - what do you press - back or home? At first, I thought both buttons do the same with the difference that home brings you to the homescreen instantly while back goes through your previous steps/pages/screens in the current app and then returns you the homescreen.

But later I noticed that 'reactivating' some apps that were exited via the back button cause them to 'reload' (the loading screen shows up - with certain games, grooveshark's loading screen, etc.) while they switch back instantly when "exited" with the home button.

I gather the way to 'leave' an app you don't plan on using for at least a short while (I am not talking about closing the app, I know it's up to Android, or some task-killer) is the back button, while home is more for task switching/starting new apps while old ones are running.

View 8 Replies View Related

Android : When Click On GDE And Click The Home Button - Switches Back To Stock Home Screen

Dec 19, 2009

When I DL'd the GDE app, I accidentally set my stock droid "HOME" screen as the default screen when the popup box came up asking me to choose between stock Home and GDE. Now when I click on GDE and click the home button, it switches back to the stock Home screen. How to I switch the settings now to set the GDE app as the new home screen?

View 15 Replies View Related

General :: SHV-E110S Menu And Back Button Not Working

Apr 4, 2013

I update my Galaxy S2 SHV-E110S to JB but Menu and Back button not working.

View 1 Replies View Related

HTC Hero :: Hold Home Button To Access Shortcut Menu

Oct 17, 2009

If you press and hold the 'home' button for a second or two it brings up a list of your most used (I think) apps.

View 12 Replies View Related

Samsung Epic 4G :: Menu - Home - Back And Search Buttons

Nov 10, 2010

I just visited the sprint store today and was testing an epic 4g and found that the bottom buttons were very unresponsive and I had to press them multiple times (sometimes up to 6 times) to get them to work. The guy working at sprint told me all the epic phones are that unresponsive. Is this true?

View 2 Replies View Related

HTC Incredible :: Home - Menu - Back - Search Touch Key Lights

Apr 30, 2010

I've noticed that sometimes the backlighting on the touch keys don't always light up. They still work but occasionally theyll light up but other times they wont. Does anyone have the same problem or is that just my phone and I need to get it swapped?

View 4 Replies View Related

HTC Incredible :: Home - Menu - Back And Search Backlight Not Working

May 27, 2010

I have tried covering it up, playing with the phone in the dark but the backlight for the home, menu, back and search buttons will not come on. They worked when I got the phone on tuesday until wednesday night, then they cut out. I just did a factory reset and they are still not working. Does anyone have any suggestions?

View 4 Replies View Related

HTC Droid Eris : Home Row - Menu - Back To Be Very Picky About Registering

Jan 28, 2010

I'd just like to know if anybody else finds their home row (home,menu,back) to be very picky about registering. I have to firmly plant my finger slightly above these keys to get them to work. I can never get away with pecking at them.

View 10 Replies View Related

HTC Incredible :: Home / Menu / Back And Search Keys Stay Lit During Charging?

Sep 4, 2010

Has anyone noticed since the Froyo update that the Home, Menu, Back and Search keys stay lit while you are charging the phone? It never did that before I did the Froyo update. Is this normal?Keep in mind that I have the setting where the screen doesn't go to sleep (black) while I'm charging as I like to glance at the time and such on my phone while it's charging.Even then, those lights never stood on before, just the screen would.

View 1 Replies View Related

Sony Ericsson Xperia X10 :: Menu/home/back Buttons Not Responding

Sep 15, 2010

My girlfriend just got an x10 to match mine and for some reason every once and a while, the 3 buttons at the bottom completely stop working. At first I thought the phone froze but I could still use the on-screen keyboard and press whatever I wanted on screen but the 3 buttons wouldn't work oO This has NEVER happened with my phone.

After searching around a bit, I only found one solution which was "if you have a gel phone cover, take it off and see if it works." We tried that and it seems (so far, for an hour or so) that it's working fine. That doesn't make much sense to me as we have the same phone and the same cover - just a different colour. Anyone had this problem before? Should we be bringing the phone back or is there something I'm overlooking?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved