|
As for quickstep issue, all you guys have to do is to remove the package and it'll work flawlessly, even with custom launchers(I'm using Nova).
This is only temporarily until you factory reset OR OTA update the device.
1) Download minimal adb fastboot package from here: https://androidfilehost.com/?fid=962187416754459552
2) Go to Settings > System > About Phone and tap on "build number" about 8 times. You should see a message saying: "You are a developer now"
3) Back to the previous menu and you should see now a new item called "Developer options", go there, find and enable "USB debugging".
4) Now connect the phone to the PC via USB and select "Transfer files" on the phone.
5) Open a command line and go to the directory you extracted the adb tools to.
6) Run the command "adb devices", your device should shown. If not, you need to check the drivers.
7) Run "adb shell"
8) Run "pm uninstall -k --user 0 com.android.launcher3". It should show "success".
9) Reboot the device and you will be able to multitask until either factory reset OR update. |
|