Menu selection within apps: - Note Edge Q&A, Help & Troubleshooting

The "menu" setting for some of my apps doesn't appear. For example, I used the Regions appp for my banking...........to exit the app, there should be an option for menu or setting to allow me to exit, but can't see it. Any suggestions?

ycats said:
The "menu" setting for some of my apps doesn't appear. For example, I used the Regions appp for my banking...........to exit the app, there should be an option for menu or setting to allow me to exit, but can't see it. Any suggestions?
Click to expand...
Click to collapse
Press and hold the hardware key to the left of the physical home button.

Thanks!

Related

How to launch a hidden activity?

I'm looking to make a 1x1 shortcut to launch this activity: com.teslacoilsw.widgetlocker.UNLOCK
Does anyone know how I can accomplish this?
Try:
-long press on desktop
-custom shortcut
-enter label name, click on "pick your activity" button
-choose between "Activities" (adw), "Any Cut", etc, then scroll down to the activity you mentioned
Unfortunately It's not in the list, hence the "hidden" in the title
I can see the app's activities, but not this specific one.
Install and run Tasker:
Create new Task
Name it Unlock or whatnot
Add from Misc category "Action Intent"
Action: com.teslacoilsw.widgetlocker.UNLOCK
Target: Activity
(Leave the rest alone)
Click Done to finish setting the Action Intent
Tap the Icon button in the bottom to give it an Icon (to the left of the X)
Click Done to save the Task
Click Apply to save settings and exit Tasker setup
In Widgetlocker Config:
Add Shortcut
Look for the "Task" shortcut from Tasker
Find your "Unlock" task
Click Make Shortcut
Profit. Although it's faster to swipe
khaytsus said:
Install and run Tasker:
Create new Task
Name it Unlock or whatnot
Add from Misc category "Action Intent"
Action: com.teslacoilsw.widgetlocker.UNLOCK
Target: Activity
(Leave the rest alone)
Click Done to finish setting the Action Intent
Tap the Icon button in the bottom to give it an Icon (to the left of the X)
Click Done to save the Task
Click Apply to save settings and exit Tasker setup
In Widgetlocker Config:
Add Shortcut
Look for the "Task" shortcut from Tasker
Find your "Unlock" task
Click Make Shortcut
Profit. Although it's faster to swipe
Click to expand...
Click to collapse
Thanks for this.
Well, no, tapping a single 1x1 button is faster than swiping (hold and drag). But that's not the reason I'm looking to do this. Namely, I don't want to waste a 4x1 row just to unlock when I don't need or want the sliders on either side (I have other widgets that I want to put on my lock screen )
[Edit]: Tasker $$$
Paul22000 said:
Thanks for this.
Well, no, tapping a single 1x1 button is faster than swiping (hold and drag). But that's not the reason I'm looking to do this. Namely, I don't want to waste a 4x1 row just to unlock when I don't need or want the sliders on either side (I have other widgets that I want to put on my lock screen )
[Edit]: Tasker $$$
Click to expand...
Click to collapse
Yes, Tasker costs money. But Tasker can do anything.
Here's a partial list of what Tasker does for me...
Home, Work, Meeting, Sleep profiles... Based on time AND location.
Turns on speakerphone when I'm on the phone and turn it face down
Downloads a zip file of data I want for geocaching daily, unzips it so it's ready to digest
Turns up the volume and backlight when Waze (GPS Nav) is running
Backs up my dcim dir (10 minutes) using rsync, as images sometimes go poof
Pings me at 7:20 that it's time to get out the door with my kid to get her to school
Responds to specially tagged email or sms with info such as GPS location, phone number, last call in and out
Sends the same info above to a fixed number if my phone number changes (SIM gets swapped)
Reminds me if I've missed a phone call every N minutes
Gives me extra notification for important emails so I know to look right away
Uploads my current GPS coordinates to my website every 10 minutes
Backup my SD card over Wifi nightly
That's most of the list I have.. Some people have it read SMS to them while in the car, chime N number of times for the time (coo-coo clock).. Some of these (like back up the SD card) requires more stuff (fixed ssh client, generating keys, rsync, etc) but most of the above are all Tasker. Think of Tasker as a GUI interface to create programs (tasks) that run under specific circumstances (Contexts) that executes about anything in the Android API or beyond (it can use Locale plugins, including the Execute plugin etc..)
I can't imagine Android without it. And in case you're curious, what effect on battery life? None that I've ever measured. When I first started using it I monitored battery life for several days and noticed no increase in usage.
Paul22000 said:
Thanks for this.
Well, no, tapping a single 1x1 button is faster than swiping (hold and drag). But that's not the reason I'm looking to do this. Namely, I don't want to waste a 4x1 row just to unlock when I don't need or want the sliders on either side (I have other widgets that I want to put on my lock screen )
[Edit]: Tasker $$$
Click to expand...
Click to collapse
Just disable the lock sliders in Widget Locker, and enable one of the button unlocks.
EDIT: Ok, I did it. Unfortunately, my method requires "ShorterCut" from the market (paid app) but much cheaper than Tasker. There may be other ways. Here's what I did.
1. Go to WL and add shortcut
2. Select ShorterCut from the shortcut list
3. Select empty shortcut
4. Go to "Edit Intent"
5. In the first field labeled "Action" put:
Code:
com.teslacoilsw.widgetlocker.UNLOCK
6. In the second field labled "Component" type:
Code:
com.teslacoilsw.widgetlocker/com.teslacoilsw.widgetlocker.WidgetLocker
7. Press "Save intent"
8. Edit Shortcut title to whatever you want and change icon to your wishes.
9. Press "Create shortcut"
10. Done
overground said:
Just disable the lock sliders in Widget Locker, and enable one of the button unlocks.
EDIT: Ok, I did it. Unfortunately, my method requires "ShorterCut" from the market (paid app) but much cheaper than Tasker. There may be other ways. Here's what I did.
1. Go to WL and add shortcut
2. Select ShorterCut from the shortcut list
3. Select empty shortcut
4. Go to "Edit Intent"
5. In the first field labeled "Action" put:
Code:
com.teslacoilsw.widgetlocker.UNLOCK
6. In the second field labled "Component" type:
Code:
com.teslacoilsw.widgetlocker/com.teslacoilsw.widgetlocker.WidgetLocker
7. Press "Save intent"
8. Edit Shortcut title to whatever you want and change icon to your wishes.
9. Press "Create shortcut"
10. Done
Click to expand...
Click to collapse
Is it possible to do this with AnyCut?
The fields are Action / Data / Type, and I'm not sure which one to use for the "Component". I got a LauncherPro force close... Weird.
Paul22000 said:
Is it possible to do this with AnyCut?
The fields are Action / Data / Type, and I'm not sure which one to use for the "Component". I got a LauncherPro force close... Weird.
Click to expand...
Click to collapse
Don't think Anycut's that advanced.
EDIT: Just tried with Bettercut, and same thing happened to me as it did to you. Uninstalling that crap.
I might be missing what you are wanting to do, but you just want to press one button to unlock Widgetlocker correct? I have it installed and in Settings/ Buttons & Imputs there is an option to "Back Button Unlock". I have that checked and all i have to do is hit the back button and it unlocks it for me. There is also an option to unlock with the camera button and/or trackball.
ukYfan said:
I might be missing what you are wanting to do, but you just want to press one button to unlock Widgetlocker correct? I have it installed and in Settings/ Buttons & Imputs there is an option to "Back Button Unlock". I have that checked and all i have to do is hit the back button and it unlocks it for me. There is also an option to unlock with the camera button and/or trackball.
Click to expand...
Click to collapse
Yes but I don't want it to unlock accidentally, which is possible if using the "back button unlock" feature. And if you put the timer on it, then it just becomes annoying to unlock.
Paul22000 said:
Yes but I don't want it to unlock accidentally, which is possible if using the "back button unlock" feature. And if you put the timer on it, then it just becomes annoying to unlock.
Click to expand...
Click to collapse
Understandable, but I have never unlocked it accidentally
Sent from my Droid using Tapatalk
sorry to dig up an old thread but what home app are you using, if you are using a third party app like apex or nova you can just put a shortcut on your widget locker screen to launch that app. thats what i was doing for a while.

[Q] CM10 missing menu bar/button?

I have been using the latest CM10 stable build (cm-10.0.0-ville.zip) for a while now, and it's all been great. But I never noticed until now, in some applications there's no way of getting into the settings of these applications as there's no menu button showing.
For example, WhatsApp Messenger should have some 3-dot-menu-button-overlay but it's not showing anywhere. Is this a known issue for the latest CM10 build, or is it just me being stupid?
I already enabled this, and rebooted: Settings > System > Hardwarebuttons > Show 3-dots menu button in apps
You should be able to enable the recent apps button to open menu in system settings...
from my Jellybean_Nonsense-build-3
$droyd$ said:
You should be able to enable the recent apps button to open menu in system settings...
from my Jellybean_Nonsense-build-3
Click to expand...
Click to collapse
I know I should, but how is this achieved other than enabling the 3-dotted menu-bar button?
Tendency88 said:
I know I should, but how is this achieved other than enabling the 3-dotted menu-bar button?
Click to expand...
Click to collapse
Long-pressing home.
Goatshocker said:
Long-pressing home.
Click to expand...
Click to collapse
Nah I don't think long pressing home will work... If you go to phone settings look for an option like enable custom action. It will be inside a different option .that's not exactly what it says but similar... And you will be able to enable long press actions on your keys..
from my Jellybean_Nonsense-build-3
$droyd$ said:
Nah I don't think long pressing home will work...
Click to expand...
Click to collapse
It does on Dark Jelly out-of-the-box.

In App Menu button

Idk if you guys are coming from a note 4 or just a general non s6 or s6 edge... but I didn't know they got rid of the long press menu... i just found out that if you long press the back button, it sort of acts as an in App Menu button. Just sharing a tip for those who may not know.
ahq1216 said:
Idk if you guys are coming from a note 4 or just a general non s6 or s6 edge... but I didn't know they got rid of the long press menu... i just found out that if you long press the back button, it sort of acts as an in App Menu button. Just sharing a tip for those who may not know.
Click to expand...
Click to collapse
I have an app (maybe multiple) that does not have an in app menu button built in and therefore requires a menu function from the OS. I used to long press the back key in my LG G4 to get into the menu, but can't figuring out how to do it in my video surveillance app on my S7 Edge. If I short press the bottom left (two squares button), the open apps come up. If I long press the bottom left, it tries to take me into split screen mode (which this app doesn't support). If I press the bottom right key, the phone goes back to the desktop. Same results yield in long pressing the bottom right button. Does anyone know how to get into in app menus that do not have a menu button? My Uniden Guardian app requires this menu to exit out of the application or it will show in the notification area in standby mode. The only other way I can exit the app is doing a force close.
---------- Post added at 08:17 AM ---------- Previous post was at 07:34 AM ----------
jco377 said:
I have an app (maybe multiple) that does not have an in app menu button built in and therefore requires a menu function from the OS. I used to long press the back key in my LG G4 to get into the menu, but can't figuring out how to do it in my video surveillance app on my S7 Edge. If I short press the bottom left (two squares button), the open apps come up. If I long press the bottom left, it tries to take me into split screen mode (which this app doesn't support). If I press the bottom right key, the phone goes back to the desktop. Same results yield in long pressing the bottom right button. Does anyone know how to get into in app menus that do not have a menu button? My Uniden Guardian app requires this menu to exit out of the application or it will show in the notification area in standby mode. The only other way I can exit the app is doing a force close.
Click to expand...
Click to collapse
NM, it must be specific to my Uniden Guardian app... The long press back key works in other apps.
Any answer yet?
If I long press the back button in any app, I am immediately taken back to the home screen and once in the home screen, the home screen drop down items pop up. Any solutions for this?
Maybe it's carrier specific? The long-press back button brings up the in-app menu in virtually all of my apps.
On my Sprint GS7E, longpressing the Back button brings up the in-app Menu function.
Sent from my SM-G935P using Tapatalk
I have found a few apps that close when long pressing the back, and some that show the menu properly. I had to find another super simple (no permissions required) grocery list app since Simple Grocery List was one that would close.
Here is the fix I figured out that works in this situation and it would be good to pass this on or write up a document.
Go to phone settings => Accessibility => Dexterity and interaction => Assistant Menu.
Got this from galaxy s6 edge forum have an app with need of menu button and it now work with this work around hope this helps for now my phone is not rooted.
daveid said:
I have found a few apps that close when long pressing the back, and some that show the menu properly. I had to find another super simple (no permissions required) grocery list app since Simple Grocery List was one that would close.
Click to expand...
Click to collapse
I'm seeing this too in some apps. Including XDA Premium (Tapatalk). Holding back for the menu seems to think I'm tapping the back button. The app goes back through the previous pages, then quits.
harii_8 said:
Here is the fix I figured out that works in this situation and it would be good to pass this on or write up a document.
Go to phone settings => Accessibility => Dexterity and interaction => Assistant Menu.
Got this from galaxy s6 edge forum have an app with need of menu button and it now work with this work around hope this helps for now my phone is not rooted.
Click to expand...
Click to collapse
Not sure how this will help?
the_scotsman said:
I'm seeing this too in some apps. Including XDA Premium (Tapatalk). Holding back for the menu seems to think I'm tapping the back button. The app goes back through the previous pages, then quits.
Not sure how this will help?
Click to expand...
Click to collapse
Assistant Menu gives you a few options like home button back button and also a menu button that you can use whilst in any app to open the menu as the long press back button doesn't work on some apps it's just a work around that does work
I don't get the menu button in the assistant menu?
Zamboney said:
I don't get the menu button in the assistant menu?
Click to expand...
Click to collapse
The assist menu button is for apps that require a physical menu button to access the menu on any apps. It is used for apps that don't have the 3dot menu option it's just a work around for apps that don't have that option or that not have been updated for marshmallow
Unfortunately doesn't work on apps made with pre Android v4.0 SDK I use an SMS parsing app for bank notifications/login codes and it hasn't been updated since 2 years but works perfectly, just the settings are missing.
Assistant Menu button
Zamboney said:
I don't get the menu button in the assistant menu?
Click to expand...
Click to collapse
I found this discussion was very helpful, but it took me some time to work it out.
When the Assistant menu button is switched on (Settings - Accessibility - Dexterity and interaction), a blue symbol with four white squares appears. If this symbol is pressed, a menu pops up with a selection of available tasks. This includes (on page 2/4) a button called "More options". This is the extra Menu button that should be accessible from a long press of the Back button, but is not available in some apps.
Zamboney said:
I don't get the menu button in the assistant menu?
Click to expand...
Click to collapse
use this app https://play.google.com/store/apps/details?id=com.phoenixstudios.aiogestures
you can assign actions to every key
Sent from my SM-G935F using Tapatalk
Not happy with this at all. Whats wrong with the developers? Why take functionality away? Should be adding more! Why change things for the hell of it? Appart from just being plain annoying, buying the latest S7 edge phone out, and looking forward to trying ps1 emulation out, and cant use ePSXe save function now, or any app menu...
Hello All,
I found a fix. settings==>system==>Buttons==>Home Button. Change the action to open/close menu. or any of the buttons you see there. This works like a charm and if it's a button you dont normally use then even better cause you wont forget which one you chose.
Grilo.
---------- Post added at 10:01 AM ---------- Previous post was at 09:42 AM ----------
Hello All,
I found a fix for this. settings==>system==>buttons==>Home button. I chose to change the double tap to open/close menu. You can choose any button on this page and then access the menu.
Hope this helps
Grilo
the_scotsman said:
I'm seeing this too in some apps. Including XDA Premium (Tapatalk). Holding back for the menu seems to think I'm tapping the back button. The app goes back through the previous pages, then quits.
Not sure how this will help?
Click to expand...
Click to collapse
This worked for me. It floats a circular object and you tap this and it gives you some quick one touch functions, one of those is the 3 dots in a vertical line, you tap that and your app will then behave as if you'd tapped a physical MENU button.
Thanks for the tip.

How to get the menu ... buttons on apps?

So I just got this phone and it's stock ROM and when I use some apps I usually have the menu to access settings. It's 3 little dots normally in certain apps. How do I get these back? Some apps are useless without being able to get into settings.
GrandMstrBud said:
So I just got this phone and it's stock ROM and when I use some apps I usually have the menu to access settings. It's 3 little dots normally in certain apps. How do I get these back? Some apps are useless without being able to get into settings.
Click to expand...
Click to collapse
Try this:
Settings → Accessibility → Dexterity and Interaction → and turn on Assistant Menu. This will add a floating button to the screen that you can press to reveal a menu containing the old Menu button.
Sent from my Nexus 6 using XDA-Developers mobile app
Use the app Buttons remapper and reconfigure the buttons: Press 'recent' -> Menu. Long press 'recent' -> Recent, etc.
Root is not even needed.

keep open for quick launching

only give me one app to use this feature
any solution?
thanks in advance
when you press the recent button, long press on the app's icon and choose the "keep open for quick launch" option.
darkelfa2 said:
when you press the recent button, long press on the app's icon and choose the "keep open for quick launch" option.
Click to expand...
Click to collapse
work only for one app
Need 12GB RAM or over for three and need 16GB and over for 5.

Categories

Resources