¿Bloatware Huawei? - Android Q&A, Help & Troubleshooting

Greetings everyone, my question is about which system services is it safe to disable via adb shell, here are some screenshots, my device is huawei y6 2019 and by the way I speak Spanish, I would appreciate an answer ...

My understanding of bloatware is they are by OEM pre-installed apps - installed as system apps: System services are never bloatware, they are integral part of Android OS.
You can disable each of these apps running ADB command
Code:
adb shell "pm disable-user --user 0 <package_to_disable>"

my question which apps from the screenshots can be disabled please

Related

'pm list packages --user 1' shows empty

Hi,
I have a Mi Max 1 gen with Lineage OS 14.1 recent nightly build installed. There's another user besides the default user, and I think it should be referred as user 1.
When I run:
Code:
adb shell pm list packages --user 0
It shows a list of packages.
When I run:
Code:
adb shell pm list packages --user 1
It shows nothing.
I think it shouldn't show nothing, although I haven't installed a third-party app.
So could you advise is it normal?
Thanks.

Auto installer app(malware)

Blu has included an app that keeps automatically installing apps on there phone. On the bold-n1 is is called
Code:
com.dti.blu
location =
/system/priv-app/Ignite_bluOemIgniteAgent/Ignite_bluOemIgniteAgent.apk
to stop the app from running , it can be uninstalled with adb command. Without needing root. (with root just remove the file)
Code:
adb shell pm uninstall --user 0 com.dti.blu
I do not have a list of the apps it installs, but same as the review at android guys, the "ignite" app installs Coin Master, Games Hub, Reddit, Pandora, and Yahoo Mail. And possibly others.
Once you run the uninstall command you can remove the apps that is has auto-installed on you.
It is not known if these apps are dangerous, but because they install without your knowledge or permission, they are bad.
There is one more app that I have done the same uninstall to. But I do not know what it was doing. But the name alone gives me enough gut-feeling to need to remove it.
Code:
android.autoinstalls.config.BLU.N0030WW
location = /system/app/PAIStub/PAIStub.apk
adb shell pm uninstall --user 0 android.autoinstalls.config.BLU.N0030WW

[NO-ROOT][SCRIPT]Nokia Debloater, An universal script that works on all Nokia phones.

