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

As found in https://github.com/fwupd/fwupd/issues/4338#issuecomment-1052160988 , `modem-control.service` shuts down the modem while it is being upgraded with fwupd ( https://dylanvanassche.be/blog/2022/pinephone-modem-upgrade/ ).

This pull request integrates Nix Flakes into this repository while maintaining backwards compatibility. I also added some documentation showing how users can utilise flakes. Changes done: - nix-shell is now...

type: enhancement

Old description `fetchurl` needs to be used since it's a bundle of multiple commits and `fetchpatch`'s normalization will ruin the ordering. For PinePhone Pro, [this DT patch](https://gist.github.com/zhaofengli/5378d1a207e27eefaafe401edf16321b) is required but...

1. device: pinephone/pro
0. priority: (WIP)

Using a configuration like so: ``` { fileSystems = { "/" = { device = "none"; fsType = "tmpfs"; options = [ "defaults" "size=2G" "mode=755" ]; }; "/nix" = {...

Mobile NixOS hard disables all supported filesystems by setting `boot.supportedFilesystems = lib.mkOverride 10 [ ]` in `modules/_nixos-disintegration/initrd.nix`, . The comment says "This isn't even used in our initrd", but `boot.supportedFilesystems`...

Documentation was disabled with `documentation.enable = lib.mkOverride 10 false` over a year ago, . I just built with documentation on my PinePhone. It seems the "ultra-disable" is no longer necessary.

Ouch ouch ouch... * https://github.com/TeamWin/android_bootable_recovery/blob/ec350e9d0d9959e22647845011d7b2dc8075589d/twrp-functions.cpp#L997-L1004 ``` [root@nixos:~]# hwclock -w hwclock: ioctl(RTC_SET_TIME) to /dev/rtc0 to set the time failed: Invalid argument ``` It seems true, we cannot simply set the rtc....

3. topic: quirk

Theres no /dev/ttyS2 on the default kernel configuration or the manjaro configuration (with =m replaced with =y) https://gitlab.com/mobian1/devices/eg25-manager `hardware.usbWwan.enable` is needed to get /dev/ttyUSBX

device: pinephone

The pinephone's back camera supports autofocus, which is also supported by https://git.sr.ht/~martijnbraam/megapixels . This does not currently work on Mobile NixOS, since: * we do not include the ov5640 autofocus...

1. device: pinephone/pro

I need some help, I want access to my networked storage and it seems the kernel doesn't like it. I have configured cifs to mount some remote samba locations, but...

1. device: pinephone/pro