!UUYziobKGGxpovWyAN:nixos.org

Robotnix

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

You have reached the beginning of time (for this room).


SenderMessageTime
24 May 2025
@maka_77x:matrix.org@maka_77x:matrix.org left the room.17:07:51
27 May 2025
@gotlou/matrix:matrix.orggotlou changed their profile picture.08:40:40
@gotlou/matrix:matrix.orggotlou changed their profile picture.08:41:14
@gotlou/matrix:matrix.orggotlou changed their profile picture.08:41:39
@c2vi:matrix.orgc2vi set a profile picture.11:17:32
1 Jun 2025
@seanthw:matrix.orgSean Thawe joined the room.23:38:06
4 Jun 2025
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone

Atemu: Do you know why this might happen?

robotnix-lineage_hlte> [ 99% 276/277] finishing legacy Make module parsing ...
robotnix-lineage_hlte> FAILED:
robotnix-lineage_hlte> build/make/core/main.mk:1101: warning:  device/samsung/hlte/lineage_hlte.mk includes non-existent modules in PRODUCT_PACKAGES
robotnix-lineage_hlte> Offending entries:
robotnix-lineage_hlte> Robotnixprebuiltwebview
robotnix-lineage_hlte> TimeKeep
robotnix-lineage_hlte> android.hardware.gnss@1.0-impl.legacy
robotnix-lineage_hlte> android.hardware.gnss@1.0-service.legacy
robotnix-lineage_hlte> android.hardware.power-service-qti
robotnix-lineage_hlte> android.hardware.usb@1.0-service.basic
robotnix-lineage_hlte> android.hardware.wifi@1.0-service.legacy
robotnix-lineage_hlte> audio.primary.msm8974
14:30:27
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneSpecifically Robotnixprebuiltwebview not being available14:30:35
@cyclopentane:aidoskyneen.eupentane ⭔what's your robotnix configuration?14:31:58
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone
{ config, pkgs, ... }:

{
  # Enable F-Droid and the F-Droid privileged extension
  apps.fdroid.enable = true;

  device = "hlte";
  flavor = "lineageos";
  androidVersion = 15;

  #source.dirs."device/qcom/sepolicy-legacy".src = builtins.fetchGit {
  #  rev = "d958b58b0d28288e82251a75e53f5c90da559b63";
  #  url = "https://github.com/html6405/android_device_qcom_sepolicy-legacy.git";
  #  allRefs = true;
  #};

  #source.dirs."device/samsung/msm8974-common".src = builtins.fetchGit {
  #  rev = "81196871ba6b3c6cab09d209a7b92585d582b233";
  #  url = "https://github.com/html6405/android_device_samsung_msm8974-common.git";
  #  allRefs = true;
  #};

  #source.dirs."device/samsung/hlte-common".src = builtins.fetchGit {
  #  rev = "5263a01f1a7b405ee081461087ec270267cdeeee";
  #  url = "https://github.com/samsung-hlte/android_device_samsung_hlte-common.git";
  #  allRefs = true;
  #};


  source.dirs."device/samsung/msm8974-common".src =/home/matthew/tmp/android_device_samsung_msm8974-common;
  source.dirs."device/qcom/sepolicy-legacy".src = /home/matthew/tmp/android_device_qcom_sepolicy-legacy;
  source.dirs."device/samsung/hlte-common".src = /home/matthew/tmp/android_device_samsung_hlte-common;
  source.dirs."hardware/samsung".src = /home/matthew/tmp/android_hardware_samsung;

  source.dirs."device/samsung/qcom-common".src = builtins.fetchGit {
    rev = "3f56559a5436fd7be36fc6b7010ed3506ebe6e08";
    url = "https://github.com/LineageOS/android_device_samsung_qcom-common.git";
    allRefs = true;
  };

  #source.dirs."hardware/samsung".src = builtins.fetchGit {
  #  rev = "8e2b9ef1d706f825eb3daf627116492a81b8a3c8";
  #  url = "https://github.com/LineageOS/android_hardware_samsung.git";
  #  allRefs = true;
  #};

  source.dirs."kernel/samsung/msm8974".src = builtins.fetchGit {
    rev = "ff874517b9b601475c6c3dc911729bdd317e8b1f";
    url = "https://github.com/samsung-hlte/android_kernel_samsung_msm8974.git";
    allRefs = true;
  };

  source.dirs."vendor/samsung".src = pkgs.fetchFromGitHub {
    rev = "7ebb43c52b94ebcd68fe129713cfc5f9ce3953e0";
    owner = "html6405";
    repo = "proprietary_vendor_samsung";
    hash = "sha256-i83nEabuZHrQ8D9L04iXJk6UrA352hJ/zl/PwXlRBM4=";
#    allRefs = true;
  };

  source.dirs."vendor/lineage".src = builtins.fetchGit {
    rev = "fac22bf2792973a7bb85b37744ae4cb851174e24";
    url = "https://github.com/LineageOS/android_vendor_lineage.git";
    allRefs = true;
  };

  source.dirs."packages/apps/Updater".src = builtins.fetchGit {
    rev = "587cf0bd02e90c72731851ba3a8079fbfd7964d5";
    url = "https://github.com/LineageOS/android_packages_apps_Updater.git";
    allRefs = true;
  };

  source.dirs."device/samsung/hlte".src = builtins.fetchGit {
    rev = "1ac57aea5ecfe0ef06f24f931e978151a2307731";
    url = "https://github.com/html6405/android_device_samsung_hlte.git";
    allRefs = true;
  };
}
14:32:52
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone I'm holding some patches in the /home places, but the commented out ones are what I'm forking off 14:33:16
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneUnsupported device, but some guy got a later version of lineage working, so figured I'd take a stab at it too https://xdaforums.com/t/rom-unofficial-14-lineageos-21-0-for-samsung-galaxy-note-3-hlte-h3gduoschn.4717614/14:34:32
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneNow I figure I just have some renaming to do with packages14:34:48
@cyclopentane:aidoskyneen.eupentane ⭔you're trying to build lineage-21.0?14:39:37
@cyclopentane:aidoskyneen.eupentane ⭔Lineage 21.0 is Android 14 and not 15 though iirc14:39:54
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone22.114:40:04
@cyclopentane:aidoskyneen.eupentane ⭔Oh, assumed you were trying to build 21.0 because of the xda thread14:40:46
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneOh nah, but I am continuing from the sources they left in the thread14:41:04
@cyclopentane:aidoskyneen.eupentane ⭔Ahh14:41:17
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneand going on an expedition to find the most up-to-date recent sources, and try to make them build with 22.114:41:19
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zonewhich got me to the point above, where I get quite far into the build phase, but then these packages are missing14:41:33
@cyclopentane:aidoskyneen.eupentane ⭔IIRC I had a similar problem while trying to implement LOS 22.2 support on my git-repo tooling rewrite feature branch, lemme check14:41:57
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneYeah actually has anyone tested building LOS 22.1 with robotnix on a supported device? 14:45:04
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zonemaybe nobody tested lately14:45:11
@cyclopentane:aidoskyneen.eupentane ⭔Yep, I successfully built an FP4 22.1 image a couple months ago14:45:28
@cyclopentane:aidoskyneen.eupentane ⭔Already on 22.2 rn though14:45:39
@cyclopentane:aidoskyneen.eupentane ⭔
In reply to @cyclopentane:aidoskyneen.eu
IIRC I had a similar problem while trying to implement LOS 22.2 support on my git-repo tooling rewrite feature branch, lemme check
Okay no that was something else
14:45:56
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneand you're building that with robotnix?14:46:47
@cyclopentane:aidoskyneen.eupentane ⭔Yep14:46:57

Show newer messages


Back to Room ListRoom Version: 6