(SOLVED) How to remove amazon crap? (boost mobile XT1766 variant) - Moto E4 Questions & Answers

Edit: solved
I rooted and wiped the phone. Installed Lineage and PicoGapps and the LTE fix. Perfection. Highly recommend this delight of a phone. ?
Original post for reference:
Sorry if this has been answered but I'm using the XDA app traveling and can't seem to find it. I purchased the $50 Moto e4 boost version from Best buy and no matter what I do, I can't seem to permanently disable amazon apps.
I disable them and when I restart the device, low and behold they are back again. Is there a way to disable these apps permanently through ADB or some other jazz? Or should I just root?

cameroncr95 said:
Sorry if this has been answered but I'm using the XDA app traveling and can't seem to find it. I purchased the $50 Moto e4 boost version from Best buy and no matter what I do, I can't seem to permanently disable amazon apps.
I disable them and when I restart the device, low and behold they are back again. Is there a way to disable these apps permanently through ADB or some other jazz? Or should I just root?
Click to expand...
Click to collapse
Yeah, ya gotta root and delete them from the oem partition if you want them completely gone. But you should be able to disable them with adb without root.
adb shell pm uninstall -k --user 0 "package name"
Without quotes and where package name is the actual package name.
Usually disabling them in settings/apps (show system) will disable them until you re enable them yourself.

Strangely I disable them and they re enable themselves upon boot up. Not sure why. Usually most phones you disable apps and they stay disabled. Clearly something is installed by boost that makes them reenable.
Thanks, I will try ADB.

madbat99 said:
Yeah, ya gotta root and delete them from the oem partition if you want them completely gone. But you should be able to disable them with adb without root.
adb shell pm uninstall -k --user 0 "package name"
Without quotes and where package name is the actual package name.
Usually disabling them in settings/apps (show system) will disable them until you re enable them yourself.
Click to expand...
Click to collapse
Sorry for the Ninja double reply.
I have managed to disable via your method several apps except for three: boost zone, boost Mobile I'd and mobile installer. These are the apps causing the phone upon restart to redownload bloatware and enable disabled bloatware. When I try disabling them via adb, it simply says failure. Do disabling these require root?

cameroncr95 said:
Sorry for the Ninja double reply.
I have managed to disable via your method several apps except for three: boost zone, boost Mobile I'd and mobile installer. These are the apps causing the phone upon restart to redownload bloatware and enable disabled bloatware. When I try disabling them via adb, it simply says failure. Do disabling these require root?
Click to expand...
Click to collapse
Probably. It's mobile ID that changes the home screens around. It usually doesn't install anything except for home screen shortcuts. I wasnt able to disable that one without root. try using a different launcher ( I use nova). Zone let's you check for prl and profile updates, and I pay my bill in it (virgin mobile).

Update:
I followed a guide online and unlocked the boot, installed twrp and rooted the phone. Removed boosts pre installed Android version because no matter what tool I used I couldn't delete their apps. So I installed lineageOS. Having issues with 4G and can only get 3g.

cameroncr95 said:
Update:
I followed a guide online and unlocked the boot, installed twrp and rooted the phone. Removed boosts pre installed Android version because no matter what tool I used I couldn't delete their apps. So I installed lineageOS. Having issues with 4G and can only get 3g.
Click to expand...
Click to collapse
Yeah that's a well documented problem on CDMA carriers. A few ppl are working on it. There is a sort of fix if you check the guides, news section.
https://forum.xda-developers.com/showthread.php?t=3752036&p=75622014

madbat99 said:
Yeah that's a well documented problem on CDMA carriers. A few ppl are working on it. There is a sort of fix if you check the guides, news section.
https://forum.xda-developers.com/showthread.php?t=3752036&p=75622014
Click to expand...
Click to collapse
Thank you. This is an annoying issue because I pay for 4g and hotspot support and unfortunately the hotspot only gets dialup speeds.

cameroncr95 said:
Thank you. This is an annoying issue because I pay for 4g and hotspot support and unfortunately the hotspot only gets dialup speeds.
Click to expand...
Click to collapse
We all do dude.(pay for lte) But LTE is fairly broken on sprint and all it's mvno's (boost, virgin, etc.)on custom roms. You can try the fix but no guarantees. Only sure way is stock. I've debloated stock, and using Xposed with gravitybox. All the customization I need. And everything works. All bloat can be removed. Most of it is /oem, that's why root apps don't get rid of it. Some things in /system are required to keep it running.

Root the device, backup the apps with Titanium Backup, Freeze the apps and see if there are any behavioral issues with them, and remove them if freezing them doesn't yield error.
As for the Data issues you are experiencing, check out this thread:
https://forum.xda-developers.com/moto-e4/how-to/perry-real-lte-fix-custom-roms-t3752036
I plan on testing this with the rom you have on Boost Mobile as soon as it's done downloading.

Related

Cannot re-enable apps that I've disabled.

I have a thing against having lots of apps in my app drawer that I never use. I always go through and disable ones that I won't need. Well, I disabled some of the ZTE apps like My Voice, and now I can't re-enable them. When I go to app info, it shows "disabled" on the list for the app, but when I tap it, there is an "enable" button that is grayed out.
I'd like to be able to do this without factory resetting the phone.
If you can get ADB running to connect the phone to the PC try this
adb shell pm list packages -d
adb shell pm unhide package.Name
peramikic said:
If you can get ADB running to connect the phone to the PC try this
adb shell pm list packages -d
adb shell pm unhide package.Name
Click to expand...
Click to collapse
:laugh: looks like we are all here , by the way wont work (unhide command) needs to be " pm enable " and requires system access (root) "Permission Denial" , i try with a disabled app(s), just hope we get that update soon to avoid all this problems
P.S. yeah i'm the guy from ZTE forum
Haha good to see you guys!
Too bad on the ADB pm cmd, i was 50/50 on it working
I need to find a way to auto-post to both forums through :laugh:
biglilsteve said:
Haha good to see you guys!
Click to expand...
Click to collapse
peramikic said:
Too bad on the ADB pm cmd, i was 50/50 on it working
I need to find a way to auto-post to both forums through :laugh:
Click to expand...
Click to collapse
LoL, good to see people from ZTE Forums here too hehehe and yeah this is what i get when trying to enable it back (using terminal app but is the with ADB)
DrakenFX said:
LoL, good to see people from ZTE Forums here too hehehe and yeah this is what i get when trying to enable it back (using terminal app but is the with ADB)
Click to expand...
Click to collapse
Technically i went there from here
Looks like you ran directly from terminal emulator. I'm not sure, but ADB shell might run under a different UID and have more permissions. This might have changed in MM, but you could use pm command to grand permission to Greenify package on non rooted devices
Was there ever a fix for this? I am running into the same issue and can't re-enable apps.
imp3r10 said:
Was there ever a fix for this? I am running into the same issue and can't re-enable apps.
Click to expand...
Click to collapse
Are you on software version B27?
xtermmin said:
Are you on software version B27?
Click to expand...
Click to collapse
B20
imp3r10 said:
B20
Click to expand...
Click to collapse
Update to B27 (and maybe factory reset). I'm pretty sure this was one of the things fixed in B27.
xtermmin said:
Update to B27 (and maybe factory reset). I'm pretty sure this was one of the things fixed in B27.
Click to expand...
Click to collapse
Oh. I was putting off upgrading until I got root and there was more development in the phone to recover corrupt devices.
xtermmin said:
Update to B27 (and maybe factory reset). I'm pretty sure this was one of the things fixed in B27.
Click to expand...
Click to collapse
Are you sure about this? I have seen posts on ZTE board saying that apps can no longer be enabled/disabled with B27. With B20 you can at least do disabling (I am not sure about enabling).
some you can some you can't. you can disable ZTE browser, but can't disable ZTE calendar or ZTE messanger for instance.
For disabling apps, are you using a different launcher?
Launch the Stock Android launcher and disable apps through the app drawer - I've successfully disabled ZTE calendar and messenger on my device.
Re-enabling seems another problem altogether though..
imp3r10 said:
Oh. I was putting off upgrading until I got root and there was more development in the phone to recover corrupt devices.
Click to expand...
Click to collapse
B27 can still be rooted and bootloader unlocked. No real reason not to update.
no such love for B27
mh127 said:
Are you sure about this? I have seen posts on ZTE board saying that apps can no longer be enabled/disabled with B27. With B20 you can at least do disabling (I am not sure about enabling).
Click to expand...
Click to collapse
That was something else that was changed.
On B20, if you disabled apps in Settings > Apps, sometimes you would not be able to re-enable them.
(What you're talking about) On B20, if you use the Stock Android theme, if you press and hold on an application icon, there's a "Disable" option at the top of the screen that you can drag the icon to. Using this method, you could disable apps that you couldn't via Settings > Apps, such as the ZTE Calendar and Messaging apps. However, this allowed you to disable things that could cause issues with the device, such as disabling Settings or the Dialer. If you disabled apps this way, you could not re-enable them via Settings > Apps.
On B27, you can still disable apps in Settings > Apps, and people haven't reported having issues re-enabling them.
On B27, the "Disable" option in the Stock Android theme has been removed. So while you're not able to disable some stock apps, you cannot accidentally disable something that could break the OS.
xtermmin said:
On B27, you can still disable apps in Settings > Apps, and people haven't reported having issues re-enabling them.
On B27, the "Disable" option in the Stock Android theme has been removed. So while you're not able to disable some stock apps, you cannot accidentally disable something that could break the OS.
Click to expand...
Click to collapse
Thanks - hadn't noticed that difference with B27 till now.
However, I've disabled the stock clock, and can no longer re-enable it through the App settings.
There does appear to be another solution (I haven't tried it though) - from the App settings, if you select the 3 dot menu on the top right, the option to reset app preferences should re-enable apps (and reset other settings as well).
An Droid said:
Thanks - hadn't noticed that difference with B27 till now.
However, I've disabled the stock clock, and can no longer re-enable it through the App settings.
There does appear to be another solution (I haven't tried it though) - from the App settings, if you select the 3 dot menu on the top right, the option to reset app preferences should re-enable apps (and reset other settings as well).
Click to expand...
Click to collapse
Did you disable it back in B20? Cause when I look at the stock clock in B27 on my device, the disable option is greyed out.

NO ROOT REQUIRED - Manually Uninstall System Apps

***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:
Code:
adb shell
$ pm list packages
$ pm uninstall -k --user 0 <name of package>
Example: (this removes Amazon video)
Code:
adb shell
$ pm list packages
$ pm uninstall -k --user 0 com.amazon.avod
Success
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.
Click to expand...
Click to collapse
Source: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Hallo32 said:
Why do you keep the data and cache directories?
Source: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Click to expand...
Click to collapse
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.
Work on my Fire 7" Gen7 with 5.4.0.0.
Thank You!
DragonFire1024 said:
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.
Click to expand...
Click to collapse
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
Hallo32 said:
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.
Click to expand...
Click to collapse
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.
Hallo32 said:
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
Click to expand...
Click to collapse
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.
See edit above. ^^
But what does this mean in relation to the ota apps? Are the ota updates also deactivated?
Hallo32 said:
See edit above. ^^
But what does this mean in relation to the ota apps? Are the ota updates also deactivated?
Click to expand...
Click to collapse
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.
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?
deepdvd said:
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?
Click to expand...
Click to collapse
I did special offers. Haven't tried the launcher yet.
DragonFire1024 said:
I did special offers. Haven't tried the launcher yet.
Click to expand...
Click to collapse
Does it actually remove them from the lock screen or just make the app not work?
deepdvd said:
Does it actually remove them from the lock screen or just make the app not work?
Click to expand...
Click to collapse
I don't know. I didn't have the ads.
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.
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.
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.
Hallo32 said:
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.
Click to expand...
Click to collapse
This will list all installed packages. I'm not sure if a safe list has yet been made.
Code:
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 said:
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.
Click to expand...
Click to collapse
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.
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.
@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

How can I uninstall system apps?

I'm rooted version 9.0.5.l, and I want to uninstall some system apps like contacts. Then replace them with their Google counterparts.
ZaKh10 said:
I'm rooted version 9.0.5.l, and I want to uninstall some system apps like contacts. Then replace them with their Google counterparts.
Click to expand...
Click to collapse
I'd be careful of what you uninstall as some of the system apps are connected to the others and could end up with a big mess.
ADB is your friend it that's the path you want to go down.
1. connect device, make sure ADB is working (check with CMD "adb devices")
2. go to shell, using CMD "adb shell"
3. get list of install packages using CMD "pm list packages" (use google to find out what does each package name means).
4. remove package using CMD "pm uninstall -k --user 0 $packagname" (e.g. pm uninstall -k --user 0 com.android.inputdevices)
5. if correctly typed, you receive message "SUCCESS"
Optionally a reboot might be required.
Wouldn't titanium backup do the same thing?
magnumtripod said:
Wouldn't titanium backup do the same thing?
Click to expand...
Click to collapse
Probably, but if you're going to use android you should know the basics of ADB.
ggrant3876 said:
Probably, but if you're going to use android you should know the basics of ADB.
Click to expand...
Click to collapse
While knowing how to use ADB is very handy, removing apps via TitianiumBackup is by far easier and faster for this purpose.
I use ADB and fastboot for several things, but as for removing the bloatware and OnePlus apps on OOS until LOS is available, TitaniumBackup is much faster/easier.
OhioYJ said:
While knowing how to use ADB is very handy, removing apps via TitianiumBackup is by far easier and faster for this purpose.
I use ADB and fastboot for several things, but as for removing the bloatware and OnePlus apps on OOS until LOS is available, TitaniumBackup is much faster/easier.
Click to expand...
Click to collapse
Which system apps can I uninstall without messing everything up?
if you are asking that question, I would say you should not remove ANY system apps..
ZaKh10 said:
Which system apps can I uninstall without messing everything up?
Click to expand...
Click to collapse
The next update, I'm going to make a list (and post it). As when I went through my phone I tried to search and find a list, and all I could across was tons of post saying this has been covered before. So then all I could find was very out-dated information, or suggestions like don't remove anything. None of which is helpful...
I ended up removing a whole bunch of stuff right off the bat that I've known is safe for a long time. Anything that I was not quite sure about, I chose the freeze option in TitianiumBackup, restarted, and waited to see if I had any issues. If I didn't, I removed it entirely.
Backup your data, what's the worse thing that happens, you make OOS angry, and you have to boot back into Fastboot or TWRP to reflash the ROM, no big deal.
OhioYJ said:
The next update, I'm going to make a list (and post it). As when I went through my phone I tried to search and find a list, and all I could across was tons of post saying this has been covered before. So then all I could find was very out-dated information, or suggestions like don't remove anything. None of which is helpful...
I ended up removing a whole bunch of stuff right off the bat that I've known is safe for a long time. Anything that I was not quite sure about, I chose the freeze option in TitianiumBackup, restarted, and waited to see if I had any issues. If I didn't, I removed it entirely.
Backup your data, what's the worse thing that happens, you make OOS angry, and you have to boot back into Fastboot or TWRP to reflash the ROM, no big deal.
Click to expand...
Click to collapse
Mind posting what you disabled?
ram4ufriends said:
Mind posting what you disabled?
Click to expand...
Click to collapse
The problem is I don't have anything disabled. If I didn't have any problems from freezing, I removed it entirely. The next update they release I'll make a list.
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
I'd leave well enough alone, until something specific happens to your phone that makes you think you need to delete something..
ggrant3876 said:
I'd be careful of what you uninstall as some of the system apps are connected to the others and could end up with a big mess.
ADB is your friend it that's the path you want to go down.
1. connect device, make sure ADB is working (check with CMD "adb devices")
2. go to shell, using CMD "adb shell"
3. get list of install packages using CMD "pm list packages" (use google to find out what does each package name means).
4. remove package using CMD "pm uninstall -k --user 0 $packagname" (e.g. pm uninstall -k --user 0 com.android.inputdevices)
5. if correctly typed, you receive message "SUCCESS"
Optionally a reboot might be required.
Click to expand...
Click to collapse
Does this method require root access? And can the phone be updated with OTA delta update afterwards?
wase4711 said:
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
I'd leave well enough alone, until something specific happens to your phone that makes you think you need to delete something..
Click to expand...
Click to collapse
I deleted Duo, Play Music, Play Movie, Play Books and save about 100MB on my phone. I'd rather spend those storage for apps, music and stuff rather than apps I know I never use
wase4711 said:
as fast and as smooth as this phone is, why would you want to remove any system apps?
thats usually done to reduce overhead or speed up laggy phones; this phone is NOTHING like that...
Click to expand...
Click to collapse
OnePlus has a very bad reputation for sending information back to their servers. So I would say this is a security / privacy issue. Especially until some other alternative to OOS is available.
OhioYJ said:
OnePlus has a very bad reputation for sending information back to their servers. So I would say this is a security / privacy issue. Especially until some other alternative to OOS is available.
Click to expand...
Click to collapse
Every phone mfg/provider sells/steals our personal info, so, at this point in our lives, you cant be that concerned about those things; if you are, dont use your phone for banking/credit card/financial stuff, or anything seriously illegal..
veatesia said:
Does this method require root access? And can the phone be updated with OTA delta update afterwards?
I deleted Duo, Play Music, Play Movie, Play Books and save about 100MB on my phone. I'd rather spend those storage for apps, music and stuff rather than apps I know I never use
Click to expand...
Click to collapse
If it's a real system app you don't have more storage for data... As system is a separated partition it's not the main argument.
The other inconvenient is that you have to remove them at each OTA or make a script to automate this.
Most of the time it's better to just freeze them with titanium as it remains after OTA.
Sd maid pro
I am rooted an I have Magisk. There's a modeule you can download off Magisk manager called "debloater" +terminal emulator that can remove anything off the phone. Reboot to take effect. It's basically my "Aroma".
I use it to debloat a lot of OnePlus stuff such as:
Contacts, messages, gallery, file explorer, Google play movies, etc.
Then I replace those with the Google counterpart and Nova launcher.
And if I "f-up", I can simply reinstall them right back on. No problem.
I love it.
OhioYJ said:
The problem is I don't have anything disabled. If I didn't have any problems from freezing, I removed it entirely. The next update they release I'll make a list.
Click to expand...
Click to collapse
How do I backup so I can flash the rom?
ZaKh10 said:
How do I backup so I can flash the rom?
Click to expand...
Click to collapse
Use the magisk module suggested by the post above yours. When an OTA arrives they will be installed again, just debloat again.
Is this where the normal disclaimer goes, I'm not responsible for anything, including thermonuclear war?........
ZaKh10 said:
How do I backup so I can flash the rom?
Click to expand...
Click to collapse
I'm assuming you don't have the T-Mobile version, if you do there is a different thread with Fastboot images of both the international and T-mobile images.
Here is the official thread for download the regular 6T images (non branded / TMobile) OOS Roms: https://forum.xda-developers.com/oneplus-6t/how-to/official-oxygenos-9-0-4-ota-oneplus-6t-t3860953
I assume you've seen this:
[Guide] OnePlus 6T [Fajita]: Unlock | Flash TWRP | Root | Nandroid & EFS Backup !!
I flashed the ROM, using ADB sideload in TWRP. So make sure you have ADB working on your PC first I've found this is really easiest to do in Linux, so even if you do this just booting from a live USB/CD is fine.
https://forum.xda-developers.com/on...overy-unofficial-twrp-touch-recovery-t3861482
Backup any apps you care about in TitaniumBackup, copy that folder to your PC. Copy any other data to your PC as well just in case (music, photos, etc). Lastly, you will have to copy the Android and Data folders, these two folders will contain data for apps that TitaniumBackup may not have gotten.
If you search you should be able to come across lists, even though dated of programs and what they do, that you can remove. Just read up some, backup your data, make sure you have ADB and Fastboot working on your PC, and you'll should be fine.

How to delete system update files?

Okay so here is the deal. I connected my phone to my home wifi to adjust some settings to shut off my internet at night so the kids will go to bed... well be more likely to go to bed when they can't just sit and watch youtube/netflix all night. Personally I don't think they need tablets or entertainment to fall asleep, but they are my fiance's kids, and it is what it is because they have used this method for so long.
Anyway enough personal stuff, when I connected my phone, it downloaded a system update. I could not stop it, and now it is bugging me to restart and update but I dont want to. I can delay it, up to 9 times, for a later time, but I want to delete the update files entirely.
I was hoping there would be a way to do it without root, but I am fairly certain that at this point, I'm going to have to bite the bullet and install the update
Use adhell3 or adb to disable com.wssyncmldm
lightmastertech said:
Use adhell3 or adb to disable com.wssyncmldm
Click to expand...
Click to collapse
Thanks I will look up the adb command.
b3y0ndd34th said:
Thanks I will look up the adb command.
Click to expand...
Click to collapse
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Best guide I've seen, including how to reinstall apps disabled though adb, which most people seem to think is impossible.
EDIT: the shorted link on my end says "...root access" at the end. Just to be clear, the not shortened end of that link actually says "uninstall-carrier-oem-bloatware-without-root-access/", so yes, it works without root.
lightmastertech said:
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Best guide I've seen, including how to reinstall apps disabled though adb, which most people seem to think is impossible.
EDIT: the shorted link on my end says "...root access" at the end. Just to be clear, the not shortened end of that link actually says "uninstall-carrier-oem-bloatware-without-root-access/", so yes, it works without root.
Click to expand...
Click to collapse
Thanks for the guide, but it tells me the package isn't installed for user 0.
b3y0ndd34th said:
Thanks for the guide, but it tells me the package isn't installed for user 0.
Click to expand...
Click to collapse
When I disabled this the entire settings option for system update disappears, and back in early March when I was still holding out for a Snapdragon root my phone auto downloaded an update and gave me a persistent notification about installing update. Disabling this made it go away and it couldn't auto-install it.
You can install App Inspector to see a searchable list of every app on your phone, including the package name you need for adb.
BTW, there's an option in developer options that will let you disable auto-installing updates on restart.

Moto Z4 Debloat Thread (Verizon)

Hey everyone, I figured I would post a thread sharing an article about how to debloat the verizon
edition of the phone, getting rid of all the annoying apps that are unnecessary. This doesn't
remove them from the phone permanently, just for the current "user". So no matter what,
a factory reset will bring everything back since we're not rooted, and not uninstalling from
the system.
From a fresh factory reset, I set up my fingerprint on the phone, and did this right away after adding
my google account. I also uninstalled any app from the phone itself (settings, apps) that gave me the
option, such as candy crush, since those stay away..
Here's the XDA article about what we're doing today, and the original source for the method used.
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Basic run down:
1) Enable Developer Options In Settings
2) Turn On USB Debugging
3) Install Application Inspector
4) Use ADB Within Command Prompt To Disable Packages. First typing
"adb shell", then "pm uninstall -k --user 0 XXXXXXXXXXXXX", where you replace
the XXXXXXXXXXXX with the package name of the app you're wanting
to not have anymore.
***(in step 4, we're typing the commands WITHOUT the quotes)***
====================================================
Here's a list of everything I've "uninstalled", with no adverse side effects.
com.motorola.mot5gmod
com.motorola.vzw.mot5gmod
com.discoveryscreen
com.vzw.ecid
com.vcast.mediamanager
com.motorola.vzw.cloudsetup
com.verizon.obdm_permissions
com.verizon.obdm
com.verizontelematics.verizonhum
com.verizon.messaging.vzmsgs
com.LogiaGroup.LogiaDeck
com.vzw.hss.myverizon
com.motorola.vzw.phone.extensions
com.securityandprivacy.android.verizon.vms
com.vzw.qualitydatalog
com.motorola.ltebroadcastservices_vzw
com.telecomsys.directedsms.android.SCG
com.motorola.vzw.loader
com.motorola.omadm.vzw
com.motorola.vzw.provider
====================================================
i threw this together real quick before work, will be adding pictures and such when i get home
Thanks man, I started a similar thread but it's nowhere near as neat and concise as yours..
Hey I heard somewhere a long time ago that WiFi calling wouldn't work without the My Verizon App. A level 1 tech told me the other day it had nothing to do with it. Mine is disabled (started to say frozen) and my phone hasn't been using it. I'm in a weak signal area and need it. I got disc. when transferred to a tier 2 tech.
Is that something you use? It's called HD Voice and Video in settings.
Hi, guys, is this debloat guide OTA updatable? Will it block OTA from Verizon?
Tekken Lord said:
Hi, guys, is this debloat guide OTA updatable? Will it block OTA from Verizon?
Click to expand...
Click to collapse
The guide works with the OTA, no issues, except one package that breaks the update history, "com.motorola.vzw.phone.extensions", so, don't disable that one

Categories

Resources