Apparently interacting with certain settings adds them to the Quick Settings screen.
Which can be okay: I went into the "tethering & portable hotspot" setting and turned on hotspot to see if it worked. (Worked!) Then I noticed a new hotspot toggle on my quick settings. Fine. Maybe useful.
BUT... then I selected and turned on "color inversion" from the accessibility settings section. Woah. Trippy. But probably won't ever need to do that again. Except when I swipe down from the top to bring up the quick settings, I now have a "color inversion" quick setting toggle taking up valuable space and cluttering up the page.
Any thoughts on this -- specifically how to get rid of the unwanted toggle?
Just saw this -- https://support.google.com/nexus/answer/6111329?hl=en"]https://support.google.com/nexus/answer/6111329?hl=en -- hoping that means it will eventually remove itself from quick settings.
Related
Wondering if some of the bright developers around here would be interested in creating a configurable wiget to make things like turning WiFi on or off a one click operation - vs scrolling to settings, clicking to open it, clicking Wireless Networking, clicking WiFi to turn it on or off. Same thing for turning on/off 3G/4G, etc.
Even having a one click shortcut that would take you automatically to the Wireless Networking configuration screen would be a big improvement. Kind of like the ability to send a shortcut from the Wireless Networking Utility in Control Panel to the desktop in Windows.
Or is there already something out there to do this?
Try widgetsoid.. thats what I use on my Streak..it pretty nifty, you can add a lot of shortcut settings on the widgets.
Android also has a shortcut for indivual settings. Just add shortcuts>select shortcuts>settings>pick settings you want to appear on your screen..
One thank you point for ramtix...
Zeam Launcher does a lot of what I wanted, but I'm still willing to try wigetsoid...
I'd like to turn the lockscreen security off in areas where I feel secure doing so. When i'm out taking public transportation or any other areas with any risk, i'd like the ability to easily turn security on.
Right now i'm using Xposed Framework with GravityBox 2.6.1. I'd prefer there to be a quick settings toggle that enabled/disabled the lockscreen security but didn't see that option in GravityBox (would request it in the thread for it but it looks like I can't until I post more here?).
Does anyone else have a setup similar to what i'm trying to achieve?
"No Lock Screen" app doesn't seem to work. Currently using "Toggle Lock" which does work as a widget but the size of it is so small at 1x1 (have to resize to enlarge but ends up taking too much space). Also the problem with toggle lock is if you close the Toggle Lock app in the multi-tasking in seems to break this setup.
EDIT: Toggle Lock has issues too after awhile it still asks for unlock randomly when launching apps/notifications
I used Tasker combined with Secure Settings (both on play store) to achieve something similar. When I'm connected to my home wifi, my password is disabled. When I'm connected to no wifi or any other wifi, my password is enabled.
I know this isn't the same as having a single press to toggle the password on and off, but since you can create a tasker task to do this, I imagine it can't be that hard to use Tasker App Factory to make an app that toggles the password on and off. Then just put that app on your home screen and you should be good to go.
Thanks! I'll look into that. The toggle lock app seems to have problems.
This works for me https://play.google.com/store/apps/details?id=org.jraf.android.nolock
Sent on my Moto X
flashallthetime said:
This works for me https://play.google.com/store/apps/details?id=org.jraf.android.nolock
Sent on my Moto X
Click to expand...
Click to collapse
Thanks! I tried and it seemed to work great at first (no issues with closing the app by mistake). Then i noticed later on how the phone would be unlocked yet accessing text messages from the notification bar would request the password.
What I ended up doing was setting a shortcut for Nova launcher 'Activities' > 'Settings' > 'Unlock selection' ChooseLockGeneric. This allows me to get to that settings page quickly and directly but I have to manually set up the password each time. Works though!
Has anyone found a hotspot toggle that works reliably? Neither Power Toggles nor Widgetsoid are able to turn it on, seemingly because the phone needs to verify the service. They can turn it off ok. It is one of the little annoyances that seem to really bother me. Once in a while I saw it turn on successfully but usually I have to go into settings.
I like Power Toggles design and features but I'd jump ship for this toggle. I'd prefer a widget that allowed multiple toggles on a bar style set up, but a stand alone widget could work
https://play.google.com/store/apps/details?id=com.erez.hotoggle
try by this apps.
Kael ruch said:
https://play.google.com/store/apps/details?id=com.erez.hotoggle
try by this apps.
Click to expand...
Click to collapse
Thanks for the recommendation.
Tried it, but it doesn't work as I hoped. It is primarily a shortcut to the settings menu. I am seeking a one touch hotspot widget, like Power Toggles and Widgetsoid were on my last Android phones. With previous phones I could have a switch that turned hotspot on and off without entering settings; I rarely used the setting menu, as I should be able to access the most frequent things like brightness, hotspot, and sound without going into the menus.
Since NO play store toggles seem to work I turned to Tasker. I've been using Tasker on and off since it came out. Usually for simple tasks like this toggle. However I cannot get Tasker to do it either. The toggle seems to work to switch the setting but the authorization delay before the phone turns it on seems to mess it up.
Any ideas?
+1 would luv a solution.
10 char
If you're rooted, you can get the stock touchwiz hotspot toggle back (that should be in with the quick toggles on the notification pane) with a little digging.
This is the thread I went to to get the mobile data toggle back, but the same works for the hotspot toggle:
http://forum.xda-developers.com/showthread.php?t=2721550
Basically you need to get sqlite and use it to modify values in your settings.db file. Follow his instructions, but instead of adding MobileData; add WiFiHotspot; (case sensitive and don't forget the semicolon)
brivette007 said:
If you're rooted, you can get the stock touchwiz hotspot toggle back (that should be in with the quick toggles on the notification pane) with a little digging.
This is the thread I went to to get the mobile data toggle back, but the same works for the hotspot toggle:
http://forum.xda-developers.com/showthread.php?t=2721550
Basically you need to get sqlite and use it to modify values in your settings.db file. Follow his instructions, but instead of adding MobileData; add WiFiHotspot; (case sensitive and don't forget the semicolon)
Click to expand...
Click to collapse
That's buggy as well. It works great for data and the other toggles work great as well, just not the hotspot. That's probably why AT&T disabled the toggle from original firmware. The toggle was actually there when I only flashed the AP file from the firmware, but disappeared after the other files were flashed.
In android 10,a new feature called as TURN ALL SENSORS OFF is available in developer settings. It also has a qs tile.
Is there a way to automatically enable this feature upon screen off and then disable upon screen on?
The obvious answer is absolutely yes using AutoInput to emulate the touches. That can also be done with more effort using just built in Tasker actions.
However, it's possible (likely?) That there is a secure setting that controls this action. You can sort that out by comparing the secure settings before and after toggling the tile. The AutoTools secure settings action has an assistant that may help you sort this out.
ktmom said:
The obvious answer is absolutely yes using AutoInput to emulate the touches. That can also be done with more effort using just built in Tasker actions.
However, it's possible (likely?) That there is a secure setting that controls this action. You can sort that out by comparing the secure settings before and after toggling the tile. The AutoTools secure settings action has an assistant that may help you sort this out.
Click to expand...
Click to collapse
1) In android 10,there is an option to disable all sensors in developer options. So i turned it on last night, and battery drain was less than 2 % in 4 hrs, compared to 1% per hour usually, with volte and 4g data on. I would get more accurate stats later on.
There's a qs tile available to activate it.
What I want to ask is, is there a way to automatically enable it every time the screen goes off, and then disable it when screen goes on, without any user input?Either as a shortcut or as a qs tile.
2) I am afraid i don't have enough knowledge to exactly understand the steps you are telling. Do you know of a pre made recipe to execute this. I tried to search but in vain. Or if you are on android 10,maybe you can try doing what i need.
Thank you.
There are loads of tutorials available to use the AutoInput plugin.
As far as issuing the native tasker custom setting action;
Create a new task
Add a Settings -> Custom Setting action
A developer settings action is probably a global setting but you may have to explore
When you are in the configuration for the Custom Setting action, use the magnifying glass and Find to identify the setting you want. A pop-up will appear directing you to ok out of the instructions then go to the setting you want to manage, activate the setting and return to Tasker. Then hit the magnifying glass again and if the setting was identified, it will display in the pop-up where you can select it.
No offence, even if I were on A10, this can be done with a basic understanding of Tasker so I wouldn't create a project for it. If you are still unsure what to do, please take the time to work through some basic tasker tutorials to gain familiarity with the app.
ktmom said:
There are loads of tutorials available to use the AutoInput plugin.
As far as issuing the native tasker custom setting action;
Create a new task
Add a Settings -> Custom Setting action
A developer settings action is probably a global setting but you may have to explore
When you are in the configuration for the Custom Setting action, use the magnifying glass and Find to identify the setting you want. A pop-up will appear directing you to ok out of the instructions then go to the setting you want to manage, activate the setting and return to Tasker. Then hit the magnifying glass again and if the setting was identified, it will display in the pop-up where you can select it.
No offence, even if I were on A10, this can be done with a basic understanding of Tasker so I wouldn't create a project for it. If you are still unsure what to do, please take the time to work through some basic tasker tutorials to gain familiarity with the app.
Click to expand...
Click to collapse
Will follow the steps. If I encounter any issues, will reply back here.
Big thanks.
I just got my mother a pixel 7 for her birthday. She's just messaged me asking how to turn on data - as far as we can see there's no quick settings toggle, not even if you go into the extra tiles with the edit button. I've looked on google/xda/youtube and can't find anything. How do you turn data on and off from the quick settings, without going into the settings app and toggling it there?
You have internet tile in quick settings, it manages wifi and data both. In alternative, if you want the old style separated button, there are some ways but i think that they needs root. One way is AOSP mod for example.