Download
https://github.com/ponces/treble_build_pe/releases/download/v416/PixelExperience_arm64-ab-slim-12.1-20221117-UNOFFICIAL.img.xz
Final version
Sync with November sources of PE
Sync with AOSP 12.1 v416
Fix boot on Mediatek devices
exFAT works
Face Unlock back
Auto Screen Brightness magisk mod.
Sound utilities
PHH Treble Setting.
Note:
✓ Not supported "lite" variant.
(SM-T22x)
✓ Not support Write System.
✓ No preinstalled SuperSU.
--------------------------------
Step ( not from scratch)
1. Download PE
2. Extract system.img (PE) into Ubuntu (Win10 Sub-system) by zip utility.
{
"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"
}
3. Rename it to system.img
4. Test filesize with command.
Code:
stat -c '%n %s' *.img
stat -c '%n %s' *.raw
output:
super.raw 6094323712
odm.img 4349952
product.img 1188118528
system.img 2980024320
vendor.img 718503936
5. Repack new super.img (with PE system.img)
Code:
sudo ./otatools/bin/lpmake --metadata-size 65536 \
--super-name super \
--metadata-slots 2 \
--device super:6094323712 \
--group main:4890996736\
--partition odm:readonly:4349952:main \
--image odm=./odm.img \
--partition system:readonly:2980024320:main \
--image system=./system.img \
--partition vendor:readonly:718503936:main \
--image vendor=./vendor.img \
--partition product:readonly:1188118528:main \
--image product=./product.img \
--sparse \
--output ./super_new.img
output
[sudo] password for tom:
lpmake I 11-18 13:54:27 26 26 builder.cpp:1012] [liblp]Partition odm will resize from 0 bytes to 4349952 bytes
lpmake I 11-18 13:54:27 26 26 builder.cpp:1012] [liblp]Partition system will resize from 0 bytes to 2980024320 bytes
lpmake I 11-18 13:54:27 26 26 builder.cpp:1012] [liblp]Partition vendor will resize from 0 bytes to 718503936 bytes
lpmake I 11-18 13:54:27 26 26 builder.cpp:1012] [liblp]Partition product will resize from 0 bytes to 1188118528 bytes
Invalid sparse file format at header magic
Invalid sparse file format at header magic
Invalid sparse file format at header magic
Invalid sparse file format at header magic
6. Check filesize
Code:
stat -c '%n %s' super_new.img
super_new.img 4785199688
7. compress lz4
Code:
lz4 -B6 --content-size super_new.img super_new.img.lz4
output:
using blocks of size 1024 KB
Compressed 4785199688 bytes into 2989599099 bytes ==> 62.48%
8. Making CustomAP md5.tar (with windows batch file)
9. Back to Stock Android 12 ROM (pure Android no root) I came from A11.
(Quick configured to be sured you are on Android12 environment. And Developer tools setup,
- OEM unlocked
- Enable debugging.)
10. Flash PE CustomAP With Odin. [Include magisk-patch] ( No plug-out cable from Computer)
Now PE GSI boot-up.
update magisk , reboot
Utils
1. Magisk Fix PE Task Bar.
2. install Root File Manager.
3. Edit System File. ( Essential system file are Read Only)
________________________
Pixel Experience 12.1 v416 Plus
Release Pixel Experience Plus 12.1 v416 · ponces/treble_build_pe
Sync with November sources of PE+ Sync with AOSP 12.1 v416 (thanks @phhusson) Fix boot on Mediatek devices
github.com
Yep, I've just moved to this one while A13 GSIs keep maturing. They finally fixed the boot issues. In the meantime, these are the ADB commands I run to debloat to my needs and making animations a lot faster, just sharing:
Spoiler: ADB commands
Code:
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.apps.messaging
pm uninstall --user 0 com.android.messaging
pm uninstall --user 0 com.google.android.ims
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.deskclock
pm uninstall --user 0 com.google.android.calculator
pm uninstall --user 0 com.google.android.dialer
pm uninstall --user 0 com.android.calendar
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.apps.recorder
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.safetyhub
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.android.musicfx
pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall --user 0 mark.via.gp
pm uninstall --user 0 org.omnirom.logcat
pm uninstall --user 0 org.lineageos.audiofx
pm uninstall --user 0 org.lineageos.eleven
pm uninstall --user 0 org.lineageos.etar
pm uninstall --user 0 org.lineageos.jelly
pm uninstall --user 0 com.google.android.apps.photosgo
pm uninstall --user 0 im.angry.openeuicc
settings put global window_animation_scale 0.3
settings put global transition_animation_scale 0.3
settings put global animator_duration_scale 0.3
nirogu325 said:
Yep, I've just moved to this one while A13 GSIs keep maturing. They finally fixed the boot issues. In the meantime, these are the ADB commands I run to debloat to my needs and making animations a lot faster, just sharing:
Spoiler: ADB commands
Code:
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.apps.messaging
pm uninstall --user 0 com.android.messaging
pm uninstall --user 0 com.google.android.ims
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.deskclock
pm uninstall --user 0 com.google.android.calculator
pm uninstall --user 0 com.google.android.dialer
pm uninstall --user 0 com.android.calendar
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.apps.recorder
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.safetyhub
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.android.musicfx
pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall --user 0 mark.via.gp
pm uninstall --user 0 org.omnirom.logcat
pm uninstall --user 0 org.lineageos.audiofx
pm uninstall --user 0 org.lineageos.eleven
pm uninstall --user 0 org.lineageos.etar
pm uninstall --user 0 org.lineageos.jelly
pm uninstall --user 0 com.google.android.apps.photosgo
pm uninstall --user 0 im.angry.openeuicc
settings put global window_animation_scale 0.3
settings put global transition_animation_scale 0.3
settings put global animator_duration_scale 0.3
Click to expand...
Click to collapse
Thanks How are you?
tom.android said:
Thanks How are you?
Click to expand...
Click to collapse
So far, all good. Hope you are as well.
nirogu325 said:
Yep, I've just moved to this one while A13 GSIs keep maturing. They finally fixed the boot issues. In the meantime, these are the ADB commands I run to debloat to my needs and making animations a lot faster, just sharing:
Click to expand...
Click to collapse
Which variant had you installed.? Link please.
tom.android said:
Which variant had you installed.? Link please.
Click to expand...
Click to collapse
The slim one.
nirogu325 said:
The slim one.
Click to expand...
Click to collapse
OK can't edit system files same as 12.1.
tom.android said:
OK can't edit system files same as 12.1.
Click to expand...
Click to collapse
True. Although the only thing I remove from system is the bootanimation.zip file. At least the rest of the debloat can still be done through ADB commands. Let's hope ChonDoe update either SuperiorOS or CherishOS A12 to v416.
What is the magisk patch you refer to? The file you're including in the USERDATA field?
M4K10 said:
What is the magisk patch you refer to? The file you're including in the USERDATA field?
Click to expand...
Click to collapse
From my tutorial
✓ How to create Magisk patch for boot.img + vbmeta.img
extract (vbmeta.img.lz4 + boot.img.lz4) from your AP Stock
create compress one file xxx .tar with 7zip
move (vbmeta.img.lz4 + boot.img.lz4).tar (xxx.tar) to tab a7 lite
install magisk.apk on you tab a7 lite
patch the tar file. (with magisk manager)
result magisk-patch file at Tab a7 :-Download folder.
Okay I have tried to read all your GSI posts but I am still unsure. I have an bootloader locked, stock A12 SM-T220. Am I able to follow one of your tutorials, or did upgrading to A12 make it impossible?
If you don't have special reasons to unlocked bootloader, don't do it . Please wait for Android 13 next month.
Related
I downgraded to V7.0 of Swipe_Konnect_Star_Indus_MT6735M_v7.0_27022017 using sp flash tool. After that my phone is showing white screen after switching on. I tried format + download that did not help. I realized that what you uploaded is the older version of ROM. Also phone is connecting over fastboot but oem unlock is not allowed because I couldnt switch OEM unlock from developer mode.
There is a newer version V10.0 available and I am attaching the build.properties for your reference.
Is it possible for you to upload latest version of ROM for Swipe_Konnect_Star_Indus_MT6735M?
ro.build.display.id=SWIPE_Konnect_Star_indus_V10.0_16-05-2017
ro.build.version.incremental=1494986383
ro.build.version.security_patch=2017-03-05
ro.build.date=Wed May 17 10:04:50 CST 2017
ro.build.date.utc=1494986690
# begin ROCK GOTA properties
ro.rock.gota.brand=Swipe
ro.rock.gota.model=Konnect_Star
ro.rock.gota.version=SWIPE_Konnect_Star_indus_V10.0_16-05-2017_1500525095
ro.rock.gota.sd=true
ro.rock.gota.uaver=3.1.4
# end ROCK GOTA properties
ro.expect.recovery_id=0xcf4855ac00f02750ec0d8b9dbf3d3a81a9b692ca0000000000000000
00000000
Is it possible for you to upload latest version of ROM for Swipe_Konnect_Star_Indus_MT6735M? Version I am looking for is SWIPE_Konnect_Star_indus_V10.0_16-05-2017_1500525095
Please share the URL to download if you have the V10.0 available. As of now my phone is soft bricked. It is responding to SP flash tool so I can flash and get it unbricked if I can get the latest ROM.
Please help !
enabled adb and through adb shell disabled the unwanted apps for current user using below command -
pm uninstall -k --user 0 cn.xender
pm uninstall -k --user 0 com.bindass.CupCake_OPT
pm uninstall -k --user 0 com.opera.mini.native
pm uninstall -k --user 0 com.indiagames.runnergame
pm uninstall -k --user 0 com.opera.branding
pm uninstall -k --user 0 com.msai.ifeelsafe
pm uninstall -k --user 0 com.UCMobile.intl
pm uninstall -k --user 0 com.justswipe.flipkartnew
pm uninstall -k --user 0 com.eterno
pm uninstall -k --user 0 com.freecharge.android
pm uninstall -k --user 0 com.rock.gota
Here is the sp flash tool read back of preloader, boot, recovery and system along with scatter file for MT6735M
https://www.androidfilehost.com/?fid=889964283620762554
Please donate : https://www.paypal.me/hnarsha
sir i also have same problem screen white after flash please help
Hi All
This is the first version of a debloat for the Mi Note 10. I'm not an expert at this, so I've been very cautious (I hope).
Remember: You use this at your own risk. Please read through the batch file to make sure you understand each package and are sure you don't want it.
If you delete something by mistake, you may be able to re-install it from Google Play. If not, you may need to do a factory reset so BACKUP FIRST.
If you don't backup and have to factory reset, please let me know so I can laugh at you
With all the disclaimers out the way, you need to:
1) Enable Developer Options (Settings/About Phone/Keep tapping MIUI Version)
2) Turn on USB Debugging (Settings/Additional Settings/Developer Options/USB Debugging)
3) Make sure ADB is installed on your pc
4) Plug in your phone and it will say "Charging via USB" change this to File Transfer. The first time you do this, you will be asked to authorise USB debugging. Agree this otherwise the batch file won't work and you get an "Unauthorised" message when it tries to uninstall.
5) Read the entire contents of the batch file and make sure it's OK for you to delete all the listed packages
6) Run the batch file
The batch file is attached as a txt file as .bat is not allowed, so just rename it. I've tested the file on my phone and all looks fine so far.
If anyone with more experience than me wants to add to this, please let me know and I'll update the batch file for everyone else.
Cheers
Steve
edit: Changed the name of original file to Global and added an EU debloater
Another slightly nerdy method
(1) Install SDK tools by google. Google it.
(2) On finishing be SURE to check the box and install Android SDK tools, Android SDK build - tools and Android SDK platform tools. Dont forget.
(3) Install the universal ADB drivers (Google it to find...i am not allowed to post links here)
(4) Install phone drivers drivers if needed although I havnt needed them for mi note 10 phone curiously enough
(5) Install app inspector on the android phone (Google play store it)
(6) Enable USB debugging on the android phone after enabling developer options on the phone.
(7) Allow USB debugging when phone is plugged in
(8) Open CMD by typing cmd in search in your windows computer
(9) Type "cd C:\Program Files (x86)\Android\android-sdk\platform-tools" (Or just copy this without the quotes)
(10) Type "adb devices"...You should see a string of random numbers and letters followed by "device." This indicates you can send commands. If you don't see this, try checking your USB cable to ensure it is fully plugged in.
(11) Type "adb shell"
(12) Type "pm uninstall -k --user 0 com.app.name.here" to uninstall the apps, also disable in apps menu later for extra safety. To find out the name of the app - return to Your phone and open App Inspector. Select an app from the list that you wish to remove. Under "Package name," you will find the package name of the app, which you will need. These all are safe to remove. If any app says Not Installed For User 0, It simply means that specific app is not installed in your phone. Simply ignore it.
XIAOMI Mi Note 10 only debloat - simply copy and paste these in the command prompt and press enter. All the below apps will get disabled. Can be enabled from app settings if needed.
pm disable-user --user 0 com.miui.analytics
pm disable-user --user 0 com.google.android.contacts
pm disable-user --user 0 com.google.at.lens
pm disable-user --user 0 com.netflix.partner.activation
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.miui.userguide
pm disable-user --user 0 com.miui.player
pm disable-user --user 0 com.mi.global.shop
pm disable-user --user 0 com.xiaomi.miplay_client
pm disable-user --user 0 com.miui.phrase
pm disable-user --user 0 com.android.cellbroadcastreceiver
pm disable-user --user 0 com.google.android.videos
pm disable-user --user 0 com.xiaomi.payment
pm disable-user --user 0 com.miui.notes
pm disable-user --user 0 com.mi.health
pm disable-user --user 0 com.opera.preinstall
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.micredit.in
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.miui.calculator
pm disable-user --user 0 com.miui.mishare.connectivity
pm disable-user --user 0 com.microsoft.skydrive
pm disable-user --user 0 com.google.android.tts
pm disable-user --user 0 com.miui.micloudsync
pm disable-user --user 0 com.miui.weather2
pm disable-user --user 0 com.miui.cloudbackup
pm disable-user --user 0 cn.wps.xiaomi.abroad.lite
pm disable-user --user 0 com.android.chrome
pm disable-user --user 0 com.xiaomi.mirecycle
pm disable-user --user 0 com.mipay.wallet.id
pm disable-user --user 0 com.mi.android.globalFileexplorer
pm disable-user --user 0 com.mipay.wallet.in
pm disable-user --user 0 com.miui.cloudservice
pm disable-user --user 0 com.google.android.feedback
pm disable-user --user 0 com.miui.yellowpage
pm disable-user--user 0 com.google.android.apps.tachyon
pm disable-user --user 0 com.miui.videoplayer
pm disable-user --user 0 com.xiaomi.midrop
pm disable-user --user 0 com.miui.cleanmaster
pm disable-user --user 0 com.google.android.apps.youtube.music
pm disable-user --user 0 com.google.ar.lens
pm disable-user --user 0 com.xiaomi.glgm
BONUS - Check out this live wallpaper...its simply gorgeous. Google this term and get it from the apkpure wensite
hacker-matrix-live-wallpaper/hackerlivewallpaper.appseries.com.skynetlabz
Hi @michealbluth thanks for the extra instructions and alternative method.
I've edited the 1st post and renamed the original file to Global as this is the rom it applies to. I've just installed the EU rom (11.04) and had added an extra debloat with an EU suffix. I didn't compare the two, so there may be some duplication.
I've run both of these on my phone and seen no ill effects.
How much does the list differ between global rom and china rom? Can i use the list of k20 pro for example for cc9 pro china rom?
Has anyone with cc9 pro debloated their devices? Please share the debloat list for china rom. Thanks.
Do you think it's safe if i follow the redmi k20 debloat list? As they both are china version of miui11
jamesawn said:
How much does the list differ between global rom and china rom? Can i use the list of k20 pro for example for cc9 pro china rom?
Has anyone with cc9 pro debloated their devices? Please share the debloat list for china rom. Thanks.
Do you think it's safe if i follow the redmi k20 debloat list? As they both are china version of miui11
Click to expand...
Click to collapse
yes i do it on my CC9 Pro but i do it manually by using cmd and i show the package name from the app setting in phone then
Type "adb shell pm uninstall -k --user 0 com.app.name.here"
Sylar82 said:
yes i do it on my CC9 Pro but i do it manually by using cmd and i show the package name from the app setting in phone then
Type "adb shell pm uninstall -k --user 0 com.app.name.here"
Click to expand...
Click to collapse
do you remember what apps are safe to remove in CC9Pro? just ordered mine from China for the 6/128gb version. this is the first time for me using china rom. please help, thanks.
jamesawn said:
do you remember what apps are safe to remove in CC9Pro? just ordered mine from China for the 6/128gb version. this is the first time for me using china rom. please help, thanks.
Click to expand...
Click to collapse
i don"t remember all apps sorry but i remove ( Browser , Compass, Health , Mi Coin , Notes , MI Ai ) and others and the phone work fine
Sylar82 said:
i don"t remember all apps sorry but i remove ( Browser , Compass, Health , Mi Coin , Notes , MI Ai ) and others and the phone work fine
Click to expand...
Click to collapse
Alright, thank you for the reply . Do you mind if i ask something else? It's not so related to debloating, if you don't mind.
I'm pretty new to xiaomi, but if i recall xiaomi has default recovery like twrp right? Does that mean if i brick my phone i can always use the stock recovery? Because i will try to debloat some apps, but I'm scared that i would brick my new phone.
I'm not so experienced in tweaking androids, i only knew twrp and custom rom recently from flashing a custom rom on my Samsung note 5.
Thank you in advance!
Hey guys, I'd really love to do this but does anyone know if it causes any issues with updates, banking apps and Google pay?
I remember doing this on a Galaxy S8 and I recall it complaining about modified system
jamesawn said:
Alright, thank you for the reply . Do you mind if i ask something else? It's not so related to debloating, if you don't mind.
I'm pretty new to xiaomi, but if i recall xiaomi has default recovery like twrp right? Does that mean if i brick my phone i can always use the stock recovery? Because i will try to debloat some apps, but I'm scared that i would brick my new phone.
I'm not so experienced in tweaking androids, i only knew twrp and custom rom recently from flashing a custom rom on my Samsung note 5.
Thank you in advance!
Click to expand...
Click to collapse
there is a fastboot method to flash Rom when phone is brick its not hard and the stock recovery so simple if you brick the phone by stop or delete some app you can do factory reset from recovery
Sylar82 said:
there is a fastboot method to flash Rom when phone is brick its not hard and the stock recovery so simple if you brick the phone by stop or delete some app you can do factory reset from recovery
Click to expand...
Click to collapse
Thank you! Got the device and got the stock recovery ready whenever i do mistakes. anyway do you know how to enable 3rd party launchers? i tried nova launcher and i could not set it to default.
jamesawn said:
Thank you! Got the device and got the stock recovery ready whenever i do mistakes. anyway do you know how to enable 3rd party launchers? i tried nova launcher and i could not set it to default.
Click to expand...
Click to collapse
yes , go to setting >> App>> Manage app >> the three dots in right corner >> default apps>> Launcher >> chose Nova
you can try Poco Launcher too its a very Compatible with MIUI
Sure thing pickitup, much appreciated. Thanks !
Sylar82 said:
yes , go to setting >> App>> Manage app >> the three dots in right corner >> default apps>> Launcher >> chose Nova
you can try Poco Launcher too its a very Compatible with MIUI
Click to expand...
Click to collapse
I got an error saying "as launcher apps from third parties may result in problems like data leak, etc etc". I cannot set nova launcher as my default launcher..
Also, i read in other thread that i can force close "Security app". But it keeps reopening. How can i remove / disable this security app without unlocking my phone?
jamesawn said:
I got an error saying "as launcher apps from third parties may result in problems like data leak, etc etc". I cannot set nova launcher as my default launcher..
Also, i read in other thread that i can force close "Security app". But it keeps reopening. How can i remove / disable this security app without unlocking my phone?
Click to expand...
Click to collapse
its never happen to me i change the launcher without problem
Bash script for de-installing apps
For those on linux, I've put the de-install commands into a bash script and make it loop over an array of apks.. So you can just list the apks you don't want, and then the script will figure out if it's installed as user or system app and delete it. No harm if the app is not installed, as it will just inform about it.
My list gets rid of practically everything in Global, including almost all goggle apps, so please adjust to your needs!
Code:
#!/bin/bash
# list any packages you want to deinstall
apk=(
#xiaomi
com.micredit.in
cn.wps.xiaomi.abroad.lite
com.mi.health
com.mi.global.shop
com.mi.global.bbs
com.xiaomi.glgm
com.xiaomi.mipicks
com.mipay.wallet.in
com.xiaomi.payment
com.xiaomi.midrop
com.xiaomi.joyose
com.miui.weather2
com.miui.yellowpage
com.miui.android.fashiongallery
com.miui.cloudservice
com.miui.cloudbackup
com.miui.msa.global
com.miui.analytics
com.miui.bugreport
com.miui.notes
com.miui.videoplayer
com.miui.player
com.miui.hybrid
com.miui.huanji
com.miui.miservice
com.miui.fm
com.miui.calculator
com.miui.compass
com.miui.gallery
com.miui.screenrecorder
com.miui.aod
com.miui.cleanmaster
#google
com.google.android.apps.docs
com.google.android.videos
com.google.android.apps.tachyon
com.google.android.googlequicksearchbox
com.google.android.gm
com.google.android.apps.maps
com.google.android.youtube
com.google.android.apps.youtube.music
com.google.android.apps.photos
com.google.android.apps.wellbeing
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.ar.lens
com.google.android.marvin.talkback
com.google.android.inputmethod.latin
com.google.android.projection.gearhead
#android
com.android.browser
com.android.chrome
#3rd party
com.facebook.katana
com.netflix.mediaclient
com.linkedin.android
cn.wps.moffice_eng
com.duokan.phone.remotecontroller.peel.plugin
com.duokan.phone.remotecontroller
com.alibaba.aliexpresshd
com.amazon.mShop.android.shopping
com.ebay.mobile
com.ebay.carrier
com.block.puzzle.game.hippo.mi
com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
com.bubble.free.bubblestory
com.crazy.juicer.xm
com.logame.eliminateintruder3d
com.facebook.appmanager
com.facebook.system
com.facebook.services
com.netflix.partner.activation
com.ucloudlink.cloudsim.xiaomi
)
for m in "${apk[@]}" #loop through the list of packages
do
package=$(adb shell pm path ${m}) #get installation path for each package
if [ -z $package ] #if no path is found
then
echo "Can't find package ${m}" #then notify
else
if [[ $package == *"system"* ]] #else if package is installed in system path
then
echo "Removing system $package:"
adb shell pm uninstall --user 0 ${m} #then remove it as a system app
else #else package is installed in user path
echo "Removing user $package:"
adb shell pm uninstall ${m} #so remove it as an user app
fi
fi
done
Seriously why do you sill use Xiaomi.. They started with this way back in 2011?? Last seen for me 2014.
Same exact **** the same packages, nothing has changed how is it possile that they are still allowed by Google to use Android for their spying purposes and how did they become compliant again from being banned?? Money..
com.miui.compass
com.miui.calculator
com.miui.cleanmaster
com.miui.cloudservice
And so forth..
Hello friends!
I recommend trying my new program for managing applications on android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
I created a preset for ADB AppControl from the list of apps in this thread and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
{
"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"
}
Download ADB AppControl
I just did this on my xiaomi.eu ROM, and it ran into a bootloop when I restarted my phone. Had to do a factory reset to make it usable again. Would recommend to do a full backup or uninstall the packages one-by-one, restarting the phone between each install.
me also got into bootloops using the europe miui 12...on friday I am able to unlock my mi note 10 pro...hope to get a good list which i am about to debloat...
EXTREME DEBLOAT
Tested with Xiaomi Mi 9 (cepheus)
Get the list here if the attachment below does not work.Guys i sold my Mi 9 so this thread won't be updated with new stuff as i can't test it myself.
I'll create a new thread (or move this if possible) on the OnePlus 9 forums.
Code:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
Hi!
First of all, this debloat.txt is heavily based on the work of SirTAVARES, but since his thread is no longer available i thought i might improve it and share.
This debloat file will wipe out almost everything from your phone. I use this debloat for daily usage and i don't see any problems. (I can't say it's 100% stable, so use at your own risk only.)
Features:
- Over 100 apps removed. Contains debloat for Google, Xiaomi, and other apps
- Updater app and camera removal for several ROMs (If you only want to use GCam port and no other camera)
- Experimental Debloat:
GPS & Location
MIUI Launcher
Always-on Display
Application Extension Service
- Almost everything you need is downloadable from the Play Store if you accidentally removed something
(I recommend using the latest platform-tools for ADB)
MAKE BACKUPS!!!!
Usage:
- Turn on USB Debugging
- In cmd type adb devices, and allow adb authorization on device
- Type adb shell Warning: Since MIUI 11, DO NOT use adb shell in su mode!!! Also it seems any app removed by root will cause a bootloop to fastboot mode. Working again since MIUI 12.2
- (Optional from MIUI 12.2) Type su
- Copy & paste the lines starting with "pm uninstall" to the cmd and press Enter. (You can select all or one-by-one too)
- Reboot & Enjoy
To do list:
Remove duplicates - Done
Arrangement (Separating Android apps from Google apps etc.) - Done
Find other apps to remove
*Changelog*
v1 - Release
v1.01 - Misc informations added
v1.02 - Removed Theme Manager from the list, as removing breaks audio selecting for alarm etc.
v1.03 - Added Mi Connect, Mi Share, and Xiaomi Services to the list
v1.04 - Fixed a typo, and removed duplicates. (Deleted 134 identical rows)
Thanks @melkhatt and @smohanv
v1.041 - Removed com.google.android.gms from the list as its removing breaks apps like Google Play
v1.05 - Removed -k flag, now the uninstallation is more clean. Added Android Auto, Mi Mover, and Xiaomi Cloudbackup to the list. Apps are now arranged. Thanks @smohanv
v1.06 - Removed Launcher 3 to get better stability with other ROMs and added Abstruct, making the list compatible with Paranoid Android
v1.07 - Added Gmail and stock calculator to the list
v1.071 - Added Pixel Setup Wizard, Retro Music Player, and TalkBack to the list
v2.0 - [Compatible with up to MIUI 12.1] - Added Google Assistant, Mi Ditto (Miplay Client), Mi Drive, FreeForm, Search Engine Selector, Projection, SuperWallpaper Earth & Mars, and experimental Always-on Display removing. Removed Find Device from the list as its removing in MIUI 12.1+ causes bootloop
v2.1 - [Compatible with up to MIUI 12.2] - Added Screen Combo (Xiaomi Mirror), and Application Extension Service (Content Catcher) to the list
v2.11 - Moved Application Extension Service (Content Catcher) to the experimental section as removing causes instability with the battery saver function
v2.2 - [Compatible with up to MIUI 12.3] - Added Dynamic System Updates to the list
v2.3 - crDroid 7.1 support: Added Google Maps, LineageOS Calendar, crDroid Music, crDroid Updater, Seedvault, Qualcomm WFD Service, Jelly, FaceUnlock, Screen Recorder and MatLog to the list.
v3.0 - [Compatible with up to MIUI 12.5] - Added some information about the uninstallation of certain apps on Android 11 ROMs.
v3.1 - Added new xiaomi.eu updater, Mi Office, Mi Macro, some Qualcomm apps (experimental), and all SuperWallpapers to the list.
v3.2 - Added Global Mi Browser, Tips, and Android System Webview (experimental) to the list, + some misc changes.
v3.3 - Added Moto Audio / Dolby UI, Able, Android Music, Device Health Services, Device Personalisation Services, and Google Connectivity Services, making the list compatible with Project 404
This should work for:
- Android 11: MIUI 12.5 (xiaomi.eu 21.3.3 tested), crDroid 7.1 (2020.12.20 build tested), Project 404
- Android 10: From MIUI 11 to MIUI 12.3 China/Global, xiaomi.eu (20.12.2 tested), RevolutionOS, maybe Syberia and LineageOS.
- Android 9: MIUI 10 China/Global, xiaomi.eu (9.8.1 tested), maybe RevolutionOS, Syberia and LineageOS.
*This could work with other (especially Xiaomi) devices. Try and let me know*
Great thx,
Once alternatives are installed is there anyway to safety remove miui dialer and messages?
bazz007 said:
Great thx,
Once alternatives are installed is there anyway to safety remove miui dialer and messages?
Click to expand...
Click to collapse
I never tried that. All i can say is be careful and try it, see if it works or not
Tried to downgrade system launcher in xiaomi eu 9.12.12 with removing it by pm uninstall -k --user 0 com.miui.home and then when i install a lower version i get message that system launcher is exist in second space Second space is not active. So pm uninstall -k --user 0 com.miui.home not completely removes system launcher
tested with mi mix 3 revOs 9.11.23
working as intended
g_seva said:
Tried to downgrade system launcher in xiaomi eu 9.12.12 with removing it by pm uninstall -k --user 0 com.miui.home and then when i install a lower version i get message that system launcher is exist in second space Second space is not active. So pm uninstall -k --user 0 com.miui.home not completely removes system launcher
Click to expand...
Click to collapse
It seems you can't do that... Updated the file with this information.
vzsisp said:
tested with mi mix 3 revOs 9.11.23
working as intended
Click to expand...
Click to collapse
Great
screen turns on and off i'm in miui 11 stock
Is it safe to remove find device? Won't it brick the phone?
tehsYs said:
Is it safe to remove find device? Won't it brick the phone?
Click to expand...
Click to collapse
Yeah i uninstalled it without any problem
If I updated xiaomi.eu, I then have to debloat again?
darthkir said:
If I updated xiaomi.eu, I then have to debloat again?
Click to expand...
Click to collapse
Yes
eliminar apk actualizar sin arranque
im stuck at the cmd part can someone help me please with the steps
debloter.exe said:
im stuck at the cmd part can someone help me please with the steps
Click to expand...
Click to collapse
0. Enable developer settings, USB Debugging
1. Download latest platform-tools here
2. Extract, open cmd in extracted platform-tools folder
3. Type adb devices and wait for the popup on your phone and tap on always allow
4. Copy the lines starting with "pm uninstall" from the .txt and press Enter
5. Let it finish
6. Enjoy
Is this delete the apk from Device completely or just disabling for the user 0. Thanks.
smohanv said:
Is this delete the apk from Device completely or just disabling for the user 0. Thanks.
Click to expand...
Click to collapse
It removes the apps completely.
Thanks.
There is an error in this line:
pm uninstall -k --user 0 com.google.android.gm should be corrected to pm uninstall -k --user 0 com.google.android.gms
Could NOT download the text file as it fails.
I have created a text for basic debloats (not included GPS / Location and Home launcher). See attached.
too much duplicates
Code:
pm uninstall -k --user 0 android.romstats
pm uninstall -k --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.android.bluetoothmidiservice
pm uninstall -k --user 0 com.android.calculator2
pm uninstall -k --user 0 com.android.calendar
pm uninstall -k --user 0 com.android.calllogbackup
pm uninstall -k --user 0 com.android.cellbroadcastreciever
pm uninstall -k --user 0 com.android.documentsui
pm uninstall -k --user 0 com.android.emergency
pm uninstall -k --user 0 com.android.gallery3d
pm uninstall -k --user 0 com.android.globalFileexplorer
pm uninstall -k --user 0 com.android.inputmethod.latin
pm uninstall -k --user 0 com.android.launcher3
pm uninstall -k --user 0 com.android.musicfx
pm uninstall -k --user 0 com.android.printservice.recommendation
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.android.providers.calendar
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.android.traceur
pm uninstall -k --user 0 com.android.webview
pm uninstall -k --user 0 com.baidu.duersdk.opensdk
pm uninstall -k --user 0 com.bsp.catchlog
pm uninstall -k --user 0 com.caf.fmradio
pm uninstall -k --user 0 com.google.android.apps.restore
pm uninstall -k --user 0 com.google.android.apps.wallpaper
pm uninstall -k --user 0 com.google.android.gms.location.history
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.setupwizard
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.mi.health
pm uninstall -k --user 0 com.milink.service
pm uninstall -k --user 0 com.miui.audioeffect
pm uninstall -k --user 0 com.miui.backup
pm uninstall -k --user 0 com.miui.calculator
pm uninstall -k --user 0 com.miui.cit
pm uninstall -k --user 0 com.miui.cleanmaster
pm uninstall -k --user 0 com.miui.daemon
pm uninstall -k --user 0 com.miui.fm
pm uninstall -k --user 0 com.miui.greenguard
pm uninstall -k --user 0 com.miui.home
pm uninstall -k --user 0 com.miui.hybrid.accessory
pm uninstall -k --user 0 com.miui.miservice
pm uninstall -k --user 0 com.miui.mishare.connectivity
pm uninstall -k --user 0 com.miui.misound
pm uninstall -k --user 0 com.miui.nextpay
pm uninstall -k --user 0 com.miui.providers.weather
pm uninstall -k --user 0 com.miui.qr
pm uninstall -k --user 0 com.miui.virtualsim
pm uninstall -k --user 0 com.miui.vsimcore
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.mi.webkit.core
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.qualcomm.qti.perfdump
pm uninstall -k --user 0 com.samsung.aasaservice
pm uninstall -k --user 0 com.sec.android.AutoPreconfig
pm uninstall -k --user 0 com.sec.android.service.health
pm uninstall -k --user 0 com.syberia.ota
pm uninstall -k --user 0 com.syberia.SyberiaPapers
pm uninstall -k --user 0 com.xiaomi.ab
pm uninstall -k --user 0 com.xiaomi.account
pm uninstall -k --user 0 com.xiaomi.finddevice
pm uninstall -k --user 0 com.xiaomi.glgm
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.xiaomi.jr
pm uninstall -k --user 0 com.xiaomi.mi_connect_service
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.xiaomi.mirecycle
pm uninstall -k --user 0 com.xiaomi.o2o
pm uninstall -k --user 0 com.xiaomi.providers.appindex
pm uninstall -k --user 0 com.xiaomi.simactivate.service
pm uninstall -k --user 0 com.xiaomi.xmsf
pm uninstall -k --user 0 org.lineageos.recorder
pm uninstall -k --user 0 org.lineageos.snap
pm uninstall -k --user 0 org.simalliance.openmobileapi.service
pm uninstall -k --user 0 pl.zdunex25.updater
pm uninstall -k --user 0 ros.ota.updater
cleaned mi_hpme included but not gps
Thanks for the list
smohanv said:
Thanks.
There is an error in this line:
pm uninstall -k --user 0 com.google.android.gm should be corrected to pm uninstall -k --user 0 com.google.android.gms
Could NOT download the text file as it fails.
I have created a text for basic debloats (not included GPS / Location and Home launcher). See attached.
Click to expand...
Click to collapse
Fixed, thanks!
A side note before running the .bat file.....make surw you have a keyboard app to install as gboard is disabled....i recommend openboard from fdroid.
UPDATE UPDATE UPDATE
Few more too add to debloat
com.qti.dpmserviceapp
com.qti.diagservices
com.google.mainline.telemetry
com.oneplus.engmode
com.oneplus.orm
Never really found a full list of apps on oneplus to debloat other than scripts that need flashing through twrp.
Debloated my nord with the below list i made through ADB command. Ive left the command line to show its disabled successfully and phone is running as normal.
Ive uploaded 3 files.
1st file is Apps.txt is a list of apps that can be disabled through normal system settings "app info - disable or uninstall"
2nd file is Nord debloat.txt is a list txt file showing whats disabled through adb command without issues and some discription of what some of the packages are for....HOWEVER...IF USING THIS LIST GOOGLE KEYBOARD WILL BE DISABLED SO MAKE SURE TO DOWNLOAD REPLACEMENT BEFORE USING.
3rd zip file is a cmd file to disable all apps in the debloat list just unzip open cmd and double click .cmd file thanks to mchtt senior member for this
How to - enable developer options turn on usb debugging, connect to pc and open "CMD" and type
Adb devices - popup on phone press allow
Then type adb shell
Command to disable app is
Pm uninstall --user 0 "package name"
Everything is working fine.
Nord:/ $ pm uninstall --user 0 com.tencent.soter.soterserver
Success
Nord:/ $ pm uninstall --user 0 com.google.android.apps.googleassistant
Success
Nord:/ $ pm uninstall --user 0 com.oem.autotest
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.backuprestore.remoteservice
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.bttestmode
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.opbugreportlite
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.carrierlocation
Success
Nord:/ $ pm uninstall --user 0 com.google.android.ims
Success
Nord:/ $ pm uninstall --user 0 com.android.carrierdefaultapp
Success
Nord:/ $ pm uninstall --user 0 cn.oneplus.oemtcma
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.cne
Success
1|Nord:/ $ pm uninstall --user 0 com.android.backupconfirm
Success
Nord:/ $ pm uninstall --user 0 com.android.ons
Success
Nord:/ $ pm uninstall --user 0 com.example.tmo
Success
Nord:/ $ pm uninstall --user 0 com.oem.logkitsdservice
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.factorymode.specialtest
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.sdcardservice
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.setupwizard
Success
Nord:/ $ pm uninstall --user 0 com.qti.service.colorservice
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.embms
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.dynamicddsservice
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.qtisystemservice
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.qwes.AndroidService
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.remoteSimlockAuth
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.uim
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.uimGbaApp
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.uimremoteclient
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.uimremoteserver
Success
Nord:/ $ pm uninstall --user 0 net.oneplus.commonlogtool
Success
Nord:/ $ pm uninstall --user 0 com.google.android.as
Success
1|Nord:/ $ pm uninstall --user 0 com.google.android.apps.work.oobconfig
Success
Nord:/ $ pm uninstall --user 0 com.google.android.apps.wellbeing
Success
Nord:/ $ pm uninstall --user 0 com.android.emergency
Success
Nord:/ $ pm uninstall --user 0 com.facebook.system
Success
Nord:/ $ pm uninstall --user 0 com.facebook.appmanager
Success
Nord:/ $ pm uninstall --user 0 com.facebook.services
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.factorymode
Success
1|Nord:/ $ pm uninstall --user 0 com.google.android.documentsui
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.gamespace
Success
Nord:/ $ pm uninstall --user 0 com.google.android.inputmethod.latin
Success
Nord:/ $ pm uninstall --user 0 com.google.android.gms.location.history
Success
Nord:/ $ pm uninstall --user 0 org.ifaa.aidl.manager
Success
Nord:/ $ pm uninstall --user 0 net.oneplus.odm
Success
Nord:/ $ pm uninstall --user 0 net.oneplus.odm.provider
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.location
Success
Nord:/ $ pm uninstall --user 0 com.qti.ltebc
Success
Nord:/ $ pm uninstall --user 0 com.android.cellbroadcastreceiver
Success
Nord:/ $ pm uninstall --user 0 cn.oneplus.nvbackup
Success
Nord:/ $ pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
Success
Nord:/ $ pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
Nord:/ $ pm uninstall --user 0 com.oneplus.account
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.camera.service
Success
Nord:/ $ pm uninstall --user 0 com.oem.oemlogkit
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.backuprestore
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.collectiondata
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.diagnosemanager
Success
Nord:/ $ pm uninstall --user 0 com.android.egg
Success
Nord:/ $ pm uninstall --user 0 net.oneplus.push
Success
Nord:/ $ pm uninstall --user 0 com.quicinc.voice.activation
Success
Nord:/ $ pm uninstall --user 0 com.oem.rftoolkit
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.screenrecord
Success
ser 0 com.google.android.apps.setupwizard.searchselector
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.seccamservice
Success
Nord:/ $ pm uninstall --user 0 com.android.traceur
Success
Nord:/ $ pm uninstall --user 0 com.qualcomm.qti.uceShimService
Success
Nord:/ $ pm uninstall --user 0 com.android.managedprovisioning
Success
Nord:/ $ pm uninstall --user 0 com.oneplus.brickmode
Thanks for sharing, will try it :good:
Edit: works great, here is the adb cmd file for those wanting to do it quick :angel:
I've debloated my Nord since day one. Thanks for the script! I was wondering whether com.oneplus.camera.service affects stock camera functionality.
There is more
There is more that can be disabled.
Download package info apk to see package names in the search type location.
Every location can be disabled if you dont mind maps etc not been able to locate you.
Most google service including partner setup, one time initialaztion only one i dont disable is com.googleplayservices.
Netflix can be removed, all facebook crap i.e com.facebook.services
com.facebook.appmanager
com.facebook.appinstaller
com.google.android.apps.wellbeing
com.oneplus.brickmode ( its
zen mode which i feel is useless )
com.tencent.soter.soterserver
com.android.traceui
In total ive disabled 124 and never had issues
The list i provided was only half of them
Camera
giorgiosimeoni said:
I've debloated my Nord since day one. Thanks for the script! I was wondering whether com.oneplus.camera.service affects stock camera functionality.
Click to expand...
Click to collapse
In terms of camera i disable anything with camera in the app package name except the actually camera app and i never had issues
Next tike i fully debloat il put the extensive list up
New
mchtt said:
Thanks for sharing, will try it :good:
Edit: works great, here is the adb cmd file for those wanting to do it quick :angel:
Click to expand...
Click to collapse
Any chance once ive uploaded extensive list you can do script file for it?
Thanks for this awesome. Quick question is there a way to push
boot animation to system/media via with command prompt? Thx in advance
freddienuxx said:
Thanks for this awesome. Quick question is there a way to push
boot animation to system/media via with command prompt? Thx in advance
Click to expand...
Click to collapse
No you need to flash the proper image. Search on xda/google
---------- Post added at 06:09 AM ---------- Previous post was at 06:07 AM ----------
Paula2707cq said:
Any chance once ive uploaded extensive list you can do script file for it?
Click to expand...
Click to collapse
Sure ? it's pretty easy btw it's just a "text" file basically, just right click on it and edit you'll see by yourself !
mchtt said:
No you need to flash the proper image. Search on xda/google
---------- Post added at 06:09 AM ---------- Previous post was at 06:07 AM ----------
Sure [emoji56] it's pretty easy btw it's just a "text" file basically, just right click on it and edit you'll see by yourself !
Click to expand...
Click to collapse
I'm rooted and I tried to push boot animation zip with root manager but it fails.
How do I flash it?
Sent from my AC2003 using Tapatalk
freddienuxx said:
I'm rooted and I tried to push boot animation zip with root manager but it fails.
How do I flash it?
Click to expand...
Click to collapse
Wrong thread, try to keep xda clean please.
mchtt said:
Wrong thread, try to keep xda clean please.
Click to expand...
Click to collapse
Wrong thread? No don't understand? I was just replying to your answer from my question. Sorry
Sent from my AC2003 using Tapatalk
mchtt said:
Wrong thread, try to keep xda clean please.
Click to expand...
Click to collapse
Sorry again
{
"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"
}
Sent from my AC2003 using Tapatalk
freddienuxx said:
Wrong thread? No don't understand? I was just replying to your answer from my question. Sorry
Click to expand...
Click to collapse
I told you to search on xda / google. This thread is about debloat.
mchtt said:
I told you to search on xda / google. This thread is about debloat.[emoji3577]
Click to expand...
Click to collapse
Oh ok gotcha
Sent from my AC2003 using Tapatalk
---------- Post added at 01:37 AM ---------- Previous post was at 01:19 AM ----------
how do i debloat apps with the adb zip?
freddienuxx said:
Oh ok gotcha
Sent from my AC2003 using Tapatalk
---------- Post added at 01:37 AM ---------- Previous post was at 01:19 AM ----------
how do i debloat apps with the adb zip?
Click to expand...
Click to collapse
If you are already able to do adb commands, just unzip and double click on the cmd file. If not search for adb installer.
Txt filea
Debloated again to get full list.
Apps txt file is list of all apps you can disable through settings, some people dont like to goto extreme and disable these through adb, so these can just be disabled through normal settings without any issues.
Nord debloat is all apps you cant disable through settings....adb disable command. Pm uninstall --user 0
Very good, thank you both Paula2707cq and mchtt works great.
Got two bug reports in my notifications today... Dunno if it's related to the debloat so be careful ! I used the first full version for the moment, do you guys have any bug reports like me? I will investigate tomorrow
Edit: a third appeared, I don't find them in the file explorer ?
Is it because I hold power and both volume buttons accidentally ?
Whats the SOT you getting after debloat
Paula2707cq said:
Debloated again to get full list.
Apps txt file is list of all apps you can disable through settings, some people dont like to goto extreme and disable these through adb, so these can just be disabled through normal settings without any issues.
Nord debloat is all apps you cant disable through settings....adb disable command. Pm uninstall --user 0
Click to expand...
Click to collapse
What is the SOT after debloat
Adity-kn said:
What is the SOT after debloat
Click to expand...
Click to collapse
No differences, this is more useful for privacy concerns.
My girlfriend have the same phone and I did not debloat it, we have almost the same sot. So facts.
But, mine boots a little faster than hers.
After rooting the tablet, it seems like magisk is not letting file managers to access system files, even i cant permanently delete apps via luckypatcher.
How do we gain rw on stock a11?
Civil123y said:
After rooting the tablet, it seems like magisk is not letting file managers to access system files, even i cant permanently delete apps via luckypatcher.
How do we gain rw on stock a11?
Click to expand...
Click to collapse
Why not use ADB to debloat apps? On stock A11, I usually uninstalled and disabled these after entering
Code:
adb shell
and then
Code:
su
:
Code:
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.samsung.android.fmm
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.samsung.android.forest
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.osp.app.signin
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.samsung.android.galaxycontinuity
pm disable --user 0 com.samsung.android.dialer
pm disable --user 0 com.samsung.android.messaging
pm disable --user 0 com.sec.android.app.soundalive
pm disable --user 0 com.sec.android.soagent
pm disable --user 0 com.wssyncmldm
As for what is what or if you'd like to customize your debloating, you can use apps like App Inspector or programs like ADB AppControl for that.
nirogu325 said:
Why not use ADB to debloat apps? On stock A11, I usually uninstalled and disabled these after entering
Code:
adb shell
and then
Code:
su
:
Code:
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.samsung.android.fmm
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.samsung.android.forest
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.osp.app.signin
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.samsung.android.galaxycontinuity
pm disable --user 0 com.samsung.android.dialer
pm disable --user 0 com.samsung.android.messaging
pm disable --user 0 com.sec.android.app.soundalive
pm disable --user 0 com.sec.android.soagent
pm disable --user 0 com.wssyncmldm
As for what is what or if you'd like to customize your debloating, you can use apps like App Inspector or programs like ADB AppControl for that.
Click to expand...
Click to collapse
Not gonna get rw with debolt
Even possible this without root but to get rw device is os11 or under 11
Os12 not support i try hard but fail
Mr Hassan said:
Not gonna get rw with debolt
Even possible this without root but to get rw device is os11 or under 11
Os12 not support i try hard but fail
Click to expand...
Click to collapse
I just gave the op a working alternative to debloat. As to making /system rewritable I'm not sure if it's possible at all without repartitioning and that can brick the device. Samsung is not the only company that has restricted the system partition. The only way to have a rw /system would be with a custom ROM or a GSI that lets you modify system (the ones labeled vndk). That's all I know. Good luck.
nirogu325 said:
I just gave the op a working alternative to debloat. As to making /system rewritable I'm not sure if it's possible at all without repartitioning and that can brick the device. Samsung is not the only company that has restricted the system partition. The only way to have a rw /system would be with a custom ROM or a GSI that lets you modify system (the ones labeled vndk). That's all I know. Good luck.
Click to expand...
Click to collapse
Previously i rooted via unlocking bootloader then flashing patched boot image.
After our conversation, i tried this method and it works -but dont know why-.
On my rooted tab i used magisk to batch whole AP.tar.. File
Then moved it to PC and flashed it via odin in AP slot.
Then Factory reset via recovery.
Now finish intial android setup of language and time until home screen is shown
then restart tablet normally without updating magisk .
After reboot updating magisk app without opening it (it will say something needs reboot, i skipped this, and root works fine) i gained 500mb in system(size don't matter , what matter is removal of unwanted apps).
Decompress system.img partition out of super.img.
mount -t ext4 -o loop,rw ./system.img mount-point
Edit what you want.
unmount
Pack new super.img file , create custom AP framework file , flash with Odin.