Low Vision: Toggle "Magnification Gestures" With Widget - Nexus 6P Q&A, Help & Troubleshooting

Hi I just got a Nexus 6p and its been great but I have low vision and if I keep the option turned on the phone, it becomes very laggy so I would like to only use it when I need to.
Help would be greatly appreciated!
Thank you .

This isn't exactly what you wanted, but it's kind of close...
I use ADW as my launcher, which allows me to set custom shortcuts on my home screen. Other launchers might offer the same functionality.
I long pressed on my home screen and selected the Add tab on the popup. I then tapped Custom Shortcut, and tapped "Pick your activity." Next, I tapped Activities, scrolled down to Settings and expanded the list. It's rather long, but in that list there is one called "Accessibility(.Settings$AccessibilitySettingsActivity)". I selected that one, gave it a name (what it displays under the icon), and pressed OK. This created a settings gear icon on my home screen that when tapped goes straight to the accessibility options in the settings menu, and then you can tap the toggle for Magnification.
Alternatively, you should be able to do the same thing with Tasker if you have it installed and it's a bit easier. Make a new Task, give it a title (anything) and press the plus to add a step. Select Settings, then Accessibility settings (first option). There is some "if" options, but you can just tap your back button to go back to the step list. Create a widget for Tasker (1x1 task) and select the name of the task you just created. You then need to select an icon for the "widget" by tapping the icon in the lower right that looks like 9 squares in a grid. There are a bunch of built in icons you can choose from, or use your own. The result will be an icon on your desktop that goes to the accessibility options screen, allowing you to quickly toggle the magnification gesture.
Again, sorry this isn't exactly what you asked for, but it would save some taps. Luckily the mag gesture toggle is high enough in the list of options that it should always be on the screen when you open the accessibility settings, so you won't need to scroll.
Lastly, if you are rooted, you could use Tasker to also hit the toggle for you. If you want instructions for that, please do let me know and I'd be happy to share how to do that. It would allow you to tap the "widget" and it would then launch the accessibility settings, wait a second and then tap the toggle, and go back to the home screen. That way you wouldn't need to toggle it yourself.

fury683 said:
This isn't exactly what you wanted, but it's kind of close...
I use ADW as my launcher, which allows me to set custom shortcuts on my home screen. Other launchers might offer the same functionality.
I long pressed on my home screen and selected the Add tab on the popup. I then tapped Custom Shortcut, and tapped "Pick your activity." Next, I tapped Activities, scrolled down to Settings and expanded the list. It's rather long, but in that list there is one called "Accessibility(.Settings$AccessibilitySettingsActivity)". I selected that one, gave it a name (what it displays under the icon), and pressed OK. This created a settings gear icon on my home screen that when tapped goes straight to the accessibility options in the settings menu, and then you can tap the toggle for Magnification.
Alternatively, you should be able to do the same thing with Tasker if you have it installed and it's a bit easier. Make a new Task, give it a title (anything) and press the plus to add a step. Select Settings, then Accessibility settings (first option). There is some "if" options, but you can just tap your back button to go back to the step list. Create a widget for Tasker (1x1 task) and select the name of the task you just created. You then need to select an icon for the "widget" by tapping the icon in the lower right that looks like 9 squares in a grid. There are a bunch of built in icons you can choose from, or use your own. The result will be an icon on your desktop that goes to the accessibility options screen, allowing you to quickly toggle the magnification gesture.
Again, sorry this isn't exactly what you asked for, but it would save some taps. Luckily the mag gesture toggle is high enough in the list of options that it should always be on the screen when you open the accessibility settings, so you won't need to scroll.
Lastly, if you are rooted, you could use Tasker to also hit the toggle for you. If you want instructions for that, please do let me know and I'd be happy to share how to do that. It would allow you to tap the "widget" and it would then launch the accessibility settings, wait a second and then tap the toggle, and go back to the home screen. That way you wouldn't need to toggle it yourself.
Click to expand...
Click to collapse
Thanks a lot!
So it sounds like theres no way to make a widget the will toggle it specifically, without rooting my device.
And if I do root it and use Tasker it will take almost the same time as if I didn't.
If thats no other way then I guess I should root it even though Id prefer not too.
Unless theres another way, Instructions would be great! Thanks again!

Are you familiar with Tasker? It's a paid app, but it's absolutely worth it and you'll find lots of uses for it. I use it to auto reply to text messages while I'm driving, mute my phone when I'm at work (calendar based) turn on wifi when I'm at home (location based), etc.
First thing you need to do is find the location of the toggle on the screen. Go to Developer Settings and turn on "Show Pointer Location". This will make a gray bar at the top of your screen that lists your X and Y coordinates at the top when you are touching the screen. Go to the accessibility settings and touch the toggle, taking note of what the X and Y coordinates are for that touch input.
To simulate touch input, can make a task that opens the accessibility settings as I described above, then add a "wait" command (Task > Wait), enter a value of 1 second. Next enter a command for Code and select Run Shell. Under the command, type "input tap x y" where x and y are the x and y coordinates that you found for the toggle. Make sure the "use root" box is checked. Lastly, add a Tasker command to go to the home screen (back to where you started with the "widget").
Back all the way out of Tasker to save that task, then go back in and press the play button at the bottom left side to test your setup. You should see it launch the accessibility settings, wait a second, toggle, and go home. The first time you run it you will need to grant Tasker root permissions, so be ready for that. If you're not quick to approve it, the task may proceed and go to your home screen before you press approve, so you might need to run it again a second time after you approve it.
If you need more help with, or have any questions, please do let me know. Happy to help.

fury683 said:
Are you familiar with Tasker? It's a paid app, but it's absolutely worth it and you'll find lots of uses for it. I use it to auto reply to text messages while I'm driving, mute my phone when I'm at work (calendar based) turn on wifi when I'm at home (location based), etc.
First thing you need to do is find the location of the toggle on the screen. Go to Developer Settings and turn on "Show Pointer Location". This will make a gray bar at the top of your screen that lists your X and Y coordinates at the top when you are touching the screen. Go to the accessibility settings and touch the toggle, taking note of what the X and Y coordinates are for that touch input.
To simulate touch input, can make a task that opens the accessibility settings as I described above, then add a "wait" command (Task > Wait), enter a value of 1 second. Next enter a command for Code and select Run Shell. Under the command, type "input tap x y" where x and y are the x and y coordinates that you found for the toggle. Make sure the "use root" box is checked. Lastly, add a Tasker command to go to the home screen (back to where you started with the "widget").
Back all the way out of Tasker to save that task, then go back in and press the play button at the bottom left side to test your setup. You should see it launch the accessibility settings, wait a second, toggle, and go home. The first time you run it you will need to grant Tasker root permissions, so be ready for that. If you're not quick to approve it, the task may proceed and go to your home screen before you press approve, so you might need to run it again a second time after you approve it.
If you need more help with, or have any questions, please do let me know. Happy to help.
Click to expand...
Click to collapse
I just realized I need to buy an adapter for that USB C lol.
Before I go ahead with all of this work, your completely sure there is no other way to toggle magnification without rooting?
Thanks!

drewtass said:
I just realized I need to buy an adapter for that USB C lol.
Before I go ahead with all of this work, your completely sure there is no other way to toggle magnification without rooting?
Thanks!
Click to expand...
Click to collapse
Sorry for the delay. I am not aware of any widgets. I couldn't find a widget on the Play Store or light Google searching.
Regarding the adapter, the 6p should have come with a short USB A to USB C cable specifically for connecting to a PC.

drewtass said:
Hi I just got a Nexus 6p and its been great but I have low vision and if I keep the option turned on the phone, it becomes very laggy so I would like to only use it when I need to.
Help would be greatly appreciated!
Thank you .
Click to expand...
Click to collapse
Have you used the built in magnification gesture? You turn it on in accessibility settings, then when you need something to be bigger, just tap the screen 3 times rapidly. You can use pinch to zoom to adjust the text size. When you're finished with it, tap the screen 3 times again. I use it when an app's text is just too small.

EMcTx said:
Have you used the built in magnification gesture? You turn it on in accessibility settings, then when you need something to be bigger, just tap the screen 3 times rapidly. You can use pinch to zoom to adjust the text size. When you're finished with it, tap the screen 3 times again. I use it when an app's text is just too small.
Click to expand...
Click to collapse
Haha Yes I have tried it you have to tap your finger 3 times to magnify which means every time you tap something once it waits to see if you will tap more times and cause slight lag.

Niceeee idea bro, i will try it

moqueet said:
Niceeee idea bro, i will try it
Click to expand...
Click to collapse
Are you saying you will try to make a widget like this?

fury683 said:
Sorry for the delay. I am not aware of any widgets. I couldn't find a widget on the Play Store or light Google searching.
Regarding the adapter, the 6p should have come with a short USB A to USB C cable specifically for connecting to a PC.
Click to expand...
Click to collapse
No problem!
Lol I was so excited for my new phone I never checked but I found it !
Thanks I will root it when I get the chance.

i have the same exact problem,i absolutely love the feature as i wouldn't be able to use any phone with out it but it also gets frustrating sometimes (the touch delay) for example in the dialer app or Instagram.
a toggle in the notification panel would be great or an app through which you specifically enable/disable the gestures for each individual app.
any other alternative would be appreciated, somebody posted the same issue here with a possible fix (which i am not exactly sure how to implement) https://code.google.com/p/android/issues/detail?id=39685

