-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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 |
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 |
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 |
I did that, worked for some time and they added another check after the
initial check. It does bypass some other apps but has the disadvantage of
making some of your OEM apps not work.
…On Fri, 28 Jun 2024, 15:54 wxxsfxyzm, ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSOGBJLNV5BOBUGIRM3XDDZJV2KTAVCNFSM6AAAAABDDYG3JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJXGEZDANJYHE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
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
The text was updated successfully, but these errors were encountered: