Chuang Zhu

Results 13 comments of Chuang Zhu

@BlindingDark 谢谢。 @lotem 这个功能可否加入 plum,这样手动操作有些麻烦了。

Not working on the latest versions for now. Could you please tell the exact version that it works in README, or a `requirements.txt`?

https://github.com/randomnetcat/gradle2nix works for me

Rebased to #182618. No patch and overrideAttrs is needed anymore. The app works perfectly.

Mobile network not working on my enchilada. It did work on postmarketOS, so I guess it's not an upstream bug. [ModemManager log](https://github.com/NixOS/mobile-nixos/files/9690181/haskap-mm.log), [`qmicli -d qrtr://0 --uim-get-card-status` result](https://github.com/NixOS/mobile-nixos/files/9690182/haskap-qrtr.log)

@ds2k5 I used emulated build on x86_64. I added this to my build machine: ```nix boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; ```

@ds2k5 In the NixOS configuration. Check https://discourse.nixos.org/t/how-to-configure-qemu-binfmt-wrapper-on-a-non-nixos-machine/7879/6 if you are on a non-NixOS machine.

Tried `example/phosh`, same result.

> Mobile network not working on my enchilada. It did work on postmarketOS, so I guess it's not an upstream bug. [ModemManager log](https://github.com/NixOS/mobile-nixos/files/9690181/haskap-mm.log), [qmicli -d qrtr://0 --uim-get-card-status result](https://github.com/NixOS/mobile-nixos/files/9690182/haskap-qrtr.log) By turning...

Odd, I `git checkout -- .`-ed the changes, built and flashed again, mobile network still works. Then I flashed the previously built bootimg (kernel 5.19.7), it does not work. I...