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

Allow single word comments to be added to debloat list #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cawilliamson
Copy link

Hello!

Love the script but wanted a way to group things (since Samsung installs a LOT of junk on their devices) and this change allows me to group like the following example:

DebloatList="
#Bixby
BixbyService
BixbySystemUI

#Calendar
SamsungCalendar
GoogleCalendar
"

It's not 100% ideal since it doesn't allow spaces in the comments but it's better than nothing and helps me keep on top of what weird package names tie to which functionality I'm removing. :)

Thanks!

@ipdev99
Copy link

ipdev99 commented Jun 5, 2022

I have a test version that uses a plain text config file.
More similar to a OpenGApps config file.

It is a fork from the alt-repo.
Test
It was a few months ago and I got sidetracked by life and other projects.

I am not that good at documentation.
Either it is too technical, too general or I just don not like what I wrote.
I take more time writing (rewriting) the documentation than it takes to change and/or add code. 🙃

@ipdev99
Copy link

ipdev99 commented Nov 24, 2022

From PR #2
Updated config file support

The updated config file supports more than just a comment line.
ConfigScript

Working on a CommunityList
I will open it up to others once I do a little more clean up.

🤠

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

Successfully merging this pull request may close these issues.

2 participants