mobile-nixos icon indicating copy to clipboard operation
mobile-nixos copied to clipboard

Results 183 mobile-nixos issues
Sort by recently updated
recently updated
newest added

It doesn't exist anymore since the flashable zips were added. `samsung-a5y17lte` and `motorola-surfna` both refer to this deprecated tool. * * * `samsung-a5y17lte` is trivial... TWRP exists in an official...

I need to go back to every devices, and see what every options do, but it started strictly as a list of options that android uses when it boots. Though...

Colour codes are not obsolete! We're now printing errors on the screen.

We're starting to accumulate libraries that sometimes contain copied code files. - https://github.com/NixOS/mobile-nixos/tree/master/boot/lib - https://github.com/NixOS/mobile-nixos/tree/master/boot/init/lib - https://github.com/NixOS/mobile-nixos/tree/master/overlay/mobile-nixos/android-flashable-zip-binaries/lib Simply put, there should be one central definition for those helper libraries. As...

It seems the usual instantiate step is not enough to catch errors. #320 shouldn't have passed checks, though it did. - https://github.com/NixOS/mobile-nixos/blob/master/bin/hydra-eval

We might be able to identify the `qcacld` driver version using the LineageOS repos. https://github.com/LineageOS/android_device_samsung_universal7880-common/blob/f3efd424295ff59f698ab26affc9a7d6df4d492e/proprietary-files.txt#L221 https://github.com/LineageOS/android_kernel_samsung_universal7880/search?q=qcacld&type=issues Though maybe not in a trivial manner: https://github.com/LineageOS/android_device_oneplus_oneplus3/search?q=qcacld&type=commits https://github.com/LineageOS/android_kernel_oneplus_msm8996/search?q=qcacld https://github.com/LineageOS/android_kernel_sony_sdm660/search?q=qcacld&type= https://github.com/LineageOS/android_device_sony_nile-common/search?q=qcacld Not all devices...

topic: documentation

Most likely what @colemickens saw: * https://logs.nix.samueldr.com/nixos-aarch64/2020-10-05#1601888357-1601888303; I guess that `zinstall` wants `Image.gz` to be built, but `Image.lz4` was. Relatedly, how is `Image.lz4` installed?

type: bug

your work in stage-0 is a somewhat mature linux based bootloader. potential benefits: - make a secure boot signed bootloader - support additional functionalities(tpm sealed keys for encryption, fingerprint check...

topic: tertiary bootloader

Right now we hardcode `storage.internal`. We probably want to, instead, present a choice in the GUI for which storage to export. Storage should be described in two ways: - block...

type: enhancement