This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SereinOS Changelog for (kekzu) v1.0 | |
- merged November Security Patch (9.0.0_r16) | |
- implement VoLiT icon | |
- switched to Pixel2XL 8.1 sounds | |
- implement Poor Man Themes | |
- implement battery percent styles | |
- implement battery meter styles | |
- implement pixel navbar for devices with no HW buttons | |
- implement ambient indication interface |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone fprintd source code | |
git clone https://gitlab.freedesktop.org/libfprint/libfprint.git | |
# Checkout to our good guy who made a patch for sensor | |
# 1c7a:0587 LighTuning Technology Inc. ETU905A88-E | |
git fetch "https://gitlab.freedesktop.org/thameruddin/libfprint.git" 'egismoc-0587' | |
git checkout -b 'libfprint-egismoc-0587' FETCH_HEAD | |
# Try building the code | |
cd libfprint |