!UUYziobKGGxpovWyAN:nixos.org

Robotnix

242 Members
Build Android (AOSP) using Nix | https://github.com/nix-community/robotnix76 Servers

Load older messages


SenderMessageTime
11 Apr 2026
@atemu12:matrix.orgAtemu
{
  total ? 200000,
  random ? "foo",
  sleep ? 0,
  pkgs ? import <nixpkgs> { },
  lib ? pkgs.lib,
}:
let
  drvs = builtins.genList (
    n: pkgs.runCommand "${random}-${toString n}" { } "sleep ${toString sleep} ; echo ${toString n} > $out"
  ) total;
  list = lib.concatLines drvs;
in

pkgs.writeText "${toString total}" list
11:07:25
@atemu12:matrix.orgAtemuCurrently running with 10000 and it's still going..11:07:50
@atemu12:matrix.orgAtemu Yeah, so running sleep 10000 times took 8min and I doubt that scales <linearly. At that point, it'd be faster to just build; especially given that real compiler invocations take quite a bit longer than sleep 0 11:58:30
@ortolanbunting3002:tchncs.deortolanbunting3002 joined the room.12:41:51
12 Apr 2026
@magic_rb:matrix.redalder.orgmagic_rbDoes anyone use ksu with robotnix? I want it for better root hiding, but my lineageos build isnt officially supported11:58:45
@magic_rb:matrix.redalder.orgmagic_rbAh they dropped support for non-GKI completely nevermind12:01:58
@atemu12:matrix.orgAtemuI've been meaning to look into the apatch fork12:04:50
@magic_rb:matrix.redalder.orgmagic_rbId still like to somehow bypass revolut's root and custom rom checks but havent mamaged12:04:52
@magic_rb:matrix.redalder.orgmagic_rb * 12:04:59
@atemu12:matrix.orgAtemuIts app is on f-droid12:05:05
@atemu12:matrix.orgAtemu(Also for banking apps to work of course..)12:05:45
@atemu12:matrix.orgAtemuI've also been considering getting a slightly broken iphone or some other fascist-approved Secure® deviece, attach it to a server and use it remotely somehow12:07:49
@atemu12:matrix.orgAtemu * 12:08:16
@magic_rb:matrix.redalder.orgmagic_rbLmao12:11:30
@magic_rb:matrix.redalder.orgmagic_rbFair12:12:08
@magic_rb:matrix.redalder.orgmagic_rbIll get a pixel and put graphene in it just to be done with this shit12:12:18
@magic_rb:matrix.redalder.orgmagic_rbIll then carfy aroynd two devices, my foss phone and a pixel12:12:32
@atemu12:matrix.orgAtemuYeah, something like that12:12:38
@atemu12:matrix.orgAtemuOr on the work phone12:12:48
@magic_rb:matrix.redalder.orgmagic_rb I do like "fascist approved" 12:12:57
@magic_rb:matrix.redalder.orgmagic_rbThats peak12:12:59
@atemu12:matrix.orgAtemuThough, thinking about it, I'd need to be able to do remote biometric auth somehow because apps usually want that? PIN alone might work for some though. (Because log2(10^4) is, of course, the pinnacle of password entropy..)12:16:47
13 Apr 2026
@alesya-h:nixos.devAlesya changed their display name from Alesya Huzik to Alesya.01:47:14
@Cornu:matrix.orgcornuHi, when generating signing keys the keys generated keys have 2048 bits, but the releaseScript checks for 4096 bit keys, i added a issue https://github.com/nix-community/robotnix/issues/381 . Not sure what the right approach is, should we patch make_key?21:24:39
14 Apr 2026
@ortolanbunting3002:tchncs.deortolanbunting3002Why is platform.canExecute hardcoded to return false if one of the platforms is not android? Shouldn't a x86_64-unknown-linux-gnu be able to execute x86_64-unknown-linux-android?06:39:24
@cyclopentane:aidoskyneen.eupentanehuh weird, i was under the impression that make_key is hardcoded to generate 4096 bit ones07:12:04
@cyclopentane:aidoskyneen.eupentane was planning to do some refactoring to unify the key handling scripts for the APK and AVB keys and use direct openssl invocations to generate them both anyway, so this might be a good opportunity 07:13:04
@cyclopentane:aidoskyneen.eupentaneit was just grapheneos doing that, vanilla AOSP and LOS do 2048 bit17:24:09
@cyclopentane:aidoskyneen.eupentaneshould be fixed now 😅17:24:14
@cyclopentane:aidoskyneen.eupentanewe really need a CI17:24:28

There are no newer messages yet.


Back to Room ListRoom Version: 6