Here is an universal script that should work on every Nokia device right from the first gen devices upto Nokia 9 Pureview.
Exert from my Github readme.md -
Nokia-Debloater
A simple noob-friendly script that debloats your phone from the evenwell apps and soon, Google Apps.
What is evenwell and why should I care?
Evenwell/FiH is chinese company. Specifically, They are a subsidary of the massive Foxxconn group that manufactures consumer electronics for sale around the world. This Evewell group were a business partner of Nokia/HMD and they were responsible for manufacturing and building the software on these phones. We all know the second generation devices from Nokia i.e Nokia 6.1, Nokia 6.1 Plus, Nokia 7 Plus etc are android one devices which are supposed to come with clean software and no bloat. On the surface, These devices have no bloat, But when you go digging deeper into settings and the system, You will encounter them evenwell apps.
What do these apps do?
These apps are supposedly to maintain system stability and protect battery among various other services/features. There are also telemetry apps that send data to the chinese. This is the reason I've decided to create this script.
Nokia has supposedly stopped using the evenwell services/apps, Why would you uninstall them?
Simple, Because
1. I do not want any dead app that previously had an history of snooping in my system.
2. They are not supposed to be there in the first place.
Convinced yet? Get the script from here and you can start.
Enable usb debugging and connect to PC, Put the .bat file in the same folder as your ADB and run the script. Profit.
More info - Nokia Debloater Github
Reserved
Typo in the second partnerbrowsercustomizAtions
Thanks for your work
jojlse said:
Typo in the second partnerbrowsercustomizAtions
Thanks for your work
Click to expand...
Click to collapse
Okay thanks! Ill fix it.
New release coming today with Improved Android 10 Compatibility:fingers-crossed:
Update - New release?
Is it script safe to use for locked bl user? I mean is it update gonna mess with the script?
LuminousMazim said:
Is it script safe to use for locked bl user? I mean is it update gonna mess with the script?
Click to expand...
Click to collapse
No worries, This script is safe for users with locked bootloaders and you will not have issues with updates at all.
Read my F.A.Q here to know more.
CarbonGTR said:
No worries, This script is safe for users with locked bootloaders and you will not have issues with updates at all.
Read my F.A.Q here to know more.
Click to expand...
Click to collapse
Thanks! btw any idea this is universal or some specific region thing? I kinda look into the script in the bat file, and found out some line is end with "ww" like,
evenwell.powersaving.g3.overlay.base.s600ww
evenwell.dataagent.overlay.base.s600ww
in my device i still have that but end with id:
evenwell.powersaving.g3.overlay.base.s600id
evenwell.dataagent.overlay.base.s600id
my country is Indonesia, so i suspect that is my region code. I Have some failed line when running .bat file too, something like
failed "app not found or 0 app not installed"
I don't know the exact it just too fast and at first didn't think much of it. Or it just some app that didn't intend to be deleted.
LuminousMazim said:
Thanks! btw any idea this is universal or some specific region thing? I kinda look into the script in the bat file, and found out some line is end with "ww" like,
evenwell.powersaving.g3.overlay.base.s600ww
evenwell.dataagent.overlay.base.s600ww
in my device i still have that but end with id:
evenwell.powersaving.g3.overlay.base.s600id
evenwell.dataagent.overlay.base.s600id
Click to expand...
Click to collapse
It's region specific. ID stands for Indonesia, WW stands for Worldwide and there is one more, I guess its RR or something that is for the russian region.
Thanks for the heads up, I will update the script with other Regions also:good:
my country is Indonesia, so i suspect that is my region code. I Have some failed line when running .bat file too, something like
failed "app not found or 0 app not installed"
I don't know the exact it just too fast and at first didn't think much of it. Or it just some app that didn't intend to be deleted.
Click to expand...
Click to collapse
Failed here just means that the app was not found and hence not deleted. The script will never touch the other apps other then ones I've added.
CarbonGTR said:
It's region specific. ID stands for Indonesia, WW stands for Worldwide and there is one more, I guess its RR or something that is for the russian region.
Thanks for the heads up, I will update the script with other Regions also:good:
Failed here just means that the app was not found and hence not deleted. The script will never touch the other apps other then ones I've added.
Click to expand...
Click to collapse
Thanks! Can you add clear cache/dalvik after using script for the next update? I think is logical thing to do after removing bunch of app. Or it need root/unlock?
LuminousMazim said:
Thanks! Can you add clear cache/dalvik after using script for the next update? I think is logical thing to do after removing bunch of app. Or it need root/unlock?
Click to expand...
Click to collapse
Clearing Dalvik Cache and Cache data is not possible on Treble devices. Google Did away with caches because of the A/B system this phone uses.
I'll look into what I can do.
BTW, Region specific Apps can now be debloated, Uploading to Git soon
@luminousMazin A feature to remove cache data has been added to the latest release.
CarbonGTR said:
Clearing Dalvik Cache and Cache data is not possible on Treble devices. Google Did away with caches because of the A/B system this phone uses.
I'll look into what I can do.
BTW, Region specific Apps can now be debloated, Uploading to Git soon
@luminousMazin A feature to remove cache data has been added to the latest release.
Click to expand...
Click to collapse
Thanks for the script! Working in Nokia 6 2017.:good::good:
How to confirm this script is working?
I already run this script when I was still on Pie and leave it..
After Android 10 update, I checked evenwell apps still remains on my device, I found it through battery optimization settings (screenshot attached), there's so many of them...
Or is it reinstalled after 10 upgrade??
Can I reuse this script on 10?
R324D said:
How to confirm this script is working?
I already run this script when I was still on Pie and leave it..
After Android 10 update, I checked evenwell apps still remains on my device, I found it through battery optimization settings (screenshot attached), there's so many of them...
Click to expand...
Click to collapse
You should see a Uninstalled for user 0 caption message under the apps
Or is it reinstalled after 10 upgrade??
Can I reuse this script on 10?
Click to expand...
Click to collapse
Yes you can.
Some apps changed name in android10:
adb shell pm uninstall --user 0 com.evenwell.AprUploadService.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.d.base.s600ww
adb shell pm uninstall --user 0 com.evenwell.batteryprotect.overlay.base
adb shell pm uninstall --user 0 com.evenwell.CPClient.overlay.base
adb shell pm uninstall --user 0 com.evenwell.custmanager.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.dataagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DbgCfgTool.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DeviceMonitorControl.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.managedprovisioning.overlay.base
adb shell pm uninstall --user 0 com.evenwell.nps.overlay.base
adb shell pm uninstall --user 0 com.evenwell.partnerbrowsercustomizations.overlay.base
adb shell pm uninstall --user 0 com.evenwell.PowerMonitor.overlay.base
adb shell pm uninstall --user 0 com.evenwell.pushagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.retaildemoapp.overlay.base
adb shell pm uninstall --user 0 com.evenwell.stbmonitor.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.telecom.data.overlay.base
I use linux adb, so no .exe
jojlse said:
Some apps changed name in android10:
adb shell pm uninstall --user 0 com.evenwell.AprUploadService.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.base
adb shell pm uninstall --user 0 com.evenwell.autoregistration.overlay.d.base.s600ww
adb shell pm uninstall --user 0 com.evenwell.batteryprotect.overlay.base
adb shell pm uninstall --user 0 com.evenwell.CPClient.overlay.base
adb shell pm uninstall --user 0 com.evenwell.custmanager.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.dataagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DbgCfgTool.overlay.base
adb shell pm uninstall --user 0 com.evenwell.DeviceMonitorControl.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.managedprovisioning.overlay.base
adb shell pm uninstall --user 0 com.evenwell.nps.overlay.base
adb shell pm uninstall --user 0 com.evenwell.partnerbrowsercustomizations.overlay.base
adb shell pm uninstall --user 0 com.evenwell.PowerMonitor.overlay.base
adb shell pm uninstall --user 0 com.evenwell.pushagent.overlay.base
adb shell pm uninstall --user 0 com.evenwell.retaildemoapp.overlay.base
adb shell pm uninstall --user 0 com.evenwell.stbmonitor.data.overlay.base
adb shell pm uninstall --user 0 com.evenwell.telecom.data.overlay.base
I use linux adb, so no .exe
Click to expand...
Click to collapse
The script has these new, name changed apps included.
Worked on my Nokia 6.1 Plus. Thanks a ton!
Please help me with the procedure to flash this script, I am using Nokia 6.1 Plus
Thank you!
Arockyfella said:
Please help me with the procedure to flash this script, I am using Nokia 6.1 Plus
Thank you!
Click to expand...
Click to collapse
You're not to flash it.
Do this:
CarbonGTR said:
Enable usb debugging and connect to PC, Put the .bat file in the same folder as your ADB and run the script. Profit.
More info - Nokia Debloater Github
Click to expand...
Click to collapse
Ran the script on Nokia 7 plus. Did not encounter any issues. Battery improved a bit and it appears the screen freeze issue that affects many of the users is gone..
ShapeCharger99 said:
It appears the screen freeze issue that affects many of the users is gone..
Click to expand...
Click to collapse
This is quite interesting, I never saw any app or overlay targetting the display.

