diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-14 16:54:10 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-14 16:54:13 +0200 |
commit | 504bb4789a16eda16e1dc299a347134e50cfffcb (patch) | |
tree | fb7416e7f6a8aa8f496acabb86ad895c559b5c49 | |
parent | 62c9fcd1aa7ba03590878b2781d5b07de7e9fe66 (diff) | |
download | device_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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |