Reputation: 2338
I wanna ask how fingerprint pro app is uniquely identifying the android device even after Factory Reset.
I have tried following:
Android_ID (eg: 34c1b1e7daa2d82e)
ISSUE: resets on factory reset.
Build Fingerprint (eg: google/coral/coral:13/TP1A.221005.002.B2/9382335:user/release-keys)
ISSUE: changes with OS updates (OTA).
Google AppSet ID (eg: 8d8f3c1e-4c93-4d11-8f88-1a9b6e9a53cd)
ISSUE: resets on factory reset
There is one case till now where fingerprint pro app changed the id but that is a chinese device Doogee Android 12. Other devices are giving same.
Any help would be highly appreciated.
Upvotes: -2
Views: 134
Reputation: 451
Fingerprint Pro likely isn’t relying on a single public identifier (like Android_ID, Build Fingerprint, or AppSet ID) since each of those can change on factory reset or OTA. Instead, it appears to combine hardware‐bound properties that are stored in non‐volatile parts of the device—properties that aren’t wiped by a factory reset. It might be using:
The fact that you observed different behavior on a Doogee device suggests that some devices (especially with custom firmware) might expose or handle these identifiers differently, which can result in variations.
Upvotes: 0