Face Unlock for Honor 8 Pro Oreo
(Mate 9 EMUI8 is confirmed too)
Download and flash in TWRP: https://mega.nz/#!FfxihZqD!vjF2rz0elfiay_ZYeQWwLfVG9lNI7FYAyi2vaohaiEs
Magisk module: https://mega.nz/#!1Xp0DbaC!fJvieuQWjbAauylqCvngHoM3wLPChTTCgPdO0yy0UC8
If anyone good at making modules looks at it, please find a proper way of doing it. Right now I only symlink files to /product and /odm. The symlinks in /odm stays after uninstall. Best would be to actually auto mount (like /system and /vendor is) it but I think magisk needs to be edited for that (?)
Make sure you have /odm and /product available in TWRP, else update (not sure which as I don't have an Honor 8 Pro)
To "enrol" (lol) face after installing, go to Settings -> Security & Privacy -> Face unlock
Face unlock is actually available already in Honor 8 Pro from the start, it just needs to be enabled.
And a few files are missing which I took from Honor V10 firmware.
If you want to revert, just check the zip for what files to remove and remove
ro.config.face_detect=1
ro.config.face_recognition=true
from /product/etc/prop/local.prop
Thanks to @LastStandingDroid for testing and pointing out where prop was located.
(Mate 9 EMUI8 is confirmed too)
Download and flash in TWRP: https://mega.nz/#!FfxihZqD!vjF2rz0elfiay_ZYeQWwLfVG9lNI7FYAyi2vaohaiEs
Magisk module: https://mega.nz/#!1Xp0DbaC!fJvieuQWjbAauylqCvngHoM3wLPChTTCgPdO0yy0UC8
If anyone good at making modules looks at it, please find a proper way of doing it. Right now I only symlink files to /product and /odm. The symlinks in /odm stays after uninstall. Best would be to actually auto mount (like /system and /vendor is) it but I think magisk needs to be edited for that (?)
Make sure you have /odm and /product available in TWRP, else update (not sure which as I don't have an Honor 8 Pro)
To "enrol" (lol) face after installing, go to Settings -> Security & Privacy -> Face unlock
Face unlock is actually available already in Honor 8 Pro from the start, it just needs to be enabled.
And a few files are missing which I took from Honor V10 firmware.
If you want to revert, just check the zip for what files to remove and remove
ro.config.face_detect=1
ro.config.face_recognition=true
from /product/etc/prop/local.prop
Thanks to @LastStandingDroid for testing and pointing out where prop was located.
Last edited: