So basically, I had the disable sensor option enabled before an update to test an app I was making and my phone updated... The option is still on but there is not a way to disable it I haven't tried adb or anything yet but I was wonder if there's a way to disable it with out adb.
Related
This very annoying removal of the quick toggle I am trying to find a workaround, everytime there is a new android version I have to fight with feature removals.
I thought this would be simple using tasker but in tasker the 2g/3g mobile data toggle function is red, marked as unavailable on my device.
It can still be toggled but only manually navigating deep inside the settings menu. It seems tho a quick toggle API function is removed.
Any app/tasker guide to work around this? as I suspect this can still be done via tasker but instead having to make it call the menu function instead.
Upgraded my Redmi Note 3 from MiUI lollipop 5.1.1 to SIimROM Nougat 7.1.2. My phone is rooted with Magisk & also has systemless xposed.
First, I want to disable quick settings pull down from the lock screen. I'm able to use every toggle on my quick settings screen without the PIN code. Wouldn't want to allow that without the PIN. Gravitybox Nougat doesn't seem to have an option to disable that.
Second, on MiUI, whenever an app accessed my location, I also got a notification that displayed which app was using location. This doesn't seem to be the case on AOSP Nougat, all I get is a location icon in the status bar, but have no idea which app is accessing my location. That isn't of much use, is there is a root app or an xposed module that can display which app is accessing my location?
Third, the max volume on my ROM seems to be too low, I can't hear most YouTube videos I watch without keeping the phone very close to my face. Which mod would be the best to increase system volume? I don't care about other equalizer settings & all that, just want a way to increase max system volume.
Fourth, when I first setup a lock screen on my ROM, it seems to have encrypted my phone. But when I turned On accessibility service of an app, I no longer see the secure PIN screen that was asked before at boot. Some searching made me realize that turning On accessibility disables encryption, don't know why this is the case. 4 of my apps need the accessibility service to do their tasks, is there no way to have the accessibility service enabled while also keeping the phone encrypted? There must be some workaround....
Is there anyway of hiding this nag prompt about using full screen display?
Some of the business apps I use don't support this option and on occasion I have caught the setting, the app then force close's.
I only get app's working again after changing in settings.
Anything I can do to hide or disable this prompt or function?
M20 pro on .187
This is killing me, and given the original thread is labeled "Lollipop", I thought i would start a more relevant thread subject so people can find it. The problem is in the new Samsung UI 2.1 update re-enables pop-up notifications, and the old method below doesn't "fix them" like it has since Lollipop. Here is the link with details to the original thread:
https://forum.xda-developers.com/android/general/howto-4-to-disable-heads-notifications-t3197660
My hopes are that someone knows how to disable these in UI 2.1. They just kill me when I am trying to type messages and a window keeps popping up over my work with incoming messages. Stupid and so GD iOS'ish it's ridiculous!! The answer before UI 2.1 was the simple command "adb shell settings put global heads_up_notifications_enabled 0" which Samsung must have changed the control variable. I am really hoping someone technical can tell us the new way to disable these annoying pop-ups again which we've been able to do so since Galaxy S5!
I've been asked by a lot of friends on how to disable those notifications which pop up on the top of your phone's screen. They are mistakenly called "pop-up notifications", but their real name is Heads-Up notifications and can be really useful, but sometimes they are extremely annoying. Specially if you need to use a button or something that is located on the top of the screen right when the notification appears. Some ROMs do allow to turn them off in the Settings, but most of them don't.
So in this thread (which is my first here on XDA) I'm gonna put all the info I gathered during my research about disabling the Heads-Up notifications. These methods will COMPLETELY disable them for all applications while MAINTAINING regular notifications in the status bar. All of these methods are free. Some require a rooted device and some don't.
1- ADB method (using your computer) [FREE]
Before trying this method, make sure you have installed Android ADB in your computer, that your phone is connected AND that you have "USB debugging" option enabled in the phone Settings.
If you don't have Android ADB, you can download it here: http://forum.xda-developers.com/show...php?p=48915118. If you have any questions concerning ADB and how to use it, take a look at this thread: http://forum.xda-developers.com/show....php?t=2225405
a) Open a terminal and check if the device is connected using the following command:
Code:
adb devices
b) You should see your phone on the list that appears. Now use the following command:
Code:
adb shell settings put global heads_up_notifications_enabled 0
c) Reboot your phone.
d) Done!
Click to expand...
Click to collapse
It looks like this is now available in the app and the adb hack isn't needed any longer. It would still be nice to apply a global default with this hack rather than changing each app individually. It's there, under "Message notifications" and is called "Show as Pop-up".
madfusker said:
It looks like this is now available in the app and the adb hack isn't needed any longer. It would still be nice to apply a global default with this hack rather than changing each app individually. It's there, under "Message notifications" and is called "Show as Pop-up".
Click to expand...
Click to collapse
Yeah! There's the option to change it.
For example on the Samsung Message app:
Go to notification settings, tap in "General Notifications" (tap on the letters, donĀ“t tap the toggle switch) and then you would find the option "Show as pop-up".
You have to do it individually for each app, in FB messenger and Whatsapp is a little different, but you would find "show as pop-up" by tapping in the letters in each option in the notification settings.
Hope this help!
This option to change it manually for individual app has been there since Android 9 in Samsung. But that's a pain! Every time you install a new app you have to disable it. The option to completely disable heads up notification would be nice for the One UI 2.1
The phone's display wakes up whenever there's vibrations on the table.
I have already disabled "lift to check phone" but it didn't seem to help.
To troubleshoot I've also tried disabling "Tap to check phone" and "Wake screen for notifications" but it still seem to wake when there's motion.
Anyone know what other setting is there that can cause this or it is a persistent feature of the phone?
Kag said:
The phone's display wakes up whenever there's vibrations on the table.
I have already disabled "lift to check phone" but it didn't seem to help.
To troubleshoot I've also tried disabling "Tap to check phone" and "Wake screen for notifications" but it still seem to wake when there's motion.
Anyone know what other setting is there that can cause this or it is a persistent feature of the phone?
Click to expand...
Click to collapse
It's likely due to having fingerprint unlock set up. It appears to be a feature making it quicker to unlock when you touch your phone. 2 workarounds:
1. Delete your fingerprint(s) and use another unlock method, or
2. Use this adb command: adb shell settings put secure doze_quick_pickup_gesture 0