libgf_ud_hal.so looks for vendor.boot.verifiedbootstate to be set to the phones true state
in our case, for an unlocked phone, it must be orange
(green = locked with factory rom, orange = unlocked no checking, yellow = locked with user key)
Change it to look for vendor.boot.fingerprintbstate which we set to orange without having to mess with anything safetynet related.
Add a device check since only 7T Series actually checks for it
Co-authored-by: Matt Filetto <matt.filetto@gmail.com>
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: I35dec00b50c2f45334127ff251d5475100a6f3f2
* Updated all blobs from OOS 10 OB2.
* Ramdisk is not fully synchronized, but necessary changes are made to
support the new blobs.
* Device manifest has been updated to match the new blobs. However,
clean-ups might be needed due to some vendor changes.
* SELinux permissive is flipped on for now until all the new denials are
addressed.
Change-Id: I8e0e72445da8ecab1c4e85735ebfcabc5ff2ed7b
* Sadly, out-of-the-box Miracast support was killed in P, so
we need this to keep Wi-Fi display feature working.
* Additionally libwfdnative has been modified to load
libhidlbase.so instead of android.hidl.base@1.0.so using
following command:
sed -i 's/android.hidl.base@1.0.so/libhidlbase.so\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/' proprietary/lib64/libwfdnative.so proprietary/lib/libwfdnative.so
Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb