Nav Key Backlight - LeEco Le Max 2 Questions & Answers

Sorry if I have missed the obvious, but is there any way to change the settings of the backlighting for the nav keys? I am having trouble hitting the keys, and would like them always dimly lit if possible. Lighting them up briefly after you have pressed them seems rather meaningless.

kanagawaben said:
Sorry if I have missed the obvious, but is there any way to change the settings of the backlighting for the nav keys? I am having trouble hitting the keys, and would like them always dimly lit if possible. Lighting them up briefly after you have pressed them seems rather meaningless.
Click to expand...
Click to collapse
With Xposed and gravity box, there is a setting for this behaviour...
Don't know if there is a single Modul only for this (gravity box fires many many other things also)...

Bogeyof said:
With Xposed and gravity box, there is a setting for this behaviour...
Don't know if there is a single Modul only for this (gravity box fires many many other things also)...
Click to expand...
Click to collapse
Shame there isn't a way to do it natively, but I have taken your advice and installed xposed and gravitybox. It's nice not having to guess where the buttons are. Maybe I will turn the light off once my muscle memory of their location has formed, but for now I am happy to have them always lit

I installed Xposed and gravity box and enabled the navigation let's while screen is on. Anyway to dim the navigation keys?

You can do this via settings, accessibility, navigation buttons, always on.

ajoesmith said:
You can do this via settings, accessibility, navigation buttons, always on.
Click to expand...
Click to collapse
No, you can't. At least not on the stock ROM, there's no such a setting.

Hello Guys,
I reactivate this thread because I have a similar problem on my x820 : It's impossible for me to get Nav key backlight turned on.
I've it working, but till a few days impossible...
I've tried to to flash different ROMs (Stock CN 23s and original 19s Indian, lineageOS, Cuoco and more) with no root root, Xposed + gravity box, from playstore : Keyboard backlight controller and Capcitive buttons.
Nothing change : impossible see my buttons.
Hardware failure or what else ?
If someone could light me ...thanks.

If you cannot get them back on with the official unmodified ROM after completely wiping your phone, that means they're most likely physically dead.

ApTeM said:
If you cannot get them back on with the official unmodified ROM after completely wiping your phone, that means they're most likely physically dead.
Click to expand...
Click to collapse
Yes that's what I think, I'll try another full wipe with 5.9.023s (5.8.019s Indian doesn't have this option).

tr0ubles0me said:
No, you can't. At least not on the stock ROM, there's no such a setting.
Click to expand...
Click to collapse
Yes, it's possible with accessibility settings.
I've just turned on and it's always on with the screen, if you use aurel's ROM there's is an extra low brightness patch for soft buttons

arielaco said:
Yes, it's possible with accessibility settings.
I've just turned on and it's always on with the screen, if you use aurel's ROM there's is an extra low brightness patch for soft buttons
Click to expand...
Click to collapse
What's the setting called?
Sent from my LeEco Le Max 2 using XDA Labs

"Settings", "Accessibility", "Navigation Button" section and there's only one item named: "Backlight duration", there's three options to choose, "Light up on touch"(Default setting), "Light up when screen is on"(the one that you need) and the last one "Never light up".
I hope it could help

arielaco said:
"Settings", "Accessibility", "Navigation Button" section and there's only one item named: "Backlight duration", there's three options to choose, "Light up on touch"(Default setting), "Light up when screen is on"(the one that you need) and the last one "Never light up".
I hope it could help
Click to expand...
Click to collapse
Thanks. I'm still on 16s, the US version, and I don't have such a setting. It has probably been added in later versions.
Sent from my LeEco Le Max 2 using XDA Labs

I'm on chinese 23s

tr0ubles0me said:
Thanks. I'm still on 16s, the US version, and I don't have such a setting. It has probably been added in later versions.
Sent from my LeEco Le Max 2 using XDA Labs
Click to expand...
Click to collapse
Yes, was added in 21S I think.

I just got the US version and I have 16s also. This lack of backlight control is very annoying as I love the phone otherwise. Is there any chance of an upgrade to a newer version in the future or am I stuck with this problem.

I don't have any setting like that

No, you can't on stock Rom.
---------- Post added at 07:54 AM ---------- Previous post was at 07:50 AM ----------
No, they're not dead. No such setting nonstick rom. I have 2 of them, one with stock, the other with Google pixel Rom. The setting is there on the pixel Rom, but not the stock.
birdie said:
If you cannot get them back on with the official unmodified ROM after completely wiping your phone, that means they're most likely physically dead.
Click to expand...
Click to collapse

Related

[Q] Disable Hardware lights/leds for AOSP Roms???

Anyone know how to disable the hardware lights for the front buttons? I see two different areas of potential:
1. Modify the following config files located here: /sys/class/leds/button-backlight/ and set the permissions to read only. Issue: will not keep after a reboot.
2. Remove following lib: lights.msm8960.bak. Issue: Kills notification LED as well. Anyone know if this lib is proprietary or open source? Anyone to modify it to only turn off the button backlights?
Thanks in advance.
http://webchat.freenode.net/?channels=lg-optimus-g
adfurgerson said:
http://webchat.freenode.net/?channels=lg-optimus-g
Click to expand...
Click to collapse
Are you using the stock ROM? if then, go to Settings -> Display -> Notification Flash and deselect "Use LED light for notifications" checkbox.
axeman007 said:
Are you using the stock ROM? if then, go to Settings -> Display -> Notification Flash and deselect "Use LED light for notifications" checkbox.
Click to expand...
Click to collapse
He's talking about the lights on the capacitive keys, not the notification led on the power button...
Sent from my Optimus G using Tapatalk 2
dandrumheller said:
He's talking about the lights on the capacitive keys, not the notification led on the power button...
Sent from my Optimus G using Tapatalk 2
Click to expand...
Click to collapse
The front capacitive key lights can be turned off (on stock-based ROMs) in settings > display > Front key light.
Thanks for the replies. Looking for a solution for AOSP based roms. I should have stated that.
sednafx said:
Thanks for the replies. Looking for a solution for AOSP based roms. I should have stated that.
Click to expand...
Click to collapse
Make an init.d script with the code you provided, it'll "fix" the problem of not sticking after a reboot.
I assume that you have a rooted phone. If your kernel doesn't support init.d, you can use any of plenty different solutions to enable it.
sednafx said:
2. Remove following lib: lights.msm8960.bak. Issue: Kills notification LED as well. Anyone know if this lib is proprietary or open source? Anyone to modify it to only turn off the button backlights?
Click to expand...
Click to collapse
It is open source. It should be trivial to modify to disable button backlight, or put a toggle in place. Not saying that I know how. Also, it should be noted that that also controls the lcd backlight, and it will cause it to not be able to be adjusted if deleted / renamed.
EDIT:
Actually, I took a look at it, and you can try replacing the lights.msm8960.so with this file. I am not sure if it will work on any kernel other than the one I compiled it with, but it is worth a shot.
http://dev.h2cycle.com/android/lights.msm8960.so

Torch App Using Flash Light

I'm looking for a torch app which uses the LED flash of the camera, does anybody know of a good one - preferably free!
I've tried several and none of them actually utilise the flash - only the screen lights up brighter but I want the power of the LED
.
I'm guessing there is something within the software of the camera which can't be overwritten by the apps currently available??
Kroy73 said:
I'm looking for a torch app which uses the LED flash of the camera, does anybody know of a good one - preferably free!
I've tried several and none of them actually utilise the flash - only the screen lights up brighter but I want the power of the LED
.
I'm guessing there is something within the software of the camera which can't be overwritten by the apps currently available??
Click to expand...
Click to collapse
i am having the same problem too.. so far the apps i found now only turns on the red focus light for a few seconds. So if anyone find any suitable app do share. Thx in advance.
Try teslaled thats what I use
~~~~~~~~~~~~~~~~~~~~~
I am always on the mobile app and am always 'trying' to help others and moderators on the forum and learning something new everyday. I make stupid posts sometimes, but I never repeat a mistake more than once. I may not be a developer, but I know alot of stuff, so feel free to messsge me any questions and I'll be happy to answer them to the best of my ability.
~~~~~~~~~~~~~~~~~~~~~
I'm starting a video game company with my friend where we will be making Android games. message me for more info or go here: http://forum.xda-developers.com/showthread.php?t=2290843
-Falco said:
Try teslaled thats what I use
Click to expand...
Click to collapse
Another fail for me I'm afraid!
Kroy73 said:
Another fail for me I'm afraid!
Click to expand...
Click to collapse
i found it quite fun the first time i tried to use a torch app.
i got one that flashes the LED when the phone rings
rang my phone and all that happened was the lens extended then retracted several times so my phone moved up and down off the table
which was actually a cooler thing lol
David Braund said:
rang my phone and all that happened was the lens extended then retracted several times so my phone moved up and down off the table
Click to expand...
Click to collapse
LOL, "Look at my party trick - my phone does press-ups"!!
Kroy73 said:
I'm looking for a torch app which uses the LED flash of the camera, does anybody know of a good one - preferably free!
I've tried several and none of them actually utilise the flash - only the screen lights up brighter but I want the power of the LED
.
I'm guessing there is something within the software of the camera which can't be overwritten by the apps currently available??
Click to expand...
Click to collapse
this phone don't have led flash, so all torch apps will not work, i wish samsung put one for video recording :crying:
flash in the video
how, by title as active but a flash on the video?
Inviato dal mio SM-C101 con Tapatalk
Inviato dal mio SM-C101 con Tapatalk
torch app
This is a big disadvantage. Come on, some developer must be able to do it!
jjhuopa said:
This is a big disadvantage. Come on, some developer must be able to do it!
Click to expand...
Click to collapse
Bump this old thread. Looking for a working apps. Have tried 20+ of all the LED/torch in PlayStore with no luck.
Last hope (that will be unlikely) is to hope Samsung update the firmware to Lollipop, since it will have dedicated Torch button in quick settings.
...nah
Another huge fail for Samsung. No wonder this phone is so cheap on eBay. If they arn't careful, they'll go the way of HTC.
a xenon flash isn't a led. turn it on for more than a minute and it'll burn your battery!
it isn't a standar light, that's why it doesn't work as such for flashlight apps
togardergrosse said:
Bump this old thread. Looking for a working apps. Have tried 20+ of all the LED/torch in PlayStore with no luck.
Last hope (that will be unlikely) is to hope Samsung update the firmware to Lollipop, since it will have dedicated Torch button in quick settings.
...nah
Click to expand...
Click to collapse
torch doesn't work on Samsung s4 zoom...

[HOW TO] Increase touch sensitivity and Double-Tap-To-Wake Functionality(Force Touch)

First of all, thanks to @xtermmin for pointing me in the right direction for this.
Steps to increase touch sensitivity and get DTTW functioning better:
Download Shortcut Master Lite
Hit the ellipsis at the top right and click App Explorer (Yes to the error)
Tap anywhere to get the loading circle to go away and find something called Force Touch
In the Force Touch menu, select ZteLCDPressureSettings and hit Launch
Here you will find some options.
Tap Pressure Sensitivity and move the red dot slider all the way to the left where the green "Light" is.
Back out of the menu and you are done.
There are some other things under features that may be of interest as well to some people.
Additionally, there are a couple other items in the Force Touch menu that could play a role in ROMs down the line. The "Press Image" option has a toggle within that item but it does not stick upon backing out and reentering the menu.
If you find anything else of interest, please let everyone know so we can make this the best phone we've ever owned.
Thanks!
Awesome, T2W works better now.... Thanks
P. S. Adding your thread to my all in one place guides.
xgerryx said:
First of all, thanks to @xtermmin for pointing me in the right direction for this.
Steps to increase touch sensitivity and get DTTW functioning better:
Download Shortcut Master Lite
Hit the ellipsis at the top right and click App Explorer (Yes to the error)
Tap anywhere to get the loading circle to go away and find something called Force Touch
In the Force Touch menu, select ZteLCDPressureSettings and hit Launch
Here you will find some options.
Tap Pressure Sensitivity and move the red dot slider all the way to the left where the green "Light" is.
Back out of the menu and you are done.
There are some other things under features that may be of interest as well to some people.
Additionally, there are a couple other items in the Force Touch menu that could play a role in ROMs down the line. The "Press Image" option has a toggle within that item but it does not stick upon backing out and reentering the menu.
If you find anything else of interest, please let everyone know so we can make this the best phone we've ever owned.
Thanks!
Click to expand...
Click to collapse
With the shortcut master i had several loading problems, i used QuickshortcutMaker and this is more easy, Thanks !
xgerryx said:
First of all, thanks to @xtermmin for pointing me in the right direction for this.
Steps to increase touch sensitivity and get DTTW functioning better:
Download Shortcut Master Lite
Hit the ellipsis at the top right and click App Explorer (Yes to the error)
Tap anywhere to get the loading circle to go away and find something called Force Touch
In the Force Touch menu, select ZteLCDPressureSettings and hit Launch
Here you will find some options.
Tap Pressure Sensitivity and move the red dot slider all the way to the left where the green "Light" is.
Back out of the menu and you are done.
There are some other things under features that may be of interest as well to some people.
Additionally, there are a couple other items in the Force Touch menu that could play a role in ROMs down the line. The "Press Image" option has a toggle within that item but it does not stick upon backing out and reentering the menu.
If you find anything else of interest, please let everyone know so we can make this the best phone we've ever owned.
Thanks!
Click to expand...
Click to collapse
This definitely helped! Kinda odd that there is a slight delay from when you double tap and when it actually wakes. I remember the LG G2 responding more quickly with this feature. Also miss the double tap to lock screen too that almost no other phone had (though with nova launcher and an app, you can do this). Regardless, I'm glad the functionality is there.
What's interesting about this little hack is that it clearly is using the force touch settings that will be found in the 6GB RAM model that has a force touch display. Funny how it remains in the ROM anyway, just tucked away since this model doesn't use force touch.
Can I remove the vibration when I use the double tap to wake?
This has made 0 difference for me. I've got a 64gb US variant. I've also noticed double tap to wake stops working when the phone is in Doze. Anyone else have this issue?
Same same with doze, but when my phone isn't deeply asleep this tip indeed increased touch sensitivity.
Sent from my ZTE A2017U
DrakenFX said:
Awesome, T2W works better now.... Thanks
P. S. Adding your thread to my all in one place guides.
Click to expand...
Click to collapse
Did you know this app is also present on the a2017u usa version?
But it is not doing anything...
manu7irl said:
Did you know this app is also present on the a2017u usa version?
But it is not doing anything...
Click to expand...
Click to collapse
I'm using the a2017u LoL always has been.
tolymatev said:
Can I remove the vibration when I use the double tap to wake?
Click to expand...
Click to collapse
Is there a setting to disable the vibration with double tap to wake?
I've tried the mod but don't see any differences for better response for the double tap to wake.
Sent from my iPad Air 2
I don't have anything like force touch in quick shortmaster app or shortcut master lite. I'm on european B03 update... Can anyone confirm this?
kodrnusa said:
I don't have anything like force touch in quick shortmaster app or shortcut master lite. I'm on european B03 update... Can anyone confirm this?
Click to expand...
Click to collapse
It's actually there as been always and with B02 software version.
Do hard reset if not see it
Something get wrong with upgrade in your case.
pklee said:
Is there a setting to disable the vibration with double tap to wake?
Click to expand...
Click to collapse
Don't have vibration with double tap.
How did you get it
paatha13 said:
Don't have vibration with double tap.
How did you get it
Click to expand...
Click to collapse
It's there by default on the US model, at least.
While this definitely improves DT2W functionality, it's still temperamental. I find that now it responds best to very light touches, but harder taps are ignored. If I tweak it to be less sensitive, it does exactly that: it requires a harder touch at all times. Why can't it just respond to a range of touches? My G3 worked just fine in this regard.
rczrider said:
It's there by default on the US model, at least.
While this definitely improves DT2W functionality, it's still temperamental. I find that now it responds best to very light touches, but harder taps are ignored. If I tweak it to be less sensitive, it does exactly that: it requires a harder touch at all times. Why can't it just respond to a range of touches? My G3 worked just fine in this regard.
Click to expand...
Click to collapse
Totally agree with this. It's still very inconsistent, but mine does work if I slam it twice as well as tap it lightly twice. It doesnt always work and it's still delayed. This was sort of a bandaid for a bigger problem though. I hope CM, and ....probably nothing else? at this point...can address it further.
rczrider said:
It's there by default on the US model, at least.
While this definitely improves DT2W functionality, it's still temperamental. I find that now it responds best to very light touches, but harder taps are ignored. If I tweak it to be less sensitive, it does exactly that: it requires a harder touch at all times. Why can't it just respond to a range of touches? My G3 worked just fine in this regard.
Click to expand...
Click to collapse
At EU version I don't see any option for vibration so far.
But totally agree I would like to be more response to a range of touch.
I remember when had LG flex 2 was better implementation than ZTE.
Hope future update improve that.
Sent from my iPad Air 2
paatha13 said:
At EU version I don't see any option for vibration so far.
But totally agree I would like to be more response to a range of touch.
I remember when had LG flex 2 was better implementation than ZTE.
Hope future update improve that.
Click to expand...
Click to collapse
Quite honestly, the Axon 7's story is perpetually: "[insert company here] did a better job of implementing [insert feature here]". There is very little (if anything) that the Axon 7 does better than the big manufacturers, IMO. It does a passable (sometimes even decent) job of most things, though - and at an appreciable discount - which is why I still have mine. It's a budget flagship. It's high-trim Toyota versus a Lexus. Add to that the potential for improvements via software (which is the source of many of my complaints, really), and I think it's a solid buy with quirks I'm willing to live with for a little while as ZTE steps up and makes improvements.
Yep exactly from hardware point is very very capable device but from software although it's pretty good level but there's still staff for many improvements.
Axon 7 is my first Chinese smartphone from Chinese company until now and I'm quite pleased with the all package offering having it 5-6 days,but I would like to see from ZTE much more effort and listening the user base and bring as much improvement and tweaks to the software.
Sent from my iPad Air 2
paatha13 said:
It's actually there as been always and with B02 software version.
Do hard reset if not see it
Something get wrong with upgrade in your case.
I already did factory reset. And then again . No such setting in quickshortmaker. I can post pics.. Weird...
Edit..
Did change language to English and found it ?
Click to expand...
Click to collapse
I notice no difference in the week that I used this tweak. So I just put this settings back. Yup, still no difference to me.
Sent from my ZTE A2017U using Tapatalk

Stop warning me, i'm a grown man

Why does Samsung feel is necessary to warn me that my headphones are getting louder and could possibly damage my hearing?
Now even the brightness level has to warn me that I am making the screen bright
I am a grown Azz man with two children a mortgage and a job. I'm pretty sure I can handle the responsibility of not blowing my eardrums out, or burning my retina with my Note 8.
What's even worse is now the threshold warning is even lower for the headphone volume. It used to be about 80% now its about 60%.
The one thing I miss it out custom roms is that we used to be able to disable that. Is there any mods available to stop those warnings? Probably the most frustrating thing about modern Samsung devices in my opinion
/Rant
Turning it off is already built in...Settings>Sounds and Vibration>Volume>3 dots menu in upper right hand corner> Media Volume Limiter> Turn it off.
Namuh said:
Turning it off is already built in...Settings>Sounds and Vibration>Volume>3 dots menu in upper right hand corner> Media Volume Limiter> Turn it off.
Click to expand...
Click to collapse
Amazing!!! Didn't know that!!! Thanks!
Namuh said:
Turning it off is already built in...Settings>Sounds and Vibration>Volume>3 dots menu in upper right hand corner> Media Volume Limiter> Turn it off.
Click to expand...
Click to collapse
You'll see that won't stop the notification message after reboot. That's a parental control to lock it to a set max where children cannot go past without a PIN code.
There is another way using tasker and autotools.
True. Hopefully Samsung fixes it in a future update... ? This way works for now though unless I go the tasker route later on. I don't reboot my phone often this soon into the phones life anyway, and it's not a huge pain to go into the settings and change it until my next reboot.
Namuh said:
True. Hopefully Samsung fixes it in a future update... ? This way works for now though unless I go the tasker route later on. I don't reboot my phone often this soon into the phones life anyway, and it's not a huge pain to go into the settings and change it until my next reboot.
Click to expand...
Click to collapse
Once you click OK, you'll be fine until next reboot without dealing with that step.
In this very subforum is a tasker trick that seems to fix it for most folks.
Compusmurf said:
You'll see that won't stop the notification message after reboot. That's a parental control to lock it to a set max where children cannot go past without a PIN code.
There is another way using tasker and autotools.
Click to expand...
Click to collapse
I'm glad you got this to work for you. I've updated the OP to say that you must hit the "play" button to test this before it will work. I tested this by turning it off, rebooting, then allowing the popup to come back. Then I tried simply re-enabling this event and rebooting. The popup came back. It did not start working again until I hit play to test it. Then it survived every reboot again.
To the OP I'd say visit my thread here to get it to turn off forever.
Namuh said:
Turning it off is already built in...Settings>Sounds and Vibration>Volume>3 dots menu in upper right hand corner> Media Volume Limiter> Turn it off.
Click to expand...
Click to collapse
I followed the same pattern but doesn't seems to have the 3 dots menu? Any ideas?
Namuh said:
Turning it off is already built in...Settings>Sounds and Vibration>Volume>3 dots menu in upper right hand corner> Media Volume Limiter> Turn it off.
Click to expand...
Click to collapse
why don't I have this option?
fanie.dry said:
why don't I have this option?
Click to expand...
Click to collapse
Not too sure. Are you using Secure Folder or Google Now Launcher? If so try uninstalling them, restart, and try again.
Namuh said:
Not too sure. Are you using Secure Folder or Google Now Launcher? If so try uninstalling them, restart, and try again.
Click to expand...
Click to collapse
I don't see how a launcher has anything to do with it. Using Nova.
Secure Folder I am using, but also don't see the connection.
fanie.dry said:
I don't see how a launcher has anything to do with it. Using Nova.
Secure Folder I am using, but also don't see the connection.
Click to expand...
Click to collapse
Know issue where secure folder can cause problems with third party launchers...such as menu items disappearing....
fanie.dry said:
why don't I have this option?
Click to expand...
Click to collapse
If you're in the EU, that volume limiter thing is a regulation, so you can't disable it normally.
Sent from my Samsung SM-N950F using XDA Labs
OhayouBaka said:
If you're in the EU, that volume limiter thing is a regulation, so you can't disable it normally.
Sent from my Samsung SM-N950F using XDA Labs
Click to expand...
Click to collapse
I'm in South Africa, so probably same rule apply
/sad panda
The EU or International version only warns about high headphone volume the once after reboot. This is the case with my N950N. Once you click OK It never comes up again until you reboot. From what I can gather this is what the option in the 3 dots does on the Snapdragon version. Stops it coming up every single time. The International version does not have the 3 dot menu because that option to stop the warning coming up every single time is already enabled by default.
i dont have that option as well
In most case it's not because they care so much about our well being. They place these sort of obstacles there for legal purposes. Pressing "ok" is basically signing a release of liability for any hearing damages caused by our increasing of the volume. I wouldn't bet on them fixing this any time soon.
Go into developer settings and turn off absolute volume?
Wow.. how sad.. never knew this.. THANKS!
youre clearly not if you made this thread..

Protected apps in EMUI 8.0 (Gravity screen for example)

Hi Guys,
I moved from IOS to Android with the lovely mate 10 recently. The feature I miss most is the raise to wake.
After trying different apps, gravity screen is the one that works the best.
However, after lock screen for more than few minutes, the screen wake up stop working.
When I charge my phone, it works 10/10, so i suppose it is related to battery saving features of the EMUI.
Anyone has any suggestion to fix the problem? I have so far tried "ignore battery optimization", "launch manually".
THe app tells me to use protected apps but I do not see anywhere in EMUI settings.
Have you tried toggles in settings>Battery>Launch>Select gravity app>Run in Background
warea said:
Have you tried toggles in settings>Battery>Launch>Select gravity app>Run in Background
Click to expand...
Click to collapse
yes i have allowed all three launching methods. (self-trigger, triggered by others and running in background.
The problem seems to be the sensor being turned off after screen goes black for a while.
tiantianisfox said:
The problem seems to be the sensor being turned off after screen goes black for a while.
Click to expand...
Click to collapse
Any updates? I cant make it work properly as well...
Ask the dev .. very friendly and helpful.
daniello8 said:
Ask the dev .. very friendly and helpful.
Click to expand...
Click to collapse
its more about the EMUI 8 I guess, than the app itself.
Hello guys, Any updates on this issue? I have the same problem.
Thanks
---------- Post added at 09:36 AM ---------- Previous post was at 08:49 AM ----------
I have found out how to sort it out as per Rogerrynic quote below.
rogerinnyc said:
It's buried, but you have to "ignore battery optimizations" by going into settings, then apps, then clicking the setting button at the bottom of the apps page, then "special access" and then "allow" the apps you want to survive in "ignore battery optimization". At least that's how it's on my Mate 10 (non-pro), so I suspect it's the same for you.
Click to expand...
Click to collapse
Smart assist>motion control>pick up>wake up
I have same problem.
I have same problem.+++

Categories

Resources