Accessibility Settings won't stick! - Galaxy S6 Edge+ Q&A, Help & Troubleshooting

I use apps that require me to allow accessibility.
I do this, however the settings never stay locked.
I am forced to go through the whole list and activate them!
Am I round something wrong?

Related

[Q] Force GPS/location access settings to stay on regardless of toggle?

I'm trying to see if I can override GPS/location access settings to stay on. Is there a lock app that will break down settings by category? I don't want to lock the whole settings down, just that part. I want to ensure I can track phone regardless.

Edge 7 Problems

Hello,
I'm starting to hate my S7 Edge, and I'm really missing my Edge 6 Plus. Has anyone else had these problems and perhaps have any advice for resolving them? I've searched around and can't find any other reports of these problems.
First, if I'm traveling, *sometimes* I can't use the Google Navigation App if I'm in motion. For example, if I'm driving home, and I decide to get gas, if I say "OK Google, navigate to the Gas Station" It will of course find a close gas station, and allow me to choose which one. After I do so, the app will plot a course, but then will fail to acquire a satellite. The app will just sit there constantly saying "Acquiring Satellite" (or something to that effect, I can't remember the exact error) but it never does find the satellite. The only fix for this is to repeatedly turn off and on the Location services, until eventually it just works. Which is extremely infuriating not to mention dangerous while driving. I rememeber falling in love with my S6 Edge Plus because it had such an easy time navigating and this S7 Edge is so consistently terrible at locating my position.
Second, this is a problem I did not know I had until today: After mis-placing my phone, I went to the Google "Find my phone" web page on my computer, to force my cellphone to ring. I have used this service before with all my other phones and it never failed to force the device to ring. But this time, my S7 did not ring. Luckilly I was able to find my phone on my own. When I did locate it, i noticed that there was an icon in the notification tray saying "Ringing phone" and yet the phone was NOT RINGING! With the phone in hand, I tried to use the webpage to locate my phone by ringing it again. The same thing happened. It put a notification up that my phone was "ringing" in the phone's notification display, but made no actual noise.
I checked the settings - > Lock Screen and Security -> Find my Mobile, and it asks me for my Samsung Account Password.
Why my samsung account? Why not google? I don't understand.
So I signed in, and google location service is set to ON, as expected. Remote controls is also set to ON. There is a notification at the bottom that says to track and control my device, go to: findmymobile.samsung
So I go there, and I tell it to ring my phone, and what do you know? It rings my phone perfectly. Noise and everything.
How do I switch it over to google's service? I really don't like most of Samsung's software offerings, and would prefer to use native google apps out of convenience. I don't remember ever having this problem with any other galaxy device. Not even my tablet does this.
Can anyone help?
I haven't had any GPS problems with mine (U.S. Sprint version). What are your location settings? Make sure it's set to use GPS, and not just network or WiFi.
Find My Mobile and Android 's service are two different things FMM is Samsung's product. To make sure Google's is active, go to Device Administrators and make sure Android Device Manager is turned on. Then go to Apps, scroll to the bottom and tap on Google, then scroll down and tap on Security. Make sure 'Remotely locate this device' (and 'Allow remote lock and erase' if you want that) are turned on.
meyerweb said:
I haven't had any GPS problems with mine (U.S. Sprint version). What are your location settings? Make sure it's set to use GPS, and not just network or WiFi.
Click to expand...
Click to collapse
I have GPS, WIFI and Mobile Networks turned on.
meyerweb said:
Find My Mobile and Android 's service are two different things FMM is Samsung's product. To make sure Google's is active, go to Device Administrators and make sure Android Device Manager is turned on. Then go to Apps, scroll to the bottom and tap on Google, then scroll down and tap on Security. Make sure 'Remotely locate this device' (and 'Allow remote lock and erase' if you want that) are turned on.
Click to expand...
Click to collapse
-Android Device Manager is turned on in the Device Administrators Section.
-I am not sure how to complete the second instructions. I do not see "Apps" as an option in the Settings panels. Can you advise where to find it?
Thank you!
Kirren said:
-Android Device Manager is turned on in the Device Administrators Section.
-I am not sure how to complete the second instructions. I do not see "Apps" as an option in the Settings panels. Can you advise where to find it?
Thank you!
Click to expand...
Click to collapse
Settings / Applications
Scroll to bottom, tap Google (on my Sprint S7 Edge, it's the very last item).
Scroll down until you see "Security" and tap there.
The first two toggles (on mine) are "Remotely locate this device" and "Allow remote unlock and erase."
meyerweb said:
Settings / Applications
Scroll to bottom, tap Google (on my Sprint S7 Edge, it's the very last item).
Scroll down until you see "Security" and tap there.
The first two toggles (on mine) are "Remotely locate this device" and "Allow remote unlock and erase."
Click to expand...
Click to collapse
Ah, I was able to find the settings under Google, however both are already checked. Are there any other settings I need to check?
{{Edit: I toggled the setting just to test it, and now it seems to be working. I don't know why this worked, because the setting was already properly configured. But it works now. *shrug* Thank you so very much for your help and patience!}}
Glad to help. I seen lots of things get fixed when you toggle a setting. Something in the settings file got corrupted, and toggling the settings on and off rewrote what should have already been there. At least that's my guess.

DEV Q: How to Toggle a Global Setting Programmatically (Bluetooth, Location, etc)?

My Question:
How can I turn *OFF* one of a user's Global Settings, (such as "Location" or "Bluetooth", or "WiFi", etc)..?
(Back in the earlier days of Android, there were plenty of "Quick Toggle Settings" Widgets out there)..
But these days, you can no longer adjust those settings so easily..
However, I came up with a couple of ideas/thoughts on possibly how to do it, and need some clarification!
( 1 ) - Would obtaining "Phone Administrator" privileges, (similar to the way Launchers like NOVA do to perform certain actions) work?
NOTE: I'm referring to the App's you might find in (Settings > Lock screen and security > Other security settings > Phone administrators).
OR..
( 2 ) - Would becoming a "Device Owner" (like in the "Device Owner" Android Code Sample in Android Studio) be of any help?
I'm at a total loss for ideas at this point, and can't figure out how to do this..
Note that I am actually trying to turn OFF a setting, NOT on.. But I doubt that makes any difference..
If anybody could please provide me with some answers to my questions, I would greatly appreciate it!
Any information whatsoever would greatly help me!
Thanks!
I'm curious, why do you want to turn off the setting instead of requesting user to turn it off?
skychin said:
I'm curious, why do you want to turn off the setting instead of requesting user to turn it off?
Click to expand...
Click to collapse
Because in the way I intend to implement it, the user would have already asked for it to be turned off.. I just dont want them to need to go to an entirely different "System Settings" screen or whatever in order for them to do it.. I just want them to have the option to do it from within part of my App..
But your followup question which I've just quoted and answered, does nothing to help answer MY question unfortunately
Does anybody actually have any answers that could be of assistance to me?
I'm thinking if my App requests access to be added as a Device Administrator (similar to how NOVA launcher does it, for gestures and other things), it could open up my ability to do what i'm trying to do..
Can somebody please verify this, or give me some additional info?
I would greatly appreciate it..

Smart Lock missing on H1611

I want my lock screen disabled while I'm at home and at work.
According to Google:
"Smart Lock for Android. Security that just works: with Smart Lock turned on, your Android phone stays unlocked when it’s connected to a trusted device — like your smartwatch — or when it’s in a familiar spot — like your pocket. So it’s ready to use when you need it.
How to turn on Smart Lock for Android:
On your Android phone, go to Settings > Search and type in “Smart Lock.” Then tap “Smart Lock” to customize how your device knows when it’s safe to stay unlocked. "
Well, nope. Not there. For some reason, the only "Smart" search result is "Smart unlock," which allows a Bluetooth device to wake up the phone. Anybody know how to get the real Smart Lock enabled?
[edit] - sorry, I should have posted this in Questions and Answers, but I don't have rights to delete this post or move it.
Go to settings, advanced, security, and find 'trusted agents' at the bottom. Make sure smart Lock is enabled, and then check for it again.
I'd try, but that'd require setting a screen lock, which I haven't found a way to disable after setting.
-n0cturne- said:
Go to settings, advanced, security, and find 'trusted agents' at the bottom. Make sure smart Lock is enabled, and then check for it again.
Click to expand...
Click to collapse
I appreciate the response. I was able to find Smart Lock within Trusted Agents, but enabling it did not add the feature to the phone's settings, as far as I can tell. I tried rebooting the phone. No change.
I guess its yet another problem with EMUI.. https://www.xda-developers.com/smart-lock-on-huawei-honor-devices-emui/

Draw over other apps setting not sticking on LG G6

I wanted to share this with everyone in hopes that my solutions helps at least one person.
I have an LG G6 running Android 8.0. A few apps I use require Draw over other apps to be turned on. One of those apps is Keeper Security, which needs permission to Draw over other apps so that its Keeper Fill feature can read the screen and go find my username/password for that website/app I am trying to login to. Since around December 2018 it has started acting 'flaky'. Even though I had enabled Draw over other apps for the app already, it kept notifying me that I needed to turn it on. After some random setting changes of turning the draw over apps setting ON/OFF, along with the Keeper Fill setting from within the source app that needs this permission, I could eventually get it to work again, but it would always break again very soon after.
As I am getting ready to go on a trip, I installed Google's Datally app. It, too, wants me to turn on Draw over other apps, but when I tap "next" to be taken to the Android settings page to enable Draw over other apps, nothing happens (I usually expect an app detects it has been enabled and gives "success" message).
So I started disabling the 3 possible suspects listed by kapil1100 in this post. I had LG's Comfort View and some Accessibility options enabled, so I turned them off and: no change.
I disabled all other apps that have permission to Draw over other apps via: Settings > Apps & notifications > Special access > Draw over other apps, and: no change.
I use Evie launcher, so I went back to the stock one: no change.
I got thinking about what else could be modifying/accessing the screen and realized that LG has custom Home touch buttons.
I went to: Settings > Display > Home touch buttons > Hide Home touch buttons and DISABLED Show lock/hide icon and then tried enabling Draw over other apps for Datally and IT WORKED!.
I was then able to turn Show lock/hide icon back ON and everything has been working as expected. I suspect that, because I had Show lock/hide icon turned on during an upgrade, something got messed up and my turning it OFF and back ON fixed the issue.
I hope this helps someone!

Categories

Resources