Skip to content

Commit

Permalink
pages: signing_builds: Remove mention of migration script from recovery
Browse files Browse the repository at this point in the history
Because /data is encrypted on most modern devices, it is not possible to
run the key migration script from recovery.

Change-Id: I1b3871d42ce0f48c0b149480fa04fbc1cdd53a0f
Signed-off-by: voidanix <[email protected]>
  • Loading branch information
voidanix authored and voidanix committed Oct 10, 2024
1 parent aa42072 commit d12464c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/signing_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,6 @@ adb reboot recovery
# Now install the official LineageOS install zip
```

Or run it from recovery:

```
# Ensure both /data and /system are mounted, then continue
adb push ./lineage/scripts/key-migration/migration.sh /data/local/tmp/migration.sh
adb shell sh /data/local/tmp/migration.sh official
```

If you are migrating from an official build to your own "unsigned" builds, you can run the
script in the same way, but instead using the argument "unofficial" instead of "official".

Expand Down

0 comments on commit d12464c

Please sign in to comment.