|
|
|
|
|
by makeitdouble
1076 days ago
|
|
It looks like they work by patching the WSA installer to get root ?
There's a leap of trust needed, as we'd be putting our google credentials into it, but I guess that's par for the course for what is kind of a jailbreak. Looking at this as an example: https://github.com/WSA-Community/WSAGAScript |
|
Google Play isn't just an app you install, you to give it quite a few system level permissions for it to work right. Without root access and a patched system image, Google Play simply can't work right.
Compare it to getting Apple's iPadOS store to work on macOS or iOS. You can't just extract an .ipa and install it like with other apps, you need to modify the surrounding system and drag over some support libraries or the entire thing won't even be able to start. Or try installing Windows 11's file explorer on Windows 10, you'll need the same level of messing about with dependencies and system integration.
One major difference between the unofficial method and the Google method is that there's an API Google uses for remote attestation (SafetyNet) that requires root access to sort-of bypass, but can't be bypassed entirely. If Google's package contains the code to certify the PCs running it, that'd make DRM compatibility possible without hacks upon hacks.