[PIE] Swipe between Apps in custom roms like default ZUI - Lenovo Zuk Z2 Pro Themes, Apps, and Mods

An Android app to mimic the stock ZUI swipe left/right (navigate in app history) behaviour for Custom ROMs with android PIE.
This fork of the original app by in.abhi9 fixes the app on the Z2 Pro with android PIE.
How to Use
Flash the RecentSwipo_PIE_2.0.zip attached to this post (this installs it as a system app)
Open settings and set swipe actions to application -> activity -> Recent Swipo -> in.abhi9.recentswipo.SwipeLeftActivity/SwipeRightActivity accordingly.
For AEX 6.2 and in case these options are missing for you (like left swipe on aex) you can do the following:
Use a root explorer like fx explorer, to manually add the lines "key 249 MENU" (right swipe) and "key 254 SEARCH" (left swipe) to /vendor/usr/keylayout/fpc1020tp.kl, if a line for the number does not already exist. I also attached my file for reference. You can also use different actions, if you want.
Then download a key remapping app from the playstore and map these keys to the swipe left and swipe right activity. I use the app https://play.google.com/store/apps/details?id=com.irishin.buttonsremapper, because it can automatically detect the pressed button and allows two remaps in the free version.
Reboot the phone and Enjoy.
This works well with the following other actions:
Tap home: Back
Tap home long: recents menu
Press home: home
Press home long: close app / menu / ...​
Tested Device
I only tested this on AEX 6.2 (Android 9) on the z2 pro, as this is what I use.​
Found a Bug?
Report a github issue and don't forget to attach a logcat.​
Changelog
v2.0
fix for pie
new animation
loop around added as option
icon
v0.1
Initial release
XDA:DevDB Information
RecentSwipo, Device Specific App for the Lenovo Zuk Z2 Pro
Contributors
craftandbuild, in.abhi9
Source Code: https://github.com/zuim/recent-swipo
Version Information
Status: Stable
Current Stable Version: 2.0
Stable Release Date: 2019-01-25
Created 2019-01-25
Last Updated 2019-01-25

Thanks very much for this zip,I was waiting for it like water in desert! Good job!
Can you post, please,your vendor/usr/keylayout/fpc1020tp.kl file?
Thanks again
Inviato dal mio ZUK Z2131 utilizzando Tapatalk

forzalaquila said:
Thanks very much for this zip,I was waiting for it like water in desert! Good job!
Can you post, please,your vendor/usr/keylayout/fpc1020tp.kl file?
Thanks again
Inviato dal mio ZUK Z2131 utilizzando Tapatalk
Click to expand...
Click to collapse
I added my fpc1020tp.kl to the downloads section.
Have fun!

Thank you! That is what I was looking for, used the original file but didnt work on Pie
---------- Post added at 01:43 PM ---------- Previous post was at 01:14 PM ----------
An easy way to set left and right swipes between apps is flashing your app, then go to /vendor/usr/keylayout/ and edit the file fpc1020tp.kl I use ES file explorer.
(*Or just replace the one I attached*)
key 158 BACK VIRTUAL
key 249 APP_SWITCH
key 183 HOME VIRTUAL
key 254 APP_SWITCH
Reboot and go to phone settings, extensions, system, buttons and set buttons:
Tap
Longpress action:
Select application- activities- recent swipe - in.abhi9.recentswipo.SwipeRightActivity
Right swipe
Single tap action:
Select application - activities- recent swipe - in.abhi9.recentswipo.SwipeLeftActivity

craftandbuild said:
I added my fpc1020tp.kl to the downloads section.
Have fun!
Click to expand...
Click to collapse
I my friend, I'm on aex 6.2 and your software work very well with button mapper app.
Can be setup every action!!!!
The only thing that can be improved is this: when you swipe after long time it doesn't work and you have a toast message that say"service is started....".
After this all start to work very well. Have a nice day
Inviato dal mio ZUK Z2131 utilizzando Tapatalk

AEX 6.3 won't show “activity Recent Swipo > in.abhi9.recentswipo.SwipeLeftActivity/SwipeRightActivity” in extensions->System->Buttons
Am I getting something wrong?
Thx for developing such a great application! Hope I can get it work on my phone. ( sry for my poor English )

First of all thanks a lot to dev.
It is working flawlessly on pie ROM.
Several times I went back to stock zui because of this swipe between apps, but now I am very happy no need to go back to zui.

sugarshiro said:
AEX 6.3 won't show “activity Recent Swipo > in.abhi9.recentswipo.SwipeLeftActivity/SwipeRightActivity” in extensions->System->Buttons
Am I getting something wrong?
Thx for developing such a great application! Hope I can get it work on my phone. ( sry for my poor English )
Click to expand...
Click to collapse
In the popup you have to select "Select App" and then "Activity" (should be the second item). The list that opens should have the "RecentSwipo" App.

craftandbuild said:
An Android app to mimic the stock ZUI swipe left/right (navigate in app history) behaviour for Custom ROMs with android PIE.
This fork of the original app by in.abhi9 fixes the app on the Z2 Pro with android PIE.
How to Use
Flash the RecentSwipo_PIE_2.0.zip attached to this post (this installs it as a system app)
Open settings and set swipe actions to application -> activity -> Recent Swipo -> in.abhi9.recentswipo.SwipeLeftActivity/SwipeRightActivity accordingly.
For AEX 6.2 and in case these options are missing for you (like left swipe on aex) you can do the following:
Use a root explorer like fx explorer, to manually add the lines "key 249 MENU" (right swipe) and "key 254 SEARCH" (left swipe) to /vendor/usr/keylayout/fpc1020tp.kl, if a line for the number does not already exist. I also attached my file for reference. You can also use different actions, if you want.
Click to expand...
Click to collapse
Thanks dev , Great app and finally I have my u-touch action back!
I am using AEX v6.3 Android 9 on ZUK Z2(plus). There is only swipe right in settings, works fine though your app.
It is a little tricky though cuz the remapping app you mentioned can‘t use swipe right/swipe left action.
But there is always a way.
1. I used your app,
2. change the fpc1020tp.kl file.
3. I used another app Download: this is a Chinese version of button remapping App,
git:https://github.com/hfutxqd/ClickClick
use "Function" at middle bottom
-> pressing "+"on top right
->"Luanch a application"
->find Recent Swipo
->change "Function Code" "
Code:
in.abhi9.recentswipo.MainActivity
" into "
Code:
in.abhi9.recentswipo.SwipeRightActivity
"or "
Code:
in.abhi9.recentswipo.SwipeLeftActivity
" .You can also change function name and introduction if you like.
->"Add"(you can hit Run it to test)Then you can see your new function shows in the list.
->"Profile"
->"+"
->"Add regular button mapping"
->swipe left/right
->choose the action you want

Hi, thanks for making this really cool mod. I just wanted to ask whether it was possible to keep the service active in the background. When I want to swipe it runs the service and I have to swipe twice then. Thanks in advance!

LBA97 said:
Hi, thanks for making this really cool mod. I just wanted to ask whether it was possible to keep the service active in the background. When I want to swipe it runs the service and I have to swipe twice then. Thanks in advance!
Click to expand...
Click to collapse
Same for me
Inviato dal mio Z2 Plus utilizzando Tapatalk

Hello,
Recently tried to flash this app via TWRP, but ended up with the never-ending AEX loading screen after the phone rebooted.
Tried it several times, cleaned dalvik and cache, but it hasn't helped., I am just not able this from TWRP level.
Do you know any other ways to make the left and right swipe working again?
It's the only thing that annoys me while using the newest AEX right now.
Best regards

kayborek said:
Hello,
Recently tried to flash this app via TWRP, but ended up with the never-ending AEX loading screen after the phone rebooted.
Tried it several times, cleaned dalvik and cache, but it hasn't helped., I am just not able this from TWRP level.
Do you know any other ways to make the left and right swipe working again?
It's the only thing that annoys me while using the newest AEX right now.
Best regards
Click to expand...
Click to collapse
Extract the apk file and directory from zip and copy to /system/priv-app.
Check permission and reboot.
Thats'all.....
Inviato dal mio ZUK Z2131 utilizzando Tapatalk

forzalaquila said:
Extract the apk file and directory from zip and copy to /system/priv-app.
Check permission and reboot.
Thats'all.....
Inviato dal mio ZUK Z2131 utilizzando Tapatalk
Click to expand...
Click to collapse
Exactly, this is all the zip does. I don't know, what the cause for not booting could be. It works on the newest aex for me. When aex with android 10 is released I'll probably try to make it stay active in the background

Related

{NX - Nexus Experience ROM 10.0.3} - [Ambient Display-Moto Doze-D2W] - 10 December

NX (Nexus Experience) Rom is Marshmallow based on Cyanogenmod 13 which provides you great features on top of CM Features & other side make rom more Battery Friendly & Giving best Performance with Stock Nexus like Experience.
Join Google + Community For Instant Updates :: NX Roms Google + Community​
Most Imp. Features .:[/CENTER]
Android 6.0.1 R3 merged
Ambient Display :cyclops:
Ambient Display with Hand Wave & Pocket Mode
Double Tap To Wake Screen with Switch in [ Settings > Display ] :angel:
Install Motorola Apps Directly From Play Store [i.e. Moto Camera, Moto Gallery] :highfive:
CM Theme Engine
Proximitiy Check before Waking Up [phone will not wake in pocket when accidental touch happens]
Other Useful Features .:
Wakelock Blocker
Notification Quick Pull Down
Hide Power Menu on Lock Screen
Double Tap 2 Sleep on Navigation bar
Battery Saver
Expanded Desktop
LCD Desnity
& Many More ........ Kernel Features are also Coming Soon .....
Bugs
None
_: Read Before Flashing :_​
1) inbuilt super user works, just enable in Setting > Developer Options
2) If you flash any custom kernel then default D2W will not work.
3.) you can use any gapps or you can install NX Gapps Standard.
2ndFlashing Info
UPGRADE FROM NX 10.x WORKS FINE! DO A FULL BACKUP BEFORE FLASH!
YOU CAN UPGRADE FROM NX LOLLIPOP! DO A FULL BACKUP BEFORE! If you get any issue or bootloop, do a clean install!
ROM is already Rooted and this is integrated with Privacy Guard and comes enabled by default.
I'm not responsible if you brick your device.
BEFORE PROCEED, DO A FULL BACKUP OF YOUR DEVICE!
Install instructions:
First install: Put ROM and NX GAPPS 1.2 for Marshmallow zips in Internal Storage, go to recovery, wipe System, Dalvik and Cache. Flash ROM + GAPPS and reboot. To avoid issues, I recommend wipe Data too but you can try a dirty flash. ROM is already rooted but you can download from Play Store or flash SuperSU too.
Upgrade install from R10.x: Put ROM and NX GAPPS 1.2 for Marshmallow zips in Internal Storage, go to recovery and flash ROM + GAPPS then reboot.
Upgrade install from R9.x: You can try to update from R9.8.x but if you get any issue, do a clean install.
If you prefer SuperSU over integrated ROOT, completely disable root access in Settings / Developer options, then flash SuperSU.
Download Link :: https://nxrom.us/motog2.html
Changelog of Release 10.0.3
Android 6.0.1 R3 merged
Fixed black bar on landscape
Bring back AOSP Battery Saver settings
Bring back more Battery Saver options
Bring back Wakelock Blocker
Bring back Double tap to sleep on navigation bar option
Bring back option to hide power menu on lock screen
Bring back option to disable Notification drawer Quick pulldown
Updated CPU PowerHal
Some fixes and improvements in system
Why have you started another thread on the same rom?
Sent from my Moto G 2014 using Tapatalk
What is this then ?
http://forum.xda-developers.com/showthread.php?t=3143528
Sent from my Moto G 2014 using Tapatalk
D2W is available on all screens?
Sorry for my bad english.
curiositydroid.worpress.com
Hi.
There seems to be one huge bug.
The settings menu looks like this. This can't be right, surely?
Something really weird is up with this rom. Nearly every app looks different compared to how they looked in other roms. Swiftkey is unusable. A portion of the keyboard is zoomed in and all the other letters cannot be seen. What on earth is going on.
Please help
m.zakariyya.g said:
Something really weird is up with this rom. Nearly every app looks different compared to how they looked in other roms. Swiftkey is unusable. A portion of the keyboard is zoomed in and all the other letters cannot be seen. What on earth is going on.
Please help
Click to expand...
Click to collapse
There must be some density problem.
where's the DT2W feature..!! i cant find it can u please tell me where i can get it..!
ace091 said:
There must be some density problem.
Click to expand...
Click to collapse
How would I fix it?
seems it's not working? any screenshots please sir?
When I flash the rom and gapps together I can't get past the app restoring (Don't know how it's called in english) in setup wizard and when I flash the rom, start the rom and then after booting has finished rebooting in twrp and then flashing gapps I'll get a setup wizard has closed error. Okay I could remove setup wizard via adb or twrp but that's not how should be. I know I'm installing a G 2014 rom on a G 2014 LTE, but all other G 2014 cm and aosp roms, marshmallow as well, are working.
Is there no fix for the density problem that messes up how apps look?
axays said:
where's the DT2W feature..!! i cant find it can u please tell me where i can get it..!
Click to expand...
Click to collapse
m.zakariyya.g said:
How would I fix it?
Click to expand...
Click to collapse
You should activate it through kernel auditor, if you doesn't get that option there still then flash any kernel supporting DT2W.
If you have changed LCD density switch back to default 320 ppi.
---------- Post added at 09:53 AM ---------- Previous post was at 09:49 AM ----------
Cameo164 said:
When I flash the rom and gapps together I can't get past the app restoring (Don't know how it's called in english) in setup wizard and when I flash the rom, start the rom and then after booting has finished rebooting in twrp and then flashing gapps I'll get a setup wizard has closed error. Okay I could remove setup wizard via adb or twrp but that's not how should be. I know I'm installing a G 2014 rom on a G 2014 LTE, but all other G 2014 cm and aosp roms, marshmallow as well, are working.
Click to expand...
Click to collapse
You can skip setup wizard by tapping four corner one by one in clockwise, it will skip the setup wizard.
Didint find in kernal auditor..
and in OP dev says that dont flash other kernal elese......
@BhavikRB
Are you the official rom maintainer for this device ?
There is no option for double tap 2 wake in the ROM, and also when using kernel auditor there is no option to enable it. Other than that it is really a wonderful rom. Been using it for 2 days...
Sent from my Moto G 2014 using Tapatalk
ace091 said:
You should activate it through kernel auditor, if you doesn't get that option there still then flash any kernel supporting DT2W.
If you have changed LCD density switch back to default 320 ppi.
---------- Post added at 09:53 AM ---------- Previous post was at 09:49 AM ----------
You can skip setup wizard by tapping four corner one by one in clockwise, it will skip the setup wizard.
Click to expand...
Click to collapse
@ace091
I didn't change any density settings. It was like this from the moment I flashed the rom

venom rom 6.1.0 missing 3 dot menu icon in recent apps to change layout.

http://imgur.com/a/ooxcL - how it looks.
i want classic grid view here, may be settings for this in other place now?
bizid said:
http://imgur.com/a/ooxcL - how it looks.
i want classic grid view here, may be settings for this in other place now?
Click to expand...
Click to collapse
That's because it isn't available on the HTC 10, and ViperOneM8 6.1.0 is a port of the ROM for that device.
xunholyx said:
That's because it isn't available on the HTC 10, and ViperOneM8 6.1.0 is a port of the ROM for that device.
Click to expand...
Click to collapse
no way to get it?
bizid said:
no way to get it?
Click to expand...
Click to collapse
It has been removed from the code by HTC, and would be very difficult to implement. I don't think anyone has been able to do it yet.
well that sad.
Thanks for answer.
bizid said:
well that sad.
Thanks for answer.
Click to expand...
Click to collapse
you can remap long-press or double-press of any of the 3 buttons to access 3-dot menu , in venom tweaks > Buttons and gestures > Double-press/Long-press > choose "menu button".
You can also use Gravitybox (if you have Xposed) to add a custom 4th menu button (it appears the whole time).
Be careful, some features coincide/override(and can cause problems) with venom tweaks, so turn off any features you won't use in gravitybox.(especially statusbar/lockscreen/launcher/power menu)
Edit : didn't notice you were talking about recent apps menu until i saw picture ..
Vcek said:
you can remap long-press or double-press of any of the 3 buttons to access 3-dot menu , in venom tweaks > Buttons and gestures > Double-press/Long-press > choose "menu button".
You can also use Gravitybox (if you have Xposed) to add a custom 4th menu button (it appears the whole time).
Be careful, some features coincide/override(and can cause problems) with venom tweaks, so turn off any features you won't use in gravitybox.(especially statusbar/lockscreen/launcher/power menu)
Edit : didn't notice you were talking about recent apps menu until i saw picture ..
Click to expand...
Click to collapse
lol

[APP] Stock ZUI Style Swipe Behaviour for Custom ROM 7.0

an Android app to mimic the stock ZUI swipe left/right (navigate in app history) behaviour for custom Nought based ROM.
Requirements:
- Custom ROM based on Android 7.x
- Ability to set application activity for swipe left/right action. (Most of custom rom supports this, if yours not then use button mapper like app to set it)
- TWRP
How to Use:
- Flash RecentSwipo zip
- Open settings and set swipe actions to activity Recent Swipo > in.abhi9.recentswipo.SwipeLeftActivity/SwipeRightActivity accordingly.
- Enjoy.
Change log:
v1.0.1
- Added omni switch toggle
- Bug fixes
v0.1
- Initial release
Source: https://github.com/inabhi9/recent-swipo
Bug report on: https://github.com/inabhi9/recent-swipo/issues
Apks: https://github.com/inabhi9/recent-swipo/releases
Credits:
- Google
- OmniSwitch
So try it and post your thoughts in comment section below!!
On which rom is it working? I am using DU11.5 and app fc in swiping
Edit:app is buggy but awesome job man:good:
Right swipes works.but left swipe fc if it is last open app .if app closes it has to be started again to work
Animel said:
On which rom is it working? I am using DU11.5 and app fc in swiping
Edit:app is buggy but awesome job man:good:
Right swipes works.but left swipe fc if it is last open app .if app closes it has to be started again to work
Click to expand...
Click to collapse
I tested on Candy7 and of course it tends to be buggy since it's just initial release. It would be great if you can provide logcat
Logs
Some logs
Animel said:
Some logs
Click to expand...
Click to collapse
Thanks! Will look at it and update the app
New version uploaded!
Thanks! Working perfectly on AEX 4.3!
Hi there. I flashed it on last AICP for the ZuK Z2, but I don't know how to make it work. There is no Recent Swipo activities under the Swipe menus
jhobc said:
Thanks! Working perfectly on AEX 4.3!
Click to expand...
Click to collapse
After flashing, how did you make it work for AEX?
No worries, I figured it out.
Great job! I've been looking for this long time ago. Thank you!
Meyerlevy said:
Hi there. I flashed it on last AICP for the ZuK Z2, but I don't know how to make it work. There is no Recent Swipo activities under the Swipe menus
Click to expand...
Click to collapse
As far as I know AICP is lineage base does not support application selection as swipe action. In this case, install app like Button Mapper and set activity for the swipe actions
How it works in aex ? Explain please
talwinder13 said:
How it works in aex ? Explain please
Click to expand...
Click to collapse
May be you read first post of this thread? It works like gestures in stock ZUI.
Working great on official AEX build 22/06/2017!
Thanks and keep the good work!
Inviato dal mio Z2 Plus utilizzando Tapatalk
sergsinger said:
May be you read first post of this thread? It works like gestures in stock ZUI.
Click to expand...
Click to collapse
Solved. Thabks
For Those who are confused how to apply in AEX .
Settings>extension>System>buttons>swipe left>select application>activities>recent swipo>
thanks dev, have been looking for this for some time
- is this exactly the same behavior as the ZUI rom (i.e. swiping left/right works even if last used app is already dismissed from the background list?) or is this just the "last used app" function already available in most custom roms, that requires the app to be active in the background for it to be able to switch to?
- separately, how to uninstall this mod? is there an apk version?
wyt18 said:
thanks dev, have been looking for this for some time
- is this exactly the same behavior as the ZUI rom (i.e. swiping left/right works even if last used app is already dismissed from the background list?) or is this just the "last used app" function already available in most custom roms, that requires the app to be active in the background for it to be able to switch to?
- separately, how to uninstall this mod? is there an apk version?
Click to expand...
Click to collapse
- Apps need to be activated in the background to be able to switch; this is how it works in stock zui too. If you clear recent apps tray, you won't be able to switch.
- it's just an apk in the flashable zip. Extract and install it as a system app. To remove, simply delete /system/priv-app/RecentSwipo directory and reboot your phone
Bfmv9451 said:
For Those who are confused how to apply in AEX .
Settings>extension>System>buttons>swipe left>select application>activities>recent swipo>
Click to expand...
Click to collapse
@in.abhi9
You should include these instructions in the index post.
It works with RR ROM but we need to give too deep.
Does it work on cosmic??
Sent from my Z2 Plus using Tapatalk

