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

Fix support for Samsung Phone app #7

Open
Den4enko opened this issue Feb 11, 2024 · 4 comments
Open

Fix support for Samsung Phone app #7

Den4enko opened this issue Feb 11, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@Den4enko
Copy link

Hello! I like how this script works with other Samsung's apps. But there is a new SamsungPhone app, which helps to make and receive calls on PC. Sadly, it says, that device is not supported. Link to app on Microsoft Store
image

@Bananz0
Copy link
Owner

Bananz0 commented Mar 7, 2024

Unfortunately I don't think this is possible as they have changed the way to check for the model number, and instead of using registry, they use the WMI which afaik is read-only as per the Microsoft spec. Any help would be appreciated though

@Bananz0 Bananz0 added the help wanted Extra attention is needed label Mar 17, 2024
@Bananz0
Copy link
Owner

Bananz0 commented Apr 9, 2024

They are checking for values in the BIOS for this. There's no apparent way to fix this without hardware hacking. I have tried it and it seems they are also working on patching that (with Bixby). Sadly seems that this may also stop working soon

@Bananz0 Bananz0 closed this as completed Apr 9, 2024
@Den4enko Den4enko mentioned this issue Jun 2, 2024
@wxxsfxyzm
Copy link

I have an idea: Use a custom bootloader to fake the information of bios,such as opencore?could you tell me which key exactly bixby reads, so that I can test it

@Bananz0
Copy link
Owner

Bananz0 commented Jun 28, 2024 via email

@Bananz0 Bananz0 reopened this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants