[Guild] To pass safetynet on Oxygen Android Pie open Beta

Search This thread

prins29

Senior Member
Oct 27, 2015
169
90
Vadodara
After installing Pie open beta Oxygen uploaded by @Funk Wizard many will notice that CTS profile comes FALSE in magisk manager while basicintegrity is TRUE.

to pass saferynet.

We have to change fingerprint of build in the build.prop


There are two methods currently. (Works on Hydrogen Open beta too.)

(Third one is magisk module but in android pie ro.build.fingerprint and many other props are not working. And it will not work until magisk update Resetprop)

Method 1:

Manually Edit Build.prop with text editor or other apps.

(Build.prop will be present in /system )

Replace :

Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:9/PKQ1.180716.001/1808301430:user/release-keys

With

Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:8.1.0/OPM1.171019.011/06140300:user/release-keys


Method 2 :

Replace build.prop in /system with changed lines which is attached below. With proper permission which is " rw- r-- r-- (644) "


Source: reddit user ipha
 

Attachments

  • Buildprop.zip
    4.4 KB · Views: 863
Last edited:

Funk Wizard

Forum Moderator
Staff member
Nov 8, 2014
4,833
17,524
New Delhi
OnePlus 12
After installing Pie open beta uploaded by @Funk Wizard many will notice that CTS profile comes FALSE in magisk manager while basicintegrity is TRUE.

to pass saferynet.

We have to change fingerprint of build in the build.prop

There are two methods currently.

(Third one is magisk module but in android pie ro.build.fingerprint and many other props are not working. And it will not work until magisk update Resetprop)

Method 1:

Manually Edit Build.prop with text editor or other apps.

(Build.prop will be present in /system )

Replace :

Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:9/PKQ1.180716.001/1808301430:user/release-keys

With

Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:8.1.0/OPM1.171019.011/06140300:user/release-keys


Method 2 :

Replace build.prop in /system with changed lines which is attached below. With proper permission which is " rw- r-- r-- (644) "

Tested working fine :good:
 

Attachments

  • Screenshot_20180904-140648.jpg
    Screenshot_20180904-140648.jpg
    185.7 KB · Views: 2,089

CYB3R0ID694

Senior Member
Mar 9, 2016
380
380
29
Navi Mumbai
OnePlus 6
Google Pixel 6a
Will this have any effect on future updates?

will this have any effect on other things as well?

Don't worry.. Everything is fine..

Device Fingerprint Is system property which is registered in Google Database of Authorized Device....

When As you can see, Current Fingerprint for OOS Pie Beta 1 is not Registered in Google database so it won't pass SafetyNet..
The Fingerprint which we gone replace is Belong to the OOS based on 8.1 Oreo & registered in Google Database so SafetyNet get passed..

So, It's nothing to Do with Future updates & other things... :fingers-crossed:
 

Top Liked Posts