Guest kang.t7 Posted November 4, 2010 Report Posted November 4, 2010 (edited) Is there any way to Configure the BACK KEY to Hang up while on a call? Is there an app on the Market? Edited November 4, 2010 by kang.t7
Guest thomasboyd Posted November 5, 2010 Report Posted November 5, 2010 Is there any way to Configure the BACK KEY to Hang up while on a call? Is there an app on the Market? Id be interested to know if there is also. One of the major problems i'm having is when during a call you press backup and end up on your frontscreen. You then can't controll the call! - I've left some werid messages on different friends voicemail of me swearing at the phone because i can't figureout how to make it hangup!
Guest kang.t7 Posted November 5, 2010 Report Posted November 5, 2010 ............I've left some werid messages on different friends voicemail of me swearing at the phone because i can't figureout how to make it hangup! Yes...LoL, Its Hard to hang Up Quickly since this phone does not have a dedicated Hangup button like my previous HTC HERO. I think i vaguely remember an app for changing END/HANGUP Button behavior, But not sure about the BACK Button though.
Guest kang.t7 Posted November 5, 2010 Report Posted November 5, 2010 Here we go, i found something for remapping the Keys: http://android-developers.blogspot.com/200...ee-stories.html Its possible to intercept the BACK key and do something different: (I'm no DEV but i'm sure someone should be able to do it:) @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK && event.getRepeatCount() == 0) { // do something on back. return true; } return super.onKeyDown(keyCode, event); }[/codebox]
Guest mattlcfc Posted November 5, 2010 Report Posted November 5, 2010 (edited) settings- accesability- power button it lets u end call with power key on top works for me :) Edited November 5, 2010 by mattlcfc
Guest Lew247 Posted November 5, 2010 Report Posted November 5, 2010 (edited) settings- accesability its greyed out in mine not clickable at all which is a shame as its a real nightmare when I'm on a call, I always press the back button and it takes ages to get back to the phone display I'm using the Mocado r4 rom Edited November 5, 2010 by Lew247
Guest kang.t7 Posted November 5, 2010 Report Posted November 5, 2010 settings- accesability its greyed out in mine not clickable at all which is a shame as its a real nightmare when I'm on a call, I always press the back button and it takes ages to get back to the phone display I'm using the Mocado r4 rom Yeap, Accessibility - Not Click-able on Serbastin's rom as well & R4
Guest thomasboyd Posted November 5, 2010 Report Posted November 5, 2010 Yeap, Accessibility - Not Click-able on Serbastin's rom as well & R4 dam exact same problem.. Why is it greyed out on Serbs?
Guest blauwal26 Posted November 5, 2010 Report Posted November 5, 2010 settings- accesability- power button it lets u end call with power key on top works for me :) Ahh, haven't though of it before, really convenient, thanks. (I'm on froyo)
Guest EMMJAY Posted November 5, 2010 Report Posted November 5, 2010 Is there any way to Configure the BACK KEY to Hang up while on a call? Is there an app on the Market? what is wrong with the touch screen end call button?
Guest meinnit Posted November 5, 2010 Report Posted November 5, 2010 what is wrong with the touch screen end call button? Bit of a delay to hang up
Guest Lew247 Posted November 5, 2010 Report Posted November 5, 2010 what is wrong with the touch screen end call button? Simples - I quite often press the back key by mistake (used to other phones) and then it takes forever to get back to the dial screen where you can actually end the call, its really frustrating/annoying
Guest andy mc Posted November 5, 2010 Report Posted November 5, 2010 Simples - I quite often press the back key by mistake (used to other phones) and then it takes forever to get back to the dial screen where you can actually end the call, its really frustrating/annoying I suffer from the same issue whilst still getting familiar with the phone. The live call can easily be accessed in the notification bar and I find this the easiest way to access the call again
Guest kang.t7 Posted November 6, 2010 Report Posted November 6, 2010 I suffer from the same issue whilst still getting familiar with the phone. The live call can easily be accessed in the notification bar and I find this the easiest way to access the call again LoL, we Know, but its not quick enough as having a dedicated button.
Guest 2k4ever Posted November 6, 2010 Report Posted November 6, 2010 I dont have the phone (yet), but you should be able to use tasker to do the job: this is an example to reprogram the camera button, something similar should be possible for the back button http://tasker.wikidot.com/cameramenu tasker: http://tasker.dinglisch.net/index.html
Guest kang.t7 Posted November 6, 2010 Report Posted November 6, 2010 I dont have the phone (yet), but you should be able to use tasker to do the job: this is an example to reprogram the camera button, something similar should be possible for the back button http://tasker.wikidot.com/cameramenu tasker: http://tasker.dinglisch.net/index.html Yeah I downloaded it, But Cant Get it to work. I'll Have a play with it again a bit later. Those Steps dont really make sense, I think thats maybe for an older version of the app
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now