aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 16:54:10 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 16:54:13 +0200
commit504bb4789a16eda16e1dc299a347134e50cfffcb (patch)
treefb7416e7f6a8aa8f496acabb86ad895c559b5c49
parent62c9fcd1aa7ba03590878b2781d5b07de7e9fe66 (diff)
downloaddevice_samsung_i9300-504bb4789a16eda16e1dc299a347134e50cfffcb.tar.gz
device_samsung_i9300-504bb4789a16eda16e1dc299a347134e50cfffcb.tar.bz2
device_samsung_i9300-504bb4789a16eda16e1dc299a347134e50cfffcb.zip
README.md: Add recovery
We do need to flash the recovery to enable people to format the userdata partition. In addition we can't flash the userdata as-is as the hack to automatically reisize it at the first boot doesn't work anymore because for some reasons selinux seems to be enforced for init services even when it's in permissive mode globally. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c876271..2022431 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ make -j9
Run the following command to test the built image:
-`heimdall flash --BOOT out/target/product/i9300/boot.img --SYSTEM out/target/product/i9300/system.img`
+`heimdall flash --BOOT out/target/product/i9300/boot.img --RECOVERY out/target/product/i9300/recovery.img --SYSTEM out/target/product/i9300/system.img`
# License