hassanabid94 said:
i have the same exact problem,i absolutely love the feature as i wouldn't be able to use any phone with out it but it also gets frustrating sometimes (the touch delay) for example in the dialer app or Instagram.
a toggle in the notification panel would be great or an app through which you specifically enable/disable the gestures for each individual app.
any other alternative would be appreciated, somebody posted the same issue here with a possible fix (which i am not exactly sure how to implement) https://code.google.com/p/android/issues/detail?id=39685
Click to expand...
Click to collapse
Nice to know I'm not the only one.
Sorry for the late reply been busy with school. It would be nice to have this option maybe like a button shortcut .

Hey guys so that way of using tasker is very slow and not feasible.
Is there any other way of making a quick toggle magnification gestures. It would be nice if I could hold the menu button to enable it. (IPhone tripple tap home button to toggle)
Thanks again.

I have low vision as well and have also found that leaving the magnification gesture turned on causes the phone to be laggy even when I don't actually have the magnification turned on. Instead of using that, I rooted my phone, changed the global DPI and I use App Settings (an Xposed module) to increase the font size in some apps or force the standard DPI in apps that have issues with the custom one.

There's a gestural workaround I've employed: if instead of just putting down my finger I drag my finger slightly (in any direction) then the lag almost disappears. Doing this helps a lot but obviously its a bit of an awkward gesture.

Al--g said:
There's a gestural workaround I've employed: if instead of just putting down my finger I drag my finger slightly (in any direction) then the lag almost disappears. Doing this helps a lot but obviously its a bit of an awkward gesture.
Click to expand...
Click to collapse
How did you set it up?

There's no set up. I just do that gesture to get the scrolling to stop when I have magnification enabled.
GuinnessX said:
How did you set it up?
Click to expand...
Click to collapse

Related

[Q] customize the home double tap

