yubunus/DeviceSpoofLab-Hooks — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Android LSPosed module for my rooted test phone that makes selected apps see the device as a Google Pixel 7 Pro on Android 15 instead of the real device. I want it to read a simple config file with spoofed values for model, brand, build fingerprint, Android version, security patch, serial, Android ID, IMEI style values, carrier info, WebView user agent, and similar properties.

If a value is blank, generate a realistic stable value and save it. It should hook common Android APIs and SystemProperties calls so apps get the spoofed data, while relying on a companion Magisk setup for the important boot time Build fields so apps do not crash.

Include safe defaults, basic logging for troubleshooting, and build it as a Java Android project that outputs an installable APK. Please look up current LSPosed docs if you need to.

Want more depth? Deep Reverse