Skip to content

Instantly share code, notes, and snippets.

@the-darkvoid
Created February 21, 2022 17:40
Show Gist options
  • Save the-darkvoid/c841fc66c631af62b3e4abd0fd9c01f1 to your computer and use it in GitHub Desktop.
Save the-darkvoid/c841fc66c631af62b3e4abd0fd9c01f1 to your computer and use it in GitHub Desktop.
Disable FireTV Auto-update

ADB Commands needed to block

pm disable-user --user 0 com.amazon.device.software.ota.override
pm disable-user --user 0 com.amazon.device.software.ota

ADB Commands needed to unblock

pm enable com.amazon.device.software.ota.override
pm enable com.amazon.device.software.ota
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment