sunilpaulmathew / De-Bloater

An application using the power of Magisk to debloat unwanted system apps!
https://sunilpaulmathew.github.io/De-Bloater/
GNU General Public License v3.0
421 stars 16 forks source link

Add packageName to Active application view #14

Closed anuraag488 closed 1 year ago

anuraag488 commented 2 years ago

Hi Thanks for this app. Can you add package names to application list view and if possible to search.

sunilpaulmathew commented 2 years ago

@anuraag488 It is definitely possible. However, I personally found its more useful to show to the APK path, than package name. Moreover, De-Bloater is bot doing much things with the package name. We always use APK path. Still, thanks for the suggestion.

anuraag488 commented 2 years ago

Ok it's upto you. One question - if i debloat some xyz app then deleting that app from /data/adb/modules/De-bloater/system will restore that app?

sunilpaulmathew commented 2 years ago

/data/adb/modules/De-bloater/system

If you delete "/data/adb/modules/De-bloater/system", every debloated apps will be restored, but only after a reboot.

anuraag488 commented 2 years ago

/data/adb/modules/De-bloater/system

If you delete "/data/adb/modules/De-bloater/system", every debloated apps will be restored, but only after a reboot.

I mean if one app inside system folder then that app will be restored?

sunilpaulmathew commented 2 years ago

/data/adb/modules/De-bloater/system

If you delete "/data/adb/modules/De-bloater/system", every debloated apps will be restored, but only after a reboot.

I mean if one app inside system folder then that app will be restored?

Yes. But again, after a reboot.

anuraag488 commented 2 years ago

Yes. But again, after a reboot. Thank you. I am looking to do that through recovery just in case i get bootloop.

anuraag488 commented 2 years ago

@sunilpaulmathew thanks for adding package name. Can you further add it to search.

sunilpaulmathew commented 2 years ago

@sunilpaulmathew thanks for adding package name. Can you further add it to search.

I'll try. Don't know when I'll touch this app again. I reopened this issue, and added an "enhancement'" label.

yephny commented 2 years ago

I agree that searching for an app with their package name is useful, especially when there is a common keyword that's present in the package names of all of the apps you want to "uninstall" using De-Bloater, like all apps that have google in their package name.