Guide-How to enable double tap to wake and wake gestures on P9 Lite - Huawei P9 Lite Guides, News, & Discussion

Hi guys,
this is a guide how you can enable double tap to wake and wake gestures (Camera, Music,..., or custom apps) on your P9 Lite.
Somehow Huawei left the options in the system root, but made in invisible in the settings (same with many other Huawei devices). This is the same method others used for the P9.
All you need is:
-rooted device
(for rooting my device I followed this guide
http://forum.xda-developers.com/huawei-p9lite/how-to/guide-unlock-bootloader-twrp-root-t3405701
the only thing I did different for getting SU working, was that I installed the root with the SRK-Tool and then I installed the mentioned SU-Update zip file)
-A file explorer with root access
-text editor app (I used the QuickEdit from the Playstore)
Even if this workaround worked 100% and without any problems on my device (rooted VNS-L31 on B100), your doing it on your own risk!
Step 1: Enter the file explorer and go to the root directory. Open the system folder and look for the build.prop file.
Step 2: Open the build.prop with the texteditor and search for the line ro.config.hw_easywakeup=false, now change the "false" into a "true" and save/exit the file. Just open it a again to ensure the entry has been realy changed and saved.
Step 3: Now go to the directory system/emui/base/xml, ther you open the file hw_easywakeupmotion_config.xml with the editor.
Step 4: Search for the line "EasyWakeupMotion name="Double_Touch" support="1" value="0" flag="0" keycode="131"" and change the value=0 into value=1. Again save and exit the file and ensure that it has been really changed.
Step 5: Restart your device and go into settings menu-->smart assistance-->motion controle. Now there are the options double tap and wake gestures available. You could also change the apps which are related to the different wake gestures. After activating it should be working right away. Otherwise do another restart and it should be good.
Hope everthing is working for you...I tested it now for some days and with some cases where I had to tap the display three times to wake up it worked flawlessly. There is also NO additional battery drain caused by the feature.
In addition it would be helpfull to mention which version of the phone you have, also if it's Asia or Europe etc.

Great job man

Strangely, doesn't work for me.
I can see the option and I have activated it but the phone does not wake up when tapping it
L31 B104

works, 8 times out of 10 ... and 'slow to answer you think you can do something? Meanwhile, thanks to good work

Thanks bro! This worked for me! All of your posts are useful! I got the phone yesterday updated to the latest version rooted it, Installed xposed but do you know a way to center the clock? I've tried to use GravityBox and Xblast Tools but none of the options works I rebooted the phone and still they don't do anything ugh.. I hope there will be a CM rom for this device and if you have anything else useful for this device like theming and stuff tell us! And also tell me what Xposed modules you use

huhgoji said:
Thanks bro! This worked for me! All of your posts are useful! I got the phone yesterday updated to the latest version rooted it, Installed xposed but do you know a way to center the clock? I've tried to use GravityBox and Xblast Tools but none of the options works I rebooted the phone and still they don't do anything ugh.. I hope there will be a CM rom for this device and if you have anything else useful for this device like theming and stuff tell us! And also tell me what Xposed modules you use
Click to expand...
Click to collapse
Nice to here for the modding of status bar (also centering clock) I'm using the "flat style bar indicator". Which works for me. I tried the xposed version from wanam as well as the regular v86 and I experienced better performance and compatibility with the regular version. Important is to do a cache and dalvik wipe after installing new modules, reboot then might take some minutes but dont be scared
The features I'm using from gravity is on one side the setup for the navigation bar keys (you can set longpress, double press actions) and on the other side the volume to skip songs
I use "doubletaptosleep" for statusbar double tap to sleep^^
The vibration tuner for setting a shorter vibration duration. Because the notification buzz was a bit to much for my taste
and last but not least I have the flat style status bar, this module ensures that the symbols in the statusbar turn black when you have a white or light background. You also can change the navigationbar
So this is pretty much it. I attached two screenshots. I changed my homescreen to a pretty much IOS style...guess some of you might be botherd with that but I always wanted a IOS-Style phone with the android functionality.

