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: duplicate packages in uad_list #429

Closed
3 tasks done
jxdv opened this issue Apr 23, 2024 · 1 comment · Fixed by #471
Closed
3 tasks done

pkg: duplicate packages in uad_list #429

jxdv opened this issue Apr 23, 2024 · 1 comment · Fixed by #471
Assignees
Labels
package::documentation Improve a description/recommendation

Comments

@jxdv
Copy link
Contributor

jxdv commented Apr 23, 2024

Describe the bug

Not really a bug, but I noticed that there are duplicate packages present in the debloat list.

For example com.samsung.android.incall.contentprovider is present twice:

  "com.samsung.android.photoremasterservice": {
    "list": "Oem",
    "description": "PhotoRemasterService\nIf removed, Photo Remaster in the gallery won't work.",
    "dependencies": [],
    "neededBy": [],
    "labels": [],
    "removal": "Advanced"
  },
...
  "com.samsung.android.photoremasterservice": {
    "list": "Oem",
    "description": "Photo remaster will not work after remove, if this feature exist, still unknown.",
    "dependencies": [],
    "neededBy": [],
    "labels": [],
    "removal": "Advanced"
  },

The full list of duplicate packages according to my IDE:

com.samsung.attribution
com.samsung.android.photoremasterservice
com.samsung.android.widget.pictureframe
com.samsung.android.sm_cn
com.samsung.android.incall.contentprovider
com.samsung.android.wifi.softap.resources
com.samsung.sait.sohservice
com.samsung.android.secsoundpicker
com.samsung.android.singletake.service
com.samsung.ims.smk
com.samsung.internal.systemui.navbar.gestural_no_hint
com.samsung.internal.systemui.navbar.sec_gestural
com.samsung.internal.systemui.navbar.sec_gestural_no_hint
com.samsung.android.wallpaper.res

Expected behavior

Do not have duplicate packages in the debloat list.

You have a solution?

Remove the duplicate packages.

Provide logs

N/A

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@jxdv jxdv added the bug Something isn't working label Apr 23, 2024
@AnonymousWP
Copy link
Member

AnonymousWP commented Apr 23, 2024

Thanks for this. Arguably this issue should have been made through this template actually, but I'll leave it like this.

@AnonymousWP AnonymousWP self-assigned this Apr 23, 2024
@AnonymousWP AnonymousWP added package::documentation Improve a description/recommendation and removed bug Something isn't working labels Apr 23, 2024
@AnonymousWP AnonymousWP changed the title bug(scope): duplicate packages in uad_list pkg: duplicate packages in uad_list Apr 23, 2024
@AnonymousWP AnonymousWP linked a pull request May 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package::documentation Improve a description/recommendation
Projects
None yet
2 participants