| 26 Mar 2024 |
atemu12 | Nope | 10:32:54 |
atemu12 | It's just the format you flash in recovery | 10:33:14 |
atemu12 | What you're describing is how to receive the updates | 10:33:41 |
eyJhb | Ah true :) | 10:34:23 |
eyJhb | I guess this is not the part you mean should maybe be updated ? https://github.com/nix-community/robotnix/blob/master/modules/release.nix#L55-L60 | 10:36:41 |
atemu12 | That's just the invocation | 10:37:29 |
atemu12 | If a project with different CLI interface is used, that part would have to be updated, yes | 10:37:46 |
ajs124 | In reply to @eyjhb:eyjhb.dk Wait, do you actually use OTA updates from your server to your phone? With signing and everything Atemu ? I used to have a setup like that | 10:38:04 |
atemu12 | We need a new/different ota_from_target_files | 10:38:08 |
atemu12 | o/ ajs124 | 10:38:22 |
ajs124 | it was this https://github.com/ajs124/robotnix-hydra and some nixos config.
but I had to reformat my device at some point (forgot how to unlock it and didn't have it written down anywhere), so I switched to regular grapheneos. | 10:40:04 |
eyJhb | In reply to @atemu12:matrix.org We need a new/different ota_from_target_files Is the current one just pinned? I thought it just followed the "general" updates. | 10:42:03 |
eyJhb | In reply to @ajs124:ajs124.de it was this https://github.com/ajs124/robotnix-hydra and some nixos config. but I had to reformat my device at some point (forgot how to unlock it and didn't have it written down anywhere), so I switched to regular grapheneos. Oh looks cool :D | 10:42:10 |
eyJhb | But doesn't sound nice with not having the key. | 10:42:21 |
eyJhb | I've never tried to run Hydra before. Or anytthing the like | 10:42:47 |
atemu12 | Hm, interesting I don't actually know where it comes from | 10:43:27 |
atemu12 | Though I do remember we used some 3rd party tool | 10:43:47 |
atemu12 | And there was some super weird drama around it and it was eventually made unfree or something? | 10:44:06 |
atemu12 | Android people... are weird | 10:44:11 |
eyJhb | ajs124: https://github.com/ajs124/robotnix-hydra/blob/main/release.nix#L20 did more than just yourself use it? Or was it uploaded to that server for backups? | 10:45:18 |
eyJhb | In reply to @atemu12:matrix.org And there was some super weird drama around it and it was eventually made unfree or something? This drama? https://github.com/nix-community/robotnix/issues/137 | 10:45:41 |
eyJhb | I seem to remember that this made it harder to make robotnix, or something. | 10:45:58 |
atemu12 | Ah, it was the vendor scripts | 10:46:15 |
atemu12 | Though those may have been the cause too | 10:46:26 |
atemu12 | (Makes sense as anything related to HW such as the fingerprint is bound to be a blobby mess | 10:46:45 |
atemu12 | * (Makes sense as anything related to HW such as the fingerprint is bound to be a blobby mess.) | 10:46:47 |
eyJhb | https://github.com/GrapheneOS-Archive/android-prepare-vendor | 10:48:13 |