thefly351 said:
works, 8 times out of 10 ... and 'slow to answer you think you can do something? Meanwhile, thanks to good work
Click to expand...
Click to collapse
Yes, unfortunatley it's not always working on a single double tap, but if you do a double double tap it works everytime. Couldn't figure out why its like that. Strangely the letter function is always working. Another addition is that you can enable the letter "O" as well by just activating it with value=1 and setting the "keycode=137".
The response time is, how I fear, untouchable. I guess it has something to do with cpu reaction time from standby. But I haven't seen a faster reaction by other phones which are officialy supporting this feature. But I will keep looking.

Schlengge said:
Strangely, doesn't work for me.
I can see the option and I have activated it but the phone does not wake up when tapping it
L31 B104
Click to expand...
Click to collapse
Do you have the asian or european version of the phone?

To_High said:
Do you have the asian or european version of the phone?
Click to expand...
Click to collapse
European

Schlengge said:
European
Click to expand...
Click to collapse
Ok, maybe that's the point. I have the asian version. Propably they have changes in the software.

To_High said:
Ok, maybe that's the point. I have the asian version. Propably they have changes in the software.
Click to expand...
Click to collapse
Well, DT2W is always a function that has to be supported by the kernel.
So maybe different phone versions do have different versions of the kernel.
Could you tell me which kernel version you are using? Mine is 3.10.90-g7bbea55 (May 15)
Maybe Huawei will give us an official DT2W support soon. Afaik they also enabled it late on the P8 with a firmware update :fingers-crossed:

Schlengge said:
Well, DT2W is always a function that has to be supported by the kernel.
So maybe different phone versions do have different versions of the kernel.
Could you tell me which kernel version you are using? Mine is 3.10.90-g7bbea55 (May 15)
Maybe Huawei will give us an official DT2W support soon. Afaik they also enabled it late on the P8 with a firmware update :fingers-crossed:
Click to expand...
Click to collapse
My kernel is the 3.10.90-g9c133f1 (april 26th)....so its a different one. I hope so too, otherwise it would also make no sense to leave the coding in there rom because it only bloat it...Theres already a beta for the P9 with Android N. So lets hope for the best.

I have European version with same kernel as @Schlengge .
For me it works. Thank you @To_High !

Maybe you dont need double tap if we have fingerprint

works greate on L21 b120 rom , thanks

To_High said:
Somehow Huawei left the options in the system root, but made in invisible in the settings (same with many other Huawei devices). This is the same method others used for the P9.
Click to expand...
Click to collapse
Is there the same way to activate camera RAW saving option?

What about raise to ear to answer can be enabled?
Sent from my HUAWEI VNS-L21 using XDA-Developers mobile app

Nice tutorial, but in my case it doesn't work (VNSL31 Dual Sim European, Kernel 3.10.90-g424020b).
I deactivated fingerprint, but I couldn't deactivate the PIN unlock - tried to clear credentials, but I cannot change from PIN to "none".

Brilliant works perfect thanks for the guide!
Sent from my HUAWEI VNS-L31 using XDA-Developers mobile app

Thanks it works!

Related

[q] hrt p7 l07-l05 rom

Just a question to those who are using this ROM: has anyone worked out what all of those Chinese language settings (found under settings) are for?
arthios said:
Just a question to those who are using this ROM: has anyone worked out what all of those Chinese language settings (found under settings) are for?
Click to expand...
Click to collapse
Well Most Of It I Have Switched On ... And It Does Its Job Like .. If You Tap On The Top Right Corner of the Status Bar Phone Turns Off ... And There is Also An Option for OG Battery Mod ... And If You Swipe on The Status Bar IT Does The Same AS Holding The Power Button ... Rest is CHinese and Call Recording Option I Guess
andromodgod said:
Well Most Of It I Have Switched On ... And It Does Its Job Like .. If You Tap On The Top Right Corner of the Status Bar Phone Turns Off ... And There is Also An Option for OG Battery Mod ... And If You Swipe on The Status Bar IT Does The Same AS Holding The Power Button ... Rest is CHinese and Call Recording Option I Guess
Click to expand...
Click to collapse
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
arthios said:
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
Click to expand...
Click to collapse
It Works !!!!
arthios said:
Thanks for your feedback. I've been able to translate nearly all of the Chinese strings to English. The modified APK is attached. The option under Settings is still in Chinese and one of the options in the Power Off menu is Chinese as well. If I knew where they were stored I'd amend those as well. The APK is in the /system/priv-app folder. All you have to do is overwrite the existing one with the modified one.
Click to expand...
Click to collapse
Also Xposed 2.5 and Latest Gravity Box Are Also Working ... I Got Advanced Reboot Menu in English with GB and Also Got Screen Recording Option But That Doesn't Work ... You Should Also Try Xposed and GB
andromodgod said:
Also Xposed 2.5 and Latest Gravity Box Are Also Working ... I Got Advanced Reboot Menu in English with GB and Also Got Screen Recording Option But That Doesn't Work ... You Should Also Try Xposed and GB
Click to expand...
Click to collapse
There's a new update for the L07 variant. Build 124. I tried it but couldn't see any difference and Xposed doesn't install. So, back to the HRT rom, installed Xposed and GB. All is well. Because Xposed doesn't sit well with the Emotion UI, I installed Apex Pro and the KitKat theme. The phone looks great! So thanks for the hint.
Settings.apk update
I'm pleased to say I finally managed to get the Chinese language strings in the Settings.apk translated to English. The revised apk can be downloaded here:
https://drive.google.com/file/d/0B6QnIbFOPM4pa0NLYjFtU1dKTGc/edit?usp=sharing
All you have to do is replace the apk and restart your phone.
Please note this apk is only suitable for those using the HRT_P7_L05L07_V2.0 ROM
Tested, working, seems stable.
Where can i get gapps for Huawei P7 L07 please. Google Services is crashing and can't use Play Store.
black_ps said:
Where can i get gapps for Huawei P7 L07 please. Google Services is crashing and can't use Play Store.
Click to expand...
Click to collapse
nIce

Xposed - Someone installed it?

Just received my brand new Z3,but already feeling the itch for some customization.
Someone already tried playing around with xposed?
It is fully working or at least some features?
Thanks
After rooting/bootloader unlocking the phone, I installed Xposed. It works well. I use the following:
App Settings - I made systemUI (and most of my non-sony apps) 240 dpi.
GravityBox (smaller nav bar, orange icons, replacement battery, AM/PM removal, 3 dot on nav bar right, search on nav bar left.
Tinted Status bar
Xperia Xposed - installed but I decided not to use anything
Please note, per conversations on general, unlocking the bootloader will irreversibly worsen the camera's low-light picture quality and kill native miracasting/chromecasting ability linked to Sony's DRM keys
I'm using tons of Xposed modules and I couldn't live without it. It's one of the greatest pieces of software ever written and I'll stay away from Android L until Xposed works on it. i never felt the urge to use CM or another rom since I'm using Xposed, GravityBox alone is such a mighty module that it replaces a plethora of third party rom features.
It's really hard to live without Xposed after having it for so long on my Moto X. I'm just not willing to lose the camera quality by unlocking the BL. Of course, there are other things I'm itching to do as well with root (like freezing and deleting lots of useless apps that suck battery!)
I am using xposed with
- xstana module
- tinted status bar
- gravity box
Everything works perfectly!
mickliq said:
It's really hard to live without Xposed after having it for so long on my Moto X. I'm just not willing to lose the camera quality by unlocking the BL. Of course, there are other things I'm itching to do as well with root (like freezing and deleting lots of useless apps that suck battery!)
Click to expand...
Click to collapse
I don't mind losing some of the camera quality either, I believe that people will either find a way to reverse the process, or make something better.
I'm just waiting till I can backup my TA partition.
Sent from my D5803
I istalled Xposed and run xled, xquiet hours and cyan lock screen the lose of the cameras low light abilty is not a big problem i use camera fv5 and change the iso settings
So no way in hell to get root without unlocking the bootloader?
i was using pie controls from gravitybox with navbar disabled, but i found out that pie doesn't appear when using camera with physical button with phone in standby.... anyone can confirm this?
I use XBlast and Xposed LED Control.
Both works fine. What does NOT work is GravityBox. But why? Can someone help me?
When trying to start it, it says "GravityBox System Framework does not answer" in german. in english perhaps its something like "cant retrieve System Framework data" or something like that.
It doesn matter how often i try, always the same error message
tranceonline said:
I use XBlast and Xposed LED Control.
Both works fine. What does NOT work is GravityBox. But why? Can someone help me?
When trying to start it, it says "GravityBox System Framework does not answer" in german. in english perhaps its something like "cant retrieve System Framework data" or something like that.
It doesn matter how often i try, always the same error message
Click to expand...
Click to collapse
You need to enable it in Module and restart phone. After that you can do what you want! In Download section, you can find more module with search filter by typing: xperia
Zanr Zij said:
You need to enable it in Module and restart phone. After that you can do what you want! In Download section, you can find more module with search filter by typing: xperia
Click to expand...
Click to collapse
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
tranceonline said:
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
Click to expand...
Click to collapse
I think gravity Box can not handle sonys ui. Had it before on lg g2 stock rom. Just some features worked. Keep in mind that gb is actually for vanilla kitkat(aosp,maybe cm)
GB worked fine for me on the Z1C, but eventually some features require a deodexed rom. I've always been using RomAur.
tranceonline said:
Thx but did you read what i wrote? do i look as i use xposed the first time??
I am using xlast and xposed led, as i mentioned before.
Click to expand...
Click to collapse
I did not mean you have to enable xposed installer. I said: you have to enable GravityKK module by tick the box, do nothing more, restart the phone first. After that you can config without any framework message error!
xposed works great
I using xposed for remote play (ps4)
and its workign great!
kekec777 said:
I using xposed for remote play (ps4)
and its workign great!
Click to expand...
Click to collapse
How does this work?
With bootloader unlocked? (I think so )
THX
gabsi55 said:
How does this work?
With bootloader unlocked? (I think so )
THX
Click to expand...
Click to collapse
I actually just installed CM11 for my Samsung Tab 2 p5110 so i have a custom stock rom..
kekec777 said:
I actually just installed CM11 for my Samsung Tab 2 p5110 so i have a custom stock rom..
Click to expand...
Click to collapse
Ah ok...
Thought you are using unlocked Z3C ..
Zanr Zij said:
I did not mean you have to enable xposed installer. I said: you have to enable GravityKK module by tick the box, do nothing more, restart the phone first. After that you can config without any framework message error!
Click to expand...
Click to collapse
Yes and as i said, i used Xposed before. what i want to say with that is : I know how Xposed works and how to use it. I know that you have to "activate" modules with the checkbox.
still, GB won't work.

[ROM][7.1.2] Resurrection Remix For The Huawei P9 Lite [METICULUS]

https://2.bp.blogspot.com/-
[B][U][SIZE="4"][PLAIN]XDA:DevDB Information[/PLAIN][/SIZE][/U][/B]
[SIZE=3][B]Resurrection Remix For The Huawei P9 Lite, ROM for the Huawei P9 Lite[/B][/SIZE]
[B][U]Contributors[/U][/B]
[URL="https://forum.xda-developers.com/member.php?u=4400604"]Meticulus[/URL]
[B]Source Code:[/B] [URL="https://github.com/Meticulus/android_kernel_huawei_hi6250_4.1"]https://github.com/Meticulus/android_kernel_huawei_hi6250_4.1[/URL]
[B]ROM OS Version:[/B] 7.x Nougat
[B]ROM Kernel:[/B] Linux 4.x
[B]Based On:[/B] AOSP, LineageOS
[B][U]Version Information[/U][/B]
[B]Status:[/B] Testing
[B]Created[/B] 2017-12-05
[B]Last Updated[/B] 2018-01-18
Unblock me on Gmail xd nice job and apreciet or return
Hi, this is I flashed 5 days ago, all is working great, I am facing only 1 problem, Viper is going off after screen off. How can I prevent this? Have any solution?
Thanks for your hard work.
Anonda said:
Hi, this is I flashed 5 days ago, all is working great, I am facing only 1 problem, Viper is going off after screen off. How can I prevent this? Have any solution?
Thanks for your hard work.
Click to expand...
Click to collapse
Try to disable battery optimization for the app...
Anonda said:
Hi, this is I flashed 5 days ago, all is working great, I am facing only 1 problem, Viper is going off after screen off. How can I prevent this? Have any solution?
Thanks for your hard work.
Click to expand...
Click to collapse
In stock emui 5.0, i installed Viper through magisk and no problem whatsoever, of Viper being disabled, after screen off.
Nomatrix said:
In stock emui 5.0, i installed Viper through magisk and no problem whatsoever, of Viper being disabled, after screen off.
Click to expand...
Click to collapse
disable battery optimization for the app.. tw1st3d83 was replayed this in thread
go in settings>battery>more settings>optimize battery(somethink like that, i use different language not eng in rom)>show all apps>music> dont optimize
same to viper
my bad.... thouth that you use RR
for stock emui5 go in settings>battery and there will be option to close apps when screen is off. Go in and uncheck viper and now app will not close after you lock phone
V4A not working.
@Meticulus will probably fix call issues soon since muting calls are impossible.
How to fix usual bugs?
Can't see phone dialer when calling someone?
Go to settings -> Default Apps -> Phone -> Set Phone app as default.
Fingerprint force close? Can't add a new FP?
Go to settings -> Privacy -> Lock screen method -> Select PIN or Password.
(It's because you can't use a gesture lock screen for fingerprint)
Google Pixel launcher doesn't show notifications for new messages/ missed calls/ etc.
Well that's because Pixel devices don't support badge icon counter. You may find something in play store or use Nova Launcher instead or something.
Viper4Android doesn't work?
Flash Magisk 14 from Extras in Meticulus TWRP.
How to pass Safetynet check?
Download and flash this> https://forum.xda-developers.com/showpost.php?p=73432221&postcount=1075
Coolyou said:
@Meticulus will probably fix call issues soon since muting calls are impossible.
How to fix usual bugs?
Fingerprint force close? Can't add a new FP?
Go to settings -> Privacy -> Lock screen method -> Select PIN or Password.
(It's because you can't use a gesture lock screen for fingerprint)
Google Pixel launcher doesn't show notifications for new messages/ missed calls/ etc.
Well that's because Pixel devices don't support badge icon counter. You may find something in play store or use Nova Launcher instead or something.
Viper4Android doesn't work?
Flash Magisk 14 from Extras in Meticulus TWRP.
How to pass Safetynet check?
Download and flash this> https://forum.xda-developers.com/showpost.php?p=73432221&postcount=1075
Click to expand...
Click to collapse
Tried V4A fix and doesn't work, it installs drivers, but if i go to driver status it says:"Enabled:No", how can i fix this?
RawKnighy said:
Tried V4A fix and doesn't work, it installs drivers, but if i go to driver status it says:"Enabled:No", how can i fix this?
Click to expand...
Click to collapse
First install init.d light from F-Droid. Then use Magisk modul.
ScanX said:
First install init.d light from F-Droid. Then use Magisk modul.
Click to expand...
Click to collapse
Now it says:"Enabled:yes, Processing:No" so still nothing.
Oh... forgot Busybox. For me its working. Hope that helps you too!
ScanX said:
Oh... forgot Busybox. For me its working. Hope that helps you too!
Click to expand...
Click to collapse
Already installed
Another great work <3
The issue with the signal being lost seems to be fixed in the latest build
Sent from my HUAWEI P9 lite using Tapatalk
SoT is great. Everything worked mostly smooth. But one thing, i can't connect with my MiBand 2 on BT. He don't find it.
Coolyou said:
@Meticulus will probably fix call issues soon since muting calls are impossible.
How to fix usual bugs?
Can't see phone dialer when calling someone?
Go to settings -> Default Apps -> Phone -> Set Phone app as default.
Fingerprint force close? Can't add a new FP?
Go to settings -> Privacy -> Lock screen method -> Select PIN or Password.
(It's because you can't use a gesture lock screen for fingerprint)
Google Pixel launcher doesn't show notifications for new messages/ missed calls/ etc.
Well that's because Pixel devices don't support badge icon counter. You may find something in play store or use Nova Launcher instead or something.
Viper4Android doesn't work?
Flash Magisk 14 from Extras in Meticulus TWRP.
How to pass Safetynet check?
Download and flash this> https://forum.xda-developers.com/showpost.php?p=73432221&postcount=1075
Click to expand...
Click to collapse
I just flashed this great ROM following the instructions and I'm facing this phone bug
I'm not sure about the first point: The standard phone app is set but I cant't see the phone dialer when calling someone nor hear him. Is there a workaround?
THX in advance.
Finally my solution was to enable 3G for phone calls. Everything is fine now.
Hello all. This rom is very good and I'm using it for a while now, the only problem is that it seems I can't go past 4h of sot. Does anyone know why that's happening?
maartenw8 said:
Hello all. This rom is very good and I'm using it for a while now, the only problem is that it seems I can't go past 4h of sot. Does anyone know why that's happening?
Click to expand...
Click to collapse
You need to change your habits... Uninstall apps that you do not use, uninstall any magisk or xposed modules that do not use etc...
Im getting around 6h of sot after changing my habits and uninstalling unnecessary apps and sh*t
Rom is really amazing!

Single button navigation

Hello everyone I just got the Moto x4 a few days ago from Best buy and didn't notice it was the Android one version. So I was wondering if there was a way I could get the Moto navigation through the fingerprint button like the regular version
Thanks in advance
Check out this thread.
https://forum.xda-developers.com/showpost.php?p=75832799&postcount=17
I swear by it but my wife doesn't. It is irreversible unless you wipe.
sleze said:
Check out this thread.
https://forum.xda-developers.com/showpost.php?p=75832799&postcount=17
I swear by it but my wife doesn't. It is irreversible unless you wipe.
Click to expand...
Click to collapse
Check out specifically this post:
paperWastage said:
<warning> I don't know the impact of changing this build.prop (whether it messes up OTAs or other stuff)
ro.mot.android_one=true
Step 1) Need some way to modify build.prop.
the best/easiest way (with ablility to maintain OTA/safetynet through some workaround)
- install magisk (systemless)
- install magiskhide props (https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228)
- safetynet should still pass
2) Use your method from (1) to change this build.prop. I used MagiskHideProps to delete it entirely
ro.mot.android_one
3) reboot, go into Moto app, you can enable/disable OneNav AND Attentive Display
you can enable, and disable, and re-enable without any issues
I don't know if other features (disabled on A1, enabled on non-A1) are available (Moto Voice, Moto Access etc)
Click to expand...
Click to collapse
You can just found in build.prop line
ro.mot.android_one=true
Click to expand...
Click to collapse
and change it to
ro.mot.android_one=false
Click to expand...
Click to collapse
Cool thanks everyone I'll give it a try
You will need root to change build.prop
There are build.prop editors on the Goole Play Store that make it really easy to edit the file.
I'm currently using:
BuildProp Editor
Ravil Khabiakhmetov
The others work well, too.
Just in case anyone needed more help.

Xposed in 2022

Hi,
back in the time I was using a lot of Custom ROMs and Root features like Xposed. Latter stopped working at some points and I stopped keeping myself informed about it. I mostly stuck to vanilla ROMs with Magisk the last couple of years, also on my current Pixel 6.
Since Xposed seems to work again via Exposed I got interested again and now I am wondering, what I would gain from it. So my questiosn: What are the best features/modules of Xposed in 2022 in your opinion and how much effort is it to use (still taking OTA updates etc)?
Murmel2k said:
Since Xposed seems to work again via Exposed
Click to expand...
Click to collapse
i suggest using LSPOSED
Murmel2k said:
What are the best features/modules of Xposed in 2022 in your opinion and how much effort is it to use (still taking OTA updates etc)?
Click to expand...
Click to collapse
i use 3 modules
-Xposed edge pro : it has everything i need like gesture/comands/pie/key shortcut/activity launcher + many other things ...
-Gravitybox Q (A10): has some visual addon and features for AOSP roms
-CorePatch : to disable signature verification/install old apps over new one ...
loopypalm said:
i suggest using LSPOSED
i use 3 modules
-Xposed edge pro : it has everything i need like gesture/comands/pie/key shortcut/activity launcher + many other things ...
-Gravitybox Q (A10): has some visual addon and features for AOSP roms
-CorePatch : to disable signature verification/install old apps over new one ...
Click to expand...
Click to collapse
I recently started using xposed edge module and have configured gestures and other few thing however i know I am not utilizing its entire capability.
Can you share your module's settings backup so that I can try those on my device?
maxs8007 said:
I recently started using xposed edge module and have configured gestures and other few thing however i know I am not utilizing its entire capability.
Can you share your module's settings backup so that I can try those on my device?
Click to expand...
Click to collapse
That app is a fuk*ng maze, and nobody is using it "entirely"
beside gestures i added :
skip songs when screen is on
screen ON/OFF = Sensor ON/OFF
multi action to kill some apps
and to execute some comands to clean the ram (using FlushRam module)
i'm using the pro version
loopypalm said:
That app is a fuk*ng maze, and nobody is using it "entirely"
beside gestures i added :
skip songs when screen is on
screen ON/OFF = Sensor ON/OFF
multi action to kill some apps
and to execute some comands to clean the ram (using FlushRam module)
i'm using the pro version
Click to expand...
Click to collapse
I totally agree with you on this one. thanks for the backup.

Categories

Resources