as a user of power strip, i was extremely frustrated when i realized that the native double-tap function overrides whatever you set power strip to. coming from a droid 1 and cyanogenmod, i knew that there must be a way to take this function over.
after doing a lot of searching i came across this:
http://forum.androidcentral.com/motorola-droid-x/33482-disabling-customizing-double-tap-home.html#post349645
in that post zlandau mentions to edit a line in a database table in /data/data/com.motorola.android.providers.settings/databases/settings.db
line 352 has a value of 'double_tap'.
zlandau mentions to change that value to "<program>/<activity>"
assuming that this method will work for what i want to do [restore double tap to power strip], i'm not sure how to call the app properly.
if someone's able to help me out with this i'm pretty sure it will benefit everyone, as it will finally provide a means to disable/customize the function.
[btw i posted this over at droidforums, but figured i'd throw it up here for a quicker response]
also, once this is figured out, maybe someone could make an app to modify this and throw it on the market. i'm sure it would help a lot of people out. droid 2 and X users alike
after messing around i figured it out, with the help of launcher pro activities.
i didn't realize that the table extended to the right and when i saw the action that was set through the system i realized what i was missing.
i was looking for this
'mobi.intuitit.android.p.powerstrip/mobi.intuitit.android.p.powerstrip.PowerStrip'
however, if i set launcher pro as my default launcher and change the doubletap action to power strip, when i double tap it goes home then launches power strip.
i'm going to try just removing the value all together.
I like where this is headed!
Sent from my DROID2 using XDA App
ecnahc said:
after messing around i figured it out, with the help of launcher pro activities.
i didn't realize that the table extended to the right and when i saw the action that was set through the system i realized what i was missing.
i was looking for this
'mobi.intuitit.android.p.powerstrip/mobi.intuitit.android.p.powerstrip.PowerStrip'
however, if i set launcher pro as my default launcher and change the doubletap action to power strip, when i double tap it goes home then launches power strip.
i'm going to try just removing the value all together.
Click to expand...
Click to collapse
Just set the home key settings to do nothing in launcherpro
MotoBoy said:
Just set the home key settings to do nothing in launcherpro
Click to expand...
Click to collapse
yea that's what i already had it set to.
i guess getting power strip to work properly is another story..
but the instructions i posted above do accomplish setting the double home tap to whateve you want
ecnahc said:
yea that's what i already had it set to.
i guess getting power strip to work properly is another story..
but the instructions i posted above do accomplish setting the double home tap to whateve you want
Click to expand...
Click to collapse
That was a good find. I am thinking of what I want my home double tap to be
The problem is that it still takes you home before launching power strip, when it would be best to have it just launch power strip in the current program you are in... I ran into the same problem with quick desk. I settled on using smart taskbar instead because it can be launched by a swipe action, floating icon, or the notification area. And it launches over your current app window. The developer is very responsive to suggestions as well.
Sent from my DROID2 using Tapatalk
activity name?
I would like the double tap to launch google voice
how do I figure out what the name of the startup activity is?
I know the app is com.google.android.apps.googlevoice and I've guessed some generic activity names like com.google.android.apps.googlevoice.GoogleVoice but no luck so far
you can change the double tap home key by going into settings then applications then it will be the last option. not sure on the camera button

[REF] Stock Firmware - Features Hints and Tips

Below you will find a list of tips for the Galaxy S III - Stock Firmware. I will try to keep this list updated with more tips as they come in.
Alphabetical Sorting of the Apps Drawer
1) Open the apps drawer
2) Press Menu
3) Select “view type”
4) Select “Alphabetical Grid”
Turning on Swype Keyboard
1) Press Menu
2) Press Settings
3) Select Language and Input
4) Press the settings icon (the cog) next to “Samsung Keyboard”
5) Tick “Continuous Input”
Please note: this appears to only let you Swype in certain applications and text boxes
Adjusting the Lock Screen Settings - including shortcut icons
1) Press Menu
2) Press Settings
3) Press Security
4) Press Lock Screen Options
To Change shortcuts:
Press Shortcuts
To Use s-voice to unlock phone:
Tick “Wake up in Samsung Unlock”
To create your own vibrate pattern
1) Press Menu
2) Press Settings
3) Press Sound
4) Press “Device Vibration”
5) Press “Create”
6) Tap the screen to the pattern you wish to vibrate
7) Press Save
To turn on Battery Percentage Indicator
1) Press Menu
2) Press Settings
3) Press Display
4) Tick “Display battery percentage”
To enable Smart Stay - Screen stays on while you look at it
1) Press Menu
2) Press Settings
3) Press Display
4) Tick “smart stay”
Please note: An indicator of an eyeball will flash on the notifications bar when it is activating, it does not stay on forever, it only flashes on when its letting you know smartstay is keeping your screen on for an additional however many seconds.
How to activate some motion features e.g. direct call and smart alert
1) Press Menu
2) Press Settings
3) Press Motion
4) Press the toggle on the features you wish to use
--Reserved--
Swype
Is Swype available on stock fw, if yes how could it be activated?
It's all in the first post! It's kind of like a cut down version, it's a mash up of the samsung keyboard and swype.
I have installed the swype beta, and while on the s3 the swype keyboard height is about a third shorter than other keyboards I still prefer it over the stock.
If you want a real swype experience then your better off applying for the beta, the version in the s3 is very limited.
Sent from my GT-I9300 using Tapatalk 2
Lennyuk said:
If you want a real swype experience then your better off applying for the beta, the version in the s3 is very limited.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
For some reason the Swype installer doesn't work on mine. When I run it, I get a parsing error.
I'm quite liking the built in Samsung 'swype' feature. But then i'm new to this kind of input, but it's def quicker and more accurate for me than using the standard way. My girlfriend loves Swiftkey on her GSII though and i may try that at some point.
In regards to tips, when in the contact list, you can swipe along the right hand side and flick through the alphabet quicker, as usual, but if you push your finger further left while doing this it will then narrow the search even more.
Hope that makes sense!
stripealipe said:
I'm quite liking the built in Samsung 'swype' feature. But then i'm new to this kind of input, but it's def quicker and more accurate for me than using the standard way. My girlfriend loves Swiftkey on her GSII though and i may try that at some point.
In regards to tips, when in the contact list, you can swipe along the right hand side and flick through the alphabet quicker, as usual, but if you push your finger further left while doing this it will then narrow the search even more.
Hope that makes sense!
Click to expand...
Click to collapse
I won't include that in the first post as it is not s3 specific. But thanks anyway
Sent from my GT-I9300 using Tapatalk 2
@LennyUK How about including how to activate Direct Call & Smart Alert as it's deactivated by default.
Go to Settings -> Motion -> Direct Call / Smart Alert
Does anyone know how and where Tap to Top works?
Sent from my GT-I9300 using xda premium
musafir84 said:
@LennyUK How about including how to activate Direct Call & Smart Alert as it's deactivated by default.
Go to Settings -> Motion -> Direct Call / Smart Alert
Does anyone know how and where Tap to Top works?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
After activating it from motion settings, gently double tap on the top of the phone to go to the top of a list, unfortunately it only works in contacts and email. Another thing is that it sometimes needs more than one trial to work!
sevoflurane said:
After activating it from motion settings, gently double tap on the top of the phone to go to the top of a list, unfortunately it only works in contacts and email. Another thing is that it sometimes needs more than one trial to work!
Click to expand...
Click to collapse
Thanks! And you are right... It does indeed take more than once to work...
Sent from my GT-I9300 using xda premium
Install call vibrate from market to allow vibration when call is activated or deactivated
Sent from my GT-I9300 using xda premium
Must install Light flow from market as well. It uses the LED function of SIII to max. You can customize 8~9 colors for various alerts. e.g i use orange for low battery, red for missed calls, green for missed sms, white for charging, green for full charge, blue for no signal etc.
Although sometimes the charging light doesn't come on when playing around with phone and switching it to sleep mode but hopefully fix will fix this issue.
Must have app though
Enable Palm swipe to capture from Settings -> Motion and show it off to iPhone users...
Sent from my GT-I9300 using xda premium
Swype
Plexicle said:
For some reason the Swype installer doesn't work on mine. When I run it, I get a parsing error.
Click to expand...
Click to collapse
I managed to get Swype installed on my stock Pebble Blue.
Got Swype Installer & attempted for about 10 times over Wifi before it finally started downloading.
Before that, I kept getting the "Parsing.." error.
There was nothing new / different in my attempts - just had to keep hammering at it to download.
Just found these neat tricks on http://www.gsmarena.com/samsung_galaxy_s_iii-review-757p3.php
"There's one more trick - you wake the phone (tap the power button or the home key), then press and hold the screen and rotate the phone horizontally. It will unlock and start the camera as soon as it's in the right orientation to snap a photo"
"Shaking the device lets you detect nearby Bluetooth devices, as well as update your email, news or weather apps."
sak500 said:
Must install Light flow from market as well. It uses the LED function of SIII to max. You can customize 8~9 colors for various alerts. e.g i use orange for low battery, red for missed calls, green for missed sms, white for charging, green for full charge, blue for no signal etc.
Although sometimes the charging light doesn't come on when playing around with phone and switching it to sleep mode but hopefully fix will fix this issue.
Must have app though
Click to expand...
Click to collapse
Light flow is really nice but it didn't work as i wanted it to...
after install and reboot of the phone all suddenly it started to speak if i opened a folder or closed one so i had to remove it for a while lets hope the developer will fix that bug lol
A great alternative!!
Touchpal keyboard is an awesome alternative for swype.
Download it from playstore.
If anyone's phone feels a little sluggish (I know mine doesn't) you could try enabling 2D hardware acceleration to make it a bit more snappy
(settings->developer options->force gpu rendering)
please note this may drain your battery more than usual
Freakadroidz said:
I managed to get Swype installed on my stock Pebble Blue.
Got Swype Installer & attempted for about 10 times over Wifi before it finally started downloading.
Before that, I kept getting the "Parsing.." error.
There was nothing new / different in my attempts - just had to keep hammering at it to download.
Click to expand...
Click to collapse
How does it look on your phone? Is it a shorter keyboard as I've reported in the q and a forum? (as in it's height is about a third shorter than other keyboards).

