Skip to content

Instantly share code, notes, and snippets.

@milankragujevic
Created August 20, 2020 12:20
Show Gist options
  • Select an option

  • Save milankragujevic/6446f457010353ae9d2a463cd5770f40 to your computer and use it in GitHub Desktop.

Select an option

Save milankragujevic/6446f457010353ae9d2a463cd5770f40 to your computer and use it in GitHub Desktop.
(temporarily) Remove Bixby from Galaxy S9+
adb shell pm uninstall -k --user 0 com.samsung.android.app.settings.bixby
adb shell pm uninstall -k --user 0 com.samsung.systemui.bixby2
adb shell pm uninstall -k --user 0 com.samsung.android.bixby.service
adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent
adb shell pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment