!UUYziobKGGxpovWyAN:nixos.org

Robotnix

244 Members
Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix75 Servers

Load older messages


SenderMessageTime
2 Sep 2021
@max:privatevoid.netMax joined the room.18:22:27
3 Sep 2021
@kranzes:matrix.orgkranzesDoes using the repo.json for lineageOS support nested directories?08:44:50
@kranzes:matrix.orgkranzes samueldr: Are you able to help me troubleshoot an android kernel? 17:19:52
@kranzes:matrix.orgkranzesI built lineageos fork rom with robotnix, the built went successfully, so did signing it but it does not boot 17:20:29
@kranzes:matrix.orgkranzesit gets stuck on the (xiaomi) Redmi screen17:20:39
@kranzes:matrix.orgkranzesthen it reboots17:20:42
@kranzes:matrix.orgkranzesand tried again17:20:45
@kranzes:matrix.orgkranzesand gets stuck there too17:20:47
@kranzes:matrix.orgkranzesI have the last_kmsg logs from it17:21:06
@kranzes:matrix.orgkranzesbut i dont understand them17:21:12
@kranzes:matrix.orgkranzesDownload last_kmsg.log17:21:25
@kranzes:matrix.orgkranzeshttps://pastebin.com/LXwMdcdW17:21:47
@kranzes:matrix.orgkranzesRedacted or Malformed Event17:24:04
@kranzes:matrix.orgkranzes
{
  description = "A basic robotnix configuration";

  inputs.robotnix.url = "github:Kranzes/robotnix-forklineageos";

  outputs = { self, robotnix }: {
    # "dailydriver" is an arbitrary user-chosen name for this particular
    # configuration.  Change it to something meaningful for you, perhaps just
    # the device name if you only have one of this kind of device.
    robotnixConfigurations."miatoll" = robotnix.lib.robotnixSystem ({ config, pkgs, ... }: {
      device = "miatoll";
      flavor = "lineageos";
      androidVersion = 11;

      signing.enable = true;
      signing.keyStorePath = "/home/1TB-HDD/Android/robotnix/keys";

      envVars.TARGET_FLOS = "true";

      source.dirs = {
        "device/xiaomi/miatoll".src = pkgs.fetchFromGitHub {
          owner = "sairam1411";
          repo = "device_xiaomi_miatoll";
          rev = "54a1f71a9e1854f3fe75124db268c0a182198849";
          sha256 = "1yzrz9yn45crssbbjfv0v1bnnv1ccgrpk7hchdgbfsqkwyxp9mm8";
        };

        "device/xiaomi/sm6250-common".src = pkgs.fetchFromGitHub {
          owner = "sairam1411";
          repo = "device_xiaomi_sm6250-common";
          rev = "be93d911a1ccc175e39ff752be41ab8272749447";
          sha256 = "0ddffm6dlcpm365kp9b1ahhjrsv74x0dxv3fx12jvnwzh21208h1";
        };

        "vendor/xiaomi/miatoll".src = pkgs.fetchFromGitHub {
          owner = "sairam1411";
          repo = "vendor_xiaomi_miatoll";
          rev = "4b9d12e74e1b3fa63948ef27021b1eadd1e531db";
          sha256 = "0z89i6fwnpfhkhbkjnp5ffxfvhv1askiwl8hq8izs06ymqr4pkjj";
        };

        "vendor/xiaomi/sm6250-common".src = pkgs.fetchFromGitHub {
          owner = "sairam1411";
          repo = "vendor_xiaomi_sm6250-common";
          rev = "621b61432703ae34700196519e592a9b7b0da0ef";
          sha256 = "0l9qrdhbp8p3dhm2fikqjk0b49w94jad3nlmkvl7i0m90gmadw7j";
        };

        "kernel/xiaomi/sm6250".src = pkgs.fetchFromGitHub {
          owner = "sairam1411";
          repo = "kernel_xiaomi_sm6250";
          rev = "45da20e15e638aabb4d59e8827f521f25542ef7f";
          sha256 = "0laamiz4g8kaqr9jjnb7qrqwbqhpmjf9yrcsqqp89l4ja3c55h9d";
        };
      };
    });
    # This provides a convenient output which allows you to build the image by
    # simply running "nix build" on this flake.
    # Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota"
    defaultPackage.x86_64-linux = self.robotnixConfigurations."miatoll".ota;
  };
}
17:24:42
@kranzes:matrix.orgkranzesI asked the maintainer/dev of this Rom/device and he said that these are the correct device/vendor/kernel trees17:25:35
@kranzes:matrix.orgkranzesAnd this https://github.com/Kranzes/robotnix-forklineageos/commit/931a08d604b6b706e7a74aae764bb55fb876172c17:25:56
@kranzes:matrix.orgkranzesWhich is what i used to change the repo.json of LineageOS in robotnix to the ForkLineageOS one17:26:18
@kranzes:matrix.orgkranzesimage.png
Download image.png
17:26:49
@samueldr:matrix.orgsamueldr
reboot: Restarting system with command 'bor)ngsql-self-check-failed'
17:52:03
@samueldr:matrix.orgsamueldrkernel build is likely correct17:52:07
@samueldr:matrix.orgsamueldr it reboots with something-self-check-failed 17:52:28
@kranzes:matrix.orgkranzesBoringSSL17:52:33
@kranzes:matrix.orgkranzesit says17:52:36
@kranzes:matrix.orgkranzeslook at the pastebin17:52:40
@samueldr:matrix.orgsamueldrI tried, their site is broken and the pastebin doesn't show17:52:54
@kranzes:matrix.orgkranzesdisable ublock origin17:53:05
@kranzes:matrix.orgkranzestheir site gets bugged with UBO atm17:53:18
@samueldr:matrix.orgsamueldrwell... I won't disable the frontline against attacks on the web on one of the shady websites that could be at the frontline of attacking17:53:43
@kranzes:matrix.orgkranzeslet me send it here then17:54:18
@samueldr:matrix.orgsamueldranyway, the kernel is (likely) just fine17:54:28

Show newer messages


Back to Room ListRoom Version: 6