BaltiApps/Pixelify-Google-Photos — reverse-engineered prompt
Reverse engineered prompt
Build me an Android Xposed module in Kotlin that makes Google Photos think the phone is a Google Pixel, so Pixel only Google Photos features get unlocked on non Pixel devices.
It should work with LSPosed and EdXposed. The module needs to hook the Android system feature checks that Google Photos uses, then return true for the Pixel specific features. It should also be able to spoof basic Pixel build info like brand, manufacturer, model, and fingerprint when Google Photos checks them.
Keep it simple, with an installable APK and whatever minimal app screen is needed. The user flow should be, install the APK, enable the module in LSPosed or EdXposed for Google Photos, reboot, then open Google Photos. Add clear warnings that this is for advanced users, may require clearing Google Photos data, and the user is responsible for any risk.
Look up current LSPosed module docs online if you need to.
Want more depth? Deep Reverse