GrxTouchWiz mod for Samsung Android Pie Work Fine.....

Only after ANY REBOOT mast go Settings / Apps / And find TouchWiz home
and FORCE STOP. That's it..
Flash with twrp the file {AROMA}TouchWizHomeMod_V8Fix.zip and select nugat/oreo install
and it is over...
thanks
vagkout said:
Only after ANY REBOOT mast go Settings / Apps / And find TouchWiz home
and FORCE STOP. That's it..
Flash with twrp the file {AROMA}TouchWizHomeMod_V8Fix.zip and select nugat/oreo install
and it is over...
thanks
Click to expand...
Click to collapse
thanks very good job. Now can put colors on text..
Can someone confirm that this works?
@orkavaneger Yes, i can confirm that works on Android Pie
Sry for my bad english ;(
hi all
it work but some bugs on s9+ :
don't support high definition
a black bar on desktop with action buttons
landscape like usual no text on button but only half screen used
need to be updated

[MAGISK MOD] Android Q tweaks

Android Q hidden settings enabler​Created by @kingbri​
Disclaimer: I am not responsible if you flash this and make your phone into a brick, blow it up, create nuclear war, etc. You are flashing this at your own risk (However, it's very likely this won't happen)​
This is a simple magisk module that adds a script to your /system/bin directory​
What it does: Shows android Q hidden settings for well-known features (example: Dark mode)​
Current features:
Android Q dark theme (system-wide and app-forced)
Navigation bar tweaks (Removed back button and new Q quick switching mechanism)
How to use:
ADB
Enter an adb shell
enter the command "qmod"
Follow the instructions
On-phone
open terminal emulator
su
enter the command "qmod"
follow the instructions
You can also use this without root!​Just grab the script by running this command:
curl https://raw.githubusercontent.com/bdashore3/q_tweaks/q_master/system/bin/qmod > /sdcard/qmod
and follow the steps​
Steps:
Push the file to /sdcard
Enter an adb shell
cd to sdcard
chmod 0775 qmod
type "sh qmod"
follow the script
Downloads: https://github.com/bdashore3/q_tweaks/tree/releases​
If you want to ask questions, here's the contact group for my work: t.me/KingDevel​
Credits: MishaalRahman (for getting all his journal posts), paphonb (for the debug_pixel launcher), and anyone else who figured out these tweaks/were behind-the-scenes for this stuff.
Please put any hidden android Q features that you find in here (With the code or it won't be accepted) or open an issue on github along with the code necessary to enable that feature.
mine again!
Hey. Sorry, this is mine
Kinda, first.
Hey nice mod, you could also take this in it:
https://www.xda-developers.com/android-q-lock-screen-clock-customization/
EDIT:
This looks nice too:
https://www.xda-developers.com/android-q-tests-bubble-chat-heads-notification/
EDIT2:
Nevermind. You already included it. You rock, sir!
Changing the navbar to q-style, remove back button doesn't enact any change, is there a further step?
bitwarrior1 said:
Changing the navbar to q-style, remove back button doesn't enact any change, is there a further step?
Click to expand...
Click to collapse
Must be the script. I'll upload a fixed version today. For now, use no back button with P style
kingbri said:
Must be the script. I'll upload a fixed version today. For now, use no back button with P style
Click to expand...
Click to collapse
It also wouldn't re-enable the back button when the reset command was used. I added the line
Code:
settings put global quickstepcontroller_hideback 0
Under the reset section and I'm back in action. I've attached my qmod file in case it helps any. Thanks for the hard work you put in, the other features are great!
bitwarrior1 said:
It also wouldn't re-enable the back button when the reset command was used. I added the line
Code:
settings put global quickstepcontroller_hideback 0
Under the reset section and I'm back in action. I've attached my qmod file in case it helps any. Thanks for the hard work you put in, the other features are great!
Click to expand...
Click to collapse
Already found that out by myself . Release rn
Update! (v1.3)
Changelog (In github releases branch under "Add v1.3 commit"):
-Add iphone-style gestures
-Fix some missing stuff
-Add more documentation
-Add keycheck and a few options in installer
(Circumvents system not mounting)
For iphone-style gestures: No other nav bar tweaks are allowed!
You need the back button. All documentation on how to enable
is in the script, nav-bar tweaks, option 3.
The downloads are located here: https://github.com/bdashore3/q_tweaks/tree/releases
To contact me on Telegram, I am located here: t.me/KingDevel
Additionally, if anyone sees a new news post before I do about android Q hidden features (there are new ones popping up everywhere), follow the 2nd post in the O.P. If @MishaalRahman can post an article about this, that will be great rather than making seperate magisk modules for everything
Update! (v1.4)
Changelog (In github q_master branch under "Add v1.3 commit"):
-Improve iphone-like gestures documentation
-Update github documentation to use a curl command
(Non-root) The new curl command is in the OP, just run it in a terminal
Please follow the non-root instructions in the OP
To contact me on Telegram, I am located here: t.me/KingDevel
Am I doing something wrong, or misunderstanding your mod? I've flashed the module, run the options from the terminal, but nothing has changed. Am I missing something?
kingbri said:
Update! (v1.4)
Changelog (In github q_master branch under "Add v1.3 commit"):
-Improve iphone-like gestures documentation
-Update github documentation to use a curl command
(Non-root) The new curl command is in the OP, just run it in a terminal
Please follow the non-root instructions in the OP
To contact me on Telegram, I am located here: t.me/KingDevel
Click to expand...
Click to collapse
Can you add the option to use the Q switcher but keep the back button? I think the swipe to the left interferes with the swipe left to bring back the app from the right side
joedajoester said:
Can you add the option to use the Q switcher but keep the back button? I think the swipe to the left interferes with the swipe left to bring back the app from the right side
Click to expand...
Click to collapse
I'll make the 3 options seperate
kingbri said:
I'll make the 3 options seperate
Click to expand...
Click to collapse
You da man! Without the swipe to go back gesture, you can swipe both directions on the pill to go back and forth between apps just like ios.
edit: to be clear, im using the Q gestures AND enabled the ones from the developer menu. I know you said not to do both but with the Pie navigation gestures on, it makes swiping on the pill not work correctly.
Maverick Jester said:
Am I doing something wrong, or misunderstanding your mod? I've flashed the module, run the options from the terminal, but nothing has changed. Am I missing something?
Click to expand...
Click to collapse
add the option and then reboot
Delete
kingbri said:
add the option and then reboot
Click to expand...
Click to collapse
Thanks, I've done that, still no luck. I've even flashed the Pixel Q Launcher Magisk module to ensure I have a debug version of the Pixel Launcher, to no avail.

Categories

Resources