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

Can't find chrome, youtube, google play store and more apps #9

Open bobel640 opened 3 years ago

bobel640 commented 3 years ago

the apps dosn't show some apps from product/app and product/priv-app

sunilpaulmathew commented 3 years ago

Thanks for raising this issue. Most likely, those apps are updated locally (from playstore) so that the SourceDir will be moved to some folders inside /data/app. Unfortunately, for the sake of systemless debloating, our app shows only those apps with SourceDir inside /system, /product and /vendor. I know it will make issues. However, I don't have any other efficient method to deal with it. Suggestions are most welcome.

sunilpaulmathew commented 2 years ago

@bobel640 I finally made some solid efforts to solve this issue. Are you still interested in this topic? If so, I shall provide you with a test build. Thanks.

sunilpaulmathew commented 2 years ago

@bobel640 I finally made some solid efforts to solve this issue. Are you still interested in this topic? If so, I shall provide you with a test build. Thanks.

Hey I'm not OP, but is still available the test build? I'd like to try it out.

Already included in the latest version (v0.20). Feel free to try it. Thanks.

sunilpaulmathew commented 2 years ago

@bobel640 I finally made some solid efforts to solve this issue. Are you still interested in this topic? If so, I shall provide you with a test build. Thanks.

Hey I'm not OP, but is still available the test build? I'd like to try it out.

Already included in the latest version (v0.20). Feel free to try it. Thanks.

It works great, thanks! Just a suggestion though: would be nice to have a separate tab for those apps from those under /system, it's a really cluttered list imo and I didn't see them at first hence my question above lol.

I will look for it. Thanks for the suggetion.