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

Update Phone Link Application ID in config/tweaks.json #2509

Closed

Conversation

Cryostrixx
Copy link
Contributor

@Cryostrixx Cryostrixx commented Aug 3, 2024

Pull Request

Author Note

Pull Request #2509 - Status: Closed. Reason: Commit 2d79ed4 was missing a verified GPG signature.
The updated pull request can be found here: #2514 and the updated commit can be found here: 2c4ee66.

Title

Update Phone Link Application ID in config/tweaks.json.

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Change ID Microsoft.WindowsPhone to Microsoft.YourPhone and remove invalid ID Microsoft.CommsPhone in the WPFTweaksDeBloat function.
This fixes an issue where Phone Link was not getting uninstalled correctly when debloating the system using the Remove ALL MS Store Apps tweak.

Testing

Tested the change locally by running the compiled script and confirming that the Phone Link (Your Phone) application was correctly removed.

Impact

This change ensures the WPFTweaksDeBloat function uninstalls the correct Phone Link application and eliminates the redundant Microsoft.CommsPhone entry.

Issue related to PR

None.

Additional Information

None.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

…crosoft.YourPhone' and remove redundant application ID 'Microsoft.CommsPhone'.
…crosoft.YourPhone' and remove redundant application ID 'Microsoft.CommsPhone'.
Change Phone Link application ID from 'Microsoft.WindowsPhone' to 'Microsoft.YourPhone' and remove redundant application ID 'Microsoft.CommsPhone'.
@Cryostrixx Cryostrixx closed this Aug 3, 2024
@Cryostrixx Cryostrixx deleted the update-phone-link-app-id branch August 3, 2024 21:02
@og-mrk
Copy link
Contributor

og-mrk commented Aug 5, 2024

Even though the reason behind closing it might seem insignificant... the fact you considered it and tried fixing it shows clear dedication.. or just wanna see a green verified mark (can't blame you, I did it because of this 😆).

Just to be clear, we don't enforce developers to sign their commits with a key (a GPG or a SHA), it's considered best practices, as it'll be used to verify that "yes, you're the one who made this commit, and you made it on your machine(s) that have the Key Pair installed/configured.", which's better to have setup then nothing to be honest.

Also I've reviewed your new PR, thanks again for the fix @Cryostrixx 😄

@ChrisTitusTech ChrisTitusTech added the skip-changelog Skip Change Logs label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skip Change Logs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants