Skip to content

Commit

Permalink
Use Pixel fingerprint to bypass safetynet
Browse files Browse the repository at this point in the history
  • Loading branch information
zjunior06 committed Feb 13, 2019
1 parent 3234a75 commit 0ab0571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/init_cedric.cpp
Expand Up @@ -81,7 +81,7 @@ void vendor_load_properties()

// fingerprint
property_override("ro.build.description", "cedric-8.1/OPPS28.85-13-2/2:user/release-keys");
property_override_dual("ro.build.fingerprint", "ro.vendor.build.fingerprint", "motorola/cedric/cedric:8.1/OPPS28.85-13-2/2:user/release-keys");
property_override_dual("ro.build.fingerprint", "ro.vendor.build.fingerprint", "google/walleye/walleye:9/PQ1A.190105.004/5148680:user/release-keys");

// rmt_storage
std::string device = android::base::GetProperty("ro.boot.device", "");
Expand Down

0 comments on commit 0ab0571

Please sign in to comment.