{"slug": "disable-pre-installed-amazon-apps-on-amazon-fire-hd-8", "title": "Disable pre-installed amazon apps on Amazon Fire HD 8", "summary": "This article provides instructions for disabling pre-installed Amazon applications on an Amazon Fire HD 8 tablet using ADB (Android Debug Bridge) on a computer. The process requires enabling Developer Options and USB debugging on the tablet, then running a provided script to disable the apps. The author also notes that system updates can re-enable disabled apps but warns against disabling update services due to security risks.", "body_md": "This is just a personal note, but if you notice anything please comment. I will make improvements as needed.\nIn this operation. Disable a service that was originally enabled. Please do not execute it if you don't know what you're doing.\n- 💻 A computer running Windows, macOS or Linux\n- 📱 Amazon Fire device (Fire HD 8/10th gen)\n- ➰USB cable (Type-A to Type-C)\n- 🛠️ ADB:Android Debug Bridg e- A command line tool to debug Android devices\n- 🗃 Files in this Gist\nMost apps can be disabled in this way, but some are protected and cannot be disabled without root privileges.\nAndroid developer mode must be enabled and USB debugging must be enabled to perform this operation.\n- Open Settings > Device Options > About Fire Tablet\n- Tap Serial Number more than 7 times.\n- Developer Options appears in Settings > Device Options\nNext, enable USB Debugging on Developer Options term.\nADB is a very useful tool for debugging Android devices, with various functions such as sending and receiving files, executing commands (you can even enter a shell), installing applications, rebooting bootloaders, turning of/off root privileges and more.\nADB is included in android-platforms-tools package. You can download it from the following page. Supports for macOS, Windows and Linux.\nFor Windows, also install the Kindle Fire driver.\nConnect your PC and the Amazon Fire device with a USB cable.\nStart a TCP server to connect to the device:\nadb start-server\nIf you check the process, you will see that the TCP server is running.\nWhen all is done, terminate the TCP server with adb kill-server\n.\n1093841 ? Ssl 0:16 adb -L tcp:5037 fork-server server --reply-fd 4\n2040234 pts/3 S+ 0:00 grep --color=auto adb\nNext, check if the device is recognized:\nadb devices\nWhen executed, the output will be as follows:\nList of devices attached\nXXXXXXXXXXXXXXXX device\nIf the output is unauthorized\n, make sure that the USB connection method is Media Device (MTP) or File Transfer.\nOpen Settings > Device Options > Developer Options then select Media Device (MTP) as the connection option (which may be labeled File Transfer depending on the OS version.)\nDownload these files on this Gist.\namazon-apps-list.txt\ndisable.sh\nRun disable.sh\n. If the script does not have execute permission, run chmod +x disable.sh\nbefore executing the script.\nDisabled apps may be enabled by system updates. To stop system updates, disable the following services: (However, this is NOT RECOMMEND as it poses a security risk.)\ncom.amazon.settings.systemupdates\ncom.amazon.device.software.ota\ncom.amazon.kindle.otter.oobe.forced.ota", "url": "https://wpnews.pro/news/disable-pre-installed-amazon-apps-on-amazon-fire-hd-8", "canonical_source": "https://gist.github.com/sheepla/3b8cad14969a50cfb65ee583be475369", "published_at": "2022-09-17 09:42:56+00:00", "updated_at": "2026-05-23 01:34:54.693197+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Amazon", "Fire HD 8", "ADB", "Android Debug Bridge", "Kindle Fire"], "alternates": {"html": "https://wpnews.pro/news/disable-pre-installed-amazon-apps-on-amazon-fire-hd-8", "markdown": "https://wpnews.pro/news/disable-pre-installed-amazon-apps-on-amazon-fire-hd-8.md", "text": "https://wpnews.pro/news/disable-pre-installed-amazon-apps-on-amazon-fire-hd-8.txt", "jsonld": "https://wpnews.pro/news/disable-pre-installed-amazon-apps-on-amazon-fire-hd-8.jsonld"}}