Question MIUI 12.5.6 killed gestures for third party launchers - Xiaomi Mi 11 Lite 4G

MIUI 12.5.6 killed gestures for third party launchers, I have been using Fluid.N.G to bypass full screen gestures erlier problems, but now system doesn`t allow to switch to gestures when third party launcher is selected. Does anyone know how to get it work?

Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.

italodance said:
Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.
Click to expand...
Click to collapse
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already

malykazio said:
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already
Click to expand...
Click to collapse
settings put global force_fgs_nav_bar 1

@italodance Thank you good man! Not without some probems with the configuration, but it worked!

malykazio said:
@italodance Thank you good man! Not without some probems with the configuration, but it worked!
Click to expand...
Click to collapse
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.

italodance said:
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.
Click to expand...
Click to collapse
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.

.

.

malykazio said:
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.
Click to expand...
Click to collapse
LADB is really painful to use...
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Create a Profile > Event > System > Device Boot
Add a new Task
Add a new Action > Settings > Custom Setting
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Mellow971 said:
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Click to expand...
Click to collapse
Interesting option - is it working without root?

Yes, you just need to grant Tasker WRITE_SECURE_SETTINGS permission via ADB

Related

I discovered how to enable PIXEL gestures on Global ROM (v1.16)

Hey guys, I was perusing the internet when I came upon a setting to enable the PIXEL gestures on the OnePlus 6 so on a whim I tried the ADB command on the Red Magic 3 and IT WORKED!
The command is as follows:
Code:
adb shell settings put secure swipe_up_to_switch_apps_enabled 1
For reference I'm running the v1.16 global rom (with ROOT [Magisk]).
Just incase any of this had any affect on it, my current Magisk modules are:
QuickSwitch (with Lawnchair V2)
Substratum (with FLUX theme)
Viper4Android FX (v2.7.1.0).
--
I don't see any reason why this would NOT work on a non-rooted phone though. You just need ADB with Developer Options enabled and USB Debugging to run the command.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Whoops! It turns out you DO need root to enable this.
I wiped the user storage partition of the device and tested the command and it had no effect until I installed Lawnchair v2 and used the Quickstep Magisk module to designate it the recents provider.
So again steps to enable this:
1) Root device via Magisk
2) Install Quickstep Magisk module.
3) Install Lawnchair v2 and set as default home.
4) Use Quickstep to set Lawnchair v2 as recents provider.
5) Run the adb command in the post above.
Whoops #2. There is a setting in Lawnchair once you have the recents provider setup to enable or disable the swipe up. No ADB needed.
Can you make a video tutorial. thank you very much
sevnsevn said:
Hey guys, I was perusing the internet when I came upon a setting to enable the PIXEL gestures on the OnePlus 6 so on a whim I tried the ADB command on the Red Magic 3 and IT WORKED!
The command is as follows:
Code:
adb shell settings put secure swipe_up_to_switch_apps_enabled 1
For reference I'm running the v1.16 global rom (with ROOT [Magisk]).
Just incase any of this had any affect on it, my current Magisk modules are:
QuickSwitch (with Lawnchair V2)
Substratum (with FLUX theme)
Viper4Android FX (v2.7.1.0).
--
I don't see any reason why this would NOT work on a non-rooted phone though. You just need ADB with Developer Options enabled and USB Debugging to run the command.
Click to expand...
Click to collapse
Can you make a video tutorial. thank you very much. plz
sevnsevn said:
Hey guys, I was perusing the internet when I came upon a setting to enable the PIXEL gestures on the OnePlus 6 so on a whim I tried the ADB command on the Red Magic 3 and IT WORKED!
The command is as follows:
Code:
adb shell settings put secure swipe_up_to_switch_apps_enabled 1
For reference I'm running the v1.16 global rom (with ROOT [Magisk]).
Just incase any of this had any affect on it, my current Magisk modules are:
QuickSwitch (with Lawnchair V2)
Substratum (with FLUX theme)
Viper4Android FX (v2.7.1.0).
--
I don't see any reason why this would NOT work on a non-rooted phone though. You just need ADB with Developer Options enabled and USB Debugging to run the command.
Click to expand...
Click to collapse
Can you share how to use the viper4android? I want to boost the speakers a bit..
souma_rox said:
Hey guys, I was perusing the internet when I came upon a setting to enable the PIXEL gestures on the OnePlus 6 so on a whim I tried the ADB command on the Red Magic 3 and IT WORKED!
The command is as follows:
Can you share how to use the viper4android? I want to boost the speakers a bit..
Click to expand...
Click to collapse
Install magisk module and reboot. Version should be 2.7

Question Adb is there a way?

Is there a way on this phone to do adb without needing to hook up from a PC or another phone?
drivel2787 said:
Is there a way on this phone to do adb without needing to hook up from a PC or another phone?
Click to expand...
Click to collapse
No
Yes use Shizuku.
SamsungKing10 said:
Yes use Shizuku.
Click to expand...
Click to collapse
Only works if you are rooted with Shizuku. If you are not then you have to do it over a pc to use adb
Jake.S said:
Only works if you are rooted with Shizuku. If you are not then you have to do it over a pc to use adb
I'm not rooted and shizuku works...I use it for my Hex Themes.
Click to expand...
Click to collapse
Well according to preview pic it says you need root to use shizuku
Fytdyh said:
No
Click to expand...
Click to collapse
You answered that with a definitive "No" when the answer, in fact, is "Yes." Shizuku.
Shizuku - Apps on Google Play
Shizuku is an open-source app for serving multiple apps that require root/adb.
play.google.com
Jake.S said:
Only works if you are rooted with Shizuku. If you are not then you have to do it over a pc to use adb
Click to expand...
Click to collapse
Thanks for tips this is wrong it actually does work and no PC required!!!!
Nope. You don't need root.
Shizuku no need root or adb! Test on my fold 3, great app work
Well then preview picture is lying since there it says it does need root
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see here it says for no root device you need to a computer to start adb. So apparently it needs root to start adb via phone in shizuku. Other option it has is starting wireless method but then it needs you to edit debug mode which isn't good for newbies to touch developers section.
Jake.S said:

As you can see here it says for no root device you need to a computer to start adb. So apparently it needs root to start adb via phone in shizuku. Other option it has is starting wireless method but then it needs you to edit debug mode which isn't good for newbies to touch developers section.
If you are using Android 11 or above you can use wireless debug
Click to expand...
Click to collapse
Like i said newbies shouldn't be touching developers section. It makes device more vulnerable if they are in there touching settings that aren't supposed to be on. So answer was I wasn't wrong about this app requires root. You guys where wrong about that part.
Jake.S said:
View attachment 5492501
As you can see here it says for no root device you need to a computer to start adb. So apparently it needs root to start adb via phone in shizuku. Other option it has is starting wireless method but then it needs you to edit debug mode which isn't good for newbies to touch developers section.
Click to expand...
Click to collapse
No. Once you run the command on your computer you're set. No need for root and you don't need the computer again. Just once.
There's also a tool called bugjaeger that can run adb on android devices, I use it to push apk's to my quest 2. Not sure if it can work locally.
Try to get the apk called LDAB, then connect to your own device wirelessly with the connect code and port.
Remember if you get the connect code or pin wrong, you'll need to go and reset data for LADB in order to re-enter code.
Shizuku works fine with adb wireless.
Sorry the app is called LADB. You need to do wireless pairing, use the dual screen feature to pair the code and port number.
I have tried it and it works without root
edmondt said:
Sorry the app is called LADB. You need to do wireless pairing, use the dual screen feature to pair the code and port number.
I have tried it and it works without root
Click to expand...
Click to collapse
Instructions to use LADB here.

Question Debloated zfold3 but left edge panels and clipboard but clipboard doesn't work?

Does anyone know the apps that clipboard for edge panels rely on? I'm at a loss and would like that feature but I removed a bunch of apps and not sure where to start trying to find which one
Try these... dependencies, don't go too nuts.
Many apks just sit there unless needed. Be especially careful with many small Samsung system apps that modify the UI.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
blackhawk said:
Try these... dependencies, don't go too nuts.
Many apks just sit there unless needed. Be especially careful with many small Samsung system apps that modify the UI.
View attachment 5658799
Click to expand...
Click to collapse
So I deleted the clipboard ui service, any chance you could send me apk? I'd rather not go download some random APK just by searching for it.
Well crap after some googling, I can't find a current one that will install on this. All I find are 2019 or 2021 and neither install... Dang it
spart0n said:
Well crap after some googling, I can't find a current one that will install on this. All I find are 2019 or 2021 and neither install... Dang it
Click to expand...
Click to collapse
It's still there ie if you do a factory reset.
Isn't there a adb command to renable it?
Scan these first with Virustotal.
blackhawk said:
It's still there ie if you do a factory reset.
Isn't there a adb command to renable it?
Scan these first with Virustotal.
Click to expand...
Click to collapse
I've tried those and did scan them using virustotal, none actually install. I didn't disable I uninstalled unfortunately and I REALLY don't want to factory reset
spart0n said:
I've tried those and did scan them using virustotal, none actually install. I didn't disable I uninstalled unfortunately and I REALLY don't want to factory reset
Click to expand...
Click to collapse
Maybe you disabled or uninstalled another apk(s) needed to install it...
I use Package Disabler because mistakes are easy to correct... most times.
Try this.
blackhawk said:
Try this.
Click to expand...
Click to collapse
Dang it package doesn't exist
spart0n said:
Dang it package doesn't exist
Click to expand...
Click to collapse
Adb useful commands list
Adb useful commands list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
adb shell cmd package install-existing com.samsung.android.app.appsedge
adb shell cmd package install-existing com.samsung.android.app.clipboardedge
adb shell cmd package install-existing com.samsung.android.app.clipboardsaveservice
This one : com.samsung.android.app.clipboarduiservice
Does not exist in my phone ( rooted with latest firmware F926BXXS1CVG1 )
Also got a ZFold2 and it's not there either !
FYI
pvillasuso said:
Adb useful commands list
Adb useful commands list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
adb shell cmd package install-existing com.samsung.android.app.appsedge
adb shell cmd package install-existing com.samsung.android.app.clipboardedge
adb shell cmd package install-existing com.samsung.android.app.clipboardsaveservice
This one : com.samsung.android.app.clipboarduiservice
Does not exist in my phone ( rooted with latest firmware F926BXXS1CVG1 )
Also got a ZFold2 and it's not there either !
FYI
Click to expand...
Click to collapse
That's likey true, those apps are from my N10+.
Also Samsung apk names can be deceiving.

Question Disable bloatwares on COS 13 in ADB does not work?

Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Package name directly extracted:
cmd I followed:
shell pm uninstall --user 0 com.oplus.ota
Failure [DELETE_FAILED_INTERNAL_ERROR]
shell pm disable-user --user 0 com.oplus.ota
Package com.oplus.ota new state: default
shell pm disable com.oplus.ota
[Error]:failed to disable com.oplus.ota
Click to expand...
Click to collapse
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
binary**# said:
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
Click to expand...
Click to collapse
thanks but does not work
rockmaster said:
Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
View attachment 5862107
View attachment 5862109
Package name directly extracted: View attachment 5862111
cmd I followed:
Click to expand...
Click to collapse
Or use adb app Control
For easy debloat
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
rockmaster said:
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
Click to expand...
Click to collapse
Adb only works when you in system
On bootloader only fastboot no adb
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
Edit:
Somehow this market is not disabled, tried a few things but market
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
rockmaster said:
View attachment 5862123 Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
View attachment 5862125
Edit:
Somehow this market is not disabled, tried a few things but market
View attachment 5862129
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
View attachment 5862133
Click to expand...
Click to collapse
Not with the comand go to application and from here disable the apps
ChrisFeiveel84 said:
Not with the comand go to application and from here disable the apps
Click to expand...
Click to collapse
uhmm how do you mean ser? The app can't be disabled, I tried also revoking its permission as well from ADB but failed too.
Workaround anyway to set Play Store as default app store?
I guess no one facing the issue like this, only my device then :/
So you have to disable permission monitoring in colorOS to be able to run adb commands. It's in developer options.
rockmaster said:
I guess no one facing the issue like this, only my device then :/
Click to expand...
Click to collapse
me too... there are some packages like com.oplus.ota that you can not disble/uninstall....
i've searched everywere in forums but there are no solutions :-(
Same issues here with Realme 10 Pro+. Uninstalled several bloatware apps but App Market, Browser and Wallet resist unistallation and disabling.

Question Is there anyway to get rid of this?

I don't want to login or create emojis but it keeps popping up asking if i want to. Any way to remove this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.
blackhawk said:
Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.
Click to expand...
Click to collapse
So which app is that?
I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.
birdie said:
So which app is that?
Click to expand...
Click to collapse
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.
seancojr said:
I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.
Click to expand...
Click to collapse
You can op membership and account need to be uninstalled via adb debloater. Has ui to do it.
Sent from my OnePlus 10pro
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
blackhawk said:
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.
Click to expand...
Click to collapse
I've checked all the packages, nothing is "easy".
Option 1:
Open Termux application
Su
(superuser prompt)
"pm uninstall --user 0 com.oneplus.account"
Option 2:
"adb shell pm uninstall --user 0 com.oneplus.account"
Reboot
To restore:
"adb shell cmd package install-existing com.oneplus.account"
Option 3:
https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/
Adb control application tool
The below is actually sufficient on the OnePlus 11, EU version running OxygenOS 13 build A.10:
Code:
adb shell pm uninstall --user 0 com.oneplus.account
Success
This doesn't work:
Code:
adb shell pm uninstall --user 0 com.oneplus.membership
Failure [not installed for 0]
birdie said:
I've checked all the packages, nothing is "easy".
Click to expand...
Click to collapse
That's the harder way...
blackhawk said:
That's the harder way...
View attachment 5913467
Click to expand...
Click to collapse
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?
birdie said:
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?
Click to expand...
Click to collapse
Haven't you solved this yet? Any more questions?
There is at least one way to solve this on a none rooted Android using adb or ladb as previously mentioned. That's assuming that it can't be resolved in settings or the easiest way using that "random app" I showed you. Pick your poison...
*punches ignore button*

Categories

Resources