baptx

Results 74 comments of baptx
trafficstars

I got Magisk installed and Zygisk enabled here: https://github.com/casualsnek/waydroid_script/pull/143#issuecomment-1893679352

@Displax I did not get your fork working either for Android apps on my computer: https://github.com/Displax/safetynet-fix/issues/28#issuecomment-1895647402

@rom4ster I tried both latest https://github.com/chiteroman/PlayIntegrityFix and https://github.com/osm0sis/PlayIntegrityFork on Waydroid but they did not work with the app Play Integrity API Checker (I added all apps and system apps to...

@knasiotis How can we find and use our own fingerprint? I don't have a real Android device by the way, I just use Waydroid on my computer.

@MerlijnWajer thanks for the information, maybe you could add a link to the FAQ on https://maemo-leste.github.io/ so it is easier to find.

I downloaded the previous version safetynet-fix-v2.4.0-MOD_1.3-Zygisk.zip but it is not able to pass SafetyNet / Play Integrity on Waydroid (Android 11) when I tested with the app Play Integrity API...

In case it helps someone, I was able to use an HTTP proxy as SOCKS proxy with proxychains on Windows in VirtualBox (host-only adapter) by setting up Dante SOCKS server...

If we just need to store IP addresses with the number of requests, I guess it would be fine to use plain text instead of a more complex database (and...

I saw you use a Node.js server on https://github.com/1nikolas/play-integrity-checker-server so I thought my solution would be possible. If it is not possible to add a restriction on the server-side, it...

When you wrote "put app in debuggable state", I guess you mean putting `android:debuggable="true"` in the manifest file but this is not needed like mentioned in the comment on https://stackoverflow.com/questions/2952140/android-how-to-mark-my-app-as-debuggable/2952470#comment67092308_2952470....