I don't know if this one affects you,
but after I tried oreo, i got this problem with mobile data message "Mobile data has run out"
and can not connect to my carrier.
It's a known bug on oreo, says google, and some workarounds are :
- Toggle Airplane on / off.
- Some user in oneplus forum suggests removing the apps by adb shell command :
pm uninstall -k --user 0 'com.android.carrierdefaultapp'
- I prefer to just freeze the app with TiB.
Question should be asked in "Q&A" thread. Not here.
Related
Any ideas how to turn off the stock phone manager app.
Fed up with the annoying messages it gives me about power and background apps. Latest thing is it's warning me about fragmentation and it wants to clean up fragmented files!! I did't even know you could get fragmented files on phones?? Anyway not interested.
I've tried a force stop; turning all notifications settings off, removed write access etc but it won' stop.
if ur on root...just remove phone mangaer apk with titalum app
Not rooted, any other ideas?
nigsy116 said:
Not rooted, any other ideas?
Click to expand...
Click to collapse
You can uninstall, or even better, disable and enable Phone Manager with ADB. APK to look for is com.huawei.systemmanager.
Get into ADB Shell and use this commands:
To Disable:
pm disable-user --user 0 com.huawei.systemmanager
To Enable again:
pm enable --user 0 com.huawei.systemmanager
You don't need root.
bear in mind that this disables battery settings
Hello.
I uninstalled Find Device (pm uninstall -k --user 0 com.xiaomi.finddevice) to avoid its periodic enabling reminders.
However now sometimes "find device has been destroyed" appears as a toast. Also the Security Status in the Settings now crashes.
After finding this message (despite it is other phone model) I'm frightened about a future reboot of my phone. Can my phone really enter in a boot loop the next time I reboot? I have the miui optimization disabled, though.
I have tried to install it back, downloading the 9.0 apk, but it says INSTALL_FAILED_ALREADY_EXISTS. Using the "-r" switch also doesn't works ("com.xiaomi.finddevice is a persistent app. Persistent apps are not updateable"). I assume that this is due to haven't erased the app data (uninstalled with -k) but "pm clean" doesn't seems to clean it. I also have tried the -p option for partial installation, but returns a null exception.
Ah, my device is not rooted. MIUI Global 10.2 stable.
I managed to restore the application with the following adb command:
Code:
pm install-existing com.xiaomi.finddevice
It also works with applications uninstalled without "-k 0".
By the way, I used to use "pm disable", but now it seems it is called "pm disable-user".
So, next time I'll preferably use it instead of uninstalling, if works as expected.
Note that it doesn't allows to disable finddevice:
Code:
$ pm disable-user com.xiaomi.finddevice
Package com.xiaomi.finddevice new state: default
The package still continues in default state, unlike when it actually works:
Code:
$ pm disable-user com.miui.player
Package com.miui.player new state: disabled-user
Credits for these great discoverings to this blog post (eskerahn.dk/wordpress/?p=2462) [add the https prefix, I can't yet post urls!]
is there a any way to uninstall this application without trouble (without bootloop)?
i have the same question is there a any way to uninstall this application without trouble (without bootloop)?
If it doesn't boot, it's awesome tho.
Without modifying the vendor ROM image there is no way to get rid of it.
I found a nice and easy way to get rid of bloatware, WITHOUT root, and using Rakesh's bloatware list.
How To Remove Bloatware From Any Xiaomi Devices (Without Root): Easiest Way!
Have you just gotten a new phone and is it already filled up with a bunch of spooky apps preinstalled? Have you tried long pressing and dragging them up your screen to uninstall? Alas! There isn’t …
technolobe.com
Xiaomi Bloatware List | Remove Bloatware on MIUI 14/13/12
Find the list of safe-to-remove Xiaomi and MIUI bloatware. Learn how to uninstall system apps on MIUI 14, 13 & 12 via Xiaomi ADB/fastboot tools.
technastic.com
But when I try it, I get stuck after installing Java SE Development Kit–and Xiaomi ADB/Fastboot Tools, when the software will not recognize my phone. (USB debugging was done)
This is new phone. What else do I need to have, before this will work? Some accounts? A simcard??
Thank You
I guess adb drivers are missing. To installing that. And why don't you use simple adb after installing drivers.
Adb shell
Pm uninstall --user 0 <package name>
Pm uninstall -k --user 0 <package name>
Would recommend first one, second retains cache and some data.
Yes it's a less intuitive way, but I prefer this doing everything myself, at least trying to rely on less and less dependencies.
But using adb doesn't free up space, it's more like it just disables app, the only difference is that in both the cases APK is still in system, just don't show up in settings like as it will remain shown when disabled.
Applepear said:
I guess adb drivers are missing. To installing that. And why don't you use simple adb after installing drivers.
Adb shell
Pm uninstall --user 0 <package name>
Pm uninstall -k --user 0 <package name>
Would recommend first one, second retains cache and some data.
Yes it's a less intuitive way, but I prefer this doing everything myself, at least trying to rely on less and less dependencies.
But using adb doesn't free up space, it's more like it just disables app, the only difference is that in both the cases APK is still in system, just don't show up in settings like as it will remain shown when disabled.
Click to expand...
Click to collapse
Of course it uses ADB......
No I meant why use .jar program? Ok some people prefer easiness
I have posted the thread some weeks ago and for me it works without any issues.
Miui system apps which are safe to remove
Hello Found this very great thread here in other Xiaomi device forum,so please dont hit thanx here. Have tested and its working good for me even on Miui 12.Have fun.Cheers...
forum.xda-developers.com
-CALIBAN666- said:
I have posted the thread some weeks ago and for me it works without any issues.
Miui system apps which are safe to remove
Hello Found this very great thread here in other Xiaomi device forum,so please dont hit thanx here. Have tested and its working good for me even on Miui 12.Have fun.Cheers...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you for that list.
My problem is different..... I already have a list and I will of course compare it with yours. What I do not have is ACCESS.
The "usual" system, which I found here:
Does not recognize my phone. Probably, because I use no google or any other accounts. So I need to know what is needed to to access the bloatware, no matter what list I use...
Hello everyone,
my phone (Redmi Note 11) reboots almost instantly on the pin code input screen. I have the logs if anyone wants to check and tell me what the problem might be. (It's probably not the location bug btw, I have made a post on how to fix it myself )
logs: https://drive.google.com/file/d/1II1QuNV4m6qSdvuCYgpaH5Yh7hsiCCZl/view?usp=sharing
Thanks, Adonys
Fixed:
Disable Google play services with adb:
adb shell pm disable-user --user 0 com.google.android.gms
then in the settings delete all of the cached data and revert it to first version
sala maleukum brothers. sorry for taking yours time- i buy x90 pro plus. oxygen. try to bloatware...some okay, but pem---vivomusic---browser--assitant not. on flyme it works. but oxygen no. it say user restricted. is any way to do it? thank you/
update:
adb uninstall --user 0
pm disable-user --user 0
adb shell service call package
not work also.
Some apps are installed with system user permissions. You can disable them if you run code as system user.
Here is how to do that: https://forum.xda-developers.com/t/...vivo-system-app-ver-2-5.4533545/post-87930803
Waalaikumsalam
I don't recommend removing packages, but some packages can be removed as follows:
Bash:
adb shell service call package 131 s16 com.android.bbkmusic i32 0 i32 0
To restore
Bash:
adb shell service call package 131 s16 com.android.bbkmusic i32 1 i32 0
Some packages can be restored from Settings, Apps & permissions, Recover uninstalled system apps
Hope this helps
thank you all for yours helping brothers. i can not try 1 way. it is too many braind need to have, 2 method is not work- browser.vivo do not unistalled by
adb shell service call package 13
and pm unitall user.
will look for simple command to do it. and by the wy, what about stock launcher? maybe anyone knows...when start to install, let say evie launcher os nova, it okay. but when reboot phone- again default launcher.
then i need to run evie as app.
then again set it to default.
and after reboot again....and autostart not work too by the way. not this launcher, not firewall. look like i need to root device. but i do not want to.
maybe any another way/method to remove them totally and install only 1 launcher?
To use an alternative launcher, you must log in to a Chinese vivo account (create from V-Appstore) and enable 'Allow the system launcher to be replaced' from the settings, then everything should work fine.
Changing the launcher works without a Vivo account if you disable the stock launcher.
Without stock launcher however you cannot lock an application which may matter for notifications. Also not every launcher has an recent apps drawer.
extremecarver said:
Without stock launcher however you cannot lock an application which may matter for notifications. Also not every launcher has an recent apps drawer.
Click to expand...
Click to collapse
In samsung, you can remove the stock launcher without losing anything. And there is a separate app management list where you can tell the system what apps you don't want to kill when you click clear all, and what apps the system won't kill in deep doze mode, so basically you don't need to lock apps manually. A big difference between those 2 brands. Vivo still needs to improve more I guess.
Yeah Samsung will also never kill google FCM.... Only BBK phones do... Not even Meizu or Xiaomi or Huawei do that in their China OS if you manage to install google Services...
Tiverask said:
Waalaikumsalam
I don't recommend removing packages, but some packages can be removed as follows:
Bash:
adb shell service call package 131 s16 com.android.bbkmusic i32 0 i32 0
To restore
Bash:
adb shell service call package 131 s16 com.android.bbkmusic i32 1 i32 0
Some packages can be restored from Settings, Apps & permissions, Recover uninstalled system apps
Hope this helps
Click to expand...
Click to collapse
Bootloop X90 Pro Plus after heavy debloat
Hi everyone I sent my X90 Pro plus to bootloop after deleting the packages indicated in this guide and now I can no longer solve it. It remains on the black screen with the wording VIVO and does not go on From recovery I have tried clearing the...
forum.xda-developers.com
I have bootloop after delete some packages from the list.... Please help on my thread
Run the proper debloat script next time instead of taking a scalpel to your phone.
luontokoodaus said:
Run the proper debloat script next time instead of taking a scalpel to your phone.
Click to expand...
Click to collapse
I dont know why, but after the hard reset , i use for the Second time the same of command list in this thread plus the debloat script of other thread... And work Perfect ... No bootloop this time..
try all ways (exept- runcode as system user, it is not quite simple for my understanding)- and...some sucess- can replace generally system launcher. but look like remove something needles, so step-counter app shutdown. try many others- but still, you make steps but not counting. maybe anyone has idea how restore is- look like it is healthy servise or vivoassistant (jovi)/. this one not work too-
131 s16 com.vivo.healthwidget i32 1 i32 0