Zhaofeng Li
Zhaofeng Li
> Can we get a quirk + service for Wi-Fi, like there is for qualcomm? Hopefully I can validate on the two 64 bit Mediatek devices. Generalizing this can be...
Tested working as well: - [x] Modem is recognized by ModemManager on boot. [eg25-manager.log](https://github.com/NixOS/mobile-nixos/files/8192348/eg25-manager.log) - [x] Can make a call - [x] Can receive a call - [x] Can receive...
Audio fails for me with apv vendor on oriole: ``` 03-24 15:20:34.189 8323 8475 E AudioSystem-JNI: AudioSystem::listAudioPorts error -19 03-24 15:20:34.189 8323 8475 W AudioManager: updateAudioPortCache: listAudioPorts failed ``` And...
I recommend bumping your `buildDateTime` for every build you make. A different `buildNumber` (generated from `buildDateTime` by default) will cause the caches to be cleared automatically and avoid issues like...
I do this to embed my adb vendor keys: ``` product.extraConfig = '' # Uncomment as needed #PRODUCT_SYSTEM_PROPERTIES += persist.service.adb.enable=1 #PRODUCT_SYSTEM_PROPERTIES += persist.service.debuggable=1 #PRODUCT_SYSTEM_PROPERTIES += persist.sys.usb.config=mtp,adb PRODUCT_ADB_KEYS := ${./adbkey.pub} '';...
Yeah, that `isMonetAvailable` check is there so we don't take away the old color picker from those running AOSP-based ROMs without dynamic theming capability, but in this case GrapheneOS [has...
Actually I just looked at the screenshot, and you are right - The accent color should be blue rather than green in the black theme, following GrapheneOS's custom colors. #1082...
Hi, I'll take a look at this today. The original NixOps approach doesn't seem to interact well with `uploadAt = "post-activation";` keys (activation stalls indefinitely waiting for the key service...
The test cases are [here](https://github.com/zhaofengli/colmena/blob/main/integration-tests/apply/test-script.py), which you can run with `nix-build integration-tests -A apply`.
I was playing with the idea separately (pushed [here](https://github.com/zhaofengli/colmena/commit/1f003e3f120b4d6c96ec64a8810ab4af7f22ef17)) so to avoid looking/copying the LGPL code from NixOps directly, even though the amount of code is minimal. With that applied...