Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

lineage-17.1-20201112

Compare
Choose a tag to compare
@BYZYB BYZYB released this 12 Nov 14:07
· 60 commits to lineage-17.1 since this release
62e2e44

Patches for building your own ROM

It's now available to use patches for applying custom modifications outside device/kernel/vendor repos, no more manual editing is required. These new patches are generated from my own lineage-17.1 repo, including most necessary changes for building a functional (or better) lineage rom than mine. The repo diffs will still be kept as a detailed reference to what I did in my lineage-17.1 sources locally.

Each patch is placed into its relative path from the root directory of your lineage repo, and named by its feature. Therefore, it's easier to apply them (or choose the ones you need) than reading repo_17.diff line by line and modify everything manually. Just copy the pacthes from /device/xiaomi/libra/patch and execute git am xxx.patch in correct place, then the changes will be applied automatically.

Don't forget to run git reset HEAD^ after each patch, or the changes will be discarded by repo sync.

Main changes

  • Android Security Patch level: 11/5/2020.
  • Android System Webview: 86.0.4240.185 .
  • Fix adb_root support in user build variant (need to enable "Root access" in "Settings - System - Developer options").
  • Fix audio recording as well as media volume (see issue #2 for more details).
  • Kernel improvements:
    • Fix almost all fixable build warnings (tested with clang-11).
    • Never set minimum/maximum value limit for wlan configs.
    • Show timestamp in printk() by default.
  • Refactor libinit module.
  • Remove lineage recovery from rom (as most users are using TWRP, also saves 10MB free space), the current installed recovery image would never be replaced.
  • Remove unused nano/vim config files.
  • Tiny clean-up for for init scripts.
  • Update NotoSansCJK to v2.002 and remove Latin+CJK merged NotoSerif fonts (restore serif fonts to original state).

Download mirror