Share A Really Good Tip with Note 3 Users

Hi guys,
Now that you've spent some time with your Note 3, how about sharing your top recommended tip with the community.
This tip should be more like your personal experience with the device. I'll go first...
Switching to Nova Launcher Prime with system animations set to fast took my user experience to an all new level...be sure to use "zoom fade" effect on nova settings...
Great thread, I used to use card stack, but changed to zoom fade, thanks for the tip, the tip I would share would be invisible lock screen widget, place it on your home screen, and turn your phone on stand by without any icons showing.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Will try this out soon thanks!
Here's another tip: After trying a lot of hd wallpaper apps, I found "ZEDGE" to be the best in terms of wallpaper clarity and variety. I now use this app and filter out newest wallpapers with stunning picture quality.
Quick Torch access
There is a setting to allow the flash to be used a s a torch quickly while the screen is off. You long-press the Volume-Up key to start it, and press the Volume-Down key to stop it. It also has an optional timeout setting.
To get this setting, called 'Torch Light' I use the 'Activity' shortcut in SSLaucher, as it is not in the normal settings. You can also use the 'Activity Launcher' app. Once set, you do not have to set anything again.
Here's a good one....want Developer options? This is bizarre, but go to 'About device' in settings, then to your build number which appears greyed out. Click it about three, four times, it'll say 'you're almost a developer' and then bam it'll say you are, go back to settings and wala, you'll see a new 'Developer Options' tab! Kinda strange way to get it to show, but it works.
Sporttster said:
Here's a good one....want Developer options? This is bizarre, but go to 'About device' in settings, then to your build number which appears greyed out. Click it about three, four times, it'll say 'you're almost a developer' and then bam it'll say you are, go back to settings and wala, you'll see a new 'Developer Options' tab! Kinda strange way to get it to show, but it works.
Click to expand...
Click to collapse
Man this has to be the best tip that I've seen so far hands down...I literally installed spare parts plus to get the dev options and make animations faster!
Off to unistall spare parts and see the shiny developer options in settings! Thanks a ton mate!
TIP to Reduce Number of Button Press on Note 3:
So this is a tip to substantially reduce the number of times one has to press the power on and home button.
Install "lock screen widget" from the play store (free) and place on ure home screen...it automatically switches off screen on touch...
For those of you who long press the home button to get the multi tasker up...configure the swipe up action in your non touchwiz launcher to open the "recent apps" list...
*Bump*
- Under Settings--> controls --> SPen you can set S pen Keeper, to alert you if you ever walk away without attaching the Spen. In case you forget it. Which has happened to me twice so far. :silly:
In settings/device/accessibility and under the section of mobility you can select the assistant menu and a little pop-up menu will give you some nifty shortcuts if you are using the s pen and don't want to press the home button of s shame with the pen hahaha it's just terrible to do it.
Sent from my SM-N900 using xda app-developers app
Thanks for the s pen tips guys...though I've really not come around to using it often on a daily basis.

