How to debloat ? - Honor 9 Lite Questions & Answers

Hello, I tried to remove the applications I don't want via adb shell, the adb devices command works, but the following pm list packages does not work
It tells me the term PM is not recognized
Any solution?

Through ADB they are not physically removed, they are only hidden for the current user.
They can only be completely removed on a rooted phone, imo.

i have use this https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/ you say the apps is not totally removed ?

k3npachi said:
i have use this https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/ you say the apps is not totally removed ?
Click to expand...
Click to collapse
I meant the ADB command
pm uninstall -k --user 0 com.xxx.xxx
By the way, there is a similar program for Huawei devices - "Huawei Multi-Tool".
Edit: btw, the linked tool uses the same command , so it's just a placebo, applications will remain in the appropriate system partition. (I have tested it on a rooted phone).

ok ok thanks, but i cant root it , its a work phone

k3npachi said:
ok ok thanks, but i cant root it , its a work phone
Click to expand...
Click to collapse
How badly you need uninstall sys. apps? It has hardly any benefit...

-Alf- said:
How badly you need uninstall sys. apps? It has hardly any benefit...
Click to expand...
Click to collapse
It takes up space, and I want to remove the google, facebook crap ....

k3npachi said:
I want to remove the google
Click to expand...
Click to collapse
You can remove Google on Android device only if you replace it with another system, i.e. custom ROM. It's logical, isn't it?

i want say all google apps not operating system

k3npachi said:
i want say all google apps not operating system
Click to expand...
Click to collapse
I think Google's system apps are part of the android OS, but I could be wrong .
Good luck!

-Alf- said:
I think Google's system apps are part of the android OS, but I could be wrong .
Good luck!
Click to expand...
Click to collapse
thanks

Related

apps2sd on stock froyo?

Has anyone found any apps that this works with or do we need to wait for all the devs to come out with new versions? All i checked wouldn't allow me to move them.
Unrooted by the way.
M9x3mos said:
Has anyone found any apps that this works with or do we need to wait for all the devs to come out with new versions? All i checked wouldn't allow me to move them.
Unrooted by the way.
Click to expand...
Click to collapse
Every app has to be updated by the author. No way around it.
If your rooted you can just switch the toggle to 2 and all the apps can be moved over to sd and new apps install there by defaut. I'm not a real app whore having maybe 50 more or less but still, they are every last one on the sd.
No problem thankyou. Just making sure I was not doing anything wrong with it lol.
krabman said:
If your rooted you can just switch the toggle to 2 and all the apps can be moved over to sd and new apps install there by defaut. I'm not a real app whore having maybe 50 more or less but still, they are every last one on the sd.
Click to expand...
Click to collapse
what do u mean switch the "toggle to 2" ?
adb command...
adb shell pm setInstallLocation 2
lhurtado said:
adb shell pm setInstallLocation 2
Click to expand...
Click to collapse
im not so familiar with this...is there a simpler way?? or is there a tutorial on how to do this?
gamefan231 said:
im not so familiar with this...is there a simpler way?? or is there a tutorial on how to do this?
Click to expand...
Click to collapse
Try searching im almost positive that there is a tut on it but, You need to install the Android SDK and create a connection to your device with the sdk.
You can then run the ADB command from terminal(mac OSX) or CMD(windows)
krabman said:
If your rooted you can just switch the toggle to 2 and all the apps can be moved over to sd and new apps install there by defaut. I'm not a real app whore having maybe 50 more or less but still, they are every last one on the sd.
Click to expand...
Click to collapse
i switched setInstallLocation to 2 but if i try to move an app to the sd card or install anything from the market my phone just restarts.
anyone else having this problem?
i installed the ota from .zip directly over cyanogen 5.0.6 no wipe
sdcard is formatted fat32/ext3/swap
any help appreciated.
Is there an easy way to find out which of the currently installed apps have been updated to support FroYo's apps2sd?
There has to be a better way than to open Manage applications, sort by size and then click on on each app..
acidonyx said:
i switched setInstallLocation to 2 but if i try to move an app to the sd card or install anything from the market my phone just restarts.
anyone else having this problem?
i installed the ota from .zip directly over cyanogen 5.0.6 no wipe
sdcard is formatted fat32/ext3/swap
any help appreciated.
Click to expand...
Click to collapse
Had this problem a while back. A wipe was required before it worked correctly.
There is also my modded spare parts that let's you choose where to force install app, without having to go through adb
sergey.povzner said:
Is there an easy way to find out which of the currently installed apps have been updated to support FroYo's apps2sd?
There has to be a better way than to open Manage applications, sort by size and then click on on each app..
Click to expand...
Click to collapse
There's a free app on the market called "App 2 SD", it shows all apps that can be moved and moves them for you (that should be all of them
Visit this link from your phone or use Chrome-to-phone if you used the shell command above) if you're cool like that:
App2SD
[EDIT] Having the App 2 SD app running after using the command above will crash the apps!
yeah if you want to spend ages compiling

Finally rooted my Vibant - How to remove stock apps?

I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Flapjack said:
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Click to expand...
Click to collapse
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Daneshm90 said:
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Click to expand...
Click to collapse
Yeah, it does seem like a PITA.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Maybe I'll try that. Do you have to actually do a backup/restore process before you can remove them? Or can you just remove them from the app itself?
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
The other thing that kills me is that a lot of these apps keep popping up for now reason. I run "Advanced Task Killer" on a frequent basis, but I'll find apps like "Slacker" sitting there, taking up memory.
I know a lot of these apps are set to run on startup.... but why are they just starting up at random times?
I feel like I have so little control over this phone... it actually scares me. I knew everything my WinMo phone was doing at all times.
Daneshm90 said:
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
Click to expand...
Click to collapse
Can these items just be deleted?
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Call me an idiot, but I can't figure out who to remove apps with this app.
Flapjack said:
Can these items just be deleted?
Click to expand...
Click to collapse
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
BobbyTee said:
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
Click to expand...
Click to collapse
How in the heck do you find that? I've been all over the Samsung site and I can only find are Windows drivers.
**EDIT**
Nevermind, I found it on another site. I think this is what you meant, right?:
http://samsung-firmwares.com/i9000.htm
Also, what is the difference between the I9000DTJG4 and the I9000UGJG8 firmware?
Daneshm90 said:
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
Click to expand...
Click to collapse
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Flapjack said:
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Click to expand...
Click to collapse
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Daneshm90 said:
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Click to expand...
Click to collapse
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
**EDIT**
Just found "LauncherPro" on the Market. Looks good, but many are complaining the latest version is laggy/buggy and has obnoxious ad placement.
Does anyone have the next most recent version?
Flapjack said:
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
Click to expand...
Click to collapse
Nope its independent of proprietary frameworks, i.e it runs on stock.
Daneshm90 said:
Nope its independent of proprietary frameworks, i.e it runs on stock.
Click to expand...
Click to collapse
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Flapjack said:
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Click to expand...
Click to collapse
Nope it'll run on ANY proprietary/nonproprietary android firmware which is 2.0+
I just use root explorer and delete apk+odex from system/app
fua said:
I just use root explorer and delete apk+odex from system/app
Click to expand...
Click to collapse
Can you go into a little more detail? What is odex?
Its fairly easy, actually.. No apps or code needed. Go to:
Settings -> Applications -> Manage Applications
Press the menu button, and press Filter. Then change the selection to "All"

Issue with app's ?

Hi.
I have issues here.
I would install market and Astro filemanager.
But I got info that they already was installed.
I cannot see them in the Application->Manage applications
It tells me, that " you don't have any third party apps installed".
I had the idea, that the GT540 is rooted, but obvciously not, as I cannot install apk's using the adb command.
Beside this, I also have this:
process com.android.vending issue.
What can I do?
aalested said:
Hi.
I have issues here.
I would install market and Astro filemanager.
But I got info that they already was installed.
I cannot see them in the Application->Manage applications
It tells me, that " you don't have any third party apps installed".
I had the idea, that the GT540 is rooted, but obvciously not, as I cannot install apk's using the adb command.
Beside this, I also have this:
process com.android.vending issue.
What can I do?
Click to expand...
Click to collapse
You've missed the forum, this should be in General or Themes and Apps forum.
You haven't stated what ROM are you using.
Are you trying to install Astro via Play Store or from apk on sd card?
com.android.vending is a Google Play Store app, has it updated itself or is still Market?
darko94 said:
You've missed the forum, this should be in General or Themes and Apps forum.
You haven't stated what ROM are you using.
Are you trying to install Astro via Play Store or from apk on sd card?
com.android.vending is a Google Play Store app, has it updated itself or is still Market?
Click to expand...
Click to collapse
Sorry for posting a wrong place :-(
I'm not sure what ROM I'm using. It's the dafault one, as it has not been modified, but Don't know. How to see it?.
It's an LG GT540 I use.
Iwould install it from apk on SD card, but due to a reason I don't know, I cannot get adb to work.
It tells me, that device not found.
I have formatted the SD card with FAT32, and now I cannot see the system path.
Bot worth to mention, I'm a newcomer here on Android :crying:
aalested said:
Sorry for posting a wrong place :-(
I'm not sure what ROM I'm using. It's the dafault one, as it has not been modified, but Don't know. How to see it?.
It's an LG GT540 I use.
Iwould install it from apk on SD card, but due to a reason I don't know, I cannot get adb to work.
It tells me, that device not found.
I have formatted the SD card with FAT32, and now I cannot see the system path.
Bot worth to mention, I'm a newcomer here on Android :crying:
Click to expand...
Click to collapse
On android 2.1 adb work only on recovery mode just make a hardreset and everything will be just fine
Don't worry about the wrong forum thing we all learn!
hardspace said:
On android 2.1 adb work only on recovery mode just make a hardreset and everything will be just fine
Click to expand...
Click to collapse
How to set the phone in recovery mode ?.
I have made a hard reset many times.
Code:
VOLUME UP + HOME + SEARCH
It was after such a stunt, that the following occured :angel:
And what is the next to be done now ?.
If it's too much to discuss here, it will be ok, if one will help me direct
-Grift- said:
Don't worry about the wrong forum thing we all learn!
Click to expand...
Click to collapse
Thank you for those nice words
I have learned it, yes!
aalested said:
How to set the phone in recovery mode ?.
I have made a hard reset many times.
Code:
VOLUME UP + HOME + SEARCH
It was after such a stunt, that the following occured :angel:
And what is the next to be done now ?.
If it's too much to discuss here, it will be ok, if one will help me direct
Click to expand...
Click to collapse
For recovery and fastboot look here: http://forum.xda-developers.com/showthread.php?t=1224747
I'm not sure what puzzled me, but now all is working.
I did an factory reset -one of an enormeus lot-, and after all worked again.
Now I can go to Market and do all what I want.
Thanks for the link to recovery and fastboot.
Will save the link for future use.
So for now, thanks for all your comments and great infos.
They are much appreciated

Help with rooting custom device (not phone)

Hello guyz!
I have a device that I am testing, which is heavily customized. I managed to unlock the bootloader, find the boot.img and patch it with the magisk manager on an other device, and finally flash it with fastboot. The sun binaries was written in the system but there was no magisk manager so whenever I tried to execute su in adb I got permission denied as a response.
So, I found the system.img unpacked it and tried to install the app files in several destinations(/system/priv-app, /system/app, /data/app). Than way I managed to find the app in the system and now when I give su in the adb it waits and in the system I see magisk manager opening and closing immediately.
I know that I am losing something, cause I do not have deep knowledge of the Android internals, but I did my best until now, and I didn't find how to fix the issue until now. Also , for some reason I cannot install more apps on the system (other than the preinstalled and magisk)
I appreciate the help thanks guys
What is this "device" you speak of ...
Phone ? Tablet ?
Android Version?,you better not have an
Iphone and made an account on XDA [emoji28]
Custom Rom or Stock ?
Sent from my SM-J700T using Tapatalk
El_Diabolical said:
What is this "device" you speak of ...
Phone ? Tablet ?
Android Version?,you better not have an
Iphone and made an account on XDA [emoji28]
Custom Rom or Stock ?
Click to expand...
Click to collapse
Lol no man not an iPhone user! It is not a phone nor a tablet! It runs Android 9 and it has a vertical resolution !
Update: I don't know if it can be considered stock rom! The manufacturer makes it but it is something like stock with some costomization and restrictions!
Serbinhio said:
Lol no man not an iPhone user! It is not a phone nor a tablet! It runs Android 9 and it has a vertical resolution !
Update: I don't know if it can be considered stock rom! The manufacturer makes it but it is something like stock with some costomization and restrictions!
Click to expand...
Click to collapse
Just extract the magisk.apk from the magisk package and install
TheRealModder said:
Just extract the magisk.apk from the magisk package and install
Click to expand...
Click to collapse
I did that but by adding it to the system image! The thing is that there is no other way to install an all to the device (adb denies it, no file manager etc)
Serbinhio said:
I did that but by adding it to the system image! The thing is that there is no other way to install an all to the device (adb denies it, no file manager etc)
Click to expand...
Click to collapse
Did you try to install it as a normal apk?
Sent from my SM-G610F using Tapatalk
TheRealModder said:
Did you try to install it as a normal apk?
Click to expand...
Click to collapse
What do you mean as normal apk? If you do not have a browser or file manager, or in general any other app that can install your apk it cannot be done!
Serbinhio said:
What do you mean as normal apk? If you do not have a browser or file manager, or in general any other app that can install your apk it cannot be done!
Click to expand...
Click to collapse
What device bro?
Sent from my SM-G610F using Tapatalk
TheRealModder said:
What device bro?
Click to expand...
Click to collapse
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt
Serbinhio said:
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt
Click to expand...
Click to collapse
A photo player?! Sorry bro, can't help.
Sent from my SM-G610F using Tapatalk
Serbinhio said:
Let's say a photo player! But it does not matter in our issue! There is no common way to install apps and no play store ! The issue is with magisk and why it crashes on the prompt
Click to expand...
Click to collapse
You can install an apk within the adb by typing this command:
Code:
adb install <apk file location>
chalseu said:
You can install an apk within the adb by typing this command:
Click to expand...
Click to collapse
It cannot work, from Android 8 it has been changed and now it is in a per app setting. And even changing the settings gives an error that unknown sources not allowed

Question Need Strict Debloater

Hi Guys,
Need Strict Debloater for Mi 11tpro
Tried several but on each boot its repeating or system space is not getting released any suggestion
Tried:
Magisk Module Systemless Debloater (REPLACE)
Universal Android Debloater
Still badluck, on every restart of phone everything comes back
djkrish5610 said:
Hi Guys,
Need Strict Debloater for Mi 11tpro
Tried several but on each boot its repeating or system space is not getting released any suggestion
Tried:
Magisk Module Systemless Debloater (REPLACE)
Universal Android Debloater
Still badluck, on every restart of phone everything comes back
Click to expand...
Click to collapse
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
LS.xD said:
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
Click to expand...
Click to collapse
it always give me Java error, which is difficult to resolve sometimes.
djkrish5610 said:
it always give me Java error, which is difficult to resolve sometimes.
Click to expand...
Click to collapse
I'm using Java 11 SDK for it:
Java JDK
The Java JDK lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, portability, and security that today's applications require.
www.techspot.com
Hello guys.. maybe here you can help me. I use java debloat and everything was ok. But by mistake i have deleted an important app( don't know witch one) and now my phone animation are not smooth. They are really sharp kind of annoying. Does anyone know the name of the app that can fix this??
MIUIes | ADB
adb.miuies.com
LS.xD said:
I think "Xiaomi ADB/Fastboot Tools" is a great option for debloating ->
Note: This project is outdated and no longer maintained.
A simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
szaki.github.io
You can disable or uninstall unwanted apps for the current user. There is absolutely no reason to hard delete bloatware nowadays.
Click to expand...
Click to collapse
Also using this, work a treat.
Nikøs said:
Hello guys.. maybe here you can help me. I use java debloat and everything was ok. But by mistake i have deleted an important app( don't know witch one) and now my phone animation are not smooth. They are really sharp kind of annoying. Does anyone know the name of the app that can fix this??
Click to expand...
Click to collapse
If the reinstall feature doesn't work, you can factory reset your device and everything will be back to stock. Are you sure that uninstalling of system app causes the problem? May be you changed some settings in the developer options...
LS.xD said:
If the reinstall feature doesn't work, you can factory reset your device and everything will be back to stock. Are you sure that uninstalling of system app causes the problem? May be you changed some settings in the developer options...
Click to expand...
Click to collapse
I think this happen after debloat.. but yeah doesn't make too much sense an app causing this.. And i don't really want factory reset . So probably i will check developer options maybe im lucky and the problem is there.
edit*
-Problem solved by just disable and enable developer options . Thanks a lot mate
Hey guys
So i wanted to yeet com.mi.android.globalFileexplorer
cuz its bad and wasn t giving me any recent files so i could attach on email
so i debloted it using the above tool you guys mentioned
On my old phone whenever i used attach function on email it used to open that blue icon files app which doesn t have nay skin
Anyway to use that for email attachment or for all purposes
Also this com.mi.android.globalFileexplorer this app can't access android/data and android/obb folder, i even enabled all permisions for it
Please Help
Thank You

Categories

Resources