I want to uninstall or disable system apps on my Amazon Fire HD 8 2017. How can I do this? The FireOS version in "System Updates" menu is 5.6.2.0.
I want to uninstall or disable system apps on my Amazon Fire HD 8 2017. How can I do this? The FireOS version in "System Updates" menu is 5.6.2.0.
There is a method to disable system apps on Fire HD 8 2017, on your FireOS version. (Discovered by myself, actually :D) You can see that XDA thread here. To battle possible link rot I'll also describe it here too.
adb
commands. Run these commands in order.adb shell
run-as com.amazon.unifiedsharefacebook
pm hide
on every app you want to hide. (You might be thinking the difference between hide and disable. pm hide
vs. pm disable
was analyzed on here.) You can check the package name of the app you want to install by "App Inspector". You can download and install it from here and check the package name of the app you want to remove.Example: pm hide com.amazon.kindle
Here are all the apps that are safe to remove. Removing any other all could cause unexpected bugs.
Good luck!
Q & A