Worries with Disabler Pro Package - Samsung Galaxy Note 9 Questions & Answers

I upgraded my Note 9 to Android 9. Since that day, Package Disabler no longer works. When I disable the 2 applications managing themes, after 10 minutes fateful, the previous theme is automatically reselect.
The developers told me this (see screenshot attached)
Does anyone have an idea to replace Package Disabler Pro?
Thank you

Ramses7420 said:
I upgraded my Note 9 to Android 9. Since that day, Package Disabler no longer works. When I disable the 2 applications managing themes, after 10 minutes fateful, the previous theme is automatically reselect.
The developers told me this (see screenshot attached)
Does anyone have an idea to replace Package Disabler Pro?
Thank you
Click to expand...
Click to collapse
I am highly against package disabler for samsung phones from nougat up. It don't really bring any benefits, only problems and battery drains. samsung nougat update is really great to put to "deep sleep" unused services/apps. Oreo is better, Pie even better... so no real gains. Contrary, when some service needs another one, it will drain constantly the battery.

high_voltage said:
I am highly against package disabler for samsung phones from nougat up. It don't really bring any benefits, only problems and battery drains. samsung nougat update is really great to put to "deep sleep" unused services/apps. Oreo is better, Pie even better... so no real gains. Contrary, when some service needs another one, it will drain constantly the battery.
Click to expand...
Click to collapse
Either, but Package is very handy for using themes not available on the store theme

I wouldn't use a package disabler but... Bixby though. Mispress the button is always happening plus it always shows those Spotify recommendation banner that's impossible to get rid of so I decided to ditch all of it though disabling.

oops, read it wrong. Delete

I'm on oreo and with bxactions, smart nav and good theme there's nothing I really want but maybe a darker navbar in some Apps
Photo's[emoji2398] by Sully using SM-N960U or SM-870A

I just re-enabled Bixby to try the built in remapping and of course too many hoops to get it to map to Google Assistant so I just disabled all the Bixby packages again .. using Package Disabler Pro. It works fine on mine. I would not see any reason for it not to work on someone else's phone. Mine is a 960U Note 9 running One UI.
Also, @high_voltage Package Disabler Pro isn't like Greenify. It doesn't just put apps to sleep when they autostart it is just a UI to the default ability to disable unused packages so yes, it's useful. I don't want to just sleep apps ... I want them unavailable to the system and to not even start.

Ramses7420 said:
I upgraded my Note 9 to Android 9. Since that day, Package Disabler no longer works. When I disable the 2 applications managing themes, after 10 minutes fateful, the previous theme is automatically reselect.
The developers told me this (see screenshot attached)
Does anyone have an idea to replace Package Disabler Pro?
Thank you
Click to expand...
Click to collapse
You can disable apps though ADB (or even uninstall them if you're sure that you don't want them).

How can i disable with ADB?
Nastrahl said:
You can disable apps though ADB (or even uninstall them if you're sure that you don't want them).
Click to expand...
Click to collapse
Envoyé de mon SM-N960F en utilisant Tapatalk

ramses742001 said:
How can i disable with ADB?
Envoyé de mon SM-N960F en utilisant Tapatalk
Click to expand...
Click to collapse
Type in ADB:
pm list packages
To get the installed packages (use the -s parameter of it doesn't show system ones), then:
pm disable-user --user 0 <your.Package>

Nastrahl said:
Type in ADB:
pm list packages
To get the installed packages (use the -s parameter of it doesn't show system ones), then:
pm disable-user --user 0 <your.Package>
Click to expand...
Click to collapse
When i type pm list packages, i have tis error (screenshoot)

I found the line command, but after 10 minutes the old theme is reactivate
Envoyé de mon SM-N960F en utilisant Tapatalk

Ramses7420 said:
When i type pm list packages, i have tis error (screenshoot)
Click to expand...
Click to collapse
Sorry your screenshots are not showing (like your first one)
I got a 404 error with the browser, while it's just not showing in the app.

I have found the good command for adb.
It's :
Code:
adb shell pm disable-user --user 0 com.samsung.android.themestore
After this command activate in ADB, i have this :
Code:
Package com.samsung.android.themestore new state: disabled-user
But after 10 minutes, the old theme is reactivate

AdHell 3 is what I use to disable apps.

How can i found Shell 3?
Mr. Orange 645 said:
AdHell 3 is what I use to disable apps.
Click to expand...
Click to collapse
Envoyé de mon SM-N960F en utilisant Tapatalk

ramses742001 said:
How can i found Shell 3?
Envoyé de mon SM-N960F en utilisant Tapatalk
Click to expand...
Click to collapse
Perform a Google search. There's sites with instructions and download links. There's also a thread in the Note 9 forums with AdHell in the title. Should be easy to find.

If you "su" with ADB you should be able to disable it globally like AdHell, but since it is for giving you root access I wonder if:
1. It is working?
2. Does it trip Knox and everything else?

Nastrahl said:
I wouldn't use a package disabler but... Bixby though. Mispress the button is always happening plus it always shows those Spotify recommendation banner that's impossible to get rid of so I decided to ditch all of it though disabling.
Click to expand...
Click to collapse
In bixby settings you can change the button from a single press to double press to activate, that way it will not trigger on it's own again.

Nastrahl said:
If you "su" with ADB you should be able to disable it globally like AdHell, but since it is for giving you root access I wonder if:
1. It is working?
2. Does it trip Knox and everything else?
Click to expand...
Click to collapse
Here the resultat
Code:
iMac:~ ramses$ su adb shell pm disable-user --user 0 com.samsung.android.themestore
Password:
su: Sorry

Related

Pull down search

Can this be disabled? I can't find a setting for it. I keep activating it by mistake
It's funny how people are different. That's exactly the reason I don't want to use NOVA launcher because it doesn't have the same feature. (or at least I'm not aware of it).
Anyway, hope you resolve this!
Try swiping down on the right or left of centre, seems to work for me. Either side of the cut out. Agree, it's pretty much useless.
wort11 said:
It's funny how people are different. That's exactly the reason I don't want to use NOVA launcher because it doesn't have the same feature. (or at least I'm not aware of it).
Anyway, hope you resolve this!
Click to expand...
Click to collapse
Nova with Sesame Shortcut app can enable this
Just adb remove it:
adb shell pm uninstall -k --user 0 com.huawei.search
Remove Search
silverstream said:
Just adb remove it:
adb shell pm uninstall -k --user 0 com.huawei.search
Click to expand...
Click to collapse
Unfortunately that package does not exist on my P20 Pro 8.1. I would love to know what package name it is to be able tp remove it - tried guessing a couple of times - without success.
Gwozdem, could you explain how?
wort11 said:
It's funny how people are different. That's exactly the reason I don't want to use NOVA launcher because it doesn't have the same feature. (or at least I'm not aware of it).
Anyway, hope you resolve this!
Click to expand...
Click to collapse
you just need to configure pull down gesture. or simply use the top drawer search function.
as for other who want to disable.it. just use other launcher. stock launcher suck anyway, LoL
---------- Post added at 08:51 PM ---------- Previous post was at 08:46 PM ----------
ePearl said:
Unfortunately that package does not exist on my P20 Pro 8.1. I would love to know what package name it is to be able tp remove it - tried guessing a couple of times - without success.
Click to expand...
Click to collapse
name of the app itself is HiSearch
and the package name is indeed com.huawei.search even on PIE it still the same
you probably misstype it, or you are not "user 0", try user 1 as well
else, just try to use Packages Name Viever app to check it yourself.
or, if i were you, i would just root the phone and disable those app uaing any capable tools. (am using titanium backup)
otonieru said:
you just need to configure pull down gesture. or simply use the top drawer search function.
as for other who want to disable.it. just use other launcher. stock launcher suck anyway, LoL
---------- Post added at 08:51 PM ---------- Previous post was at 08:46 PM ----------
name of the app itself is HiSearch
and the package name is indeed com.huawei.search even on PIE it still the same
you probably misstype it, or you are not "user 0", try user 1 as well
else, just try to use Packages Name Viever app to check it yourself.
or, if i were you, i would just root the phone and disable those app uaing any capable tools. (am using titanium backup)
Click to expand...
Click to collapse
Yup - it is on Pie - and I did uninstall it successfully. Thx

[GUIDE] How to Fix/Improve GPS Lock on OnePlus 5 with Oreo ROM

I ran into this exact problem recently on LOS 15.1.
Props to Asiier for this post which helped me develop a hybrid fix.
I narrowed my issue down to a mix between a bad/dated gps.conf file and Oreo Google Play Services.
If you have the same issue, now or in the future, here are a few things you can do, but you must be rooted.
Option A) There is a Magisk Module - Global Optimized GPS File Replacer - that will replace your gps.conf file with a more updated one. Make sure though that it places the file in both /system/etc and /system/vendor/etc. If it doesn't, copy it to the other directory. The latter is where it's stored in Oreo on OnePlus 5, but some apps may look for it in the former directory.
I didn't fully trust this process though the instructions in the module are very good. The code is here so you can create the file in Notepad or Wordpad yourself and save it with .conf extension.
Option B ) If you want to do so manually, make sure you place the file in both system locations, and set the permissions 644 or rw-rw-r---, otherwise it won't work. Obviously, make sure the old file is deleted and the new one is re-named to gps.conf. Then reboot. I tweaked the file and added several US-based NTP servers to the list, but otherwise left it as written.
After either option - download either or both of these Apps:
GPS Status and Toolbox
GPS Locker
Switch to Device Only in location settings and re-calibrate your compass. You can use the GPS Status app or another app of your choosing.
Open either app and download new AGPS data.
Toggle between High Accuracy and Device Only and that will help to get a good lock.
After that, GPS lock should be much quicker, or can be reset with a new AGPS download.
I found that Device-Only is a better setting for LOS/OP5.
Of course, make sure you're outdoors, otherwise this won't work well, or not at all.
NOTE: Flashing a new build or new ROM will overwrite the gps.conf file back to the bad version, so this process must be followed again each time.
Thank you very much for this guide!
Would this configuration work properly if google play services are not installed?
herishere said:
Thank you very much for this guide!
Would this configuration work properly if google play services are not installed?
Click to expand...
Click to collapse
I don't know. I haven't tried that. All the apps I use GPS with require Google Play Services/Maps.
That said, I think Google Play Services is part of the problem overall. Once I get a lock, I make sure I'm on Device Only setting.
TWRP version : https://www.androidfilehost.com/?fid=5862345805528051854
Thanks
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Edit : corrected version
lmao yeah but I posted this exact same thing here a few weeks ago and it didn't fix nickmv's problem soo idk
Blueblob said:
TWRP version : https://www.androidfilehost.com/?fid=5862345805528051427
Thanks
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Click to expand...
Click to collapse
Hey your twrp version only updates vendor/etc and does not update system/etc. Might want to fix that.
shivindera said:
Hey your twrp version only updates vendor/etc and does not update system/etc. Might want to fix that.
Click to expand...
Click to collapse
Didn't read all the how-to.
Gonna fix this (maybe it's why I didn't see a lot a change...)
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
---------- Post added at 08:48 AM ---------- Previous post was at 08:47 AM ----------
darkghost568 said:
lmao yeah but I posted this exact same thing here a few weeks ago and it didn't fix nickmv's problem soo idk
Click to expand...
Click to collapse
Sorry didn't see it.
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Blueblob said:
Didn't read all the how-to.
Gonna fix this (maybe it's why I didn't see a lot a change...)
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
---------- Post added at 08:48 AM ---------- Previous post was at 08:47 AM ----------
Sorry didn't see it.
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Click to expand...
Click to collapse
My comment wasn't directed towards you was @ OP fyi
darkghost568 said:
My comment wasn't directed towards you was @ OP fyi
Click to expand...
Click to collapse
Btw, just to notice : my version has Europe ntp server and it works great for me.
But people can easily edit this line, like OP said.
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
darkghost568 said:
lmao yeah but I posted this exact same thing here a few weeks ago and it didn't fix nickmv's problem soo idk
Click to expand...
Click to collapse
I, too, started having issues when I moved from OOS to LOS on a clean flash, then dirty flashed a nightly. BUT.... after a factory reset, flash OOS, flash LOS - all clean, the issue remained. I really think that this started and traces to a Google Play Services update in early June that somehow creates a bug when dirty flashing.
I wish Google would get their act together because I think this is all Oreo-related, but presents itself most starkly on devices that have weak antennae (like OnePlus).
When deploying this fix, I've noticed that the AGPS data doesn't survive a reboot and needs to be refreshed. I still need 3rd party apps like GPS status, but once refreshed and locked, it stays solid all day (provided I'm outside). GPS works, but I still have to fuss with it, almost daily.
As I noted in my OP, - I'm not sure the Magisk module or the TWRP processes do this, but it's critical to set the replaced gps.conf file with -644 / -rw -r -r permissions, or it won't work.
digger16309 said:
...
As I noted in my OP, - I'm not sure the Magisk module or the TWRP processes do this, but it's critical to set the replaced gps.conf file with -664 / -rw -rw -r permissions, or it won't work.
Click to expand...
Click to collapse
I checked and no. All config files have 644 as a system file. You can change it but it doesn't matter (this file needs only to be read btw)
Other notice : before reading all your OP, I checked and I didn't find a gps.conf in my /system/etc (it was its place, but with new Android version et vendor space, I guess they moved it)
Are you sure is it necessary with Oreo ?
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Sorry, I had it correct in my OP and just edited my error in Post #10 - it's -644 -rw -r -r.
In LOS, the file is placed in /system/vendor/etc. I don't know if that is Oreo-only or not, but a previously used directory was /system/etc.
To be safe, I replaced it in both directories.
digger16309 said:
Sorry, I had it correct in my OP and just edited my error in Post #10 - it's -644 -rw -r -r.
In LOS, the file is placed in /system/vendor/etc. I don't know if that is Oreo-only or not, but a previously used directory was /system/etc.
To be safe, I replaced it in both directories.
Click to expand...
Click to collapse
Oreo ROMs read the gps.conf file from the vendor partition (/system/vendor/etc or /vendor/etc, depending on Treble implementation). There is no need to replace/place it in the /system/etc partition.
Update regarding all comments, thx all for your work [emoji106]
twrp_gpsfix_OP5-5T-v2.zip
No treble support for now. And ntp server for EU
You can change it by editing gps.conf
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
https://review.lineageos.org/#/q/I47963f0310eb07d1ead4831c3f45188a7d6bb4e3
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Blueblob said:
https://review.lineageos.org/#/q/I47963f0310eb07d1ead4831c3f45188a7d6bb4e3
Click to expand...
Click to collapse
I'm seeing NO improvement establishing GPS lock on the 23 Jul LOS build with new gps.conf file. In fact, acquiring lock takes longer.
I still require the assistance of a 3rd party app. I can't get GPS lock WITHOUT activating a 3rd party app first. I can re-establish lock quickly for a few hours but as time goes on, it takes longer.
I can't establish lock in an already moving vehicle. I have to establish lock, stationary, in the open air.
The one difference between the 23 JUL file and the one I was using, is that it uses general ntp servers, rather than the ones for my region. Using regional servers wasn't perfect, but definitely better.
I have no proof but I still think the root of this problem is in Google Play Services.
Buffing up the gps.conf file "helps", but doesn't fix the problem on my OP5.
GPS is one of those functions that should just work on a modern smartphone. I have a Sony Xperia Z3. It is unrooted and stuck on MM. No problem with GPS.
digger16309 said:
I'm seeing NO improvement establishing GPS lock on the 23 Jul LOS build with new gps.conf file. In fact, acquiring lock takes longer.
I still require the assistance of a 3rd party app. I can't get GPS lock WITHOUT activating a 3rd party app first. I can re-establish lock quickly for a few hours but as time goes on, it takes longer.
I can't establish lock in an already moving vehicle. I have to establish lock, stationary, in the open air.
The one difference between the 23 JUL file and the one I was using, is that it uses general ntp servers, rather than the ones for my region. Using regional servers wasn't perfect, but definitely better.
I have no proof but I still think the root of this problem is in Google Play Services.
Buffing up the gps.conf file "helps", but doesn't fix the problem on my OP5.
GPS is one of those functions that should just work on a modern smartphone. I have a Sony Xperia Z3. It is unrooted and stuck on MM. No problem with GPS.
Click to expand...
Click to collapse
No improvement between this mod and the commit, but it's a good point for everyone.
My point of view : if it works on OOS and not on other ROM... : Blobs and proprietary codes (drivers?)
I hope treble will fix this mess, just be patient.
During this time, like you said, I keep GPS Status to play Pokemon go and Google services do the job to have a position.
It sux, that's all :/
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Blueblob said:
My point of view : if it works on OOS and not on other ROM... : Blobs and proprietary codes (drivers?)
Click to expand...
Click to collapse
I'm not convinced that it does work on OOS any better than custom ROMs. A review of the OnePlus(.com) forums reveals many complaints about GPS which each successive update. I grant that for unknown reasons, this problem does not affect all OP5s, no matter which ROM is loaded.
Blueblob said:
Update regarding all comments, thx all for your work [emoji106]
**twrp_gpsfix_OP5-5T-v2.zip**
Click to expand...
Click to collapse
This worked, but after reboot, it didnt work anymore...
Has anyone tried the hardware fix proposed in the OnePlus Community Forum? (I can't post the link here, because new XDA users can't post links...Just google "Oneplus 5 GPS fix?")
I did and after accidentially I broke one of the connecting GPS antenna prongs and replaced it with a aluminum foil ball my GPS is now working perfect!
gosz said:
This worked, but after reboot, it didnt work anymore...
Has anyone tried the hardware fix proposed in the OnePlus Community Forum? (I can't post the link here, because new XDA users can't post links...Just google "Oneplus 5 GPS fix?")
Click to expand...
Click to collapse
Sent from my ONEPLUS A5000 using Tapatalk

Install full android auto on s9+

Hi guys
I m confused (too many methods, too many apps versions) on how to make android auto completely functional .
My phone: galaxy s9+ android9
Thanks
Envoyé de mon SM-G965F en utilisant Tapatalk
.View attachment 4721863
Envoyé de mon SM-G965F en utilisant Tapatalk
falciatrice10 said:
Hi guys
I m confused (too many methods, too many apps versions) on how to make android auto completely functional .
My phone: galaxy s9+ android9
Thanks
Envoyé de mon SM-G965F en utilisant Tapatalk
Click to expand...
Click to collapse
And what is confusing you? Just choose one of the version of making AA working and that's all [emoji846]
I was checking few different ways to achieve this goal and can recommend you that if you want to have AA with CarStream and AA Mirror than you have to root your s9 and use AA Phonetype Patcher to switch these apps to be available by car system.
Good luck.
Sent from my SM-N960F via Tapatalk
My phone is rooted
Do i need to downgrade Google play services ? (And how to prevent to autoupdate )
Which version of android auto to install 2.9 or the most updated one from store ?
Is there a specifik version of aa_mirror.apk and aa_unlock.apk to install ?
What to install AA Phenotype Patcher*or AAutoAppEnabler_v1.1.apk ?
If you can explain me step by step
Thanks
Envoyé de mon SM-G965F en utilisant Tapatalk
falciatrice10 said:
My phone is rooted
Do i need to downgrade Google play services ? (And how to prevent to autoupdate )
Which version of android auto to install 2.9 or the most updated one from store ?
Is there a specifik version of aa_mirror.apk and aa_unlock.apk to install ?
What to install AA Phenotype Patcher*or AAutoAppEnabler_v1.1.apk ?
If you can explain me step by step
Thanks
Envoyé de mon SM-G965F en utilisant Tapatalk
Click to expand...
Click to collapse
You don't need to think about versions of Android Auto and Google Play Services as the procedure based on root and Phonetype Patch is working on all versions! You don't need to use AA Unlock (Phonetype Patcher is doing the same but permamently) and block autoupdate etc. (up to the latest versions it's working with no problem at all).
So if you have phone already rooted do this steps:
1. Install Android Auto and give it all needed permissions after it is connected to car system (or headunit server).
2. Install any AA Mirror app you want. There are few versions but all of them doing the same with small cosmetic changes
3. Install latest AA Phonetype patcher (current ver. is 0.85) from here: https://github.com/Eselter/AA-Phenotype-Patcher/tree/master/app/release
4. Enable AA Mirror and any other AA dedicated apps using Phonetype Patcher and do reboot
5. That's all. If you get blackscreen instead of mirrored screen (using AA Mirror) it means you have to do patch based on modified version of AA Mirror plus ScreenStream. Detail info here: https://forum.xda-developers.com/showpost.php?p=78548457&postcount=383
Regards.
Thats what i get : a black screen
falciatrice10 said:
Thats what i get : a black screen
Click to expand...
Click to collapse
You didn't read my manual carefully. See the point #5. There is a link how to solve the black screen issue. It's a problem of Android Pie on Samsung phones. But fortunately easy to fix
Regards.
Sent from my SM-N960F via Tapatalk
Code:
More simple solution
Quote:
Detailed instructions for modified AAM
1. Install ScreenStream [url]https://play.google.com/store/apps/d...r.screenstream[/url]
(but version from update below is more recommended)
2. Install AAM_mod
(version from update below is more recommended)
3. Making it a system app (optional, but otherwise some screen settings, for example, rotation, are not applied)
4. Unlock AAM_mod in AAPP
5. Launch ScreenStream, disable “wi-fi only” in the settings
For each connection to the machine, do the following:
1. Launch ScreenStream, click "Enable Broadcast"
2. We connect to the car
3. Run AAM_mod
If you have problems with rotation, please, connect to car with standart orientation and when you see your mirror on car display, change orientation to other
I want to try this method, do I need to enable developper mod and check unknown sources ?
falciatrice10 said:
My phone is rooted
Do i need to downgrade Google play services ? (And how to prevent to autoupdate )
Which version of android auto to install 2.9 or the most updated one from store ?
Is there a specifik version of aa_mirror.apk and aa_unlock.apk to install ?
What to install AA Phenotype Patcher*or AAutoAppEnabler_v1.1.apk ?
If you can explain me step by step
Thanks
Envoyé de mon SM-G965F en utilisant Tapatalk
Click to expand...
Click to collapse
falciatrice10 said:
Code:
More simple solution
Quote:
Detailed instructions for modified AAM
1. Install ScreenStream [url]https://play.google.com/store/apps/d...r.screenstream[/url]
(but version from update below is more recommended)
2. Install AAM_mod
(version from update below is more recommended)
3. Making it a system app (optional, but otherwise some screen settings, for example, rotation, are not applied)
4. Unlock AAM_mod in AAPP
5. Launch ScreenStream, disable “wi-fi only” in the settings
For each connection to the machine, do the following:
1. Launch ScreenStream, click "Enable Broadcast"
2. We connect to the car
3. Run AAM_mod
If you have problems with rotation, please, connect to car with standart orientation and when you see your mirror on car display, change orientation to other
I want to try this method, do I need to enable developper mod and check unknown sources ?
Click to expand...
Click to collapse
No, you don't need to use Developer Mode settings. But it's not a big effort to switch this mode on
Thanks a lot, its alive alive !!!!
But theres a little problem, when i lock the phone s screen, car screen turn black
falciatrice10 said:
Thanks a lot, its alive alive !!!!
But theres a little problem, when i lock the phone s screen, car screen turn black
Click to expand...
Click to collapse
That's how the AA Mirror works. If you want to watch some movies or video you can use CarStream. It is using your phone even if it is locked and screen is off but it is only for YouTube and local stored clips (on internal memory or sd card).
Regards.
Sent from my SM-N960F via Tapatalk
zencooler said:
That's how the AA Mirror works. If you want to watch some movies or video you can use CarStream. It is using your phone even if it is locked and screen is off but it is only for YouTube and local stored clips (on internal memory or sd card).
Regards.
Sent from my SM-N960F via Tapatalk
Click to expand...
Click to collapse
So phones screen must be always on ?
falciatrice10 said:
So phones screen must be always on ?
Click to expand...
Click to collapse
In AA Mirror yes. This an idea how the mirror works. You have same screen displayed on the car screen. The only thing you can do is to dim smartphone screen as much as you can.
Sent from my SM-N960F via Tapatalk

Uninstall Facebook Services

Hi, I'm on stock global EEA and i have the app Facebook Services that consumes too much battery. I would like to know if it was possible to disable or uninstall this app as I don't use facebook.
Yes if you root your phone. Otherwise I think it's not possible.
Poslano z mojega MI 9 z uporabo Tapatalk
I have read that it can be disabled with adb and with some tools. But I also read that it could cause system problems
nunu00 said:
I have read that it can be disabled with adb and with some tools. But I also read that it could cause system problems
Click to expand...
Click to collapse
It's possible and no issues what's so ever with overal system stability!
Over adb shell as You have mentioned in Your post.
Only issue is that You lose some Facebook functionality which depends on facebook services app.
I have disabled all Facebook apps that you can't uninstall. Facebook Services, Facebook App Installer and Facebook App Manager. Just head on to Settings, Installed apps and point to the three points-menu top right and select Show all. Find all Facebook apps and disable them at the bottom left.
Good riddance!!
No problems what so ever and I’m still using Messenger.
No root needed.
I disabled all facebook apps through Xiaomi Adb / fastboot tools and had no problems. Thank you all
nunu00 said:
I disabled all facebook apps through Xiaomi Adb / fastboot tools and had no problems. Thank you all
Click to expand...
Click to collapse
How?? Thank you

How To Guide [TOOL] Debloating Tool

Hello Everyone..I had this Debloating tool sitting on my hardisk since 2015.
It was orignally creted by Szaki
Discord : https://discord.com/invite/xiaomi
Github : https://github.com/Szaki/XiaomiADBFastbootTools
Features : Debloat MIUI ROMS without ADB scripts.
You need to simply install the Tool on your pc. Enable ADB and connect the phone.
All the system app will show up in the Tool. Select and uninstall.
Best thing is you can restore the apps from the Tool if you break something.
Steps:
1. Install ADB (can be found on XDA)
2. Install JAVA Developement kit (Attached in the zip)
3. Enable Developers option in phone and connect to pc giving all the permissions.
4. Run XiaomiADBFastbootTools.jar (Attached in the zip)
5. Select and debloat
I followed this list to debloat without any issues so far
Xiaomi Super bloatware List 2020
THIS IS THE LIST OF BLOATWARE I REMOVED ON MY K30 PRO (POCO F2 PRO)
lucacesarano.medium.com
Below is the screenshot of Tool UI
This is amazing thanks for this been looking for something like this
Thank you for this. Could you please tell me if there are apps/services I shouldn't uninstall for the device to remain functional?
Edit: I just saw the list you attached. Thanks again!
Can someone confirm if this works properly for our phone
Hibsee said:
Can someone confirm if this works properly for our phone
Click to expand...
Click to collapse
I have Redmi Note 9 Pro and Redmi Note 10 Pro (both Global EEA ROM) and this tool works perfectly on both. The biggest problem people have is the installation of the correct version of Java - if you try to use the wrong one, it won't work.
HiQual said:
I have Redmi Note 9 Pro and Redmi Note 10 Pro (both Global EEA ROM) and this tool works perfectly on both. The biggest problem people have is the installation of the correct version of Java - if you try to use the wrong one, it won't work.
Click to expand...
Click to collapse
So then what's the correct version to install?
Hibsee said:
So then what's the correct version to install?
Click to expand...
Click to collapse
Can't remember, it was a long time ago.
It's all fully explained in the instructions on github - just pay careful attention to that point, and you will be OK.
Hibsee said:
So then what's the correct version to install?
Click to expand...
Click to collapse
v11 worked for me.
I have uninstalled the msa app via adb in my Redmi Note 10 Pro. Since then logd app is darining my battery.
Any solutions pls?
Thanks in advance!
abhishekarora said:
I have uninstalled the msa app via adb in my Redmi Note 10 Pro. Since then logd app is darining my battery.
Any solutions pls?
Thanks in advance!
Click to expand...
Click to collapse
I see you got an answer to this Q in another thread - did those suggestions fix the battery drain ?
HiQual said:
I see you got an answer to this Q in another thread - did those suggestions fix the battery drain ?
Click to expand...
Click to collapse
I tried uninstalling msa, disabling msa and even revoking permission/authorisation of msa. In all those cases, logd starts draining battery. So, no solution yet. Let me know if you find any...
abhishekarora said:
I tried uninstalling msa, disabling msa and even revoking permission/authorisation of msa. In all those cases, logd starts draining battery. So, no solution yet. Let me know if you find any...
Click to expand...
Click to collapse
No logd solution found so far - unless i root my phone, which I don't want to do at this time.
HiQual said:
No logd solution found so far - unless i root my phone, which I don't want to do at this time.
Click to expand...
Click to collapse
Yeah, I also don't want to root the phone. I guess no solution to get rid of msa for non root user as of now.

Categories

Resources