banner



How Do I Uninstal System Apps Havked

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
DragonFire1024
  • #1
***This will NOT work on FireOS 5.4.0.1 If your device hasn't updated to that version, it is advisable to IMMEDIATELY 'uninstall' DeviceSoftwareOTA.apk.***

I can confirm this is working on the Fire HD 8 . Here is the article from XDA with detailed instructions for newbies. Like all other hacks or tricks, I cannot be held responsible for any possible permanent damage you may cause to your devices.

**NOTE**
A factory rest will restore all SYSTEM/Amazon apps you 'uninstalled.' So if you mess your tablet, you can at least start over.

**WARNINGS**
1) If you plan on installing 3rd party apps to replace the Amazon apps you uninstalled, please install and setup your 3rd party apps BEFORE uninstalling Amazon apps. In many cases, installing replacement apps after the uninstalling of Amazon apps, causes some 3rd party apps to malfunction. You will then have to uninstall the 3rd party app or do a reset. Once you uninstall an Amazon app, you CANNOT install it again. Not even from the Google Play Store. The only way to restore any uninstalled system apps is to do a factory reset.

2) Uninstalling Fire Launcher, Retail Demo, and the Oobe settings apps, *WILL* disable your home button. If you uninstall any parental controls, your camera picture roll will not work. Recommend installing replacement camera and gallery before uninstalling Amazon's. As of July 27, 2017 9:20am a *pre uninstall* fix exists to make sure your home button stays functional. If you already uninstalled the apps listed in the following link, you will have to perform a reset and download the tool linked just below, or if you prefer manually uninstalling the apps, *avoid uninstalling*: com.amazon.kor.demo, com.amazon.firelauncher and com.amazon.kindle.otter.oobe. You can also edit the tool's .bat to keep the apps you want. This link lists all the apps you can uninstall, that will NOT affect the home button. The three listed at the top should NOT be uninstalled.

** Gloating ;) **

1) A tool has been created that allows this process to happen automatically. A huge thanks to 'savvytechwinner' for helping for months to get us to this stage and an even bigger thanks for creating the tool, something I have no idea how to do.

2) A little gloating: We've scored a great write up on Liliputing!

You can use an app like App Inspector to view the package name of each app, rather than list all of them in a shell window. Nonetheless, I kept the list command in the code.

Here you go:

                                  adb shell $ pm list packages $ pm uninstall -k --user 0 <name of package>                                

Example: (this removes Amazon video)
                                  adb shell $ pm list packages $ pm uninstall -k --user 0 com.amazon.avod Success                                
Last edited:
  • #2
Why do you keep the data and cache directories?
This is a good thing, however, as it means that these applications truly aren't being uninstalled from the device, they are just being uninstalled for the current user (user 0 is the default/main user of the phone). That's why, if you omit the "–user 0" and "-k" part of the command, the command won't work. These two commands respectively specify that the system app will only be uninstalled for the current user (and not all users, which is something that requires root access) and that the cache/data of the system application will be preserved (which can't be removed without root access). Therefore, even if you "uninstall" a system application using this method, you can still receive official OTA updates from your carrier or OEM.

Source: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Last edited:
DragonFire1024
  • #3

Fine by me. I wonder if the same method can be applied to install apps and if so, into system? This could be the chance to replace Amazon's apps with forever broken ones while we can, if possible.
  • #4
Work on my Fire 7" Gen7 with 5.4.0.0.

Thank You!

  • #5
Fine by me. I wonder if the same method can be applied to install apps and if so, into system? This could be the chance to replace Amazon's apps with forever broken ones while we can, if possible.

Into system should not be possible, because you need root rights to mount /system as write able.

Hasn't there been a few tries to install modified Amazon apps which are broken? I think I have read there something on xda.
--> Firelauncher aplk https://forum.xda-developers.com/am...-remove-default-launcher-amazon-fire-t3288310

Last edited:
DragonFire1024
  • #6
Into system should not be possible, because you need root rights to mount /system as write able.

Hasn't there been a few tries to install modified Amazon apps which are broken? I think I have read there something on xda.


Yes. Another member and I have been trying to do just that. We've been trying to modify Amazon apps to either bring out block parts of that APKs software, or stop the apps from functioning at all. The closest I got was somehow managing to delete all User AND system app data and storage. Great eh? I thought so too. Until I realized I couldn't download or install anything. I tried, but haven't been able to repeat the process. So far that's as far as we've gotten.
DragonFire1024
  • #7
Into system should not be possible, because you need root rights to mount /system as write able.

Hasn't there been a few tries to install modified Amazon apps which are broken? I think I have read there something on xda.
--> Firelauncher aplk https://forum.xda-developers.com/am...-remove-default-launcher-amazon-fire-t3288310


That works to an extent. I tried it, replacing launcher with whatever Amazon app. It uninstalls it, but then is immediately reinstalled to another folder...usually from /system/priv-app/ to /data/app and with a different name. Though this might have been how I got all app and system app data erased...by screwing around with the DeviceOTA apk.
  • #8
See edit above. ^^

But what does this mean in relation to the ota apps? Are the ota updates also deactivated?

DragonFire1024
  • #9
See edit above. ^^

But what does this mean in relation to the ota apps? Are the ota updates also deactivated?


I would've presumed that to be a yes, given nothing could be downloaded and or installed anymore. Everything worked fine aside from that and being able to uninstall apps. What little bit I could find on the web, no one mentioned the cause and most of them ended up with permanently damaged internal SD cards. I waited a few days after posting a thread and no one replied. So I factory reset it and everything was fine again. I wish I could repeat it.
  • #10
Can we disable "special offers" using this method? Or is that part of the launcher?

If we "uninstall" the launcher, will it ask if you want to use a different installed launcher to map to the home button?

DragonFire1024
  • #11
Can we disable "special offers" using this method? Or is that part of the launcher?

If we "uninstall" the launcher, will it ask if you want to use a different installed launcher to map to the home button?


I did special offers. Haven't tried the launcher yet.
  • #12
I did special offers. Haven't tried the launcher yet.

Does it actually remove them from the lock screen or just make the app not work?
DragonFire1024
  • #13
Does it actually remove them from the lock screen or just make the app not work?

I don't know. I didn't have the ads.
  • #14
on my kindle fire 7 on 5.3.2.1, this gives the error Failure [DELETE_FAILED_INTERNAL_ERROR].

EDIT: nevermind, i must have missed a step

I have removed most user facing apps. i have not tried the launcher or appstore.

I can confirm that you can remove everything whisperplay and the stock fire keyboard. I install the gboard before i removed the fire keyboard. I have rebooted after removing this.

Last edited:
DragonFire1024
  • #15
Does anyone have more than their own profile on their tablet? I'm wondering if this extends to all profiles. So far, Nova, Activity Launcher, Brevent And NetGuard all say all the Amazon apps I uninstalled are gone. Has anyone tried root after nuking Amazon?

If you keep blocking individual Amazon IP addresses like I do with NetGuard, I'd keep a few apps. As long as one app keeps blocking IPs, then your firewall will still work. Otherwise I'm not sure how to block incoming connections.

Last edited:
  • #16
Is there a list of packages which can be removed without problems?
I will need to restart from a factory reset because now the launcher crashes happily a few times after closing an app. ;)
DragonFire1024
  • #17
Is there a list of packages which can be removed without problems?
I will need to restart from a factory reset because now the launcher crashes happily a few times after closing an app. ;)

This will list all installed packages. I'm not sure if a safe list has yet been made.
                                adb shell $ pm list packages                              

It will be a long list. Remove at YOUR own risk. One person's safe list may not be the same as yours.
DragonFire1024
  • #18
This will list all installed packages. I'm not sure if a safe list has yet been made.

It will be a long list. Remove at YOUR own risk. One person's safe list may not be the same as yours.


I've removed quite a bit so far, appstore, freetime, kindle store and app, content management because Amazon has no right to manage any of my content, managed provisions though I'm not sure that did anything, video and Amazon shopping, and a few others i can't recall at this moment. I am hoping removing prime photos later will allow me to use live wallpapers.
DragonFire1024
  • #19
If this is the closest we ever get to root or a custom rom, I don't think we could've asked for something better.
  • #20
@DragonFire1024

You may mention at the first post, that a factory reset will bring back the automatic update stuff if the method has been used to deactivate it.

Worst case:
* factory reset
* enable wlan conection
* tablet gets updates and installs them

Similar threads

How Do I Uninstal System Apps Havked

Source: https://forum.xda-developers.com/t/no-root-required-manually-uninstall-system-apps.3636797/

Posted by: paigeprimsequiew.blogspot.com

0 Response to "How Do I Uninstal System Apps Havked"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel