[Q] Disable Double Tapping the Home Button - Atrix 4G General

Before anyone asks, yes I did search this topic on the forums Is there any way to disable the action of double tapping the home button?

it's in application settings, and at the bottom of the list there is none, also:
wrong fourm, go to q & a.

neaddean said:
it's in application settings, and at the bottom of the list there is none, also:
wrong fourm, go to q & a.
Click to expand...
Click to collapse
i don't think there is a "NONE" option in froyo. there is in gingerbread.
Sent from my MB860 using XDA App

no "none" option in froyo.

pukemon said:
no "none" option in froyo.
Click to expand...
Click to collapse
Correct
Sent from my MB860 using Tapatalk

pukemon said:
no "none" option in froyo.
Click to expand...
Click to collapse
Oh, I'm sorry. If you have ti backup, try making the double tap home point to something you dont use like news, then freeze that app in ti.

Someone posted a way to make double tap home do anything you want by editting build.prop. Maybe you can tweak that to get it to do nothing.

Piece of cake!
How to do this, on froyo.
1) Download SQLite editor free from market.
2) Open it, and scroll down to the Storage Settings(the last one with: com.motorola.android.providers.settings) -> settings.db -> settings
4) Scroll down to double_tap(3rd from the end), edit record and change the value to empty!
100% tested/working!

Related

[TIP] Hidden call settings on Epic

I haven't seen a thread for this yet, so I thought I would share. After installing Launcher Pro, I was playing around with the shortcuts and Activities. Under Call settings there is a hidden menu named "All Calls". If you create a shortcut you will have access to the auto reject call menu and will have the ability to enter phone numbers, or select numbers from the call history, that should be automatically rejected. The nice thing about it is the phone doesn't ring or vibrate. Since I forward my office line to my cell, I get a lot of solicitors and its great to be able to dump them automatically.
Sent from my SPH-D700 using XDA App
Nice find. I wish I would have discovered this sooner. I actually bought "Group to Voicemail" on the Market a few weeks ago because I needed this functionality. Oh well. It's a nice app and the dev seems cool.
LOL...
i just noticed this menu is NOT in the epic..lol
this is a regular menu in all other android phones i had use, such as the moto droid and the nexus one
Define how I am supposed to find something "hidden". Kinda confusing. I have Launcher Pro isntalled and see nothing about this under settings/call settings. Wanna elaborate?
Go to a blank spot onto your phone. Tap as if you were going to add a widget or shortcut. Go into shortcuts, activies, call settings, and tap all calls. It will create a shortcut which u go into and will see the auto reject feature.
I believe you must have LauncherPro. This is not in the settings menu.
sryans2004 said:
Go to a blank spot onto your phone. Tap as if you were going to add a widget or shortcut. Go into shortcuts, activies, call settings, and tap all calls. It will create a shortcut which u go into and will see the auto reject feature.
I believe you must have LauncherPro. This is not in the settings menu.
Click to expand...
Click to collapse
THX! Really appreciate it.
Need some help, every time I try and enter a number and save it, it wont save and says, wrong number entered
Any ideas?
mikeschevelle said:
Need some help, every time I try and enter a number and save it, it wont save and says, wrong number entered
Any ideas?
Click to expand...
Click to collapse
You have to enter the number without any dashes or spaces.
"Cell Broadcast SMS" looks interesting.
mattallica76 said:
You have to enter the number without any dashes or spaces.
Click to expand...
Click to collapse
Awesome thanks, do I have to leave the widget on the home screen for it to keep working?
mikeschevelle said:
Awesome thanks, do I have to leave the widget on the home screen for it to keep working?
Click to expand...
Click to collapse
No you don't have to leave it on the home screen, but it makes it easier to add more numbers later if you do. Personally, I have a folder on my home screen that contains that shortcut and shortcuts to other apps and settings I frequently use.
Metallica76 - thanks for clarifying those additional steps. My apologies everyone for not being more specific on the actual steps for creating the shortcut.
Now if I can just find the "send to voicemail" option everyone says is in the contacts settings, which clearly is not there.
Sent from my SPH-D700 using XDA App
sryans2004 said:
Go to a blank spot onto your phone. Tap as if you were going to add a widget or shortcut. Go into shortcuts, activies, call settings, and tap all calls. It will create a shortcut which u go into and will see the auto reject feature.
I believe you must have LauncherPro. This is not in the settings menu.
Click to expand...
Click to collapse
As far as I can tell, this can be done through any launcher, even the TouchWiz launcher.
mattallica76 said:
mikeschevelle said:
Need some help, every time I try and enter a number and save it, it wont save and says, wrong number entered
Any ideas?
Click to expand...
Click to collapse
You have to enter the number without any dashes or spaces.
Click to expand...
Click to collapse
You can also press the icon next to the entry field to add a number from your contact list or from your call log (although you will have to remove any dashes included).

[GUIDE] remap capacitive buttons

I know a lot of people out there are doing this already, but it didn't seem like there was a guide or anything out there for the NS. So, here we go.
(Please, make sure you know what you're doing BEFORE you apply this modification. I can't be responsible if you somehow manage to brick, or make brick-like your phone while following this guide.)
-You can do this using either adb, Terminal, or apps like Root Explorer. Since I'm trying to make this as easy as possible, I'll explain how to do this using the "File Manager" app, which can be installed via Market for FREE.
First, you need a rooted phone. If your phone is not rooted, there is extensive existing literature on how to get this done. (It's awfully easy on our Nexus S )
Run File Manager, hit Menu > More > Settings, scroll way~~ down, and make sure that "Root Explorer" and "Mount System Folders" are checked.
Navigate your way to
/system/usr/keylayout
(you'll have to move Up a step or two to find 'system' folder at root level.)
[BACKUP THE ORIGNIAL FILE WE'RE ABOUT TO MODIFY]
Long-press the file 'cypress-touchkey.kl'
Select 'Copy'
Hit 'Paste', on the upper left corner of app.
You'll be asked to rename the file. Rename it to something reasonable. (like, cypress-touchkey.kl.bakup)
Hit 'Ok'
Make sure the file you just created exists.
[START MODIFICATION]
Long-press 'cypress-touchkey.kl' (again)
Hit 'Permissions'
Make sure that ALL THREE boxed under "Write" are checked, and hit OK.
Hit 'cypress-touchkey.kl' (yet, again)
Select Text > Text Editor
Here, you'll see something like,
Code:
key 139 MENU VIRTUAL
key 102 HOME VIRTUAL
key 158 BACK VIRTUAL
key 217 SEARCH VIRTUAL
as you've guessed, the first part,
Code:
key ###
is telling which key this command (event) is for.
So we can intuitively tell that the number for our capacitive 'Back' button is probably 158.
the next section, 'MENU, HOME, BACK, SEARCH' tells Android what these buttons should actually do.
And a pretty good list of what an Android CAN do on a key-press is listed here: http://goo.gl/vrCvJ
From the list, lookup anything that starts with KEYCODE_ and you'll find a pretty good description of what that command ('event') makes Android do.
Just add this keycode, WITHOUT the KEYCODE_ part of the code, to where the current cypress-touchkey.kl reads 'MENU, HOME, BACK, SEARCH' (according to what you want which button to do, that is)
So, for example, I've remapped my 'Search' button to bring up the App Switcher (Recent Apps). (Long-pressing the Home button just didn't cut it for me )
So, my 'cypress-touchkey.kl' looks like this:
Code:
key 139 MENU VIRTUAL
key 102 HOME VIRTUAL
key 158 BACK VIRTUAL
key 217 APP_SWITCH VIRTUAL
Now, save your modified 'cypress-touchkey.kl' by selecting,
Menu > Save, and the exit by selecting Menu > Exit.
To be safe, let's set the permissions back to what they were.
From the File Manager App, long-press 'cypress-touchkey.kl' > Permissions,
and un-check the lower two check-boxes under the 'Write' column, and hit "OK"
Now, reboot your phone, and see if all went well
I actually tried this mod on a ICS rom, expecting the ICS app switcher to pop up, but somehow, the APP_SWITCH event seems to bring out the GB Recent App thingy.
Functionally, it still works pretty well for me. But if there's anyone out there who has any information on how to bring out the all-new ICS App switcher with a key-event, I'd really appreciate it
Hope this makes someone's life easier!
Thanks for the post.
I've tried to remap my search key as you described, but the APP_SWITCH command doesn't seem to work? Nothing happens for me. When I switch the value back to "search" that command works again, so I know the have edited the file correctly.
Any ideas? Does the kernel/rom affect this? I'm running oxygen + franco kernel.
Thanks!
Edit: Spelling.
Thanks for this, will definitely try out soon!
Follow the leader @corythug
Any idea what the app switch command is on ICS
Sent from my Nexus S 4G using xda premium
The ICS app-switch is, in my opinion, the best way to use search button key on Nexus S with ICS rom.
Hope someone will be able to find the correct command ot for that and someother creates a flashable zip to do the mod easily from recovery
Is there any way to remap the longpress on capacitive buttons?
Sent from my Google Nexus S using XDA App
cahir_cz said:
Is there any way to remap the longpress on capacitive buttons?
Sent from my Google Nexus S using XDA App
Click to expand...
Click to collapse
That's what were trying to figure out
Sent from my Nexus S 4G using xda premium
Thanks for the guide, I'll try it soon. My last few phones were from HTC and I love (or rather am so accustomed to) their button layout.
Sent from my Nexus S 4G using XDA App
Zorrich said:
Thanks for the post.
I've tried to remap my search key as you described, but the APP_SWITCH command doesn't seem to work? Nothing happens for me. When I switch the value back to "search" that command works again, so I know the have edited the file correctly.
Any ideas? Does the kernel/rom affect this? I'm running oxygen + franco kernel.
Thanks!
Edit: Spelling.
Click to expand...
Click to collapse
I don't think neither rom nor kernel should affect how this trick works ... unless maybe the rom dev. explicitly made changes to how the key events work ... which is highly unlikely ;;;;
are you sure you changed ONLY the key-event part? (HOME, BACK, etc.)
you shouldn't change the number that comes after the 'key' part of the script.
... I can't seem to think of any other reason this wouldn't work for you. :'(
Tried this, doesnt work on my kellmsking miui 2.8.1 with francos kernel :/ Changing the file does not change the button behaviour
olorin86 said:
I don't think neither rom nor kernel should affect how this trick works ... unless maybe the rom dev. explicitly made changes to how the key events work ... which is highly unlikely ;;;;
are you sure you changed ONLY the key-event part? (HOME, BACK, etc.)
you shouldn't change the number that comes after the 'key' part of the script.
... I can't seem to think of any other reason this wouldn't work for you. :'(
Click to expand...
Click to collapse
Yes, I've only changed the key-event to APP_SWITCH. Actually, I even tried copy/pasting your code into the file, still didn't work.
Thanks anyways. At least I now know how to do it, just have to figure out why it doesn't work, haha.
When using this the old recent apps comr up, meh.
Sent from my Nexus S using Tapatalk
we need to find the correct keyword for triggering the new ics app switch and it will be great
Anyone got a configuration to recommend to complement the ICS on screen buttons?
brrip said:
Anyone got a configuration to recommend to complement the ICS on screen buttons?
Click to expand...
Click to collapse
I tried logcat to see what happens when it's brought up but i'm not a dev, I know some code buy don't have a computer to try and implement for testing
Sent from my Nexus S 4G using xda premium
I tried alogcat from the market. It didn't show anything of worth after a key press.
Sent from my Nexus S 4G using xda premium
any news about that?
provolinoo said:
any news about that?
Click to expand...
Click to collapse
+1!!!
Sent from my Nexus S
Would be pretty sweet idd
Greenthy said:
Would be pretty sweet idd
Click to expand...
Click to collapse
Agreed, would love to get this working on ICS.

How do I create a settings icon on the desktop?

I want to create a settings shortcut that goes to the settings menu, but whenever I try to, it navigates to the actual settings and forces me to choose a sub-setting.
kelper0 said:
I want to create a settings shortcut that goes to the settings menu, but whenever I try to, it navigates to the actual settings and forces me to choose a sub-setting.
Click to expand...
Click to collapse
Go into the app drawer, long press on settings and drag it to the homescreen? Or long press on the homescreen, add an app and add the settings app? You're going to add>shortcut>settings shortcut which requires a specific setting. You need the actual settings program.
It depends on your home launcher. I know with adw pro all I do is tap and hold on empty space on home screen. Then select create custom activity and choose from there. But what you wanna look for in your home screen is to add an activity. Activities are sub classes of programs. So you would pick the settings app then select the activity of said app which you want.
Sent from my GT-I9100 using Tapatalk
kelper0 said:
I want to create a settings shortcut that goes to the settings menu, but whenever I try to, it navigates to the actual settings and forces me to choose a sub-setting.
Click to expand...
Click to collapse
Nigeldg said:
Go into the app drawer, long press on settings and drag it to the homescreen? Or long press on the homescreen, add an app and add the settings app? You're going to add>shortcut>settings shortcut which requires a specific setting. You need the actual settings program.
Click to expand...
Click to collapse
Yes, to add the settings app to the homescreen you drag it out from the app drawer.
Dblfstr said:
Yes, to add the settings app to the homescreen you drag it out from the app drawer.
Click to expand...
Click to collapse
I think, from reading the OP, they are trying to access a sub setting directly from the home screen.
elesbb said:
I think, from reading the OP, they are trying to access a sub setting directly from the home screen.
Click to expand...
Click to collapse
Nah it's the opposite, he's being forced to access a sub-setting when he just wants to launch general settings
elesbb said:
I think, from reading the OP, they are trying to access a sub setting directly from the home screen.
Click to expand...
Click to collapse
Nigeldg said:
Nah it's the opposite, he's being forced to access a sub-setting when he just wants to launch general settings
Click to expand...
Click to collapse
His problem is he is being forced to select a sub-setting, which he does not want. He just wants a link to the settings app - from there he can access all the sub-settings.
Either way though, all options are now listed for him.

[Q] Icons missing from Galaxy S5!

I'm frustrated!
I want to edit the order of my "Quick Settings" in the Notification bar, but there is no icon (the pencil icon on the right side up) where it should be!
Also, when I press the "Options" button (the three squares) in the Settings page, most option are missing!
The only one that appears is 'List view' (to a total of 2 views - 'Grid view' and 'List view'), whereas the third view, the 'Edit quick settings' and the 'Help' options are missing!
I've got pictures to prove my point and help you see my problem but, unfortuately I can't post them here.
What is wrong? Is it because of the edition of the phone?
MenelmacarGR said:
I'm frustrated!
I want to edit the order of my "Quick Settings" in the Notification bar, but there is no icon (the pencil icon on the right side up) where it should be!
Also, when I press the "Options" button (the three squares) in the Settings page, most option are missing!
The only one that appears is 'List view' (to a total of 2 views - 'Grid view' and 'List view'), whereas the third view, the 'Edit quick settings' and the 'Help' options are missing!
I've got pictures to prove my point and help you see my problem but, unfortuately I can't post them here.
What is wrong? Is it because of the edition of the phone?
Click to expand...
Click to collapse
Depending on the device model and also the firmware version, there are some variation of the Settings menu. So I cannot realize what is your Settings menu structure.
You can open the S Finder and enter 'notification panel' to search.
vndnguyen said:
Depending on the device model and also the firmware version, there are some variation of the Settings menu. So I cannot realize what is your Settings menu structure.
You can open the S Finder and enter 'notification panel' to search.
Click to expand...
Click to collapse
Same thing happens. I sadly think it is because of the firmware, as you say, and there is nothing I can do about it.
Thanks for your reply, though!
MenelmacarGR said:
Same thing happens. I sadly think it is because of the firmware, as you say, and there is nothing I can do about it.
Thanks for your reply, though!
Click to expand...
Click to collapse
What does that mean? Did you find this menu using S Finder?
If you cannot find this settings, here is another way:
Install Shortcut Master app, open Menu > Search > enter 'notificationpanelsetting' to search. Finally tap on the search result to open this settings.
vndnguyen said:
What does that mean? Did you find this menu using S Finder?
Click to expand...
Click to collapse
Yes and, again, the notification panel had no pencil on the uppermost right corner. :/
vndnguyen said:
If you cannot find this settings, here is another way:
Install Shortcut Master app, open Menu > Search > enter 'notificationpanelsetting' to search. Finally tap on the search result to open this settings.
Click to expand...
Click to collapse
I had high hopes for this (on my search on the Net, I found no solution like this) but, alas, the search came back with 0 results. Searched both 'notificationpanelsetting' and 'notificationpanelsettings', and 0 results for 'notificationpanel' as well!
edit:
Oooh! That's why I thought I recognised the name of the app creator - it was you! Nice job, btw!
Sorry, I have searched on my Note 3, not S5.
However the function may be missing because of different firmwares.
You can bypass this problem by flashing another firmware.
vndnguyen said:
You can bypass this problem by flashing another firmware.
Click to expand...
Click to collapse
I have no idea what this sentence means!
So, I guess, I'll just have to get used to it...
Thank you, anyway!
MenelmacarGR said:
I have no idea what this sentence means!
So, I guess, I'll just have to get used to it...
Thank you, anyway!
Click to expand...
Click to collapse
Sorry for my poor english I mean if you flash another stock firmware, you will get back all functionality.
Sent from my SM-N9005 using Tapatalk

Menu?

How to set to get to the menu using gestures? Is there any apk that supports this without root
I use nova launcher and this let me set up double tap to open settings. Hope that helps. [emoji6]
Ok, I also have Nova, and can be set at a single click, or in gestes?
Robert39wawa said:
Ok, I also have Nova, and can be set at a single click, or in gestes?
Click to expand...
Click to collapse
Both, whatever you want. [emoji6]
How to set it? I would like one click to enter the menu or gesture
Robert39wawa said:
How to set it? I would like one click to enter the menu or gesture
Click to expand...
Click to collapse
Nova settings - gestures & inputs - select gesture then select app settings.
I think we're talking about another menu. I mean, it's marked on the photo
Sorry I can't read that.
He's talking about this menu button here http://androidapphut.com/wp-content/uploads/2013/12/action-bar-1-680x322.jpg
I use LMT to add it back to my phone since Google has seemed to remove it from Android
This apk. Work in one plus 6t?
Robert39wawa said:
This apk. Work in one plus 6t?
Click to expand...
Click to collapse
Yes, that is what my screenshot is from. You can check out the thread for LMT here: https://forum.xda-developers.com/showthread.php?t=1330150
I think some of the features work even without root.
The idea is very good but no root is not useful. In addition, there is no desired menu. It's on your photo, but I've installed apps and it's not there!
Robert39wawa said:
The idea is very good but no root is not useful. In addition, there is no desired menu. It's on your photo, but I've installed apps and it's not there!
Click to expand...
Click to collapse
You need to configure the buttons you want. It is all done from within the app. Please don't claim something does not work if you never even looked at the settings.

Categories

Resources