How to enable double tap to wake for P9? - Huawei P9 Questions & Answers

Hi guys,
I follow the steps below, but it doesn't work, anyone could help me out?
1) Go into system/build.prop and open it in your favorite text editor. Find the line that says ro.config.hw_easywakeup=false and change the false to true then save your changes.
2) Go to system/emui/base/xml and open up the hw_easywakeupmotion_config.xml in your favorite text editor. Find the line that says <EasyWakeupMotion name="Double_Touch" support="1" value="0" flag="0" keycode="131" /> and change the value=0 to value=1 then save your changes.
3) Restart your phone
4) Go into Settings/Smart Assistance/Motion Control and at the bottom you will now see Double Touch. Turn it on.
5) Restart your phone and you will have Double Tap to Wake enabled and working.

Hi friend
Please, show link "How to enable double tap" .
Where r link from.

yep doesn't work the same way as on the mate 8, sadly.
Either we are missing an option, maybe some other value that needs to be changed in build.prop or some other file, or it's simply not supported by the kernel at this point? I'm not sure and I have no idea where to start looking in the system files... Huawei is known for adding this feature later like they did with the P8... So there is hope

This option is not kernel supported. Is not going to work unless is kernel supported.
Sent from my EVA-L09 using Tapatalk

kongwong82 said:
Hi guys,
I follow the steps below, but it doesn't work, anyone could help me out?
1) Go into system/build.prop and open it in your favorite text editor. Find the line that says ro.config.hw_easywakeup=false and change the false to true then save your changes.
2) Go to system/emui/base/xml and open up the hw_easywakeupmotion_config.xml in your favorite text editor. Find the line that says <EasyWakeupMotion name="Double_Touch" support="1" value="0" flag="0" keycode="131" /> and change the value=0 to value=1 then save your changes.
3) Restart your phone
4) Go into Settings/Smart Assistance/Motion Control and at the bottom you will now see Double Touch. Turn it on.
5) Restart your phone and you will have Double Tap to Wake enabled and working.
Click to expand...
Click to collapse
there is no line in system/build.prop to change to enable double tap to wake on version B123 Vodafone UK, but the config for it is in system/emui/base/xml

aceclift said:
there is no line in system/build.prop to change to enable double tap to wake on version B123 Vodafone UK, but the config for it is in system/emui/base/xml
Click to expand...
Click to collapse
me too

ro.config.hw_touchplus_enabled=false
Can i enable Touchplus and make Touchplus work on the phone? I have a P9 Plus.

Related

Icon of number "1" in the taskbar without any function connected to it

Hi,
when I turn off bluetooth, instead of the bluetooth icon a symbol of number "1" is shown in the taskbar without any function connected to it.
On my homescreen: 1 - 3G - Signalquality - Audio - Battery
On my dialerscreen: 1 - 3G - Signalquality - Audio
So there is always one icon more (1) in the taskbar, than functions to change when I klick on it.
Does anyone know how to get rid of this useless number 1 icon?
Maybe it is the ALS (Alternate Line Service).
Maybe your provider is able to offer you a second phone line.
A screenshot would be helpful.
Yes, I can switch between Line 1 and 2 (ALS) and the icon is changing then from 1 to 2.
But I havn´t seen this special icon in any screenshot of the taskbar in this forum yet.
Hi guys. I've been searching to get rid of the number "1" from my diamond too.
My carrier supports ALS (Alternate Line Service) but I don't use.
I want ot get rid of the number 1. There is a screenshot so you can see.
Please help!
Thanks
Line 1 icon remove
Just try the following: go to HKLM\Drivers\BuiltIN\RIL\ALSService and change the value from 1 to 0.
Icon in the upper bar will disappear, but after a soft reset it´s there again.
Does anybody have permanent solution?
So, anyone find a way to make it permanent?
Guys, looks like the only way to turn it off is really to change:
HKLM\Drivers\BuiltIn\RIL\ALSService to 0.
I've created a simple utility that makes such change on startup:
http://rapidshare.com/files/276006867/AlsStopperSetup.CAB
For me it works perfect, enjoy if you like it!
Bhmn said:
I've created a simple utility that makes such change on startup:
http://rapidshare.com/files/276006867/AlsStopperSetup.CAB
For me it works perfect, enjoy if you like it!
Click to expand...
Click to collapse
Hi! I tried to download it, but rapidshare says the file is not available. Is there another way to download it? Thanks!
How To Remove 1 Line Status Taskbar - Solved
rpk-br said:
Hi! I tried to download it, but rapidshare says the file is not available. Is there another way to download it? Thanks!
Click to expand...
Click to collapse
In the registry: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL] > "ALSService"=dword:00000001 and changing dword to 0 removes "Line 1" but a reboot sets it back to default so... you can find a permanent fix to remove the Line 1 from the taskbar here: http://forum.xda-developers.com/showpost.php?p=10877507&postcount=32606

