Thanks!Hier ist die Lösung Jungs und es funktioniert!
Geh in die Entwicklereinstellungen und aktiviere USB Debugging und USB Debugging (Sicherheitseinstellungen)
Dann per USB mit Computer verbinden und über adb:
adb -d Shell-Einstellungen setzen globale hide_gesture_line 1
eingeben and the white Gesture Line is away
Thanks for this. Didn't quite work for me, had to change command to:Here is the solution guys and it works!
Go to developer settings and enable USB debugging and USB debugging (security settings)
Then connect per USB to computer and via adb:
adb -d shell settings set global hide_gesture_line 1
Enter and the white gesture line is gone
Interessant, hat bei mir mit der obigen Befehlszeile funktioniert. Kann nur sein das der Balken nach einem Neustart wieder da ist...Danke dafür. Hat bei mir nicht ganz funktioniert, musste den Befehl ändern in:
adb -d Shell-Einstellungen setzen globale hide_gesture_line 1
Thanks! How do you revert the change?Thanks for this. Didn't quite work for me, had to change command to:
adb -d shell settings put global hide_gesture_line 1
Replace the 1 with 0
Thanks! Is there any way to make it persistent? Now it changes back after a reboot.
Interesting. For me, doing this brings up the System Navigation menu. Do we need to modify the setting to make the gesture bar disappear?easiest way, install shortcut maker from play store and create a shortcut to com.miui.home.recents.settings.NavigationBarTypeActivity, the option exists but is hidden
Could you explain a little more how to create the shortcut in the application? The app has many optionseasiest way, install shortcut maker from play store and create a shortcut to com.miui.home.recents.settings.NavigationBarTypeActivity, the option exists but is hidden
This is just the settings menu where you can switch between gesutes and old on screen buttons. Also it's not really hidden, you can search for it from the settings also since it's part of the launcher you can access it from the launchers settings. Be on the home screen do a pinch-in (zoom out) gesture then Settings - > System Navigationeasiest way, install shortcut maker from play store and create a shortcut to com.miui.home.recents.settings.NavigationBarTypeActivity, the option exists but is hidden
Cannot find this oneeasiest way, install shortcut maker from play store and create a shortcut to com.miui.home.recents.settings.NavigationBarTypeActivity, the option exists but is hidden
Thanks for this. Didn't quite work for me, had to change command to:Here is the solution guys and it works!
Go to developer settings and enable USB debugging and USB debugging (security settings)
Then connect per USB to computer and via adb:
adb -d shell settings set global hide_gesture_line 1
Enter and the white gesture line is gone
Replace the 1 with 0
Copy this and paste to ladb app "pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS", Download ladb app from APKPure ,This is Full guide video(Copy pm grant... first and go to settings>About Tablet>Tap MIUI Version 5-7 times>open split screen settings+ladb>additional settings>developer options>turn on USB debugging>turn on and tap wireless debugging>pair device with pairing code>type port and pairing code to ladb app(split screen)>paste pm grant...).