[GUIDE] [DEBLOAT] Remove stock apps WITHOUT ROOT - Xiaomi Redmi 5 Guides, News, & Discussion

Most of the Apps on Redmi 5 cannot be disabled in setting.
So this thread is created to disable apps so that they will never wake up to consume battery and will be uninstalled for current user.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now copy and run the commands from below list for the app which you want to remove.
NOTE : Chrome is necessary for WebView Implementation and hence should not be removed so excluded from below list.
This will remove apps for current user and will return in case of factory reset.
So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner​
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner

AVinaSh_S said:
Most of the Apps on Redmi 5 cannot be disabled in setting.
So this thread is created to disable apps so that they will never wake up to consume battery and will be uninstalled for current user.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
NOTE : Chrome is necessary for WebView Implementation and hence should not be removed so excluded from below list.
This will remove apps for current user and will return in case of factory reset.
So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner​
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
Click to expand...
Click to collapse
thank you very much bro!:good:

i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?

driton.talinoci said:
i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?
Click to expand...
Click to collapse
You will still receive OTA updates if you do this. Apps which are uninstalled this way can be brought back by doing factory reset. I don't know about the warranty, but If you care about it - as I said, you can do factory reset to install the apps again, therefore your warranty will be valid.

Nothing will Happen!
driton.talinoci said:
i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?
Click to expand...
Click to collapse
nah man.. nothing will happen... U will still get updates and Ur warranty is not voided!

AP hacker said:
nah man.. nothing will happen... U will still get updates and Ur warranty is not voided!
Click to expand...
Click to collapse
thanks man

I bought it for my dad yesterday and now I was waiting 360 hours to unlock the bootloader, root it for unistalling thoses apps !!
You are a genius thank you SO MUCH !!

I got to say I got a failure.
merely, some failures.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
4b58065b7ce5 device
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photo
s
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Goo
gle App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
Success
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
4b58065b7ce5 device
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scannerFailure [not installed for
0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videosFailure [not install
ed for 0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
Failure [not installed for 0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
Click to expand...
Click to collapse

double post because of the screenshot.

Silversniper said:
I got to say I got a failure.
merely, some failures.
Click to expand...
Click to collapse
[not installed for 0] -- is a generic error. Meaning the app you are trying to uninstall is already removed.
So no issues here if you face it for few apps.

AVinaSh_S said:
[not installed for 0] -- is a generic error. Meaning the app you are trying to uninstall is already removed.
So no issues here if you face it for few apps.
Click to expand...
Click to collapse
well, actual none got removed.

Silversniper said:
well, actual none got removed.
Click to expand...
Click to collapse
Copy all the lines from code section.. without the #app_name.
Give authentication in ADB session.
Type
adb devices
Should show device ID without device unauthenticated text.
Then in same session fire commands without # i.e.
adb shell pm uninstall -k --user 0 com.google.android.music
Try and report back :good:

AVinaSh_S said:
Copy all the lines from code section.. without the #app_name.
Give authentication in ADB session.
Type
adb devices
Should show device ID without device unauthenticated text.
Then in same session fire commands without # i.e.
adb shell pm uninstall -k --user 0 com.google.android.music
Try and report back :good:
Click to expand...
Click to collapse
Well, ofc I tried both version of the code, as you can see. I even tried removing by use of single lines.
But I'll repeat it with an adb devices and also some configurations on the device.
We talk here about plain vanilla devices with locked bootloader/no root, right?

Silversniper said:
Well, ofc I tried both version of the code, as you can see. I even tried removing by use of single lines.
But I'll repeat it with an adb devices and also some configurations on the device.
We talk here about plain vanilla devices with locked bootloader/no root, right?
Click to expand...
Click to collapse
Yes .. no root required.
Do one thing .. try to uninstall apps like user apps.
The command removes system app and I believe you have updated few apps and the apps from /userdata are shown in app drawer.
After the commands you will be able to just uninstall these apps like regular apps.

How about google play services? Can i uninstall it through this method?
As I want to uninstall update, but since miui cannnot do that.

t2950486 said:
How about google play services? Can i uninstall it through this method?
As I want to uninstall update, but since miui cannnot do that.
Click to expand...
Click to collapse
It will disable goolge play services which will break Google Play Store so not recommended.

Thank you!
I successfully removed:
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.appmanager

What about stock messaging app?

Noob question
Just want to confirm that it will work on miui 10 as well?

This gave my battery draining after i disabled some apps. Android system battery usage was very high.

Related

[GUIDE] [DEBLOAT] Remove stock MIUI apps WITHOUT ROOT or BOOTLOADER

First install ADB (just you can copy and paste a some files on C:\ADB). Follow this https://www.xda-developers.com/quickly-install-adb/
Use this on CMD, for Windows Shift+Click -> "Open CMD here"
Test if your phone connected: adb devices
The CMD returns:
"List of devices attached
43648### device"
And uninstall the apps that you wants
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
..
Here's the sh script nobody asked for
github [ dot com ] /KushagraKarira/Unbloat/blob/master/miui.sh
I plan to add all of the miui bloatware on all mi devices,
great keep it up...hate those bloatware
add one more
peter9811 said:
First install ADB (just you can copy and paste a some files on C:\ADB). Follow this https://www.xda-developers.com/quickly-install-adb/
Use this on CMD, for Windows Shift+Click -> "Open CMD here"
Test if your phone connected: adb devices
The CMD returns:
"List of devices attached
43648### device"
And uninstall the apps that you wants
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
Click to expand...
Click to collapse
adb shell pm uninstall -k --user 0 com.xiaomi.glgm # Mi Games
Thanks it work fine for me
Can anyone make a flashable zip file to remove all google play services and google apps completely
Does removing any of those apps cause any instability or crashes in other apps?
worked fine on Xiaomi Mi 9 (EU)
darkstar107 said:
Does removing any of those apps cause any instability or crashes in other apps?
Click to expand...
Click to collapse
None whatsoever in Redmi Y3 MIUI 10.3.6 Android 9
Command to remove wallpaper carousel app
type the following command to remove the wallpaper carousel app.
pm uninstall -k --user 0 com.miui.android.fashiongallery
Is that any different from simply freezing all this apps via titanium backup?
Test
Test
Thank you
I didn't paid attention to the title, good to know method without root. Thank you.
To uninstall Security center:
adb shell pm uninstall -k --user 0 com.miui.securitycenter #security
I did this, with less uninstallation, and now my Redmi Note 5 Pro is stuck in a constant loop of booting into Mi Recovery. Does anyone have any ideas?
?
Hiyouyo said:
I did this, with less uninstallation, and now my Redmi Note 5 Pro is stuck in a constant loop of booting into Mi Recovery. Does anyone have any ideas?
?
Click to expand...
Click to collapse
Flash stock image via fastboot!
Be carreful at what you remove
It weird that work so easily like this, but i'm not newer in that convenient and some system's app can't be removed without bootloop or brick.
I think as security app who is very deeply integrate to the system.
For more information a person have maked a list of app can be removed (but now i've not have ability to post url) (the xda post name : MIUI 10 De-bloat (Systemless+Automated) and username :Sreekantt)
Hi guys.
I'd like know if there is a list of bloatware apps that I Should remove to get my miui faster and cleaner that that.
Many thanks.

What bloatapps can be uninstalled ? And, camera comments please.

Which bloatapps in the RN7P can be uninstalled?
And, which cannot.
Someone please do a mini review of the camera. I really distrust reviews on the net.
And, comment on the ads. Only one review actually mentioned the ads.
xda2014 said:
Which bloatapps in the RN7P can be uninstalled?
And, which cannot.
Someone please do a mini review of the camera. I really distrust reviews on the net.
And, comment on the ads. Only one review actually mentioned the ads.
Click to expand...
Click to collapse
Very few can be uninstalled like Facebook amazon opera.
and jn my opinion camera is amazing for the price. Totally satisfied with it.
and yes ads suck , I am desperately waiting for a stable Lineage.
Nilesh Jaybhaye said:
Very few can be uninstalled like Facebook amazon opera.
and jn my opinion camera is amazing for the price. Totally satisfied with it.
and yes ads suck , I am desperately waiting for a stable Lineage.
Click to expand...
Click to collapse
You can easily remove ads by following few steps in each Mi app. I am not facing any ad issue.
AbhiAbhiBisht said:
You can easily remove ads by following few steps in each Mi app. I am not facing any ad issue.
Click to expand...
Click to collapse
Which few steps?
kushal.purkar said:
Which few steps?
Click to expand...
Click to collapse
Uncheck Wallpaper Carousel. Turn of recommendations and suggestions in each mi app. It will hugely remove ads.
There's a tutorial to remove bloatware here. It will uninstall apps for current user and you can always re-install them with a click.
This will help with blocking of ads systemwide not just miui apps - https://www.xda-developers.com/enable-private-dns-xiaomi-devices-miui-10/
I am using adguard dns - https://adguard.com/en/adguard-dns/overview.html
I have uninstalled these apps using the adb method.
Google Apps:
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.music #Play Music
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
Facebook:
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
MIUI Apps:
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
adb shell pm uninstall -k --user 0 com.mfashiongallery.emag
adb shell pm uninstall -k --user 0 com.miui.android.fashiongallery
please elaborate
bhavishay97 said:
I have uninstalled these apps using the adb method.
Google Apps:
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.music #Play Music
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
Facebook:
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
MIUI Apps:
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
adb shell pm uninstall -k --user 0 com.mfashiongallery.emag
adb shell pm uninstall -k --user 0 com.miui.android.fashiongallery
Click to expand...
Click to collapse
Will you please elaborate, How you uninstalled them? Also, will they come back if I reset my phone or via system update?
ectoanonymous said:
Will you please elaborate, How you uninstalled them? Also, will they come back if I reset my phone or via system update?
Click to expand...
Click to collapse
I have used the adb i.e. Android Debug Bridge method which doesn't require root or unlocking bootloader. It is given in link below. Yes, the apps will come back after phone reset.
https://forum.xda-developers.com/redmi-5/how-to/guide-remove-stock-apps-root-t3829593

Flash indian Rom on Redmi 9A/9AT Global

Hi guys i have a Global Redmi 9AT with dialer and sms app by google. Can i flash indian rom with miui dialer how i did with my Redmi Note 8? I need the call recorder.
I follow this Guide: MIUI Stock Dialer And SMS app for Global RN8/ RN8 pro
Thx all and sorry for my bad english
hi guys i tried to flash indian rom and work fine byeeeeeeeee
Steps please ?
Just follow the guide for redmi note 8.
1.Unlock bootloader with official tool download from miui.com (7 days wait)
2.Download Indian rom for Redmi 9A/9AT "Dandelion" V12.0.8.0.QCDINXM
3.Flash with Mi Flash Tool download from miui.com and run as administrator
4.Remember to select just "flash all .bat" and not "flash all .bay and relock"
5.Finish
--------------
6.I used adb for uninstall useless apps
Remember there are not all applications this is my list
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.android.emergency # Informazioni per le emergenze
adb shell pm uninstall -k --user 0 com.android.egg # Android EsterEgg
adb shell pm uninstall -k --user 0 com.google.android.music # Google Play Music
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback # Google Talkback
adb shell pm uninstall -k --user 0 com.google.android.gm # Gmail
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 ru.yandex.searchplugin # Yandex
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.miui.cloudbackup # Cloud Backup
adb shell pm uninstall -k --user 0 com.miui.calculator # Mi Calculator
adb shell pm uninstall -k --user 0 com.android.calendar # Mi Calendar
adb shell pm uninstall -k --user 0 com.android.email # Email
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer # File Explorer
adb shell pm uninstall -k --user 0 com.miui.fm # Radio FM
adb shell pm uninstall -k --user 0 com.miui.gallery # Gallery
adb shell pm uninstall -k --user 0 com.xiaomi.glgm # Games
adb shell pm uninstall -k --user 0 com.xiaomi.payment # Mi Payment
adb shell pm uninstall -k --user 0 com.xiaomi.mirecycle # Mi Recycle
adb shell pm uninstall -k --user 0 com.miui.virtualsim # Mi Roming
adb shell pm uninstall -k --user 0 com.miui.miservice # Servizi & feedback
adb shell pm uninstall -k --user 0 com.miui.yellowpage # Yellow Pages
adb shell pm uninstall -k --user 0 com.xiaomi.simactivate.service # SIM Active Services
adb shell pm uninstall -k --user 0 com.miui.msa.global # MSA
adb shell pm uninstall -k --user 0 com.miui.analytics # MIUI Analytics
adb shell pm uninstall -k --user 0 com.miui.daemon # MIUI Daemon
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # GetApps
adb shell pm uninstall -k --user 0 com.qualcomm.qti.haven.telemetry.service # Qualcomm Telemetry
adb shell pm uninstall -k --user 0 com.amazon.appmanager # Amazon Telemetry
# Cell Broadcast
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver
adb shell pm uninstall -k --user 0 com.android.cellbroadcast.overlay.common
# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
# Mi Pay
adb shell pm uninstall -k --user 0 com.mipay.wallet.id
adb shell pm uninstall -k --user 0 com.mipay.wallet.in

Question How to uninstall bloatware from POCO X3 Pro?

How to uninstall bloatware from POCO X3 Pro?
Is it safe to follow the method described to uninstall bloatware for POCO X3 NFC on this Thread???
I have uninstalled the following and have not faced any issue.
com.google.android.apps.docs | Google Docs
com.google.android.apps.maps | Google Maps
com.google.android.apps.subscriptions.red | Google One
com.google.android.videos | Google Play Movies & TV
com.google.android.feedback | Feedback app
com.google.android.youtube | Youtube
com.miui.analytics | MIUI Analytics (spyware)
com.miui.msa.global | MSA or MIUI Ad Services
com.xiaomi.glgm | Games
com.xiaomi.joyose | Junk and safe to remove
com.xiaomi.xmsf | Xiaomi Service Framework
com.xiaomi.xmsfkeeper | Xiaomi Service Framework
com.facebook.appmanager | Facebook
com.facebook.services | Facebook
com.facebook.system | Facebook
Install xiaomi.eu
Sharing what I have disabled or un-installed without issues so far:
Package com.mi.globalbrowser new state: disabled-user
Package com.miui.analytics new state: disabled-user
Package com.miui.backup new state: disabled-user
Package com.miui.cleanmaster new state: disabled-user
Package com.miui.cloudbackup new state: disabled-user
Package com.miui.cloudservice new state: disabled-user
Package com.miui.micloudsync new state: disabled-user
Package com.miui.cloudservice.sysbase new state: disabled-user
Package com.miui.mishare.connectivity new state: disabled-user
Package com.miui.msa.global new state: disabled-user
Package com.miui.notes new state: disabled-user
Package com.miui.player new state: disabled-user
Package com.miui.yellowpage new state: disabled-user
uninstall -k --user 0 com.facebook.services
uninstall -k --user 0 com.facebook.system
uninstall -k --user 0 com.facebook.appmanager
Package com.google.android.apps.googleassistant new state: disabled-user
Package com.google.android.googlequicksearchbox new state: disabled-user
Package com.android.hotwordenrollment.okgoogle new state: disabled-user
uninstall -k --user 0 com.google.android.apps.subscriptions.red
Package com.miui.videoplayer new state: disabled-user
Note that I want to get rid of Google app, which improves battery life and privacy. This kills Google Assistant (which I don't use myself) and the Discover screen (which I don't use either).
Other Google products I use (gmail, agenda, phone, messages, map, drive, home) still work without any issues.
Well, to get rid of apps on android that you aren't "supposed to get rid of" (the ones that'll only "disable"), one must root their device with SuperSU or Magisk using TWRP.
If that's a success you'd wanna install Titanium Backup which not only backs up apps but can also delete "un-delete-able" apps.
As far as the Google app that BtB mentions, I don't get how it would improve battery life or even more outlandishly protect your "privacy" since it is Google's main focus to intrude on one's privacy.
On another note, somewhat related, I recently got a Moto G6 which came with tons of Google bloat. I did what I suggested to you to do, and I got rid of it all including the Google app (I do not see Google Assistant, on its own, in the app list on Titanium Backup). And I know this bit likely goes into the unpopular view, but I got rid of Google Photos in favor of a local app (that I can't seem to find the download for).
Lahpyrcopa said:
Well, to get rid of apps on android that you aren't "supposed to get rid of" (the ones that'll only "disable"), one must root their device with SuperSU or Magisk using TWRP.
If that's a success you'd wanna install Titanium Backup which not only backs up apps but can also delete "un-delete-able" apps.
As far as the Google app that BtB mentions, I don't get how it would improve battery life or even more outlandishly protect your "privacy" since it is Google's main focus to intrude on one's privacy.
On another note, somewhat related, I recently got a Moto G6 which came with tons of Google bloat. I did what I suggested to you to do, and I got rid of it all including the Google app (I do not see Google Assistant, on its own, in the app list on Titanium Backup). And I know this bit likely goes into the unpopular view, but I got rid of Google Photos in favor of a local app (that I can't seem to find the download for).
Click to expand...
Click to collapse
I don't have any detailed technology proof of what I say, but that's my 3rd phone on which I disable Google app and it yelds 10-20% more available battery after a day of use.
My theory is that this app is constantly updating data (for the discover feed, etc...), listening to you for the hey/ok google hotwords, etc... and disabling that improves battery life.
And as privacy goes, well, I know for sure Google is still slurping a lot of my data, but again, just having assistant off means it's not listening to me all the time :-D
So one suggestion... don't take my word for it, try it and let other know if you have similar results (I'm talking battery life, privacy cannot really be proved anyway).
I now debloated Stock pretty extensively with Xiaomi ADB/Fastboot Tools (Szaki) ~ see what I left in the pic.
Those pages are useful: selivan (last update 2020-11-23), technastic (MIUI 12 De. 2020), devcondition
I just hope a good and updated AOSP/LOS based signature spoofing ROM (I like crDroid) will become available before I would like to update the sys.
I have a weird issue with pic/file sharing in Apps, meaning often I can not send (newly created) pics from Edit Apps to Apps like WhatsApp, etc.
It just does not post the image. "The sharing app did grant permission to access this file".
I suspect it is some image cache (new files) issue, since when I save the file after some time it works in some Apps. However I'm not sure if this is introduced by debloating many of the Xiaomi/MIUI apps.
Did someone experience similar issues?
ChriMo said:
I have a weird issue with pic/file sharing in Apps, meaning often I can not send (newly created) pics from Edit Apps to Apps like WhatsApp, etc.
It just does not post the image. "The sharing app did grant permission to access this file".
I suspect it is some image cache (new files) issue, since when I save the file after some time it works in some Apps. However I'm not sure if this is introduced by debloating many of the Xiaomi/MIUI apps.
Did someone experience similar issues?
Click to expand...
Click to collapse
Hello, I was trying to remove some bloatware and found this thread. I believe I'm having the same issue - for example, If I have a video on Telegram and want to share it on Whatsapp, it returns with a message saying "The file format is not supported". I just don't know if it's it happened because I uninstalled something that I shouldn't.
yogubert said:
I just don't know if it's it happened because I uninstalled something that I shouldn't.
Click to expand...
Click to collapse
See Thread Poco X3 pro bugs
after turning on MIUI optimization, most of the problems are fixed.
Click to expand...
Click to collapse
Had to reenable the developer settings again by tapping multiple times on the MIUI version in the About 12.5.1 section.
Then Phone settings > Additional settings > Developer options > Turn on MIUI optimization (was off)
So I enabled that and so far checking it it really seems to solve the issue. Weird that this is causing such file sharing problems.
Click to expand...
Click to collapse
Hello all,
I have tested my script several times and it works properly. It removes all the Google and Xiaomi stuff except Settings, Camera, Security, Phone and Clock. Playstore was replaced with F-Droid store. Likewise, all the apps I needed were installed from the F-Droid store.
The script was created for the Bash under Linux. For Windows, the file extension can be renamed from .sh to .bat or .cmd.
Here are the links through which I informed myself.
German text
Android: (System-)Apps ohne Root löschen
[GUIDE] List of bloatware on EMUI safe to remove
How to Uninstall Carrier/OEM Bloatware Without Root Access
How To Remove & Uninstall Bloatware on Xiaomi Poco X3 Pro
[GUIDE] Uninstall Poco x3 NFC Bloatware
Xiaomi Bloatware List (Safe to Remove) on MIUI 12/11/10
Code:
# Es werden ca. 4 GByte an Bloatware entfernt
# About 4 GBytes of bloatware are removed
#
# Version MIUI Global V12.0.3.0 (RJUEUXM)
# Android-Sicherheitsupdate: 2021-02-01
# Android Security update: 2021-02-01
adb shell pm uninstall --user 0 com.android.vending
adb shell pm uninstall --user 0 com.google.android.videos
adb shell pm uninstall --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall --user 0 com.google.android.apps.docs
adb shell pm uninstall --user 0 com.google.android.apps.tachyon
adb shell pm uninstall --user 0 com.google.android.apps.magazines
adb shell pm uninstall --user 0 com.google.android.gm
adb shell pm uninstall --user 0 com.google.android.apps.photos
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall --user 0 com.google.android.apps.subscriptions.red
adb shell pm uninstall --user 0 com.android.providers.calendar
#
# Nur "com.android.providers.downloads.ui" löschen!
# Delete "com.android.providers.downloads.ui" only!
#
# Make sure to only remove the .ui package which is made by Xiaomi. You actually need com.android.providers.downloads which is a special Android provider package. Sneaky Xiaomi.
# Stellen Sie sicher, dass Sie nur das .ui-Paket entfernen, das von Xiaomi stammt. Sie benötigen com.android.providers.downloads, das ein spezielles Android-Provider-Paket ist. Hinterhältiges Xiaomi.
#
# adb shell pm uninstall --user 0 com.android.providers.downloads
adb shell pm uninstall --user 0 com.android.providers.downloads.ui
#
#
#
adb shell pm uninstall --user 0 com.google.android.calendar
adb shell pm uninstall --user 0 com.google.android.contacts
adb shell pm uninstall --user 0 com.google.android.apps.maps
adb shell pm uninstall --user 0 com.google.android.youtube
adb shell pm uninstall --user 0 com.google.android.apps.youtube.music
adb shell pm uninstall --user 0 com.google.android.apps.messaging
adb shell pm uninstall --user 0 com.google.android.apps.podcasts
adb shell pm uninstall --user 0 com.miui.gallery
adb shell pm uninstall --user 0 com.miui.android.fashiongallery
adb shell pm uninstall --user 0 com.miui.compass
adb shell pm uninstall --user 0 com.miui.screenrecorder
adb shell pm uninstall --user 0 com.mi.android.globalFileexplorer
adb shell pm uninstall --user 0 com.miui.notes
adb shell pm uninstall --user 0 com.android.browser
adb shell pm uninstall --user 0 com.mi.globalbrowser
adb shell pm uninstall --user 0 com.miui.videoplayer
adb shell pm uninstall --user 0 com.miui.player
adb shell pm uninstall --user 0 com.miui.calculator
adb shell pm uninstall --user 0 com.miui.miservice
#
# securitycenter darf nicht deinstalliert werden (Bootloop -> Werkseinstellung)
# Don't delete securitycenter (Bootloop -> Factory settings)
# adb shell pm uninstall --user 0 com.miui.securityadd
# adb shell pm uninstall --user 0 com.miui.securitycenter
# adb shell pm uninstall --user 0 com.miui.securitycore
# adb shell pm uninstall --user 0 com.lbe.security.miui
#
# finddevice darf nicht deinstalliert werden (Bootloop -> Werkseinstellung)
# Don't delete finddevice (Bootloop -> Factory settings)
# adb shell pm uninstall --user 0 com.xiaomi.finddevice
#
adb shell pm uninstall --user 0 com.android.thememanager
adb shell pm uninstall --user 0 com.android.thememanager.module
#
adb shell pm uninstall --user 0 com.xiaomi.micloud.sdk
adb shell pm uninstall --user 0 com.miui.micloudsync
adb shell pm uninstall --user 0 com.miui.cloudbackup
adb shell pm uninstall --user 0 com.miui.cloudservice
adb shell pm uninstall --user 0 com.miui.cloudservice.sysbase
#
adb shell pm uninstall --user 0 com.xiaomi.xmsf
adb shell pm uninstall --user 0 com.xiaomi.xmsfkeeper
#
adb shell pm uninstall --user 0 com.xiaomi.account
adb shell pm uninstall --user 0 com.miui.hybrid
adb shell pm uninstall --user 0 com.miui.hybrid.accessory
#
adb shell pm uninstall --user 0 com.miui.yellowpage
adb shell pm uninstall --user 0 com.xiaomi.payment
adb shell pm uninstall --user 0 com.mipay.wallet.in
adb shell pm uninstall --user 0 com.micredit.in
adb shell pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
adb shell pm uninstall --user 0 com.miui.cleanmaster
#
adb shell pm uninstall --user 0 com.miui.analytics
adb shell pm uninstall --user 0 com.google.android.marvin.talkback
adb shell pm uninstall --user 0 com.google.android.feedback
adb shell pm uninstall --user 0 com.miui.backup
adb shell pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall --user 0 com.android.mms
adb shell pm uninstall --user 0 com.android.mms.service
adb shell pm uninstall --user 0 com.xiaomi.misettings
adb shell pm uninstall --user 0 com.android.printspooler
adb shell pm uninstall --user 0 com.google.android.printservice.recommendation
adb shell pm uninstall --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall --user 0 com.miui.phrase
adb shell pm uninstall --user 0 com.xiaomi.joyose
#
#
#
adb shell pm uninstall --user 0 com.miui.fm
adb shell pm uninstall --user 0 com.miui.fmservice
adb shell pm uninstall --user 0 com.miui.weather2
adb shell pm uninstall --user 0 com.ebay.mobile
adb shell pm uninstall --user 0 com.ebay.carrier
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.linkedin.android
adb shell pm uninstall --user 0 com.agoda.mobile.consumer
adb shell pm uninstall --user 0 com.igg.android.lordsmobile
adb shell pm uninstall --user 0 com.amazon.mShop.android.shopping
adb shell pm uninstall --user 0 com.amazon.appmanager
adb shell pm uninstall --user 0 com.booking
adb shell pm uninstall --user 0 com.android.chrome
adb shell pm uninstall --user 0 com.netflix.mediaclient
adb shell pm uninstall --user 0 com.netflix.partner.activation
adb shell pm uninstall --user 0 com.duokan.phone.remotecontroller
adb shell pm uninstall --user 0 com.tencent.igxiaomi
adb shell pm uninstall --user 0 com.tencent.soter.soterserver
adb shell pm uninstall --user 0 com.android.soundrecorder
adb shell pm uninstall --user 0 com.xiaomi.scanner
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm uninstall --user 0 com.zhiliaoapp.musically
#
#
#
adb shell pm uninstall --user 0 com.android.backupconfirm
adb shell pm uninstall --user 0 com.android.bips
adb shell pm uninstall --user 0 com.android.managedprovisioning
adb shell pm uninstall --user 0 com.android.providers.partnerbookmarks
#
#
# 2nd Phone
adb shell pm uninstall --user 0 com.block.puzzle.game.hippo.mi
adb shell pm uninstall --user 0 com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
adb shell pm uninstall --user 0 com.logame.eliminateintruder3d
adb shell pm uninstall --user 0 com.jewelsblast.ivygames.Adventure.free
adb shell pm uninstall --user 0 com.opera.browser
#
# Erneut ausführen nach Update auf MIUI V12.5.1.0.RJUEUXM
# Run again after update to MIUI V12.5.1.0.RJUEUXM
# Android-Sicherheitsupdate: 2021-05-01
# Android Security update: 2021-05-01

[CLOSED]S20 FE 4G/5G ONE UI 4.1 TIMW ROM Snapdragon

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
+Debloated More then 300
+Deknoxed
+CSC Mods
+hosts file for android apps ads blocking
+Light ,Fast and Battery Friendly
+Removed And Modded most as possible for best of the best results
+Debloated,deknoxed,tweaked,stock kernel
-Just extract rom and optionally csc zip and flash it in twrp [name=partition][vbmeta is needed only if u come from stock to unlock partition schema for install twrp, my rom or any else]
-custom or stock boot.img prerooted available ... no one say its noot included
Download
@TIMW2018
Please check your PM inbox. Thank you.
-Regards: Badger50 FSM
Thanks!
What mods are included?
Which apps are not included (debloated).
In Google Drive, I see vbmeta.img: What to do with this file?
Also, what's ModdedCSC[Prism+Optics].zip and what to do with this file?
Edit:
Oh, I guess these apps were deleted? Took it from the debloater.bat in Google Drive.
Spoiler
adb shell pm uninstall --user 0 com.samsung.android.app.tips
adb shell pm uninstall --user 0 com.android.internal.systemui.navbar.threebutton
adb shell pm uninstall --user 0 com.samsung.aasaservice
adb shell pm uninstall --user 0 com.sec.hearingadjust
adb shell pm uninstall --user 0 com.google.android.projection.gearhead
adb shell pm uninstall --user 0 com.android.egg
adb shell pm uninstall --user 0 com.google.android.setupwizard
adb shell pm uninstall --user 0 com.google.android.as
adb shell pm uninstall --user 0 android.auto_generated_rro_product__
adb shell pm uninstall --user 0 android.auto_generated_rro_vendor__
adb shell pm uninstall --user 0 com.samsung.android.app.updatecenter
adb shell pm uninstall --user 0 com.samsung.android.mapsagent
adb shell pm uninstall --user 0 com.sec.android.app.applinker
adb shell pm uninstall --user 0 com.samsung.android.app.appsedge
adb shell pm uninstall --user 0 com.samsung.android.ardrawing
adb shell pm uninstall --user 0 com.samsung.android.aremoji
adb shell pm uninstall --user 0 com.samsung.android.aremojieditor
adb shell pm uninstall --user 0 com.sec.android.mimage.avatarstickers
adb shell pm uninstall --user 0 com.samsung.android.arzone
adb shell pm uninstall --user 0 com.samsung.android.authfw
adb shell pm uninstall --user 0 com.samsung.android.tapack.authfw
adb shell pm uninstall --user 0 com.sec.mhs.smarttethering
adb shell pm uninstall --user 0 com.sec.android.autodoodle.service
adb shell pm uninstall --user 0 com.samsung.android.samsungpassautofill
adb shell pm uninstall --user 0 com.sec.android.app.DataCreate
adb shell pm uninstall --user 0 com.sec.android.provider.badge
adb shell pm uninstall --user 0 com.android.dreams.basic
adb shell pm uninstall --user 0 com.samsung.android.bbc.bbcagent
adb shell pm uninstall --user 0 com.samsung.android.bixby.service
adb shell pm uninstall --user 0 com.samsung.android.app.routines
adb shell pm uninstall --user 0 com.samsung.android.visionintelligence
adb shell pm uninstall --user 0 com.samsung.android.bixby.agent
adb shell pm uninstall --user 0 com.samsung.android.bixbyvision.framework
adb shell pm uninstall --user 0 com.android.bluetoothmidiservice
adb shell pm uninstall --user 0 com.sec.android.app.bluetoothtest
adb shell pm uninstall --user 0 com.android.bookmarkprovider
adb shell pm uninstall --user 0 com.samsung.android.brightnessbackupservice
adb shell pm uninstall --user 0 com.samsung.android.mdecservice
adb shell pm uninstall --user 0 com.samsung.android.callbgprovider
adb shell pm uninstall --user 0 com.android.cameraextensions
adb shell pm uninstall --user 0 com.sec.factory.cameralyzer
adb shell pm uninstall --user 0 com.google.android.captiveportallogin
adb shell pm uninstall --user 0 com.google.android.ims
adb shell pm uninstall --user 0 com.android.carrierdefaultapp
adb shell pm uninstall --user 0 com.google.android.cellbroadcastservice
adb shell pm uninstall --user 0 com.android.certinstaller
adb shell pm uninstall --user 0 com.sec.android.app.chromecustomizations
adb shell pm uninstall --user 0 com.samsung.android.app.clipboardedge
adb shell pm uninstall --user 0 com.samsung.clipboardsaveservice
adb shell pm uninstall --user 0 com.samsung.cmfa.AuthTouch
adb shell pm uninstall --user 0 com.samsung.android.cmfa.framework
adb shell pm uninstall --user 0 com.samsung.cmh
adb shell pm uninstall --user 0 com.android.backupconfirm
adb shell pm uninstall --user 0 com.android.cts.ctsshim
adb shell pm uninstall --user 0 com.android.cts.priv.ctsshim
adb shell pm uninstall --user 0 com.android.ons
adb shell pm uninstall --user 0 com.android.phone.auto_generated_rro_product__
adb shell pm uninstall --user 0 com.android.providers.partnerbookmarks
adb shell pm uninstall --user 0 com.android.providers.settings.auto_generated_rro_product__
adb shell pm uninstall --user 0 com.android.server.telecom.auto_generated_rro_product__
adb shell pm uninstall --user 0 com.android.sharedstoragebackup
adb shell pm uninstall --user 0 com.android.systemui.auto_generated_rro_product__
adb shell pm uninstall --user 0 com.android.wallpapercropper
adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.common
adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.geotz
adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.gsa
adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.photos
adb shell pm uninstall --user 0 com.google.android.overlay.modules.cellbroadcastreceiver
adb shell pm uninstall --user 0 com.google.android.overlay.modules.cellbroadcastservice
adb shell pm uninstall --user 0 com.google.android.overlay.modules.documentsui
adb shell pm uninstall --user 0 com.google.android.overlay.modules.ext.services
adb shell pm uninstall --user 0 com.google.android.overlay.modules.modulemetadata.forframework
adb shell pm uninstall --user 0 com.google.android.overlay.modules.permissioncontroller
adb shell pm uninstall --user 0 com.google.android.overlay.modules.permissioncontroller.forframework
adb shell pm uninstall --user 0 com.samsung.android.knox.attestation
adb shell pm uninstall --user 0 com.samsung.android.networkstack.tethering.overlay
adb shell pm uninstall --user 0 com.samsung.android.smartswitchassistant
adb shell pm uninstall --user 0 com.samsung.android.wallpaper.res
adb shell pm uninstall --user 0 com.samsung.android.wifi.p2paware.resources
adb shell pm uninstall --user 0 com.samsung.android.wifi.softap.resources
adb shell pm uninstall --user 0 com.samsung.android.wifi.softapwpathree.resources
adb shell pm uninstall --user 0 com.samsung.phone.overlay.common
adb shell pm uninstall --user 0 com.samsung.ucs.agent.ese
adb shell pm uninstall --user 0 com.sec.bcservice
adb shell pm uninstall --user 0 com.sec.epdg
adb shell pm uninstall --user 0 com.sec.phone
adb shell pm uninstall --user 0 com.android.companiondevicemanager
adb shell pm uninstall --user 0 android.autoinstalls.config.samsung
adb shell pm uninstall --user 0 com.google.android.configupdater
adb shell pm uninstall --user 0 com.wsomacp
adb shell pm uninstall --user 0 com.samsung.android.cidmanager
adb shell pm uninstall --user 0 com.samsung.android.sdm.config
adb shell pm uninstall --user 0 com.samsung.android.ConnectivityOverlay
adb shell pm uninstall --user 0 com.samsung.android.ConnectivityUxOverlay
adb shell pm uninstall --user 0 com.samsung.android.container
adb shell pm uninstall --user 0 com.samsung.android.mcfds
adb shell pm uninstall --user 0 com.android.internal.display.cutout.emulation.corner
adb shell pm uninstall --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
adb shell pm uninstall --user 0 com.samsung.sec.android.application.csc
adb shell pm uninstall --user 0 com.samsung.android.rubin.app
adb shell pm uninstall --user 0 com.google.android.apps.restore
adb shell pm uninstall --user 0 com.samsung.android.livestickers
adb shell pm uninstall --user 0 com.android.bips
adb shell pm uninstall --user 0 com.google.android.apps.turbo
adb shell pm uninstall --user 0 com.samsung.android.sm.devicesecurity
adb shell pm uninstall --user 0 com.sec.android.app.factorykeystring
adb shell pm uninstall --user 0 com.sec.factory
adb shell pm uninstall --user 0 com.sec.android.app.dexonpc
adb shell pm uninstall --user 0 com.sec.android.diagmonagent
adb shell pm uninstall --user 0 com.diotek.sec.lookup.dictionary
adb shell pm uninstall --user 0 com.samsung.android.forest
adb shell pm uninstall --user 0 com.android.internal.display.cutout.emulation.double
adb shell pm uninstall --user 0 com.samsung.android.dqagent
adb shell pm uninstall --user 0 com.sec.android.app.parser
adb shell pm uninstall --user 0 com.samsung.android.dsms
adb shell pm uninstall --user 0 com.samsung.android.da.daagent
adb shell pm uninstall --user 0 com.android.dynsystem
adb shell pm uninstall --user 0 com.sec.android.easyonehand
adb shell pm uninstall --user 0 com.samsung.android.app.cocktailbarservice
adb shell pm uninstall --user 0 com.android.emergency
adb shell pm uninstall --user 0 com.sec.android.emergencymode.service
adb shell pm uninstall --user 0 com.sec.android.provider.emergencymode
adb shell pm uninstall --user 0 com.sec.enterprise.mdm.services.simpin
adb shell pm uninstall --user 0 com.sec.epdgtestapp
adb shell pm uninstall --user 0 com.samsung.android.app.telephonyui.esimclient
adb shell pm uninstall --user 0 com.samsung.android.bluelightfilter
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.samsung.faceservice
adb shell pm uninstall --user 0 com.samsung.android.aircommandmanager
adb shell pm uninstall --user 0 com.sec.factory.camera
adb shell pm uninstall --user 0 com.samsung.android.providers.factory
adb shell pm uninstall --user 0 com.sec.android.widgetapp.easymodecontactswidget
adb shell pm uninstall --user 0 com.samsung.android.fmm
adb shell pm uninstall --user 0 com.samsung.android.app.galaxyfinder
adb shell pm uninstall --user 0 com.monotype.android.font.foundation
adb shell pm uninstall --user 0 com.samsung.android.gru
adb shell pm uninstall --user 0 com.samsung.android.themestore
adb shell pm uninstall --user 0 com.samsung.storyservice
adb shell pm uninstall --user 0 com.samsung.android.game.gametools
adb shell pm uninstall --user 0 com.samsung.android.game.gamehome
adb shell pm uninstall --user 0 com.samsung.android.game.gos
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
adb shell pm uninstall --user 0 com.google.android.syncadapters.calendar
adb shell pm uninstall --user 0 com.google.android.gms.location.history
adb shell pm uninstall --user 0 com.google.android.onetimeinitializer
adb shell pm uninstall --user 0 com.google.android.partnersetup
adb shell pm uninstall --user 0 com.google.ar.core
adb shell pm uninstall --user 0 com.google.android.apps.carrier.carrierwifi
adb shell pm uninstall --user 0 com.samsung.gpuwatchapp
adb shell pm uninstall --user 0 com.samsung.android.mobileservice
adb shell pm uninstall --user 0 com.samsung.android.sdk.handwriting
adb shell pm uninstall --user 0 com.samsung.android.hdmapp
adb shell pm uninstall --user 0 com.samsung.android.service.health
adb shell pm uninstall --user 0 com.hiya.star
adb shell pm uninstall --user 0 com.android.htmlviewer
adb shell pm uninstall --user 0 com.sec.android.app.hwmoduletest
adb shell pm uninstall --user 0 com.sec.imsservice
adb shell pm uninstall --user 0 com.samsung.advp.imssettings
adb shell pm uninstall --user 0 com.sec.imslogger
adb shell pm uninstall --user 0 com.android.inputdevices
adb shell pm uninstall --user 0 com.android.statementservice
adb shell pm uninstall --user 0 com.samsung.ipservice
adb shell pm uninstall --user 0 com.samsung.android.app.kfa
adb shell pm uninstall --user 0 com.samsung.klmsagent
adb shell pm uninstall --user 0 com.samsung.android.knox.analytics.uploader
adb shell pm uninstall --user 0 com.sec.enterprise.knox.cloudmdm.smdms
adb shell pm uninstall --user 0 com.samsung.android.knox.pushmanager
adb shell pm uninstall --user 0 com.knox.vpn.proxyhandler
adb shell pm uninstall --user 0 com.samsung.android.knox.kpecore
adb shell pm uninstall --user 0 com.sec.android.emergencylauncher
adb shell pm uninstall --user 0 com.samsung.android.app.ledbackcover
adb shell pm uninstall --user 0 com.sec.android.cover.ledcover
adb shell pm uninstall --user 0 com.samsung.android.app.simplesharing
adb shell pm uninstall --user 0 com.samsung.android.mdx
adb shell pm uninstall --user 0 com.google.audio.hearing.visualization.accessibility.scribe
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker
adb shell pm uninstall --user 0 com.samsung.android.localeoverlaymanager
adb shell pm uninstall --user 0 com.sec.android.app.magnifier
adb shell pm uninstall --user 0 com.google.android.feedback
adb shell pm uninstall --user 0 com.samsung.android.mdagent
adb shell pm uninstall --user 0 com.samsung.android.mdx.kit
adb shell pm uninstall --user 0 com.samsung.android.mdm
adb shell pm uninstall --user 0 com.samsung.android.mdx.quickboard
adb shell pm uninstall --user 0 com.google.android.apps.messaging
adb shell pm uninstall --user 0 com.swiftkey.swiftkeyconfigurator
adb shell pm uninstall --user 0 com.touchtype.swiftkey
adb shell pm uninstall --user 0 com.samsung.mlp
adb shell pm uninstall --user 0 com.android.mms.service
adb shell pm uninstall --user 0 com.samsung.android.server.wifi.mobilewips
adb shell pm uninstall --user 0 com.samsung.android.beaconmanager
adb shell pm uninstall --user 0 com.samsung.android.easysetup
adb shell pm uninstall --user 0 com.samsung.android.allshare.service.mediashare
adb shell pm uninstall --user 0 com.netflix.mediaclient
adb shell pm uninstall --user 0 com.samsung.android.networkdiagnostic
adb shell pm uninstall --user 0 com.samsung.android.networkstack
adb shell pm uninstall --user 0 com.android.nfc
adb shell pm uninstall --user 0 com.android.theme.font.notoserifsource
adb shell pm uninstall --user 0 com.sec.vsim.ericssonnsds.webapp
adb shell pm uninstall --user 0 com.android.internal.systemui.onehanded.gestural
adb shell pm uninstall --user 0 com.microsoft.skydrive
adb shell pm uninstall --user 0 com.android.hotspot2.osulogin
adb shell pm uninstall --user 0 com.android.pacprocessor
adb shell pm uninstall --user 0 com.netflix.partner.activation
adb shell pm uninstall --user 0 com.samsung.android.service.peoplestripe
adb shell pm uninstall --user 0 com.samsung.android.peripheral.framework
adb shell pm uninstall --user 0 com.sec.android.app.personalization
adb shell pm uninstall --user 0 com.samsung.crane
adb shell pm uninstall --user 0 com.android.dreams.phototable
adb shell pm uninstall --user 0 com.samsung.android.app.dofviewer
adb shell pm uninstall --user 0 com.google.android.printservice.recommendation
adb shell pm uninstall --user 0 com.android.printspooler
adb shell pm uninstall --user 0 com.google.android.as.oss
adb shell pm uninstall --user 0 com.samsung.android.privateshare
adb shell pm uninstall --user 0 com.android.proxyhandler
adb shell pm uninstall --user 0 com.android.internal.display.cutout.emulation.hole
adb shell pm uninstall --user 0 com.samsung.android.aware.service
adb shell pm uninstall --user 0 com.samsung.android.app.sharelive
adb shell pm uninstall --user 0 com.samsung.rcs
adb shell pm uninstall --user 0 com.samsung.android.app.omcagent
adb shell pm uninstall --user 0 com.samsung.android.app.reminder
adb shell pm uninstall --user 0 com.sec.app.RilErrorNotifier
adb shell pm uninstall --user 0 com.samsung.safetyinformation
adb shell pm uninstall --user 0 com.sec.android.app.apex
adb shell pm uninstall --user 0 com.samsung.android.coldwalletservice
adb shell pm uninstall --user 0 com.sec.android.app.billing
adb shell pm uninstall --user 0 com.sec.android.desktopmode.uiservice
adb shell pm uninstall --user 0 com.sec.android.app.desktoplauncher
adb shell pm uninstall --user 0 com.samsung.desktopsystemui
adb shell pm uninstall --user 0 com.sec.android.app.ve.vebgm
adb shell pm uninstall --user 0 com.samsung.android.app.spage
adb shell pm uninstall --user 0 com.samsung.android.mateagent
adb shell pm uninstall --user 0 com.samsung.android.kidsinstaller
adb shell pm uninstall --user 0 com.sec.location.nsflp2
adb shell pm uninstall --user 0 com.samsung.android.mcfserver
adb shell pm uninstall --user 0 com.samsung.android.samsungpass
adb shell pm uninstall --user 0 com.samsung.android.dkey
adb shell pm uninstall --user 0 com.samsung.android.carkey
adb shell pm uninstall --user 0 com.samsung.android.spayfw
adb shell pm uninstall --user 0 com.sec.spp.push
adb shell pm uninstall --user 0 com.sec.android.app.SecSetupWizard
adb shell pm uninstall --user 0 com.samsung.SMT
adb shell pm uninstall --user 0 com.samsung.android.ipsgeofence
adb shell pm uninstall --user 0 com.samsung.android.svoiceime
adb shell pm uninstall --user 0 com.samsung.oda.service
adb shell pm uninstall --user 0 com.monotype.android.font.samsungone
adb shell pm uninstall --user 0 com.samsung.android.samsungpositioning
adb shell pm uninstall --user 0 com.samsung.android.cameraxservice
adb shell pm uninstall --user 0 com.samsung.android.scpm
adb shell pm uninstall --user 0 com.samsung.android.sm.policy
adb shell pm uninstall --user 0 com.google.android.apps.setupwizard.searchselector
adb shell pm uninstall --user 0 com.samsung.knox.securefolder
adb shell pm uninstall --user 0 com.samsung.android.fast
adb shell pm uninstall --user 0 com.sec.sve
adb shell pm uninstall --user 0 com.sem.factoryapp
adb shell pm uninstall --user 0 com.sec.android.app.safetyassurance
adb shell pm uninstall --user 0 com.samsung.android.setting.multisound
adb shell pm uninstall --user 0 com.samsung.android.appseparation
adb shell pm uninstall --user 0 com.sec.android.app.servicemodeapp
adb shell pm uninstall --user 0 com.sec.android.RilServiceModeApp
adb shell pm uninstall --user 0 com.android.settings.intelligence
adb shell pm uninstall --user 0 com.samsung.android.app.settings.bixby
adb shell pm uninstall --user 0 com.sec.android.app.setupwizardlegalprovider
adb shell pm uninstall --user 0 com.samsung.android.shortcutbackupservice
adb shell pm uninstall --user 0 com.sec.modem.settings
adb shell pm uninstall --user 0 com.android.simappdialog
adb shell pm uninstall --user 0 com.android.stk
adb shell pm uninstall --user 0 com.android.stk2
adb shell pm uninstall --user 0 com.samsung.ims.smk
adb shell pm uninstall --user 0 com.samsung.android.singletake.service
adb shell pm uninstall --user 0 com.skms.android.agent
adb shell pm uninstall --user 0 com.samsung.android.location
adb shell pm uninstall --user 0 com.samsung.android.smartcallprovider
adb shell pm uninstall --user 0 com.samsung.android.smartsuggestions
adb shell pm uninstall --user 0 com.sec.android.easyMover.Agent
adb shell pm uninstall --user 0 com.samsung.android.visualars
adb shell pm uninstall --user 0 com.samsung.android.smartmirroring
adb shell pm uninstall --user 0 com.samsung.android.app.smartwidget
adb shell pm uninstall --user 0 com.samsung.android.smartface
adb shell pm uninstall --user 0 com.sec.android.smartfpsadjuster
adb shell pm uninstall --user 0 com.samsung.android.service.stplatform
adb shell pm uninstall --user 0 com.sec.android.soagent
adb shell pm uninstall --user 0 com.wssyncmldm
adb shell pm uninstall --user 0 com.sec.android.app.soundalive
adb shell pm uninstall --user 0 com.google.android.tts
adb shell pm uninstall --user 0 com.samsung.android.stickercenter
adb shell pm uninstall --user 0 com.android.storagemanager
adb shell pm uninstall --user 0 com.samsung.android.sume.nn.service
adb shell pm uninstall --user 0 com.google.mainline.telemetry
adb shell pm uninstall --user 0 com.samsung.android.svcagent
adb shell pm uninstall --user 0 com.android.traceur
adb shell pm uninstall --user 0 com.samsung.systemui.bixby2
adb shell pm uninstall --user 0 com.sec.android.systemupdate
adb shell pm uninstall --user 0 com.samsung.android.service.tagservice
adb shell pm uninstall --user 0 com.android.apps.tag
adb shell pm uninstall --user 0 com.samsung.android.accessibility.talkback
adb shell pm uninstall --user 0 com.android.internal.display.cutout.emulation.tall
adb shell pm uninstall --user 0 com.samsung.android.app.taskedge
adb shell pm uninstall --user 0 com.samsung.sec.android.teegris.tui_service
adb shell pm uninstall --user 0 com.sec.automation
adb shell pm uninstall --user 0 com.sec.android.app.quicktool
adb shell pm uninstall --user 0 de.axelspringer.yana.zeropage
adb shell pm uninstall --user 0 com.sec.usbsettings
adb shell pm uninstall --user 0 com.android.providers.userdictionary
adb shell pm uninstall --user 0 com.sec.android.widgetapp.webmanual
adb shell pm uninstall --user 0 com.samsung.android.vtcamerasettings
adb shell pm uninstall --user 0 com.samsung.android.bixby.wakeup
adb shell pm uninstall --user 0 com.sec.android.app.volumemonitorprovider
adb shell pm uninstall --user 0 com.samsung.android.dynamiclock
adb shell pm uninstall --user 0 com.android.internal.display.cutout.emulation.waterfall
adb shell pm uninstall --user 0 com.samsung.android.wcmurlsnetworkstack
adb shell pm uninstall --user 0 com.samsung.android.app.watchmanagerstub
adb shell pm uninstall --user 0 com.sec.android.daemonapp
adb shell pm uninstall --user 0 com.sec.unifiedwfc
adb shell pm uninstall --user 0 com.samsung.android.net.wifi.wifiguider
adb shell pm uninstall --user 0 com.google.android.cellbroadcastreceiver
adb shell pm uninstall --user 0 com.sec.android.app.wlantest
adb shell pm uninstall --user 0 com.samsung.android.knox.containercore
adb shell pm uninstall --user 0 com.samsung.android.knox.containeragent
adb shell pm uninstall --user 0 com.android.managedprovisioning
adb shell pm uninstall --user 0 com.microsoft.appmanager
Debloater just remove not needed library,framework,overlay...whitch cant be removed directly because cost loot of issues, but include list of some already removed apk ... whitch i remove after version 1.0 like a debloat of data folder too if u come from 1.0 to 1.1
u recommend canary magisk, not stable?
btw dont u like prime kernel?
what means prism and optics for csc?
Seems like a good project! Welcome to the s20 fe modding community
kolakid111 said:
u recommend canary magisk, not stable?
btw dont u like prime kernel?
what means prism and optics for csc?
Click to expand...
Click to collapse
prism and optics are tiny partitions that are always very early parts of a stock firmware flash. my guess they are needed to be up-to date.
This rom is for exynos or only snapdragon?
Gaboxcore said:
This rom is for exynos or only snapdragon?
Click to expand...
Click to collapse
Snap 4/5 g .... i forget write it
When I try to flash the ROM in TWRP, nothing happens. Will I be back in TWRP immediately?
Flash magisk
I and my friens boot succesfully(but i dont testid withou root)
Just installed this firmware on my 4g Snap. Half of the system is in Polish and English; the navigation bar is broken; the settings do not open through the notification panel; there are no options for developers; there are no options to reboot when I only press the power button, appear only if I press the volume down button and power button; half of the settings just do not work. It's like I picked up someone else's phone that has a broken system. Maybe I did something wrong? Anyway, I'm curious about the further development of this firmware.
P.S: This was before boot.img was published, so everything written is outdated.
I forget include boot.img as no one say it its missing ...
Custom or stock prerooted.img available
I
LingVarr said:
Just installed this firmware on my 4g Snap. Half of the system is in Polish and English; the navigation bar is broken; the settings do not open through the notification panel; there are no options for developers; there are no options to reboot when I only press the power button, appear only if I press the volume down button and power button; half of the settings just do not work. It's like I picked up someone else's phone that has a broken system. Maybe I did something wrong? Anyway, I'm curious about the further development of this firmware.
P.S: This was before boot.img was published, so everything written is outdated.
Click to expand...
Click to collapse
Great for me and my friend whitch like it and i give him it for testing before was upload is all as shoud for rom whitch i make for my self and only sharing it!!!
Ps i spend so much time and so much redoing when i change my mind what i want for my own rom ... i dont sleep much and much more spend when i learning from long time when i doit it (galaxy s6) with mean only person and most of response i get its a peat os **** or some ****ing fork of clean os (telegram) soo i dont care about it i ONLY SHARIN my own experience ... i dont say anyone u must usi it ... if someone thinkink like this can **** his self ... im sad of anyone ...any who dont want it dont use it ur **** or peace if shiity self!!!end
LingVarr said:
Just installed this firmware on my 4g Snap. Half of the system is in Polish and English; the navigation bar is broken; the settings do not open through the notification panel; there are no options for developers; there are no options to reboot when I only press the power button, appear only if I press the volume down button and power button; half of the settings just do not work. It's like I picked up someone else's phone that has a broken system. Maybe I did something wrong? Anyway, I'm curious about the further development of this firmware.
P.S: This was before boot.img was published, so everything written is outdated.
Click to expand...
Click to collapse
Its a CZECH!!!!!
Thread closed per OP request.

Categories

Resources