| 27 Jan 2025 |
pentane ⭔ | In that case, you have two options:
- you can wipe your userdata partition and start over with the new keys
- or you can migrate your userdata from the keys of your old install to your new install
| 21:06:15 |
pentane ⭔ | in your case, you probably had an official LineageOS build install first, and now your userdata is coupled to the official LineageOS release-keys. If you want to install a robotnix-built LOS image with the test-keys, you need to run the migration script to change your keys from release-keys to test-keys. | 21:08:10 |
pentane ⭔ | What I did was:
- enable rooted debugging; run
adb root
- copy
migration.sh to the phone
- run
stop inside adb shell to shut down all user-facing system components
- run
./migration.sh unofficial inside the adb shell
- quit the ADB shell and run
adb reboot recovery
- sideload the Robotnix-built OTA zip
| 21:10:13 |
pentane ⭔ | Man, we should write a guide about this some day :D | 21:10:47 |
atemu12 | Yes, PRs welcome :) | 21:10:59 |
autra | thanks cyclopentane ⭔ and Atemu it's really clear! | 21:11:18 |
pentane ⭔ | happy to hear that :) | 21:11:30 |
atemu12 | :) | 21:11:36 |
autra | I can have a go at documenting that. Good first contrib ;-) | 21:11:48 |
autra | is it related to the avb keys in step 4 of https://docs.robotnix.org/installation.html ? | 21:12:03 |
pentane ⭔ | isn't AVB disabled on Lineage by default? | 21:12:55 |
pentane ⭔ |
The following instructions are specific to Pixel phones using either the Vanilla or GrapheneOS flavors. For LineageOS, please refer to upstream device-specific documentation on how to install LineageOS builds on your device.
Ah yes, seems to be that way
| 21:13:06 |
atemu12 | No that's for when you've signed your own build with your own key and want to enable verified boot | 21:13:19 |
atemu12 | That's generally not recommended for LOS though | 21:13:39 |
atemu12 | And I don't know whether AVB even works on the FP3 | 21:13:51 |
atemu12 | I know that it doesn't on FP4.... | 21:13:58 |
autra | It would be surprising it works on FP3 then. | 21:14:21 |
atemu12 | No I IIRC they just fscked up with the FP4 | 21:14:39 |
atemu12 | * No IIRC they just fscked up with the FP4 | 21:14:44 |
atemu12 | Could be that they didn't with the FP3 | 21:14:54 |
autra | you know what? I think it might explain one time I lost all my data 😆 | 21:15:00 |
pentane ⭔ | Lol | 21:15:09 |
autra | because I didn't know about that. | 21:15:18 |
autra | (no big deal, because I can reconstruct about everything, just time lost) | 21:15:38 |
atemu12 | That sounds more like you enabled AVB without setting your keys | 21:15:52 |
atemu12 | When I meant "broken" I meant that (IIRC) it doesn't properly verify the boot and you can just boot anything | 21:16:20 |
autra | Thanks again! | 21:19:44 |
autra | I'll try that but tomorrow, because some stuff are not meant to be attempted too late at night 😄 | 21:20:28 |
pentane ⭔ | i feel that lmao | 21:20:42 |
pentane ⭔ | good luck! | 21:20:44 |