-
Notifications
You must be signed in to change notification settings - Fork 42
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
Better ways to enable ARCore #2
Comments
Wait, aren't you the one who works on this? Well I mean you could maybe make it so you only spoof the fingerprint to certain apps, or maybe just find the code that stops the phone from accessing the AR Core API if the device isn't supported, and just remove it. |
No offense, but you look like you're talking about something you have no idea about |
OK, so my understanding is that the fingerprint is something that an app can request… |
No, fingerprint does not work in this way and it isn't technically possible |
OK then… |
Basically if apps want to check the fingerprint they do and there's no way to prevent that |
How do we modify them to not check or to perform a fake check |
It isn't the game, but ARCore that checks the fingerprint and whitelists it if it is among the list of supported devices |
I edited it sorry I didn't mean game I meant fake So, why can't we just modify Google Play Services for AR? It's open source... |
It is not open source, I'd have to use reverse engineering. |
Ah shoot I see it's just the SDK that is… |
I have never worked with decompiled apps outside of GCam, feel free to create a patched version of ARCore and I will include it |
Oh I see, only the SDK is... https://github.com/google-ar/arcore-android-sdk Wait I don't see code for it So, how do we start to reverse engineer it? |
Frick the thing I sent didn't show up do I didn't see it |
Don't use the plural, I am not interested in any overkill, at all |
? |
Reverse engineering is an overkill, if you want to try and you manage, you're welcome, but I am not going to spend my time with that. |
Alright, I used This handy little website (http://www.javadecompilers.com/apk) which probably isn't the best method, but eh. Looking at |
At the moment to enable ARCore there doesn't seem to be a better rather than sproofing the fingerprint; this is not the best method, since some app recognize your device as a Pixel 2 and from system settings, you will see fingerprint security patches and not the ones of your phone.
Some elder versions just required some small changes in the root/data/data folder, but now they've changed the files there.
Every idea and contribution is welcome here🙂
The text was updated successfully, but these errors were encountered: