Skip to content

Instantly share code, notes, and snippets.

@megacos
Created December 21, 2023 13:49
Show Gist options
  • Save megacos/fef0d1ae60f9d428921079e323b4c3a4 to your computer and use it in GitHub Desktop.
Save megacos/fef0d1ae60f9d428921079e323b4c3a4 to your computer and use it in GitHub Desktop.

I found a way to disable Google Discover completely on miui home screen (like on previous versions, disables the swipe left).

adb shell settings put system open_personal_assistant 0

or you can type as root on any terminal

settings put system open_personal_assistant 0

to disable Swipe up to search in the home screen

adb shell settings put system QSB_SCROLL_ENTRANCE_STATUS 0

or you can type as root on any terminal

settings put system QSB_SCROLL_ENTRANCE_STATUS 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment