Hi,
Listed below are some of apps which I removed for a better experience of VIVO V15 pro.
I won't be recommending removing some, I use alternative apps for them.
YouTube > YouTube Vanced.
Chrome > Brave Browser.
Facebook > Simple Pro.
Email > Gmail / Outlook.
Kika keyboard > Gboard
Google Assistant > bored and not using now.
The list of removable packages.
Cmd to remove : adb shell pm uninstall -k --user 0 (package name without brackets)
com.google.android.apps.googleassistant
com.google.android.apps.docs
com.google.android.videos
com.google.android.music
com.google.android.apps.photos
com.vivo.browser
com.vivo.email
com.facebook.system
com.facebook.appmanager
com.facebook.services
com.vivo.globalsearch
com.google.android.googlequicksearchbox
com.kikaoem.vivo.qisiemoji.inputmethod
com.bbk.scene.indoor
com.vivo.appstore
com.vivo.vtouch
com.google.android.youtube
com.vivo.website
com.bbk.cloud
com.android.chrome
Don't forget to restart after this.
Hope this helps.
Thanks to this bro, this is helpful. ☺
I am unable to get rid of the v-appstore (version 2.9.0.3).
I used the adb procedure to successfully remove others, and they are indeed gone from my phone. The process with com.vivo.appstore also showed success, but when I checked, the V-appstore still exists and works. I can even see the folder using file explorer. If I try to remove com.vivo.appstore again, the process says it's a failure because it doesn't exist anymore.
Any ideas?
- - -
Never mind. It's gone.
Related
Can anyone please tell me how I can remove completely uninstall the Project Fi app from my rooted Pixel 2?
After leaving PF I found out that they made it so you can't uninstall it , only disable.
I've searched online and looked in the directories suggested, but the app isn't found since they were doing this on different phones.
adb shell pm -k --user 0 package name here
titanium backup also works well for removing system apps
Sent from my Pixel 2 using Tapatalk
Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Mobkore said:
Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Click to expand...
Click to collapse
Depends on what you were trying to disable.
None of the apps re-enabled so far by using THIS Tool Box on a HD 8" 2018 model.
tnsmani said:
Depends on what you were trying to disable.
None of the apps re-enabled so far by using THIS Tool Box on a HD 8" 2018 model.
Click to expand...
Click to collapse
I use the tool you mention in the link. Today my daughter brought her tablet because the fire launcher was there. I just reran the remove Amazon and it was gone again. I'm guessing there was an update. I didn't run the disable updates from the tool.
That being said ... For OP. I recommend the same tool as even if they re-enable. Plug in and disable again with the tool. Takes 30 seconds.
Sent from my Mi A1 using Tapatalk
I tried it
Code:
adb shell pm disable --user 0 com.amazon.device.software.ota
and got a failed.
AmznUser444 Dev said:
I tried it
Code:
adb shell pm disable --user 0 com.amazon.device.software.ota
and got a failed.
Click to expand...
Click to collapse
Code:
[STRIKE]adb shell pm disable --user 0 com.amazon.device.software.ota[/STRIKE]
Code:
adb shell pm [COLOR="Red"]uninstall [/COLOR]--user 0 com.amazon.device.software.ota
Mobkore said:
Using adb shell I was able to uninstall and disable most of the Amazon apps for user 0 which saved me a bunch of storage and ram...
The tablet was performing wonderfully, unfortunately most of the Amazon apps were automatically re enabled and updated... Anyone here knows what system process is responsible for this? Anyone knows how to permanently disable Amazon apps without rooting????
Click to expand...
Click to collapse
Use another commands:
Code:
adb shell pm disable-user --user 0 com.amazon.device.software.ota
I have disabled all Amazon junks. Look my screenshot below ↓↓
I'm used "adb shell pm disable-user --user 0" command to completely disabled all Amazon junks (i.e. OTA, Amazon Video, Appstore, and etc).
i am using
adb shell pm disable-user com.amazon.kindle.otter.oobe.forced.ota
i am not adding --user 0 and it still work.
Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.
mrjoy said:
Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.
Click to expand...
Click to collapse
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server
gav83collins said:
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server
Click to expand...
Click to collapse
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Edit- I have checked by installing vpn third party app & now it able to translates but it uses china baidu translator and i want to remove chinese translator from my device that blocks in my country so that i can translate without vpn.
mrjoy said:
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Click to expand...
Click to collapse
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china
gav83collins said:
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china
Click to expand...
Click to collapse
How to know that which package name needs that is missed or needs to work translator?
mrjoy said:
How to know that which package name needs that is missed or needs to work translator?
Click to expand...
Click to collapse
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles
gav83collins said:
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles
Click to expand...
Click to collapse
From this list i found com.sec.android.app.translator (App name S Translator) that is missing but in actual this package is outdated or Samsung change its package name to com.samsung.android.service.airviewdictionary ( App name SmartEye) in new models. But that already present in my device. So still confused which package should be...
And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.
mrjoy said:
And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.
Click to expand...
Click to collapse
you could try that, but you should defo back up your build prop before making any changes
gav83collins said:
you could try that, but you should defo back up your build prop before making any changes
Click to expand...
Click to collapse
As I have already told I'm not expert & I don't know how to do that.
hey brp, i send dm for u
mrjoy said:
As I have already told I'm not expert & I don't know how to do that.
Click to expand...
Click to collapse
Did you manage with s-pen translation app ?
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)
Hello, is there any guide in how to uninstall pre-installed apps like youtube and youtube music from the stock rom please?
Also another question - is it safe using apps like Shelter or Insular to use them for banking apps and outlook emails?
you can use adb commands.
first do
Code:
adb shell
then check ur user id (typically 0 but if it isnt then replace accordingly)
Code:
pm list users
to disable or uninstall apps for your user do
Code:
pm disable-user --user 0 com.some.package.name
pm uninstall --user 0 com.some.package.name
to enable or re-install apps for your user do
Code:
pm enable com.some.package.name
pm install-existing com.some.package.name
no idea about your second question, maybe open another thread for it, I doubt many people will find it here after reading the title is about installing apps.