Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debloat failed #17

Open
cleanerspam opened this issue Jan 27, 2022 · 3 comments
Open

Debloat failed #17

cleanerspam opened this issue Jan 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@cleanerspam
Copy link

cleanerspam commented Jan 27, 2022

Directories that have System Apps
List 1

1) /system/system_ext/app/
2) /system/system_ext/priv-app/
3) /system/app
4) /system/priv-app
5) /product/app
6) /vendor/app

Now comes the partitions that are only used by Realme
List 2

1) /my_carrier/app
2) /my_carrier/priv-app
3) /my_heytap/app
4) /my_heytap/priv-app
5) /my_preload/del-app
6) /my_product/app
7) /my_product/priv-app
8) /my_region/app
9) /my_region/priv-app
10) /my_region/del-app
11) /my_region/del-app-pre
12) /my_stock/app
13) /my_stock/priv-app
14) /my_stock/del-app

Apps from List 1 are easily removed after rebooting but Apps from List 2 have no effect even on selecting apps and rebooting system .Also none of the apps that are selected have any user updates installed .
Only way to remove these apps is to use adb

I have also included the module folder for you with screenshots
Link Folder.zip

@sunilpaulmathew
Copy link
Owner

@cleanerspam In fact, the directories in List 2 are not even added to De-Bloater. I really don't know Magisk can handle it (since it is not under /system directory). Of course, there is nothing wrong to try if you (or someone else) are willing to test.

@sunilpaulmathew sunilpaulmathew added the enhancement New feature or request label Jan 27, 2022
@cleanerspam
Copy link
Author

I have uploaded the files and screenshot .
I am ready to test if you have any new ideas that might allow debloating on these partitions (I have magisk root but these partitions are read only , any modifications made to them in system mode causes bootloop ) so my only option is systemless methods

@HuskyDG
Copy link

HuskyDG commented Jun 29, 2022

@cleanerspam In fact, the directories in List 2 are not even added to De-Bloater. I really don't know Magisk can handle it (since it is not under /system directory). Of course, there is nothing wrong to try if you (or someone else) are willing to test.

It can if you manually mount bind a empty folder on it on post-fs-data, like:

mount --bind $(magisk --path)/.magisk/modules/Debloat/empty /my_carrier/app/someappname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants