Downloads
Two flavors are attached as assets below — pick one:
- Firestick-Cleanup-Batch-v1.2.0.zip — original
.batscript + bundled ADB (no install required, runs in the console) - Firestick-Cleanup-WinForm-v1.2.0.zip — Windows Forms GUI (
FirestickCleanup.exe) + bundled ADB, .NET Framework 4.8 required
Both contain the same logic and disable the same packages. The GUI version replaces the Y/N console prompts with checkboxes and shows a live log pane during the run.
Fix: Amazon Video playback broken when keeping Amazon apps
Users who chose to keep Amazon apps (Prime Video, Freevee, MiniTV) still couldn't load Amazon-owned video content because the always-disabled list included DRM and playback services those apps depend on.
Changes
- New Amazon Video services Y/N prompt added to Step 5 (or checkbox in the WinForm version), with a hint that warns N is the right answer for anyone using Prime Video, Freevee, or MiniTV
- Removed these packages from the always-disabled list — they're now only disabled if the user explicitly opts in:
com.amazon.avls.experience(Amazon Video Licensing Service / DRM)com.amazon.prism.android.service(Prism media playback framework)com.amazon.dp.logger(Digital Products logger)com.amazon.livedeviceservicecom.amazon.rtcsessioncontroller(streaming session controller)com.amazon.client.metrics.api(required by many Amazon apps to start)
Recovery for v1.1.0 users
If you ran v1.1.0 and kept Amazon apps but they won't play content, run with `--revert` and re-run with v1.2.0 answering N to the new Amazon Video services prompt (or unchecking it in the GUI). Or re-enable the six packages above manually via `adb shell pm enable `.