| 30 Nov 2025 |
oak 🏳️🌈♥️ | And is my device vulnerable or not if I'm running my own LineageOS? | 18:27:22 |
oak 🏳️🌈♥️ | https://www.rapid7.com/blog/post/cve-2025-10184-oneplus-oxygenos-telephony-provider-permission-bypass-not-fixed/ It is likely this one. But shouldn't LineageOS build their own TelephonyProvider and not use any binary provided by OnePlus? | 18:33:46 |
| 1 Dec 2025 |
oak 🏳️🌈♥️ |  Download Screenshot_20251201-172227_Google Play services.png | 15:23:16 |
oak 🏳️🌈♥️ | Now it showed again. How can I get rid of this? | 15:23:37 |
@roadroller01:matrix.org | Hello,
I am now trying to add support for building trebledroid/gsi image, Have anyone done anything? | 15:31:54 |
@roadroller01:matrix.org | Following this tutorial:
https://github.com/TrebleDroid/treble_experimentations/wiki/How-to-build-a-GSI
It seems that i just need to add https://github.com/TrebleDroid/treble_manifest/tree/android-15.0 to repo2nix.localManifests for lineage-22.1 | 15:34:24 |
@roadroller01:matrix.org | But idk how to access repo2nix.localManifests within:
robotnix.lib.robotnixSystem {
flavor = "lineageos";
# device codename - FP4 for Fairphone 4 in this case.
# Supported devices are listed under https://wiki.lineageos.org/devices/
device = "FP4";
# LineageOS branch.
# You can check the supported branches for your device under
# https://wiki.lineageos.org/devices/<device codename>
# Leave out to choose the official default branch for the device.
flavorVersion = "22.2";
apps.fdroid.enable = true;
microg.enable = true;
# Enables ccache for the build process. Remember to add /var/cache/ccache as
# an additional sandbox path to your Nix config.
ccache.enable = true;
};
| 15:35:38 |
@roadroller01:matrix.org | * But idk how to access repo2nix.localManifests within:
robotnix.lib.robotnixSystem {
flavor = "lineageos";
# device codename - FP4 for Fairphone 4 in this case.
# Supported devices are listed under https://wiki.lineageos.org/devices/
device = "FP4";
# LineageOS branch.
# You can check the supported branches for your device under
# https://wiki.lineageos.org/devices/<device codename>
# Leave out to choose the official default branch for the device.
flavorVersion = "22.2";
apps.fdroid.enable = true;
microg.enable = true;
# Enables ccache for the build process. Remember to add /var/cache/ccache as
# an additional sandbox path to your Nix config.
ccache.enable = true;
};
| 15:35:53 |
@roadroller01:matrix.org | * Hello,
I am now trying to add support for building trebledroid/gsi image, Have anyone done anything?
| 15:36:04 |
@roadroller01:matrix.org | * Following this tutorial: https://github.com/TrebleDroid/treble_experimentations/wiki/How-to-build-a-GSI
It seems that i just need to add https://github.com/TrebleDroid/treble_manifest/tree/android-15.0 to repo2nix.localManifests for lineage-22.1 | 15:36:25 |