How to disable fingerprint vibrate? - Moto Z2 Play Questions & Answers

I know that do not exist this option in the current rom yet. But has an thirty app that can do this?

I just noticed that when the battery saver is on, the vibration of the fingerprint reader is off. I actually think it turns of vibration all together in battery saver mode.
However, I don't know of an app that takes care of this.

https://forum.xda-developers.com/showthread.php?t=1103628

Disable fingerprint vibration without root (Guide)
Get adb package
open cmd
type
adb devices
if it reply with device serial number you are ready for next step.
adb shell cmd appops set android VIBRATE ignore
done.

Related

Get theatre mode shortcut back

Is there anyway to get the theatre mode double press shortcut back? Having to pulldown and tap a small menu button is really bothering me.
Also tripple press for brightnes boost not working.
A must have on a sunny day.
Skickat från min SM-G950F via Tapatalk
I really miss the single tap waking the screen and putting it back into ambient mode. It allowed for turning my screen on and off without causing finger prints or possibility of undetected touch due to dry fingers. Palming the screen to turn off/enable ambient mode, used to intermittently result in onscreen actions being pressed like starting my stopwatch, or even worse stopping my stopwatch after I had just started it. I must have used single press of the button 100x per day. Now I have to actually wait for my screen to turn itself off. This alone has to half the battery life on the watch.
Double tap button for cinema mode was also a nice feature but I only do it once per day at night to save power so enabling through the swipe down menu isn't a big deal for me.
Worse is the three tap to turn on max brightness temporary. Today outdoor i Couldn't see my watch screen. Not seeing it also makes it impossible to enter brightness menu to increase brightness. I start to get more and more annoyed by 2.0 ?
Skickat från min SM-G950F via Tapatalk
I haven't tried it yet, but I saw this app, Wear Button Remapper, recommended on Reddit.
It says it can remap your button long press to any app, or to theater mode if your watch is rooted.
There are a ton of things that are frustrating, but I have figured out a way to cope with most of it.
For Do Not Disturb Sync, there is an app that restores this functionality.
https://play.google.com/store/apps/details?id=rkr.weardndsync
For theater mode, I setup a tasker task using autowear to run an app that allows toggling theater mode.
https://www.reddit.com/r/AndroidWear/comments/64qitr/toggle_theater_mode_on_wear_20/
I'm guessing that wear button remapper would allow us to enable theater mode without root using this app.
It's great that devs have developed apps to remap long press. Hopefully it won't be long before they can map double and triple tap to let us use the 1.5 theater and max brightness modes again.
irule311 said:
There are a ton of things that are frustrating, but I have figured out a way to cope with most of it.
For Do Not Disturb Sync, there is an app that restores this functionality.
https://play.google.com/store/apps/details?id=rkr.weardndsync
For theater mode, I setup a tasker task using autowear to run an app that allows toggling theater mode.
https://www.reddit.com/r/AndroidWear/comments/64qitr/toggle_theater_mode_on_wear_20/
I'm guessing that wear button remapper would allow us to enable theater mode without root using this app.
Click to expand...
Click to collapse
Whoa!! You DO Rule!
This is soooo frickin' awesome, I am just thrilled. I finally got one of the automatons I missed on AW 1.5 with Wear Shell. It took me a couple tries to get the task set. I use Sleep as Android and it supports Tasker but it would not trigger this app adding it to my existing profile, but just setting Toggle Theater Mode to run when Sleep runs did the trick!
Pkt_Lnt said:
Whoa!! You DO Rule!
This is soooo frickin' awesome, I am just thrilled. I finally got one of the automatons I missed on AW 1.5 with Wear Shell. It took me a couple tries to get the task set. I use Sleep as Android and it supports Tasker but it would not trigger this app adding it to my existing profile, but just setting Toggle Theater Mode to run when Sleep runs did the trick!
Click to expand...
Click to collapse
Yeah, there does seem to be some sort of glitch with the tasker autowear integration. I'm not sure what it is, but it seems to run the same autowear task even if you reconfigure it in tasker. The fix seems to delete the task and create a new one with a different name.
I use minimal and elegant as my watch face and was able to use the interactive functions to run the tasker task. I now have a button on the watch face that allows quick access to sleep tracking that enables do not disturb and theater mode.
You have to use SleepWear for the app name instead of start sleep tracking which makes it a little more difficult. Any ideas on how to find the app package name on wear?
irule311 said:
Yeah, there does seem to be some sort of glitch with the tasker autowear integration. I'm not sure what it is, but it seems to run the same autowear task even if you reconfigure it in tasker. The fix seems to delete the task and create a new one with a different name.
I use minimal and elegant as my watch face and was able to use the interactive functions to run the tasker task. I now have a button on the watch face that allows quick access to sleep tracking that enables do not disturb and theater mode.
You have to use SleepWear for the app name instead of start sleep tracking which makes it a little more difficult. Any ideas on how to find the app package name on wear?
Click to expand...
Click to collapse
I just made a second task that triggers on the Sleep app starting, so I have two tasks - one runs on the Sleep Start intent and the other to trigger your app via Auto Wear. It works great. If I do open the Sleep app during the day then I do get theater mode, but I'm fine with that to get the night time auto start. :good:
In an adb shell:
Code:
pm list packages -f
I can even pipe it through grep or more on my linux box which is good.
edit -
Code:
[email protected]:~$ adb shell
sturgeon:/ $ pm list packages -f | grep urbandroid
package:/data/app/com.urbandroid.sleep-2/base.apk=com.urbandroid.sleep

How to enable/disable ''one button nav'' via shell command?

I use an app that blocks the touchscreen when the screen is on. When this app is launched, I would like to automatically block the fingerprint sensor too. I would do it with Tasker, but I need a shell command (or any other working way) to disable the fingerprint sensor or the ''one button nav'' in moto actions.

How to Turn Off Heads Up/Peeking notifications?

Is there a way to turn off Peeking or Heads up notifications? I always found those annoying. I can't find a global setting for it in Oreo. I can't even find a setting for it on an app by app basis.
Thanks in advance
this app adds a quicksetting toggle for it. gotta use adb though to grant secure setting permission
https://play.google.com/store/apps/details?id=it.simonesestito.ntiles&hl=en
Thanks for that.... so there is no way to do it without an app and ADB?
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
j3oomerang said:
Thanks for that.... so there is no way to do it without an app and ADB?
Click to expand...
Click to collapse
ADB is required
Sent from my Pixel 2 XL using Tapatalk
buru898 said:
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
Click to expand...
Click to collapse
damn! that's awesome
thanks man
buru898 said:
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
Click to expand...
Click to collapse
I'm getting "global: 0: is not an identifier". Any idea why???
Edit: nevermind was doing it wrong. This worked perfectly, you are the best!!! Thanks!
buru898 said:
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
Click to expand...
Click to collapse
Thanks a ton.... this made my day..
I just hate the Headsup/Peek notifications on Android... Google should allow Power Notifications control on Oreo like Nougat..
Maybe it is =0
What is heads up notifications?
I'm using the Oneplus 3T device, and I turn on and off peeking notifications for messages app.
Open Setting → Notifications → Messages → Tap Default → Importance → Set “High” instead of urgent and medium
You can use this feature on Facebook, Twitter, Whatsapp and Gmail apps as per your preference. But make sure every app has a different setting.
buru898 said:
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
Click to expand...
Click to collapse
Thanks!!! It worked on my One Plus 3! You are my hero! I hate peeking notifications.
buru898 said:
I plug my phone to my computer, run adb, type in:
adb shell settings put global heads_up_notifications_enabled 0
And no more heads up, ever.
Click to expand...
Click to collapse
Thanks for that but i can't get it to work on my S7 with 8.0.0
The phone is connected to adb but when i type the command and restart the phone, it's just the same.
Basically i'm just trying to get rid of the heads up for incoming calls. If a call comes in i want it show on the whole screen.
Anything i might be doing wrong??

Always on Display goes blank - Double Tap to check phone not responding

So, while I have my phone on my desk the Always on Display will occasionally disappear leaving me with a blank screen. The only thing that gets the phone to wake is any type of alert/notification or physical push of the power button. I have Double Tap to check phone enabled, and when the AOD is active it will work, but when AOD does its little disappearing act, it wont.
Anyone else having this problem?
I know that the AOD is set to turn off when the phone is in my pocket and I determined that the sensor is in the top left part of the screen, but there is nothing blocking the sensor when AOS decides to turn off. I'm almost certain the issue is tied to that feature... unless I just have a defective phone.
EyeBeeNY said:
So, while I have my phone on my desk the Always on Display will occasionally disappear leaving me with a blank screen. The only thing that gets the phone to wake is any type of alert/notification or physical push of the power button. I have Double Tap to check phone enabled, and when the AOD is active it will work, but when AOD does its little disappearing act, it wont.
Anyone else having this problem?
I know that the AOD is set to turn off when the phone is in my pocket and I determined that the sensor is in the top left part of the screen, but there is nothing blocking the sensor when AOS decides to turn off. I'm almost certain the issue is tied to that feature... unless I just have a defective phone.
Click to expand...
Click to collapse
Have you been messing with Immersive Mode where you hide the nav/status bars?
mine does this occasionally too. not sure why. i assumed it was an unfortunate side effect of setting my phone to immersive mode.
Did you install Greenify? I experienced a similar issue with Greenify installed.
byproxy said:
mine does this occasionally too. not sure why. i assumed it was an unfortunate side effect of setting my phone to immersive mode.
Click to expand...
Click to collapse
You can fix the immersive mode causing hangups by running this command.
adb shell settings put global policy_control immersive.full=apps,-com.google.android.googlequicksearchbox
can use .full for full immersive, .navigation to hide nav bar, and .status to hide status bar
Thanks for the tips, all. I am not running any third party apps to alter anything stock on the phone. I'm not exactly sure what immersive mode is or how to activate it, but I haven't changed any settings in the phone other than your typical changes like font size, wallpapers and notification tones.
I do have an app called Calls Blacklist to block unknown and private calls, which Ive been getting a lot of lately. Perhaps that app's not playing nice with the AOD?
henderjr said:
You can fix the immersive mode causing hangups by running this command.
adb shell settings put global policy_control immersive.full=apps,-com.google.android.googlequicksearchbox
can use .full for full immersive, .navigation to hide nav bar, and .status to hide status bar
Click to expand...
Click to collapse
do i need to undo the adb command i used originally?
byproxy said:
do i need to undo the adb command i used originally?
Click to expand...
Click to collapse
No should just be able to run the command I posted above
I narrowed it down to the Call Blocker app. Just applied the November security patch and now it happens everytime the app blocks an incoming call. I haven't uninstalled the app yet, but when I do I will update the thread to confirm my theory.
Thanks to everyone for their input.

Question Can't seem to keep screen from coming on when picked up?

When I picked up my P6P the screen turns on which I don't want. I've changed these and it still comes on when I pick it up. What I would like is tap to check and the old standby press the power.
This doesn't seem possible right now? Or it's either so obvious or hidden that I can't see how to achieve this.
I have Lift to check phone turned off.
Tap to check phone turned off.
Don't turn screen on for new notifications
Don't show notifications on lockscreen.
Now Playing turned off.
All face tracking to keep screen on turned off.
But pick the phone up and the screen turns on with the time, battery percentage and the fingerprint symbol even with all the above turned off.
Ultimoose said:
When I picked up my P6P the screen turns on which I don't want. I've changed these and it still comes on when I pick it up. What I would like is tap to check and the old standby press the power.
This doesn't seem possible right now? Or it's either so obvious or hidden that I can't see how to achieve this.
I have Lift to check phone turned off.
Tap to check phone turned off.
Don't turn screen on for new notifications
Don't show notifications on lockscreen.
Now Playing turned off.
All face tracking to keep screen on turned off.
But pick the phone up and the screen turns on with the time, battery percentage and the fingerprint symbol even with all the above turned off.
Click to expand...
Click to collapse
It's related to having fingerprint unlock set up. 2 ways around it that I know of:
1. Delete fingerprints and use another unlock method, or
2. Connect your phone to your computer and in adb shell run this command:
shell settings put secure doze_quick_pickup_gesture 0
Lughnasadh said:
It's related to having fingerprint unlock set up. 2 ways around it that I know of:
1. Delete fingerprints and use another unlock method, or
2. Connect your phone to your computer and in adb shell run this command:
shell settings put secure doze_quick_pickup_gesture 0
Click to expand...
Click to collapse
Thank you for the ADB command - that is absolutely driving me nuts that it just randomly wants to turn the screen on if I bump it or move it.
SchmilK said:
Thank you for the ADB command - that is absolutely driving me nuts that it just randomly wants to turn the screen on like that!
Click to expand...
Click to collapse
No problem
Lughnasadh said:
It's related to having fingerprint unlock set up. 2 ways around it that I know of:
1. Delete fingerprints and use another unlock method, or
2. Connect your phone to your computer and in adb shell run this command:
shell settings put secure doze_quick_pickup_gesture 0
Click to expand...
Click to collapse
20 kinds of thanks @Lughnasadh Not to get ranty, because it's funny as of now but this thing seriously wakes up and pops the display on if I even think about touching it. Because I have smart unlock on with my watch I invariably end up opening up some random menu or hitting manual lock and then have to pin it open.

Categories

Resources