From 16a46a79b12fb1394492a3e2cea21ee6f98099c4 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 11 Jul 2021 13:04:31 +0300 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bbdc4db..798ecd1 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Follow [Lineage OS for Samsung S5 Neo guide](https://wiki.lineageos.org/devices/ - For instance, building only `Dialer` APK, run `mmm packages/apps/Dialer` in lineage source root dir +- Before starting Lineage OS, you may need to wipe cache & Dalvik cache in TWRP (`Wipe -> Advanced Wipe -> [Dalvik / ART Cache, Cache]`) + ### Init.d support No, do not use `/system/etc/init.d/` or look for such folders. Simply put your boot time scripts into `/etc/adb/service.d/` folder, set their owner to `root:root` and permission bits to `0700`. You may give less restrictive permissions at your own risk. Default owner of these scripts seems to be `root:shell`. You may use TWRP to set owner & permission information.