I am still with locked bootloader and unrooted for now. Anytime in the future I will probably switch to a custom ROM, but for now I want to 'experience the miui'. I am however removing some bloatware. I was able to do it via the pm uninstall command via adb shell. I removed all (system)apps I wanted to remove but for some reason I could not remove:
com.google.inputmethod.pinyin
It gives me this result:
whyred:/ $ pm uninstall -k --user 0 com.google.inputmethod.pinyin
Failure [not installed for 0]
I disabled MIUI optimization in Develop options and rebooted, but this did not help..
Does anyone know why I cannot uninstall this keyboard?
EDIT: Never mind, it was not a system app I guess. Just uninstalled it via the phone.. LOL :silly:
I'm in a same positionnement as you, I'd be interested if you knowing information to debloat the phones.
thx
dumbl3 said:
I am still with locked bootloader and unrooted for now. Anytime in the future I will probably switch to a custom ROM, but for now I want to 'experience the miui'. I am however removing some bloatware. I was able to do it via the pm uninstall command via adb shell. I removed all (system)apps I wanted to remove but for some reason I could not remove:
com.google.inputmethod.pinyin
It gives me this result:
whyred:/ $ pm uninstall -k --user 0 com.google.inputmethod.pinyin
Failure [not installed for 0]
I disabled MIUI optimization in Develop options and rebooted, but this did not help..
Does anyone know why I cannot uninstall this keyboard?
EDIT: Never mind, it was not a system app I guess. Just uninstalled it via the phone.. LOL :silly:
Click to expand...
Click to collapse
Can you please tell how to debloated the system with commands I also like to do so but lack the knowledge
After a while looking at the firmware to flash the device and have everything ready, I got an error because I needed the repair firmware, the point is that after installing a repair firmware I find that what I installed came with a course nook, something that was not there before and that after doing some research I discover that it has to do with a digital book reader; So my question is, do I install the other OS on top or do I leave this one for your daily use?
just do "pm uninstall -k --user 0 <name of package>” on adb to uninstall the cockbook
ineedroot69 said:
just do "pm uninstall -k --user 0 <name of package>” on adb to uninstall the cockbook
Click to expand...
Click to collapse
but the problem is if the installed firmware would cause problems (not being the original)
Dhnl_xvii said:
but the problem is if the installed firmware would cause problems (not being the original)
Click to expand...
Click to collapse
then uninstall all app linked to that bloatware
Hi there,
is there an easy way to debloat the one plus?
In the past it was possible with fastboot and the following command e.g.:
Code:
pm uninstall --user 0 cn.oneplus.nvbackup
But this did not work Any ideas?
Use magisk module Debloater.
I had to use a combination of Debloater along with the pm uninstall commands to remove several things that Debloater did not find (Netflix and YouTube among others).
@deadzombieseverywhere: Thank you. That works
Are there already some "safe" lists to use for the OP9?
@Slikkster2k: I will try that. For my op7 I found a long list, what to delete without issues. For the op9 it did not exist up till now, right? Where did you find Netflix?
Code:
pm uninstall --user 0 com.netflix.partner.activation
this did not work for me
I used
Code:
pm list packages -a
to list all packages, then searched the list for what I wanted to remove, and removed it with
Code:
pm uninstall --user 0 <package>
How is it not working for you? Did you get an error?
Mh, it works perfekt...the problem was me not the phone
Or use this app.
I will try, when necessary again
Question: Did somebody know how to get the ability to change the hosts file?
AdAway won't work, so I tried to change the rights at the hosts file, but even with root I was not able to get access...any suggestions?
Did you set AdAway to work systemlessly? And to use systemless hosts in Magisk?
Yes I did...the funny thing is, I had "full root" Firewall was working, but AdAway did not word. I installed Magisk again in the app and suddenly Adaway was working...strange.
Hi, i bought a Oppo A54 two last days and i would like do know the bloatware can uninstall with Adb on pc. Thanks
Mazako98 said:
Hi, i bought a Oppo A54 two last days and i would like do know the bloatware can uninstall with Adb on pc. Thanks
Click to expand...
Click to collapse
Using adb shell you can remove bloats by doing "pm uninstall -k --user 0 NameOfPackage"
Ho, i know this feature. But my phone Oppo A54 5g is crash not work the display because i had already used Adb and wrong uninstall some system apps. Can you tell the bloatware of Oppo A54 5g please?
Mazako98 said:
Ho, i know this feature. But my phone Oppo A54 5g is crash not work the display because i had already used Adb and wrong uninstall some system apps. Can you tell the bloatware of Oppo A54 5g please?
Click to expand...
Click to collapse
usually I find package names by using ApkInfo app from Playstore. If you have uninstalled some system apps and can remember their package names then reinstall by using
Code:
adb shell pm reinstall --user 0 "packagename"
My Oppo A54 5g not working because find in assistance day 10 march.
This phone equipared the warranty card i bought day 15 february and used adb commands for uninstall of bloatware but i wrong because i have uninstall some apps of system so my phone not working for this reason you understand?
Mazako98 said:
This phone equipared the warranty card i bought day 15 february and used adb commands for uninstall of bloatware but i wrong because i have uninstall some apps of system so my phone not working for this reason you understand?
Click to expand...
Click to collapse
Yes I understand.
mine is arriving any day. surprised there is no forum setup yet
Looking forward to having a forum too!
I received MIX Fold 2, the lightweight and thin body is awesome.
I think this is the best foldable phone ever.
Vivo X Fold vs Xiaomi Mix Fold 2
Hey guys, It appears that Vivo and SamEsung have a new threat on the horizon... The Xiomi Mix Fold 2! Thinner, ligher, having better spec than the X fold, almost same size screens as the X Fold... And let's face it, Xiaomi has a better software...
forum.xda-developers.com
Got it like a week ago (UK)! Very impressed!
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
carrieta17 said:
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
Click to expand...
Click to collapse
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper (Most people including me can disable it safely, but somehow few people got bootloop so take backup)
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
Is there a global rom for this phone? Do you need to root to install that? On my phone it does not say Global by MIUI version or anywhere, Im on stable Miui Fold 13.1.16. Any advantages to the Global rom? Thanks
ajschill77 said:
Is there a global rom for this phone? Do you need to root to install that? On my phone it does not say Global by MIUI version or anywhere, Im on stable Miui Fold 13.1.16. Any advantages to the Global rom? Thanks
Click to expand...
Click to collapse
There's no Global rom, and likely won't. There haven't been any announcements or rumours about brining this phone to the Global market. I'm hoping it does. Maybe if enough people import the Chinese model, they will bring the Mix Fold 3 to the Global market.
You can keep an eye on Xiaomi.eu to see if they develop a global rom for it, but as of right now they said they have no plans on developing one. If they do end up developing one, you will need root access to install.
carrieta17 said:
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
Click to expand...
Click to collapse
Are you in the US? What carrier are you running? People I know are running T-Mobile on 5g without editing settings but my 5g does not stick and nothing I do in settings doesn't help (it isn't location either, 5g is right where I live)
Anyone in the US who has this phone, did you mess with any settings to get 5g? I know there's some people on TMobile that are getting 5g out the box with no settings update but with my T-Mobile sim, it resorts to LTE/LTE+ even though I have 5g preferred and all 5g switches on.
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
Can you please share your rooting method? I am not a novice when it comes to rooting. Custom recovery etc, but finding it hard to locate a proper guide, or custom recovery. Did you use Magisk for patched boot.img method? TWRP or OrangeFox custom recovery.
Any help or pointing in the right direction would be really helpful!
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
yes, I got my fold yesterday and I'm going insane with no gmail notifications if screen is off. can you please post the guide on how to root?
You don't need to uninstall the powerkeeper; turning off sleep mode in the battery saver scenarios should help.
I also posted a short while ago a method to enable the use of any 3rd party launcher.
Here's my debloat list (on top of user-uninstallable software from Android settings):
n.b. you will lose SMS/MMS functionality; either install another client (like QKSMS) or don't uninstall com.android.mms from the list below).
pm uninstall --user 0 com.android.browser
pm uninstall --user 0 com.android.mms
pm uninstall --user 0 com.android.quicksearchbox
pm uninstall --user 0 com.mipay.wallet
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.contentcatcher
pm uninstall --user 0 com.miui.contentextension
pm uninstall --user 0 com.miui.core.internal.assistant
pm uninstall --user 0 com.miui.gallery
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.nextpay
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenshot
pm uninstall --user 0 com.miui.securityadd
pm uninstall --user 0 com.miui.systemAdSolution
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.translation.kingsoft
pm uninstall --user 0 com.miui.translation.xmcloud
pm uninstall --user 0 com.miui.translationservice
pm uninstall --user 0 com.miui.tsmclient
pm uninstall --user 0 com.miui.video
pm uninstall --user 0 com.miui.voiceassist
pm uninstall --user 0 com.miui.voicetrigger
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi
pm uninstall --user 0 com.unionpay.tsmservice.mi
pm uninstall --user 0 com.xiaomi.aiasst.service
pm uninstall --user 0 com.xiaomi.aiasst.vision
pm uninstall --user 0 com.xiaomi.finddevice
pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
pm uninstall --user 0 com.xiaomi.market
pm uninstall --user 0 com.xiaomi.migameservice
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 om.miui.translation.kingsoft
pm uninstall --user 0 org.mipay.android.manager
Shawnki91 said:
Can you please share your rooting method? I am not a novice when it comes to rooting. Custom recovery etc, but finding it hard to locate a proper guide, or custom recovery. Did you use Magisk for patched boot.img method? TWRP or OrangeFox custom recovery.
Any help or pointing in the right direction would be really helpful!
Click to expand...
Click to collapse
I just used patching method.
It's the only recommended method by Magisk developer, so forget about TWRP method.
Installation
The Magic Mask for Android
topjohnwu.github.io
You can download fw from here:
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
AndroPlus said:
Looking forward to having a forum too!
I received MIX Fold 2, the lightweight and thin body is awesome.
I think this is the best foldable phone ever.
Vivo X Fold vs Xiaomi Mix Fold 2
Hey guys, It appears that Vivo and SamEsung have a new threat on the horizon... The Xiomi Mix Fold 2! Thinner, ligher, having better spec than the X fold, almost same size screens as the X Fold... And let's face it, Xiaomi has a better software...
forum.xda-developers.com
Click to expand...
Click to collapse
I second the need for a fold 2 forum
AndroPlus said:
I just used patching method.
It's the only recommended method by Magisk developer, so forget about TWRP method.
Installation
The Magic Mask for Android
topjohnwu.github.io
You can download fw from here:
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Click to expand...
Click to collapse
Thanks very much! Will give a try today
im unable to see an option to change grid size.. anyone figured that?
varun.gid said:
im unable to see an option to change grid size.. anyone figured that?
Click to expand...
Click to collapse
I am in the same boat... Let's hope it's fixed in a later update.
oh no... i did this:
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
and now i'm in an endless bootloop. i really need help
if anyone can help me I'd really appreciate it. I've wasted so many hours now already since this happened. Damn near ready to cry our of frustration after importing this device to the USA and only having it for two days.
My device is not unlocked which from what I read means I'm screwed.
I can get into fastboot but that is it. My device is recognized by miflash but I think I can't flash anything because my bootloader is locked.
I keep searching, reading and trying things but my knowledge is not great. I can't get out of this bootloop or flash anything with miflash
oh man this is so bad, and I got rid of my fold also and don't have another phone.
knives of ice said:
oh no... i did this:
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
and now i'm in an endless bootloop. i really need help
if anyone can help me I'd really appreciate it. I've wasted so many hours now already since this happened. Damn near ready to cry our of frustration after importing this device to the USA and only having it for two days.
My device is not unlocked which from what I read means I'm screwed
Click to expand...
Click to collapse
Have you tried booting into recovery and doing a factory reset? You would lose your data but I'd imagine it would reset any package changes you made allowing the phone to boot again (I haven't actually tested this nor do I even know if there is a recovery as I haven't tried to boot into it)