HTC Droid :: Back Button On Eris
Jan 7, 2010The light just dies behind the button.. the home, search and menu lights still are active. Has this happened to anyone else?
View 2 RepliesThe light just dies behind the button.. the home, search and menu lights still are active. Has this happened to anyone else?
View 2 RepliesIs there a button/setting to get you back to your homepage? Other than creating a bookmark for it.
View 12 Replies View RelatedI was under the impression that the "back button" closes applications.
Apparently this is not true. I always use the "bb" however, I've checked and found that many apps were still open.
For instance: I open messages. Don't actually create one. Press "bb". Check apps and find that it is still running. So what is happening is that after a while there are a bunch of apps still running in the background.
Is there a way to force close? What is the proper way to close an application then?
I notice on my eris that when i am on a menu with a black background that if i hit my back (bottom button) a little firmly, right above the button on the lcd kind of changes colors. Like if you press your laptop screen, its only a little bit though. If you could, please try this and report back.
View 10 Replies View RelatedThis 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.
I have two questions:
1) Before the update, there was a sound that indicated when the call was ended. Anyway to get that back?
2) Has anyone figured out a way to change the end button behavior that was previously controlled by the Spare Parts app? I would like to end button to go home and then go to sleep but Spare Parts can't do it under the new software. Any ideas?
I'm finding that I'm using the back button A LOT whether browsing the web or just navigating the OS. It kind of sucks because the buttons on the droid x are well, really small, and sometimes hard to press because they are so narrow and flimsy feeling. And depending on how you are holding the phone, it could be a good bit of distance for your thumb to travel or I'm finding myself having to reposition the phone in my hands just to reach the back button, which you seem to need very frequently.
Anyone know of any kind of back 'swipe' implementation ? Like some software you can install that makes it if you swipe left to right on maybe the top bar it goes back?
I just installed lock 2.0 and i was just adjusting the settings and now every time I'm in my phone and i touch the "Home" button it locks my phone instead of taking me back to my home screen! Is this normal? Did I accidental do it in the settings? HELP its driving me crazy
I'm on the new 2.1 leak if that matters
So i rooted with Droid Does rom, because i heard its nice and fast and what not. So basically the only problem i have with it is this.
When on a call, the proximity sensor doesnt work, so the screen goes black. And when i press the end call button to turn the screen back on it just ends the call. Is this normal? Or a known issue?
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".
I call WebView.clearHistory(), but I am still able to go back after doing so. I want to reuse a WebView, but I don't want the back button to allow the user to go back further than the current "session" of using the WebView. Anybody know what is the best way to handle this? I thought for sure that clearHistory() would do it.
View 3 Replies View RelatedIn my android application i have a video list screen,a buffering screen and a videoplayer screen.
As soon as the user clicks an item from videolist screen ,he is navigated to buffering screen and then to videoplayer.
In the buffering screen i am using Async task and doing the loading process in on background process.
Now my issue is like the user if has selested a video then gets navigated to buffering screen.But if the user clicks back when he is in buffering screen then initially he is getting navigated to videolist screen but immediately after that again he is navigated to videoplayer screen.
What i would like to have is either the back button should be made disable in buffering or should prevent the player tostart if back is clicked.
This button will "sometimes" take me to the last screen I was on but most of the time when I hit back, it'll take me to the Home screen.
View 1 Replies View RelatedIn My code I am displaying a AlertDialog based on some condition.
CODE:.......................
Instead of trying to grab the notification bar and swiping it down, simply start ABOVE the screen and swipe down. Fast or slow makes no difference.
You can swipe it back up, or simply hit the back button.
In the last few days I am having to press the back button twice when using both the stock android browser and the latest version of chrome on my rooted S3.
View 4 Replies View RelatedI like buttons, but I also like options. Just wasn't sure if there was an app to incorporate a software based back button in the OS or at the very least within the browser.
View 3 Replies View RelatedI'm thinking about using a ViewFlipper for an Wizard like Activity. But I see one problem with this approach. The back button. Will the back button go back to the last shown activity or will the the Viewflipper somehow catch the back button event and only change to the last shown activity?
View 1 Replies View RelatedI have an onKeyDown event which is only needed for handling the Up and Down hardware keys in my app. For these it returns true, as they are handled. For anything else it returns false which I understand means that the OS should handle them. However, when I press the Back button, my onKeyDown is called and returns false, but there is no other effect. I want/would expect the OS to finish the current Activity and resume the previous one.
View 3 Replies View RelatedSometimes with the home or back button not responding at times? Kind of like a freeze where u have to press the buttons a couple of times then they will respond. Also, have you noticed that sometimes that pressing the power button will not wake the phone up? And when my phone call ends, it takes a while for the screen to come back from black so I can end the call. Should I get an exchange for my phone or are these issues supposed to be resolved with the update coming?
View 1 Replies View RelatedI have noticed while working in the emulator that whenever i get out of my app via any method other than pressing the back button, my toggle button (if pressed) will have its state saved and return to that state when i return to the app. im guessing its because its value gets saved in a bundle and reloaded when i return. when i leave the app via the back button, this does not happen and the toggle is always off when i return. is there any way to get the value of the toggle back if the user leaves via the back button, without having to save the value in a db table? alternatively, if my apps notification is in the status bar, i can be confident that the toggle should always be selected, so if there is no way to save the state, is there a way to find out if my apps notification is currently being displayed? then it would be easy to just set the toggle each time via a quick check of the status bar.
View 1 Replies View RelatedCan someone please help me out. How far back can the Eris sync exchange mail? I know the droid did 30 days...how far back will the Eris sync?
View 1 Replies View RelatedSo I'm new to Android OS and the Droid X. I'm on the $54.99 plan that's just data/text, so I don't pay for any minutes. So I was wondering if it's possible to change out the capacitive phone button on the main screen to something more useful for me, or would I need something a little beefier than root access, like a whole new rom?
Also, would it be possible to create a capacitive back button on the screen to replace the mechanical back button?
Trying to the do as the title describes with the following code, but it doesn't seem to work. It just does nothing once i have altered the keyCode. Do i have to do something to the event?
..............
Is there anyway to go from 2.1 to 1.5 on the Eris?
View 8 Replies View RelatedSo I've had it with 2.1 v2 randomly going completely silent requiring me to re-start the phone to hear people/make call/or hear notifications. I want to go back to 1.5. My question is, can a Verizon rep flash the phone back to stock software? I originally had an issue with my phone and the rep at the store flashed my phone with the stock software and I basically started from day one all over again.
View 5 Replies View RelatedMy Eris was working so much better before the 2.1 OTA update. I was just wondering if it is possible to go back to 1.5? If so, would my phone go back to working like it did before or would there be a chance it'd still be acting up? I really like some of the features of 2.1 but i'd much rather have a working phone!
View 7 Replies View RelatedI have not tried this myself, but somebody at Android Central forums claims that you can install the 1.5 MR2 update over the 2.1 OTA update after upgrading from 1.5.
View 37 Replies View RelatedOn pressing the back button, I'd like my application to go into the stopped state, rather than the destroyed state. In the Android docs it states: not all activities have the behavior that they are destroyed when BACK is pressed. When the user starts playing music in the Music application and then presses BACK, the application overrides the normal back behavior, preventing the player activity from being destroyed, and continues playing music, even though its activity is no longer visible
How do I replicate this functionality in my own application? I think there must be three possibilities.
1) Capture the back button press (as below) and then call whatever method(s) the home button calls...........
I went to Verizon on my lunch break, and got assisted by the actual store supervisor, which was pretty cool. He was a blackberry guy, and didn't seem to know much about Android. Really nice though. He basically had me do basic diagnostics, but when i explained that it must be hardware in my phone not working since my facebook contacts where not syncing correctly. I also complained about dialer lag, and that i shouldn't have to reset my phone every month to keep it fast.
Now, it's clear that I was running the 2.1 leak. When he compared my settings to the ones on the store's Eris, he goes, "Are you running any other hack or anything on the phone?" I pleaded innocent and was like, "No...I just got the OTA from you guys. I don't know why they're different." He didn't once check the phones "About" section, and seemed to care more about fixing the problem. He had a "tech" look at it, but they couldn't figure anything out.
After 45 minutes or so, he says that if I can show him Facebook syncing on the stores Eris with -my- account, he'd swap the phone as defective for a referb. I did, and he did it, no questions asked. Now, back on 1.5...I also now have a pretty brand new phone. (No scratches or anything). I will say...in the time i had the phone with me at work till getting home now....1.5 is horrible. Oh. My. God. Thank GOD I flashed the leak when I did...the phone is horrible. So, project for tonight is Root. Wish me luck.