Question MIUI 13 gesture bar

Search This thread

fnetf

Senior Member
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
 

maddler

Senior Member
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!
Now we only need to understand what's the English version for that :)
 

Choochter

Senior Member
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
Thanks for this. Didn't quite work for me, had to change command to:

adb -d shell settings put global hide_gesture_line 1
 
  • Love
Reactions: pinkmallow

S0und_

Senior Member
Apr 27, 2011
146
24
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
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 Navigation
 

pan_droid

Senior Member
If you using magisk just install this module and nav bar dissapear even after reboot.
IMG_20220430_065937.jpg
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    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
    1
    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
    Thanks for this. Didn't quite work for me, had to change command to:

    adb -d shell settings put global hide_gesture_line 1
    1
    Thanks! How do you revert the change?
    Replace the 1 with 0
    1
    IMG_20220513_223500.jpg

    Go to Global Table and change hide_gesture_line to 1, but I'm not sure line will show again after reboot tablet or not(Because I enable GPU tuner in game turbo and it hide after reboot)[New Xiaomi devices with treble seamless update can't set display refresh rate to 90Hz with setedit(tested with this tablet and Poco x3 gt)(Poco x3 nfc worked)].
    1
    I cant modify it. What you did? Thanks
    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...).