Hello everyone, i just bought a fire kindle 7 (9th generation), version 6.3.15 (updated recently)
I'm trying to remove bloatware and default apps.
Everytime i try to remove one like goodreads, kindle or the default mp3 player using - pm uninstall commands i always get the DELETE_FAILED_INTERNAL_ERROR. I've managed to uninstall a few, but the amazon specific apps won't go.
Is there a workaround?, am i missing something? Thanks in advance.
austingrey said:
Hello everyone, i just bought a fire kindle 7 (9th generation), version 6.3.15 (updated recently)
I'm trying to remove bloatware and default apps.
Everytime i try to remove one like goodreads, kindle or the default mp3 player using - pm uninstall commands i always get the DELETE_FAILED_INTERNAL_ERROR. I've managed to uninstall a few, but the amazon specific apps won't go.
Is there a workaround?, am i missing something? Thanks in advance.
Click to expand...
Click to collapse
Try another commands that works:
Code:
adb shell pm disable-user <package-name>
//Example
adb shell pm disable-user com.goodreads.kindle
You must have to post in Q&A, Help and Troubleshooting section.
AmznUser444 Dev said:
Try another commands that works:
Code:
adb shell pm disable-user <package-name>
//Example
adb shell pm disable-user com.goodreads.kindle
You must have to post in Q&A, Help and Troubleshooting section.
Click to expand...
Click to collapse
thanks, it worked!
Related
I wanted to find out how much of Amazon can be stripped out from the Fire 7 without having root access. Bearing in mind that my Fire 7 is currently connected via OTG Ethernet and I have not joined Amazon and associated my device. Basically a standalone device only with OTA Update disabled via ADB Shell. Considering we do not have root yet available we are limited in options and please bear in mind that this example is for my own personal preference.
PLEASE remember that my Fire 7 is a standalone device and has NOT been registered with Amazon. Changing these settings may have an effect with regards to this. Please proceed at your own risk.
I now have a Fire 7 with the Amazon footprint removed as much as possible with the exception of services that cannot safely be hidden and the dreaded Fire Launcher. Everything else I have hidden via ADB Shell. Please see first screenshot of my stripped down Fire 7. Key essential services/programs for me such as Google Play, Google Calendar, Fire 7 Settings all work smoothly after I removed the others.
I do not need the following on the Fire 7 as I will either install my own program from Google Play or remove the service completely. The following have been hidden [Amazon Email client, Calender, Camera, Help Files, Silk Browser, Amazon Video, Amazon Music, Amazon WEather etc]
For ADB Shell commands
https://developer.android.com/tools/help/shell.html
I used the following command for this task to hide adb shell pm hide [process name]
and to unhide adb shell pm unhide [process name]
if it hides you will get an acknowledgement as TRUE and obviously FALSE if you unhide the process
In the XDA Develpers Fire HD 6 & & Forum I came across a list of safe com.amazon processes that can be stopped on the Fire HD6 & 7 tablet. So I thought I would give them a go plus a few of my own attempts as well.
http://forum.xda-developers.com/fire-hd/help/safe-pm-block-list-t3009492
com.amazon.kindle.otter
com.amazon.kindle
com.audible.application.kindle
com.amazon.kindle.kso
com.amazon.tahoe
com.amazon.kindle.otter.oobe
com.amazon.client.metrics
com.amazon.device.backup
com.amazon.platform
com.amazon.photos
com.nuance.edr.androidservice.service
com.amazon.whisperlink.core.android
com.goodreads.kindle
com.amazon.camera Camera App
com.amazon.csapp Help App
com.amazon.legalsettings Legal Settings App
com.amazon.venezia Amazon App Store
com.amazon.h2settingsfortablet Profiles & Family Library App
com.amazon.weather Weather App
com.goodreads.kindle Goodreads App
com.android.calendar Calendar App
com.amazon.kindle.kso Special Offers setting
com.android.email Email App
com.amazon.kindle.personal_video Video App
com.amazon.avod Video App
com.amazon.contacts Contacts App
com.amazon.windowshop Amazon Windowshop
com.amazon.cloud9 Silk Browser App
com.amazon.ags.app Amazon Game Circle App
com.amazon.kindle.otter.settings Amazon Registration Service
Big thanks to Rivethead 23 for the below System OTA update processes
com.amazon.device.software.ota OTA Updates
com.amazon.settings.systemupdates OTA Updates
com.amazon.device.software.ota OTA Updates
I then proceeded to highlight specific services such as the Calendar, Email Client and other associated Amazon services that I do not require. I used XDA Developers and Google as a reference as to what is actually safe to hide, made a note of the actual system process name and then hid them via ADB Shell and went from there.
UPDATE 1: After removing all the services if I go to: [Settings-Apps&Games-Amazon Application Settings] there are now only two options left. [Home Screen Settings] & [Special Offers]. All Amazon related settings & options have been removed
UPDATE 2: Please look at 3rd attached image. The Fire 7 definitely has some form of error checking / recovery process going on as, 3 new items have appeared. Downloads & Music as default Android app and not Amazon's. The 3rd one is Kindle CDA Diagnostics and it is flapping over all the services I have hidden. Just to confirm everything is working the way it should on the device - but the CDA tool has obviously appeared due to my tinkering.
UPDATE 3: I would like to be able to have the Kindle App working via Play and not Amazon. Even though I had stopped the Kindle app via Adb, I tried a sideload the latest Kindle apk. It has not only broken my play store but also I am getting lots of errors trying to download apps from the play store. I have reinstalled Google APKs etc and no joy. Might have to reset at this rate. All other apps on my device working A+
Got it working again - date & time stamp was causing the RFC error on Google Play. Re-enabled network time protocol. Gave it a while and Google play working A+ again
What's the ADB command to hide all the services you have listed?
Apologies I have edited the post with the correct commands.
I used the following command for this task to hide adb shell pm hide [process name]
and to unhide adb shell pm unhide [process name]
if it hides you will get an acknowledgement as TRUE and obviously FALSE if you unhide the process
The contacts app is com.andoid.contacts not com.amazon.contacts.
Thank you for correcting my typo
I can hide everything but the music app...is there a missing command?
Do a pm list packages and then search and guess for the app to hide.
Have you noticed any performance boost or batter battery life after disabling all those amazon processes?
Or does this just hides the apps from the app drawer?
Hi,
Here is the result of the adb shell pm list packages on my Fire 7 for example :
package:com.amazon.platform
package:com.amazon.photos
package:com.amazon.precog
package:com.amazon.dp.contacts
package:com.amazon.unifiedsharegoodreads
package:com.amazon.recess
package:com.amazon.platform.fdrw
package:com.android.providers.calendar
package:com.amazon.whisperplay.contracts
package:com.android.providers.media
package:com.amazon.venezia
package:com.amazon.webapp
package:com.amazon.dcp.contracts.library
package:com.android.wallpapercropper
package:com.amazon.device.sync
package:com.amazon.device.logmanager
package:com.android.documentsui
package:com.android.externalstorage
package:com.android.htmlviewer
package:com.amazon.firelauncher
package:com.amazon.alta.h2clientservice
package:com.android.providers.downloads
package:com.amazon.socialplatform
package:com.amazon.dp.fbcontacts
package:com.amazon.h2settingsfortablet
package:com.amazon.calculator
package:com.amazon.cloud9.systembrowserprovider
package:com.amazon.kindle.otter.settings
package:com.amazon.dp.logger
package:com.amazon.ods.kindleconnect
package:com.android.inputmethod.pinyin
package:com.android.defcontainer
package:com.amazon.accessorynotifier
package:com.android.providers.downloads.ui
package:com.android.vending
package:com.android.pacprocessor
package:com.amazon.sharingservice.android.client.proxy
package:com.amazon.weather
package:com.amazon.webview
package:com.amazon.android.marketplace
package:com.android.certinstaller
package:com.amazon.device.backup.sdk.internal.library
package:android
package:com.amazon.client.metrics.api
package:com.amazon.dcp
package:com.amazon.imp
package:com.amazon.mp3
package:com.amazon.unifiedsharesinaweibo
package:com.amazon.sync.service
package:com.amazon.fireinputdevices
package:com.android.backupconfirm
package:com.amazon.csapp
package:com.amazon.logan
package:com.amazon.tahoe
package:com.amazon.tcomm
package:com.amazon.kindle.personal_video
package:com.amazon.identity.auth.device.authorization
package:com.amazon.kcp.tutorial
package:com.amazon.kindle.cms
package:com.amazon.kindle.kso
package:com.android.providers.settings
package:com.amazon.kindleautomatictimezone
package:com.android.sharedstoragebackup
package:com.android.printspooler
package:com.amazon.otaverifier
package:com.amazon.device.backup
package:com.amazon.geo.mapsv2.services
package:com.android.webview
packagerg.mopria.printplugin
package:com.amazon.securitysyncclient
package:com.amazon.unifiedshare.actionchooser
package:com.amazon.whisperlink.activityview.android
package:com.amazon.device.messaging
package:com.amazon.digital.asset.ownership.app
package:com.amazon.devicecontrol
package:com.amazon.device.messaging.sdk.internal.library
package:com.amazon.providers
package:com.amazon.kindle.otter.oobe
package:com.amazon.photos.importer
package:com.amazon.settings.systemupdates
package:com.android.onetimeinitializer
package:com.amazon.geo.mapsv2
package:com.android.keychain
package:com.amazon.unifiedsharetwitter
package:com.google.android.gms
package:com.google.android.gsf
package:com.android.packageinstaller
package:com.svox.pico
package:com.amazon.tcomm.client
package:com.amazon.client.metrics
package:com.amazon.device.settings.sdk.internal.library
package:com.android.proxyhandler
package:com.amazon.acos.providers.UnifiedSettingsProvider
package:com.amazon.firepowersettings
package:com.android.inputmethod.latin
package:amazon.jackson19
package:com.audible.application.kindle
package:com.android.managedprovisioning
package:com.amazon.device.software.ota
package:com.amazon.pm
package:com.mediatek.thermalmanager
package:com.amazon.wifilocker
package:com.amazon.dcp.contracts.framework.library
package:com.amazon.device.bluetoothdfu
package:com.google.android.gsf.login
package:com.amazon.whisperlink.core.android
package:com.amazon.kor.demo
package:com.amazon.device.messaging.sdk.library
package:jp.co.omronsoft.iwnnime.mlaz
package:com.amazon.ags.app
package:com.amazon.kindle.unifiedSearch
package:com.amazon.sync.provider.ipc
package:com.android.settings
package:android.amazon.perm
package:com.goodreads.kindle
package:com.amazon.providers.contentsupport
package:com.amazon.platformsettings
package:com.android.vpndialogs
package:com.kingsoft.office.amz
package:com.amazon.device.crashmanager
package:com.amazon.application.compatibility.enforcer
package:com.android.email
package:com.ivona.tts.oem
package:com.android.music
package:com.android.shell
package:com.android.providers.userdictionary
package:com.amazon.kindle.rdmdeviceadmin
package:com.amazon.parentalcontrols
package:com.android.location.fused
package:com.android.deskclock
package:com.android.systemui
package:com.here.odnp.service
package:com.amazon.avod
package:com.amazon.shpm
package:com.amazon.zico
package:com.amazon.communication.discovery
package:com.amazon.legalsettings
package:com.amazon.camera
package:com.amazon.device.settings
package:com.amazon.cloud9
package:com.amazon.device.sync.sdk.internal
package:com.amazon.unifiedsharefacebook
package:com.amazon.connectivitydiag
package:com.amazon.dynamicupdationservice
package:com.android.bluetooth
package:com.android.providers.contacts
package:com.android.captiveportallogin
package:com.amazon.kindle.devicecontrols
package:com.amazon.kindle
package:com.amazon.application.compatibility.enforcer.sdk.library
Now, trying to hide anything that isn't necessary for my usage (this tablet is for my son, to play some games or educative apps (maybe watching animes and listening music). I'll edit this post when done.
EDIT1 : the command for hiding Music app is : adb shell pm hide com.amazon.mp3
EDIT2 : Finally, this is what i've done. Now closed to what i want, just needs to hide the Play Store now but it's already disabled (but showed on Fire Launcher) if you hide Google settings panel.
APPS
adb shell pm hide com.amazon.kindle.otter
adb shell pm hide com.amazon.kindle.otter.oobe
adb shell pm hide com.amazon.kindle
adb shell pm hide com.audible.application.kindle
adb shell pm hide com.amazon.tahoe
adb shell pm hide com.amazon.client.metrics
adb shell pm hide com.amazon.device.backup
adb shell pm hide com.amazon.platform
adb shell pm hide com.amazon.photos
adb shell pm hide com.nuance.edr.androidservice.service
adb shell pm hide com.amazon.whisperlink.core.android
adb shell pm hide com.goodreads.kindle
adb shell pm hide com.amazon.csapp
adb shell pm hide com.amazon.venezia
adb shell pm hide com.amazon.h2settingsfortablet
adb shell pm hide com.amazon.weather
adb shell pm hide com.amazon.kindle.personal_video
adb shell pm hide com.amazon.avod
adb shell pm hide com.amazon.windowshop
adb shell pm hide com.amazon.cloud9
adb shell pm hide com.amazon.ags.app
adb shell pm hide com.amazon.mp3
adb shell pm hide com.amazon.photos.importer
adb shell pm hide com.amazon.zico
adb shell pm hide com.amazon.calculator
adb shell pm hide com.android.calendar
adb shell pm hide com.android.email
adb shell pm hide com.android.contacts
adb shell pm hide com.amazon.camera
OTA UPDATES
adb shell pm hide com.amazon.otaverifier
adb shell pm hide com.amazon.settings.systemupdates
adb shell pm hide com.amazon.device.software.ota
SETTINGS PANELS (BE CAREFULL, UNHIDE WHEN NEEDED)
Remove Settings on Fire Launcher
adb shell pm hide com.android.settings
Remove Google Settings from Fire Launcher if you have installed Google Play Services and Play Store
adb shell pm hide com.google.android.gms
EDIT3 : Now i've done all i want but i still have Books and Recent tabs on Fire Launcher that i don't want... Still searching a way to disable it.
EDIT: so I got this for my grandma blocked some apps but don't know what are app names for newstand and how do you guys get rid of when you scroll on launcher books section audiobooks etc..? it looks like I will have to teach her how to browse using docs app to read books or simply send via email method.
You can simply avoid some apps i have listed and then simply install Kindle app separately. You'll see an icon for Kindle app and then can launch your books from there.
But, i currently don't know how to remove the "Books" tab from the launcher...
Khyinn said:
You can simply avoid some apps i have listed and then simply install Kindle app separately. You'll see an icon for Kindle app and then can launch your books from there.
But, i currently don't know how to remove the "Books" tab from the launcher...
Click to expand...
Click to collapse
I found a solution because the books app wouldn't display books I read you have to convert them in calibre and then they will show up in there much better solution.
OK, nice. Your problem is gone, but not mine
I'll ask again, will doing this improve performance and battery life at all?
xT29c said:
I'll ask again, will doing this improve performance and battery life at all?
Click to expand...
Click to collapse
It does. At least, I disabled the Amazon app store, all the media apps by them and some other services and the scrolling lag I experienced has gone away. Battery life is more or less the same.
Enviado desde mi KFFOWI mediante Tapatalk
Any has run this commands with 5.0.1 and google playa working?
Yes, i have 5.0.1 and Play Store works.
com.amazon.mp3 Music App
com.amazon.zico Docs App
com.audible.application.kindle Audiobooks
Has anyone tried this with a registered fire 7? I'm reluctant to try it out w/out knowing if it's possible...
Yes, i have an amazon on it and all is fine.
Hi,
I am having a "small problem" after the latest Update to 5.3.7.0
Since that update, when you press home, the Amazon Launcher appears (either for a few seconds, or once you click something) and then goes to the Nova Launcher.
I am not sure what my latest version of the launcher hijack is, it doesn't show a version info anywhere. I remember update it when Amazon broke it the last time by deleting the app.
Any ideas? I haven't found any other threads about this.
Thank you
fifilein said:
Hi,
I am having a "small problem" after the latest Update to 5.3.7.0
Since that update, when you press home, the Amazon Launcher appears (either for a few seconds, or once you click something) and then goes to the Nova Launcher.
I am not sure what my latest version of the launcher hijack is, it doesn't show a version info anywhere. I remember update it when Amazon broke it the last time by deleting the app.
Any ideas? I haven't found any other threads about this.
Thank you
Click to expand...
Click to collapse
No need to start a separate thread. There is plenty of discussion around this behavior in the original Launcher Hijack thread. No real solutions other than tapping an application icon during the delay which reverts to Nova Launcher.
fifilein said:
Hi,
I am having a "small problem" after the latest Update to 5.3.7.0
Since that update, when you press home, the Amazon Launcher appears (either for a few seconds, or once you click something) and then goes to the Nova Launcher.
I am not sure what my latest version of the launcher hijack is, it doesn't show a version info anywhere. I remember update it when Amazon broke it the last time by deleting the app.
Any ideas? I haven't found any other threads about this.
Thank you
Click to expand...
Click to collapse
I have suspect this app to block LauncherHijack is Arcus Android Client and package name is com.amazon.nimh
Can you uninstall it from updates using Total Commander app or disable it via ADB:
Code:
adb shell pm disable-user --user 0 com.amazon.nimh
or, you hate this OTA and Amazon Launcher without LauncherHijack (You have an another launcher installed):
Code:
//OTA apps
adb shell pm disable-user --user 0 com.amazon.device.software.ota
adb shell pm disable-user --user 0 com.amazon.device.software.ota.override
adb shell pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
adb shell pm disable-user --user 0 com.amazon.settings.systemupdates
//Amazon Launcher
adb shell pm disable-user --user 0 com.amazon.firelauncher
//Others
adb shell pm disable-user --user 0 com.amazon.dcp.contracts.library
Really, I'm just trying to get my Fire 10 to be more like stock android. I was able to root it using Kingoroot but I'm unsure where to go from here as far as installing a custom rom like LineageOS, or if that's not possible, disabling as much of the Fire-related stuff and running a custom launcher. Can anyone point me in the right direction? Thank you!
Squirrlz said:
Really, I'm just trying to get my Fire 10 to be more like stock android. I was able to root it using Kingoroot but I'm unsure where to go from here as far as installing a custom rom like LineageOS, or if that's not possible, disabling as much of the Fire-related stuff and running a custom launcher. Can anyone point me in the right direction? Thank you!
Click to expand...
Click to collapse
Unlock and root using exploit package (follow the steps carefully):
https://forum.xda-developers.com/hd8-hd10/orig-development/unlock-fire-hd-10-2017-suez-t3913639
Custom ROM (can you install via TWRP):
5.1 Lollipop: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-12-1-t3953677
7.1 Nougat: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-14-1-t3973703
Disable Amazon launcher and OTA via ADB (You have an another launcher installed on it):
Code:
//Amazon launcher
adb shell pm disable-user --user 0 com.amazon.firelauncher
//OTA apps
adb shell pm disable-user --user 0 com.amazon.device.software.ota
adb shell pm disable-user --user 0 com.amazon.device.software.ota.override
adb shell pm disable-user --user 0 com.amazon.settings.systemupdates
adb shell pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
//Others
adb shell pm disable-user--user 0 com.amazon.dcp.contracts.library
AmznUser444 Dev said:
Unlock and root using exploit package (follow the steps carefully):
https://forum.xda-developers.com/hd8-hd10/orig-development/unlock-fire-hd-10-2017-suez-t3913639
Custom ROM (can you install via TWRP):
5.1 Lollipop: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-12-1-t3953677
7.1 Nougat: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-14-1-t3973703
Disable Amazon launcher and OTA via ADB (You have an another launcher installed on it):
Click to expand...
Click to collapse
After installation of Lineage OS, is it still necessary to go through the disable OTA steps (or would all the amazon OTA stuff have been overwritten)?
AmznUser444 Dev said:
Unlock and root using exploit package (follow the steps carefully):
https://forum.xda-developers.com/hd8-hd10/orig-development/unlock-fire-hd-10-2017-suez-t3913639
Custom ROM (can you install via TWRP):
5.1 Lollipop: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-12-1-t3953677
7.1 Nougat: https://forum.xda-developers.com/hd8-hd10/orig-development/rom-lineage-14-1-t3973703
Disable Amazon launcher and OTA via ADB (You have an another launcher installed on it):
Code:
//Amazon launcher
adb shell pm disable-user --user 0 com.amazon.firelauncher
//OTA apps
adb shell pm disable-user --user 0 com.amazon.device.software.ota
adb shell pm disable-user --user 0 com.amazon.device.software.ota.override
adb shell pm disable-user --user 0 com.amazon.settings.systemupdates
adb shell pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
//Others
adb shell pm disable-user--user 0 com.amazon.dcp.contracts.library
Click to expand...
Click to collapse
Is it actually still possible to follow that procedure for installing a custom rom through TWRP since I am on the latest FW OTA update (5.3.7.0)? Is it still possible to do the downgrade step?
Once rooted and in custom rom, can a kid still use Freetime app as a standalone app?
greenlndr said:
Once rooted and in custom rom, can a kid still use Freetime app as a standalone app?
Click to expand...
Click to collapse
I have not tried it, but it is available in the playstore to install as a stand alone app. I dont see any reason why it wouldn't work.
AmznUser444 Dev said:
Unlock and root using exploit package (follow the steps carefully):
https://forum.xda-developers.com/hd8-hd10/orig-development/unlock-fire-hd-10-2017-suez-t3913639
Click to expand...
Click to collapse
I don't think this works with 5.3.7? Or I'm missing something? It fails on the step-1.sh script due to incompatibility with the mtk-su script? Is there a work-around?
~~
epeace said:
I don't think this works with 5.3.7? Or I'm missing something? It fails on the step-1.sh script due to incompatibility with the mtk-su script? Is there a work-around?
~~
Click to expand...
Click to collapse
Should be ok... Or you can do the shorting method... Confirmed on 5.3.7.0
Post #1065
https://forum.xda-developers.com/hd.../unlock-fire-hd-10-2017-suez-t3913639/page107
Oh, wow, thanks. How did this not come up in searching? I think I'm rooted now. Thanks again.
I've had a Fire HD 10 (2019) knocking around since black Friday, and I've finally got around to looking at it...
I realise that it's not fully rooted, but does has some sort of temporary root... (from this thread)
https://forum.xda-developers.com/hd8-hd10/general/fire-hd10-2019-t3979343
The thread mentions 2 ways of gaining root. The initial temporary one and a partial " bootless root for a more permanent root solution".
I don't really need root for this tablet except to be able to mod it to run a different launcher and debloat it. I don't intend to install any Magisk modules.
So should I just use the toolkit to gain temp root, install google play stuff, disable OTA's and then install a new launcher...
or should I setup the bootless root and then do the other stuff (with or without the toolkit)?
Is the bootless root permanent (i.e it persists after a reboot), in which case I could use something like Icebox to freeze the main launcher and other apps?
Can I delete the the main launcher and then install Nova launcher and rename it to that of the original launcher?
Finally what's the best way to ensure I don't accidentally update the tablet whilst setting it up?
It's already asking to connect to wifi during setup (It so far has never been online or even setup)....
Thanks
tinybilbo said:
I've had a Fire HD 10 (2019) knocking around since black Friday, and I've finally got around to looking at it...
I realise that it's not fully rooted, but does has some sort of temporary root... (from this thread)
https://forum.xda-developers.com/hd8-hd10/general/fire-hd10-2019-t3979343
The thread mentions 2 ways of gaining root. The initial temporary one and a partial " bootless root for a more permanent root solution".
I don't really need root for this tablet except to be able to mod it to run a different launcher and debloat it. I don't intend to install any Magisk modules.
So should I just use the toolkit to gain temp root, install google play stuff, disable OTA's and then install a new launcher...
or should I setup the bootless root and then do the other stuff (with or without the toolkit)?
Is the bootless root permanent (i.e it persists after a reboot), in which case I could use something like Icebox to freeze the main launcher and other apps?
Can I delete the the main launcher and then install Nova launcher and rename it to that of the original launcher?
Finally what's the best way to ensure I don't accidentally update the tablet whilst setting it up?
It's already asking to connect to wifi during setup (It so far has never been online or even setup)....
Thanks
Click to expand...
Click to collapse
To replacing Amazon Launcher to Nova Launcher using:
Fire toolbox: https://forum.xda-developers.com/hd8-hd10/development/official-amazon-fire-toolbox-v1-0-t3889604
or, do a manually over ADB:
Code:
//Enter ADB shell
adb shell
//Amazon Launcher
pm disable-user --user 0 com.amazon.firelauncher
//OTA apps
pm disable-user --user 0 com.amazon.device.software.ota
pm disable-user --user 0 com.amazon.device.software.ota.override
pm disable-user --user 0 com.amazon.settings.systemupdates
pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
//Part of Amazon services
pm disable-user --user 0 com.amazon.dcp.contracts.library
If using adb, make sure you have a launcher installed before your disable stock "firelauncher"
Michajin said:
If using adb, make sure you have a launcher installed before your disable stock "firelauncher"
Click to expand...
Click to collapse
Thanks for the heads-up! I have it sorted now using Nova launcher... very happy now
AmznUser444 Dev said:
To replacing Amazon Launcher to Nova Launcher using:
Fire toolbox: https://forum.xda-developers.com/hd8-hd10/development/official-amazon-fire-toolbox-v1-0-t3889604
or, do a manually over ADB:
Code:
//Enter ADB shell
adb shell
//Amazon Launcher
pm disable-user --user 0 com.amazon.firelauncher
//OTA apps
pm disable-user --user 0 com.amazon.device.software.ota
pm disable-user --user 0 com.amazon.device.software.ota.override
pm disable-user --user 0 com.amazon.settings.systemupdates
pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
//Part of Amazon services
pm disable-user --user 0 com.amazon.dcp.contracts.library
Click to expand...
Click to collapse
Hey just wanted to give you a big thanks!, Just picked up a new HD 10 for an elderly relative that found the amazon launcher just way too much. and confusing.
hijacker kept kicking back into the amazon launcher if they accidentally hit the wrong keys, etc.
I was able to setup a very nice simple nova launcher setup and the user is extremely pleased with the easier than ipad simplicity and no way to screw anything up.
Thanks again and Cheers!
AmznUser444 Dev said:
To replacing Amazon Launcher to Nova Launcher using:
Fire toolbox: https://forum.xda-developers.com/hd8-hd10/development/official-amazon-fire-toolbox-v1-0-t3889604
or, do a manually over ADB:
Code:
//Enter ADB shell
adb shell
//Amazon Launcher
pm disable-user --user 0 com.amazon.firelauncher
//OTA apps
pm disable-user --user 0 com.amazon.device.software.ota
pm disable-user --user 0 com.amazon.device.software.ota.override
pm disable-user --user 0 com.amazon.settings.systemupdates
pm disable-user --user 0 com.amazon.kindle.otter.oobe.forced.ota
//Part of Amazon services
pm disable-user --user 0 com.amazon.dcp.contracts.library
Click to expand...
Click to collapse
How do I reverse the process,if I want to go back to stock launcher
I need to remove some uninstallable apps like YouTube, MI Music, MI Share, MI Pay, etc.
Which tool or method should I use to uninstall these? I heard there is some ADB tool by connecting phone to PC using USB. But I dont know the details.
Google is your friend. Since adb commands are common to all Android phones, you can find the guides elswehere, including various threads and posts here on XDA
Search, read, learn about the pairs of commands:
adb shell pm disable-user
com.google.android.youtube
adb shell pm enable com.google.android.youtube
or:
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell cmd package install-existing com.google.android.youtube
Here, com.google.android.youtube
is the package name for YT, hence given example is to disable/enable YT
debloat
yaro666 said:
debloat
Click to expand...
Click to collapse
Hi Thanks but there is no EXE in the link, so how to launch the application?
DOWNLOAD
And read FAQ, like literally there is an instruction