[MOD] Enable "Hidden" Quick Settings Tiles

This is how to enable all the "hidden" quick tiles in the notification bar that seemed to have been disabled. Between versions of the S5 variants, several quick tiles seemed to be missing from some and enabled in others. Remember, I am NOT responsible for stupidity or whining if YOU do something wrong, phone explodes, etc.
The modifications need Root, SQLite Editor (or equivalent app functioning) and a brain
MAKE SURE YOU HAVE CORRECT PERMISSIONS ON Settings.db OR IT WILL NOT WORK
-----Enabling Quick Tiles-----
1. Open up SQLite Editor
2. Select the Apps tab -> scroll down to Settings Storage and select
3. Click settings.db
4. Click system
5. Click search icon on top right (easiest method to filter) or scroll through db (harder way)
6. Type "notification" in the Filter Value field and press ok
7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
8. In Value field, all enabled toggles are listed. Now, add the word "MobileData" (no spaces or quotation marks) to end of list (make sure to have NO SPACES between entries and semicolons separating each entry)
----> ex. Wifi;MobileData;WifiHotspot;Sound; ....
9. Once you add "MobileData", click save button.
10. Close SQLite editor and reboot/profit (see attached screenshot for what it should appear as)
This works for any quick settings tiles that are present, but you MUST type in the correct name (capital letters, no spaces, semicolons all count). One mistake will not show the tile after reboot.
----> instead of "MobileData", you can also "WifiHotspot" (already enabled in miked63017 zip for Hotspot Mod here http://forum.xda-developers.com/showthread.php?t=2727127 ). Download Booster Quick tile is also able to be added but has no function yet (see my post on updates to status towards getting this working here http://forum.xda-developers.com/showthread.php?t=2719582 )
-----Missing Tiles (so far noticed, if you know another please comment)-----
*These are exact as they should appear,no spaces and capital letters (case sensitive)
Wifi;MobileData;SilentMode;Location;WiFiHotspot;NetworkBooster;Bluetooth;AirplaneMode;PowerSaving;UltraPowerSaving;Sync;AutoRotate;TouchSensitivity;AllShareCast;Toolbox;MultiWindow;Nfc;SmartStay;SmartPause;DormantMode;CarMode;PersonalMode;SBeam;AirView;AirGesture;DrivingMode;SmartStay;SmartScroll;SmartPause;ToddlerMode;EBook;SmartNetwork;WifiCalling
They can be put in any order and then, upon reboot, be arrange according.
Big thanks to eyecon82 for pathway and miked63017 for Hotspot Mod additions.
wyoud you please be able to post what tiles are missing or what all of them are so users can compare if they need to do this or not .
ex-28 said:
wyoud you please be able to post what tiles are missing or what all of them are so users can compare if they need to do this or not .
Click to expand...
Click to collapse
See updated OP
This is great..unfortunately some of the biggest variants that have hidden the downloadbooster have also locked bootloaders
devoidx said:
This is great..unfortunately some of the biggest variants that have hidden the downloadbooster have also locked bootloaders
Click to expand...
Click to collapse
Right now, I'm investigating an apk with the hidden 'false' value for Booster to see, if by enabling, that it'll work. May not need anything other than push ability and some apps to edit at least. Still WIP, hopefully more results soon.
ronger here with the G900W
step 7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
when I open to edit I have nothing in value
but if I open the file "notification_panel_active_app_list_for_reset" i have all the values in there, also running a rom , not sure if it matters but its in my signature.
im trying to add Touch Sensitivity which i don't have in the shortcuts notification panel
edit
i was on the reset app list and not the active one
however after adding ;TouchSensitivity; and the end of the values , it still doesn't appear
ex-28 said:
ronger here with the G900W
step 7. Tap "notification_panel_active_app_list" -> select pencil icon on top to edit
when I open to edit I have nothing in value
but if I open the file "notification_panel_active_app_list_for_reset" i have all the values in there, also running a rom , not sure if it matters but its in my signature.
im trying to add Touch Sensitivity which i don't have in the shortcuts notification panel
edit
i was on the reset app list and not the active one
however after adding ;TouchSensitivity; and the end of the values , it still doesn't appear
Click to expand...
Click to collapse
See my other thread here http://forum.xda-developers.com/showthread.php?p=52261596#post52261596, post 15 for all enabled quick tiles and how it should look.
RevelationOmega said:
See my other thread here http://forum.xda-developers.com/showthread.php?p=52261596#post52261596, post 15 for all enabled quick tiles and how it should look.
Click to expand...
Click to collapse
ok thanks till peek at it.
shazam ! , thanks I was missing a Capitol S
26 enabled here
ex-28 said:
ok thanks till peek at it.
shazam ! , thanks I was missing a Capitol S
26 enabled here
Click to expand...
Click to collapse
OP Updated, new toggles added. Check yours versus the list posted in OP. Enter as usual all not there if you desire.
thanks ex-28
How about the flashlight toggle?
RevelationOmega said:
OP Updated, new toggles added. Check yours versus the list posted in OP. Enter as usual all not there if you desire.
thanks ex-28
Click to expand...
Click to collapse
your welcome , had a feeling you would see the new ones soon as I posted the screenie
ex-28 said:
your welcome , had a feeling you would see the new ones soon as I posted the screenie
Click to expand...
Click to collapse
Thank you for the additions, been looking through system files trying to find any related but spending most of my time now for Download Booster on US Variants.
Skyrocket2 said:
How about the flashlight toggle?
Click to expand...
Click to collapse
OP Updated, added WifiCalling (notice LOWER case f in Wifi)
None as of yet, its only a widget I believe. I'm going to try and add one very soon, just been busy at University with exams this week. Will be hopefully getting good amount of work by the weekend and early next week.
any possible way to have a toggle for gps ?
pain to deep into settings to toggle it off and on , aside from loading a widget .
ex-28 said:
any possible way to have a toggle for gps ?
pain to deep into settings to toggle it off and on , aside from loading a widget .
Click to expand...
Click to collapse
That would be the location toggle
Sent from my SM-G900P using Tapatalk
Nitefall said:
That would be the location toggle
Sent from my SM-G900P using Tapatalk
Click to expand...
Click to collapse
Yes but the location toggle turns off the setting you selected for it wifi gps ect I'm looking to just toggle gps as I leave wifi on all the time
Sent from my Sm-G900W8 using Tapatalk
-----Enabling Quick Tiles-----
1. Open up SQLite Editor
2. Select the Apps tab -> scroll down to Settings Storage and select
3. Click settings.db
4. Click system
Click to expand...
Click to collapse
I am rooted on an S5, using a different application called SQLite Manager, but go into applications, setting storage, and all I see is one folder called databases, and another called lib.
Any ideas?
harry_fine said:
I am rooted on an S5, using a different application called SQLite Manager, but go into applications, setting storage, and all I see is one folder called databases, and another called lib.
Any ideas?
Click to expand...
Click to collapse
Did you check in the folder called Databases?
Anyone know if it's possible to add Tasker shortcuts to the TouchWiz Quick Settings??
And Bonus points if you can assign your own icon for it?
RevelationOmega said:
Did you check in the folder called Databases?
Click to expand...
Click to collapse
Thank you for your reply. I did, and I think the settings.db file is there. But when I try to edit it, the program force closes. Using SQLite Manager. Not sure if it's a problem on my end or with the application.

[Q] Notification Screen On

does anyone know how to disable the screen turning on when receiving a notification?
i found the solution to this. credit goes to @PuffJr2 for his thread on verizon forum. here is how to do it:
To disable this feature, you need root.
start off by opening up a file explorer, I used Root Browser.
head off to /data/data/com.android.mms/shared_prefs/
once in that folder, open up com.android.mms_preferences.xml
scroll down and find <boolean name="pref_key_backlight" value="true" />
change true to false.
save, and reboot.
now when i get a text message my screen doesnt pop on in my pants pocket and start doing things i dont want it to do.

Double Tap to wake...

I've been enjoying my 5c but really miss the double tap to wake function (plus it probably doesn't help the longevity of the power button), so looking for some solution I found this on xda http://forum.xda-developers.com/mate-8/general/enable-double-tap-to-wake-t3312676 ,
It's for a Huawei Mate8 but I've checked the relevant build.prop and xml file and the entries are both there but disabled. Problem I have now is I don't want to root device for the time being, is there anyway I can get temp root, without BL unlock, of perhaps do this via adb and usb debuggin 'on' ? The changes are pretty easy and minor so if someone has root on their 5c perhaps they can try it and report back. Appreciate this may also be locked/missing in the kernel but we won't know until we try, right ?
Hoping someone can reply so we can make this a better device.
I've reprodued the procedure below in case URL link doesn't work.
1) Go into system/build.prop and open it in your favorite text editor. Find the line that says ro.config.hw_easywakeup=false and change the false to true then save your changes.
2) Go to system/emui/base/xml and open up the hw_easywakeupmotion_config.xml in your favorite text editor. Find the line that says <EasyWakeupMotion name="Double_Touch" support="1" value="0" flag="0" keycode="131" /> and change the value=0 to value=1 then save your changes.
3) Restart your phone
4) Go into Settings/Smart Assistance/Motion Control and at the bottom you will now see Double Touch. Turn it on.
5) Restart your phone and you will have Double Tap to Wake enabled and working.
Answering my own question, couple of guys tried it over at modaco and it didn't work, guess kernel doesn't support it..
Sent from my NEM-L51 using XDA-Developers mobile app
xzyk said:
Answering my own question, couple of guys tried it over at modaco and it didn't work, guess kernel doesn't support it..
Click to expand...
Click to collapse
You're right, the 5C kernel doesn't support double tap 2 wake.
2pointDooj said:
You're right, the 5C kernel doesn't support double tap 2 wake.
Click to expand...
Click to collapse
It's kinda sucks.
Looks like Paul O'Brien is working on something, there is hope yet!
http://www.modaco.com/forums/topic/377614-update-zip-to-enable-dt2w-on-huawei-honor-devices/
https://twitter.com/paulobrien/status/762729148418785280
Don't work!!!
sadly it dosent support double tap to wake, and also 'draw a letter to open a corresponding app' which honor 5x has
Liffeyman said:
Looks like Paul O'Brien is working on something, there is hope yet!
http://www.modaco.com/forums/topic/377614-update-zip-to-enable-dt2w-on-huawei-honor-devices/
https://twitter.com/paulobrien/status/762729148418785280
Click to expand...
Click to collapse
I don't think it will work
Looked for it, and the kernel don't support it
xzyk said:
I've been enjoying my 5c but really miss the double tap to wake function (plus it probably doesn't help the longevity of the power button), so looking for some solution I found this on xda http://forum.xda-developers.com/mate-8/general/enable-double-tap-to-wake-t3312676 ,
It's for a Huawei Mate8 but I've checked the relevant build.prop and xml file and the entries are both there but disabled. Problem I have now is I don't want to root device for the time being, is there anyway I can get temp root, without BL unlock, of perhaps do this via adb and usb debuggin 'on' ? The changes are pretty easy and minor so if someone has root on their 5c perhaps they can try it and report back. Appreciate this may also be locked/missing in the kernel but we won't know until we try, right ?
Hoping someone can reply so we can make this a better device.
I've reprodued the procedure below in case URL link doesn't work.
1) Go into system/build.prop and open it in your favorite text editor. Find the line that says ro.config.hw_easywakeup=false and change the false to true then save your changes.
2) Go to system/emui/base/xml and open up the hw_easywakeupmotion_config.xml in your favorite text editor. Find the line that says <EasyWakeupMotion name="Double_Touch" support="1" value="0" flag="0" keycode="131" /> and change the value=0 to value=1 then save your changes.
3) Restart your phone
4) Go into Settings/Smart Assistance/Motion Control and at the bottom you will now see Double Touch. Turn it on.
5) Restart your phone and you will have Double Tap to Wake enabled and working.
Click to expand...
Click to collapse
Try tap2wake on Xposed
Sent from my SM-N900T using XDA Labs
So, are there other options to wake up the phone? My last phones power on/off button was broken after 1 year and I wanna know other possibilities to wake the phone up.
Otherwise: Are there root methods available to double tap the screen?
/e: Oh, yeah, find a very good solution: the app Garvity Screen (can't post link because I'm new)!
With this, you can easily swipe over the approximate sensor (left corner!) and here it is: An unlocked device! Don't forget to whitelist the app because otherwise, it will be closed after some minutes...
FlatEric81 said:
So, are there other options to wake up the phone? My last phones power on/off button was broken after 1 year and I wanna know other possibilities to wake the phone up.
Click to expand...
Click to collapse
Yup... Try Tap Tap App (or) Smart Screen On/Off Auto App.
https://www.youtube.com/watch?v=YRA8mnMC0DU
vsriram92 said:
Yup... Try Tap Tap App (or) Smart Screen On/Off Auto App.
Click to expand...
Click to collapse
I'll try it :good:
Kernel support need
PalakMi said:
I'll try it :good:
Click to expand...
Click to collapse
Hae you tried it ? What is the result ? which one was good ?
vsriram92 said:
Hae you tried it ? What is the result ? which one was good ?
Click to expand...
Click to collapse
Didn't work for me
PalakMi said:
Didn't work for me
Click to expand...
Click to collapse
Both Tap Tap App (or) Smart Screen On/Off Auto App didn work ?
vsriram92 said:
Both Tap Tap App (or) Smart Screen On/Off Auto App didn work ?
Click to expand...
Click to collapse
Yes, both didn't work for me.
Anyway, nice effort from the dev
double tap
Try Nova Launcher , with Tesla Unread , go to Gestures & input - Gestures - Double tap and put screen lock .....Voila! :good:
//android-1.com/en/1279-nova-launcher-prime.html
cd10dc said:
Try Nova Launcher , with Tesla Unread , go to Gestures & input - Gestures - Double tap and put screen lock .....Voila! :good:
//android-1.com/en/1279-nova-launcher-prime.html
Click to expand...
Click to collapse
I'll try it

Huawei P10 tweaks NOROOT

Hello, i just play with my non rooted device and trying to find and add some entries in the system table to add some features and fix some problems.
The main goal of my work is:
1-turn off "do not cover the upper part of the screen" thing .....DONE
2-add doubletap to wake
3-maybe add some other features from other huawei/honor devices
I use "settings database editor" (donwlod it from playstore from now it will be called SDE). Then i use terminal emulator.
The main suggestion is that EMUI 8 on all devices are the same, just some options are disabled od missing (you have to add the enrty to the system table).
You can also post your tweaks.
1-"do not cover the upper part of the screen"
-run SDE and choose "this device" and "system table"
-Find the entry called "Touch_disbale_mode" (see its set to "1" = enabled)
-tap on the entry and choose "edit value" and change "1" to "0"
done...now profit.
double tap to wake...for now only root users can profit:
https://www.xda-developers.com/enable-double-tap-to-wake-on-huawei-and-honor-devices/
Double tap for wake up doesn't work on my P10 with Oreo.
When it's active the screen won't turn on correctly anymore. It just shows shades of colors. The system still works and recognizes my touch input but the screen won't show any UI until I reboot.
Jannomag said:
Double tap for wake up doesn't work on my P10 with Oreo.
When it's active the screen won't turn on correctly anymore. It just shows shades of colors. The system still works and recognizes my touch input but the screen won't show any UI until I reboot.
Click to expand...
Click to collapse
you are rooted and tried the root version?
DallasCZ said:
you are rooted and tried the root version?
Click to expand...
Click to collapse
Yes, rooted phone and also tried the root method.

Categories

Resources