Galaxy S6 Tips and Tricks

1. Double tap home button to launch the camera in under one second.
1B. Disable the double-tap quick launch in the camera options to get rid of the delay when pressing the home button. It's a neat feature, but makes the home button much more quicker. (Thanks to @B1aze)
2. Use themes to change the look of your phone (limited as of right now; will be more widely available in the coming weeks to developers/themers).
3. Go into your App drawer and long press an icon as if you want to move/delete it. The small circles with the red '-' sign will let you either delete an app (if third-party) or disable it (if built-in).
4. Hold the power key for more than 7 seconds and the device will reboot. Hold VolUp+Home+Power to boot into recovery. Hold VolDown+Home+Power to boot into Download Mode.
5. Whenever you want to take a "selfie", you can simply frame the image first, and then put your finger on the heart rate sensor under the LED light at the back in order to take one.
6. When downloading a large file (30+ MB) and you have LTE AND are near WiFi, activate Download Booster! Settings--->More Connection Settings--->Download Booster. It combines both your WiFi and LTE connections into one for amazing DL speeds.
7. Notification reminders! Settings--->Accessibility--->Notification reminders.
8. Don't forget to claim your free 100 GB cloud storage with OneDrive!
9. Private mode... You can hide content from prying eyes, including photos, videos, music, web history, and such. To activate it, go to Settings--->Privacy and safety--->Private mode.
10. Do Not Disturb mode. Dare I say... Better than Google's implementation of "priority notification only" mode. You can set a schedule for it, who IS/ISN'T allowed to contact you while it's on, etc.
11. Screen Pinning. Go to Lock Screen and Security--->Other Security Settings--->Pin Windows.
12. Customize your screen grid (4x4, 4x5 or 5x5) by pinching in when on the home screen.
13. Developer Options.. To enable this, go to Settings--->About Device--->Tap "Build Number" 10 times and you will unlock Developer Options!
14. Make your device a bit faster by going to Developer Options and setting window animation scale, transition animation scale & animator duration scale all to 0.5.
15. When you are in an app (Chrome, Gallery .... whatever) and you drag your finger from the upper right corner to somewhere in the middle of the screen the app shrinks which makes it more usable with one hand. (Thanks to @derWolf_)
16. You can have changing lockscreen wallpapers by changing it in the settings and selecting multiple wallpapers in the selection box. (Thanks to @altimax98)
17. For those having issues with Snapchat videos, go into Developer settings (see #13) and uncheck Nuplayer.
18. For better results with the fingerprint scanner, register your thumb multiple times for it to be more accurate.
19. Screenshot by holding power+home at the same time or using palm swipe to capture (turn on in settings).
20. Direction lock... Settings-->Accessibility. New way of unlocking your phone.
21. Under voice wake you can use Svoice to set a custom phrase to wake up the phone directly to listening for a command. (Thanks to @benjmiester)
22. If you rest any registered fingers over the scanner, it'll light up which registry it is. Helpful is you need to redo the fingerprint. (Thanks to @hayabusa1300cc)
23. Really debloat your GS6 (no root needed!)
24. Cell standby drain? Go into recovery mode and wipe your cache, power off phone completely then reboot.
25. Go to the dialer, and press the green dial button. It will load the last dialed number. (Thanks to @Jrhoop)
26. Disable the capacitive lights with no root required! (A LOT OF THANKS to @Averix)
26B. How to disable capacitive button lights. (ADB)
27. The volume down button can be used to take pictures when the camera app is running. (Thanks @segag)
28. Use volume keys in default messaging app to increase/decrease font size. (Thanks @jambo89liam)
29. If you want to enable grayscale without going into super power saving mode, go to settings -> personal -> accessibility -> direct access and turn both direct access on and grayscale. Once you do this, a triple tap of the home button will toggle grayscale on and off. (Thanks @shappy0869)
30. Pinch in/out in the Gallery increases/decreases the number of the thumbnails. Swipe right from the left edge of the screen shows a panel for the albums. (Thanks @akira888)
Will be adding as time goes on, feel free to add your own and I will add it to the OP!
Another tip, if you want to get rid of that small delay in the home button, disable the double-tap quick launch in the camera options. It's a neat feature, but I like my snappy home button more.
B1aze said:
Another tip, if you want to get rid of that small delay in the home button, disable the double-tap quick launch in the camera options. It's a neat feature, but I like my snappy home button more.
Click to expand...
Click to collapse
Thanks. Keep em coming!
Really great tips. I was unaware of the themes option. I hope someone makes a theme that is more in line with stock android. I kinda hate the colors Samsung choose for the dialer and the menus.
S5, too?
Lots of these seem to be applicable to the S5 also, although I guess due to the categories on the XDA forums, there'd be no way of sharing it between the two devices easily.
Great tips though!
One more: when you are in an app (Chrome, Gallery .... whatever) and you drag your finger from the upper right corner to somewhere in the middle of the screen the app shrinks which makes it more usable with one hand (I wouldn't call it one-handed mode, because.... well it isn't, but feel free to name it as you wish)
PhoneArena made a list with 36 tricks and tips!
http://www.phonearena.com/news/Samsung-Galaxy-S6-and-Galaxy-S6-edge-36-tips---tricks_id67772
derWolf_ said:
One more: when you are in an app (Chrome, Gallery .... whatever) and you drag your finger from the upper right corner to somewhere in the middle of the screen the app shrinks which makes it more usable with one hand (I wouldn't call it one-handed mode, because.... well it isn't, but feel free to name it as you wish)
Click to expand...
Click to collapse
I'm pretty sure they call it windowed apps
Edit according to the last link it's called pop up view.
derWolf_ said:
One more: when you are in an app (Chrome, Gallery .... whatever) and you drag your finger from the upper right corner to somewhere in the middle of the screen the app shrinks which makes it more usable with one hand (I wouldn't call it one-handed mode, because.... well it isn't, but feel free to name it as you wish)
Click to expand...
Click to collapse
Added, thanks!
Another tip:
You can have changing lockscreen wallpapers by changing it in the settings and selecting multiple wallpapers in the selection box
altimax98 said:
Another tip:
You can have changing lockscreen wallpapers by changing it in the settings and selecting multiple wallpapers in the selection box
Click to expand...
Click to collapse
No freakn way?? SO I don't have to use Muzei for that anymore, haha sweet!
Phone is officially out! Share your tips and tricks guys if ya have any :good:
Is there a way/trick to order the apps in the app tray (alphabetically).
crobo said:
Is there a way/trick to order the apps in the app tray (alphabetically).
Click to expand...
Click to collapse
Tap the "A-Z" button at the top of the app drawer.
wildmaiden said:
Tap the "A-Z" button at the top of the app drawer.
Click to expand...
Click to collapse
Not all versions have that button. I imagine it will come in a future update.
Sevael said:
Not all versions have that button. I imagine it will come in a future update.
Click to expand...
Click to collapse
Ah .. interesting. FWIW, T-Mobile's S6 does.
crobo said:
Is there a way/trick to order the apps in the app tray (alphabetically).
Click to expand...
Click to collapse
I reordered all mine manually. But only had about 50 apps so not too bad.
crobo said:
Is there a way/trick to order the apps in the app tray (alphabetically).
Click to expand...
Click to collapse
I am not a fan of touch wiz, so downloaded the Google Now launcher, and the app drawer automatically organizes apps in alphabetical order.
noeffintalent said:
I am not a fan of touch wiz, so downloaded the Google Now launcher, and the app drawer automatically organizes apps in alphabetical order.
Click to expand...
Click to collapse
I prefer Nova (prime), it does the same, plus much, much more!:good:
You use Svoice to set a custom phrase to wake up the phone directly to listening for a command. Under voice wake. I woke, wrote, and sent a text with (look ma) no hands!
Sent from my SM-G920T using XDA Free mobile app

How To: Use Tasker to assign flashlight toggle to Active Key on S7 Active

Quick how to for any other S7 Active owners who like me were disappointed that the Active Key could not be used as a dedicated flashlight button.
I used the Tasker app with the free App Factory plugin to create an app that toggles the flashlight state.
1. Open Tasker and create a new task (I called mine Flashlight Toggle)
2. Click the Add action button (the + at the bottom) and the Select Action Category window will pop up
3. Type Torch into the filter at the bottom of the Select Action Category window
4. In the Action Edit screen select Toggle from the dropdown in Set
5. Press back to return to the Task Edit screen
6. In the lower right press and hold the icon button and assign the task an icon
7. Press back to return to main Tasker screen - press and hold on the Flashlight Toggle task (or whatever you called it) task to highlight it
8. Select Export from the menu button in the upper right and export as an app.
8a. You may need to install the apk you just created manually depending on permssion settings with tasker (thanks for heads up 78c10)
9. Now open Settings and Navigate to the Active Key settings
10. You should have an app named Flashlight Toggle that you can now assign to the Active Key
Congratulations, you now have a dedicated flashlight button on your S7 Active.
I don't mean to sound critical, so please forgive me, but wouldn't it have been easier to download a flashlight app, and set it to the button?
I personally can't believe you didn't get more feedback on this. What a beautiful, elegant solution.
I was shocked to find that there was no option available to bind a long press of the action key to flashlight, how stupid. You fixed it, and you fixed it in a beautiful way! Thanks.
@Chr0nos77 I had done this previously, but was plagued with either apps that would then open and not turn off the torch by holding it, or having ads emblazoned across my device.
Smooth solution. The only thing that differed from the instructions is that after I exported the app, I had to install it before I could use it. So, I guess don't miss out on that step.
For some reason, I had to factory reset my phone to get the app factory to install. Oh well.
Only problem I'm having with this is that even though I have the app in my whitelist, if the phone is in deep doze the button does not reliably launch the flashlight. Have to press unlock button first then the active key. Still good but would be good if I could somehow force it to work with aggressive doze.
Is there a way to set the flashlight to full brightness? When you turn on the flashlight in the notification panel, it's only set to 30% of it's brightness, but when you open the Activity Zone, you can turn it all the way up to 100%, is there some way to make the 100% setting standard?
Hello. Tasker cannot support Torch in Android 5.0.1. Is there some other way to do it?
akran said:
Hello. Tasker cannot support Torch in Android 5.0.1. Is there some other way to do it?
Click to expand...
Click to collapse
I'm not sure in 5.0.1 - I used this with my S7A which was Android 6 out of the box.
gotta say.. works VERY well
Thank you for this, I've been looking for a way to be able to skip tracks with the active key and found a way to do it using the same logic you described here (made an app for next track and on for previous). If anyone is interested let me know and I'll put instructions for how I did it.
miniminus said:
gotta say.. works VERY well
Click to expand...
Click to collapse
kuaka said:
Quick how to for any other S7 Active owners who like me were disappointed that the Active Key could not be used as a dedicated flashlight button.
I used the Tasker app with the free App Factory plugin to create an app that toggles the flashlight state.
1. Open Tasker and create a new task (I called mine Flashlight Toggle)
2. Click the Add action button (the + at the bottom) and the Select Action Category window will pop up
3. Type Torch into the filter at the bottom of the Select Action Category window
4. In the Action Edit screen select Toggle from the dropdown in Set
5. Press back to return to the Task Edit screen
6. In the lower right press and hold the icon button and assign the task an icon
7. Press back to return to main Tasker screen - press and hold on the Flashlight Toggle task (or whatever you called it) task to highlight it
8. Select Export from the menu button in the upper right and export as an app.
8a. You may need to install the apk you just created manually depending on permssion settings with tasker (thanks for heads up 78c10)
9. Now open Settings and Navigate to the Active Key settings
10. You should have an app named Flashlight Toggle that you can now assign to the Active Key
Congratulations, you now have a dedicated flashlight button on your S7 Active.
Click to expand...
Click to collapse
bandario said:
I personally can't believe you didn't get more feedback on this. What a beautiful, elegant solution.
I was shocked to find that there was no option available to bind a long press of the action key to flashlight, how stupid. You fixed it, and you fixed it in a beautiful way! Thanks.
Click to expand...
Click to collapse
78c10 said:
@Chr0nos77 I had done this previously, but was plagued with either apps that would then open and not turn off the torch by holding it, or having ads emblazoned across my device.
Smooth solution. The only thing that differed from the instructions is that after I exported the app, I had to install it before I could use it. So, I guess don't miss out on that step.
For some reason, I had to factory reset my phone to get the app factory to install. Oh well.
Click to expand...
Click to collapse
can anyone give me the apk that the app creator made?
muneebrocks said:
can anyone give me the apk that the app creator made?
Click to expand...
Click to collapse
Yes!
Here is a link: https://drive.google.com/open?id=0Bw15QUNVlpHoMjdqdWVJbXh2YjA
All credits to Kuaka! Thanks for this nice tweak!
Arteush said:
Yes!
Here is a link: https://drive.google.com/open?id=0Bw15QUNVlpHoMjdqdWVJbXh2YjA
All credits to Kuaka! Thanks for this nice tweak!
Click to expand...
Click to collapse
thank you so much
i made a bixbybutton app using this method,
to enable our activity button, to be a bixby button
(i included it into the Ufrim modder
Is it possible to use this Tasker and create mobile data button/apk to toggle on/off data for Oreo?
dedicha said:
Is it possible to use this Tasker and create mobile data button/apk to toggle on/off data for Oreo?
Click to expand...
Click to collapse
https://www.xda-developers.com/how-...ttings-tile-toggle-on-samsung-galaxy-devices/
patzyalex said:
https://www.xda-developers.com/how-...ttings-tile-toggle-on-samsung-galaxy-devices/
Click to expand...
Click to collapse
Unfortunately, not working on my phone, maybe because of oreo update.
dedicha said:
Unfortunately, not working on my phone, maybe because of oreo update.
Click to expand...
Click to collapse
It does work on Oreo and not only for me, other users report it as well.
patzyalex said:
It does work on Oreo and not only for me, other users report it as well.
Click to expand...
Click to collapse
I have tried it, it just reordered the position of the icons, no mobile data toggle
Finally, success!
I read another command in the posts, that did the job!
Just put that command in the adb shell:
settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),MobileData,Hotspot"
I have no idea why the first one did not do it and what exactly is the difference, but this command did it !
I DLed this
https://apkpure.com/flashlight-toggle-simple-and-minimalist/com.nomadicratio.flashlighttoggle
its quick... a bit of a screen white for a split second but then it turns on and off just fine

Categories

Resources