Xiaomi mibox MDZ-20-AA Chinese version to International

Hello Guys my wife bought a xiaomi mibox MDZ-20-AA , chinese language, i know that is possible to root it and change it on international version, i have an old tuto for the MDZ-19-AA, is it the same way for the 20-AA or is there a tutorial for my version.
Thanks for your answers
Yannis
I tried rooting it, but I was worried of bricking it so I went with the safest option.
I know it's not the best option but at least makes it bearable.
Step 1:
Download a third-party launcher, my recommendations are ATV launcher or TVlauncher.
Step 2:
Find Settings (in the new launcher look for system settings)
and install ADB with this guide: https://www.xda-developers.com/install-adb-windows-macos-linux/
Step 3:
Connect via USB or WiFi
1. Connect your PC with a Male-to-Male USB cord. Give the command
Code:
adb devices
in cmd to see if your device has been connected successfully.
2. Connect the devices with the same WiFi and find the IP in the box and give the command in cmd
Code:
adb connect (Your.IP.Address)
Confirm you connection with the command
Code:
adb devices
.
Step 4:
App Store
adb shell pm uninstall --user 0 com.xiaomi.mitv.appstore
Mi Home
adb shell pm uninstall --user 0 com.xiaomi. smarthome.tv
Xiaomi Store
adb shell pm uninstall --user 0 com.xiaomi.mitv.shopXiaomi
Payment
adb shell pm uninstall --user 0 com.xiaomi.mitv.paymentXiaomi
Wallet
adb shell pm uninstall --user 0 com.mipay .wallet.tv
Game center
adb shell pm uninstall --user 0 com.xiaomi.mibox.gamecenterXiaomi
MiTv settings
adb shell pm uninstall --user 0 com.xiaomi.mitv.settings
If you want to see what else is installed on your mibox, just type:
Simple view:
pm list packages
Detailed view:
pm list packages -f
Step 4:
Now all the xiaomi launcher and apps are uninstalled find other apps
Launchers:
1. Atv Launcher(confirmed)
2. TvLauncher(confirmed)
3. HALauncher(confirmed)
4. Top TV Launcher 2(unconfirmed)
Youtube alternatives:
SmartYoutubeTV(confirmed)
Market Store:
1. Aptoide(confirmed)
2. APKPure(needs mouse)(confirmed)
3. F-Doid(needs mouse)(confirmed)
Browsers:
Puffin Browser(confirmed)
DuckDuckGo Browser(unconfirmed)
TVWeb Browser(unconfirmed)
Movies:
1. Stremio
2. PopcornTime
3. PopcornFlix (if u live in the US)
4. Kodi
For more apps check Aptoide tv
Anyways if you want to root anyways you can use this video (Russian language) for reference:
(link to youtube) watch?v=ZqPr6Vq0fUw
files:
(link to google drive) open?id=1Ki7p56otzAh31jYzMV7BKkxNYhjWZCWL
(if it works please tell me)
Screensaver
I am with a problem with the screensaver, when I am watching a movie it keeps working. Somebody know how to stop it?
I removed with "adb shell pm uninstall --user 0 com.xiaomi.mibox.lockscreen" but it continues, maybe is not this
servimo said:
I am with a problem with the screensaver, when I am watching a movie it keeps working. Somebody know how to stop it?
I removed with "adb shell pm uninstall --user 0 com.xiaomi.mibox.lockscreen" but it continues, maybe is not this
Click to expand...
Click to collapse
That happened to me too try "adb shell pm uninstall --user 0 com.xiaomi.mibox.screensaver"
I'm not sure for the package name but anyways try the pm list packages in adb and search for screensaver and remove it.
Mi box 4c saya hard brick
Ada yg tau rom yg bagus buat mi box 4c

Debloat/Disable System Apps

So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead?
Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers
Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type
in CMD
Code:
adb devices
in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable debugging Promt on your Phone if it shows unauthorised (allow this computer).
6. Type
in cmd
Code:
adb shell
in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
thanks. It was much needed.
Won't it be better if you have created list of removable apps? Other than sharing guide which everyone knows

Categories

Resources