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

pkg: add packages, improve descriptions and removals #457

Merged
merged 2 commits into from May 20, 2024

Conversation

Blitz517
Copy link
Contributor

@Blitz517 Blitz517 commented May 9, 2024

Included things from issue #410 and huawei apps some apps move to unsafe. Named some from list Google to Aosp, because its the same app with different name. Required to WiFi work, apps move to Unsafe.
Incorrect name packages fixed.
Added one package from Miui OEM
Checked some Miui Unsafe or Expert apps again.
Changed removal place for some apps.
Some recommended apps to pixel phone not looks recommended (more expert, someone will need to check them). #441 #423

Thats my big research uad_lists.json, it did not cost me a week.

Included things from issue #410 and huawei apps some apps move to unsafe.
Named some from list Google to Aosp, because its the same app with different name.
Required to WiFi work, apps move to Unsafe.
Incorrect name packages fixed.
Added one package from Miui OEM
Checked some Miui Unsafe or Expert apps again.
Changed removal place for some apps.
Some recommended apps to pixel phone not looks recommended (more expert, someone will need to check them). #441 #423 

Thats my big research uad_lists.json, it did not cost me a week.
@Blitz517 Blitz517 added package::documentation Improve a description/recommendation package::addition Adding new apps to the debloat list package::breakage Phone has unexpected issues after debloating labels May 9, 2024
@Blitz517 Blitz517 requested a review from a team May 9, 2024 13:08
Copy link
Contributor

deepsource-io bot commented May 9, 2024

Here's the code health analysis summary for commits 622b559..85bf942. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Rust LogoRust✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@AnonymousWP AnonymousWP linked an issue May 9, 2024 that may be closed by this pull request
3 tasks
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Outdated Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
resources/assets/uad_lists.json Show resolved Hide resolved
@@ -35896,7 +35896,7 @@
},
"com.google.android.overlay.healthconnect": {
"list": "Oem",
"description": "Useless overlay to 'com.google.android.apps.healthdata'.",
"description": "Overlay to 'com.google.android.apps.healthdata'.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weren't all overlays going to be Advanced?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment it is recommended, but I'm not sure whether to create a "list": "overlay". Maybe this will solve something? Overlays are strange because they were created to do something to some apps (almost to the first launch they add things or set in the settings the default launch), but some overlays do nothing, I do not know what to say here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe keep all overlays Advanced?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is more complicated, apps making overlays for it self and i found some command that problably doing that:
adb shell cmd package compile -a -f --compile-layouts
chatgpt: By executing this command, you are forcing the recompilation of layout resources for all packages, which includes overlay apps, potentially improving their performance and resolving any layout-related issues.
i remember old uad was not listed overlays but its good when we remove it to app that we already uninstalled?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know what you mean with your last sentence.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

old uad by 0x192 has no lists of overlay and: if any app is recommended to remove then overlay to these app too (it is not brick anything)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember that someone had severe issues after removing recommended overlay, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once on the pixel 6a? i don't know how it happened

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then maybe Advanced for all overlays (it's not negative/pointless) anyway, but let's do that in a separate PR.

@AnonymousWP AnonymousWP changed the title Fixes of description and more researches about packages pkg: add packages, improve descriptions and removals May 19, 2024
@AnonymousWP AnonymousWP merged commit 1eefb01 into main May 20, 2024
2 of 3 checks passed
@AnonymousWP AnonymousWP deleted the researchuadnglists branch May 20, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package::addition Adding new apps to the debloat list package::breakage Phone has unexpected issues after debloating package::documentation Improve a description/recommendation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Huawei HarmonyOS 4 debloat report
2 participants