Compare commits

...

2 commits

Author SHA1 Message Date
erebion 93507b7f39 update status of project 2024-08-24 00:44:42 +02:00
erebion 8155e9d7ce re-order installation of tinyalsa packages to avoid dependency issues 2024-08-24 00:44:23 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ Roll out audio workarounds: `./audio.sh`
#### Issues To Solve To Get Official Mobian Images
- Remove hard-coded value in the `droid-juicer` systemd unit (needs someone who knows Rust, **help wanted**)
- Remove hard-coded value in the `droid-juicer` systemd unit (done, but not yet in repos)
- https://gitlab.com/mobian1/droid-juicer/-/issues/4
- Combining SDM670 kernel patches with the Mobian qcom kernel (To Do List entry above, **help wanted**)
@ -90,7 +90,7 @@ For those I will remove the workarounds once the changes are in the Mobian repo
- call audio
- vibration
- Bluetooth™
- eSIM
- eSIM (provisioning tool not yet packaged and has to be compiled and installed manually)
- SMS (only receiving has been tested, but I dont have reason to believe sending wouldnt work)
- audio (ALSA config not packaged, but can be manually added using the playbook in this repo)
- full disk encryption (works, will document that soon)

View file

@ -112,8 +112,8 @@
ansible.builtin.apt:
deb: "/opt/repos/{{ item }}"
loop:
- "libtinyalsa-dev_2.0.0+git20240621-7f06b2f-3_arm64.deb"
- "libtinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
- "libtinyalsa-dev_2.0.0+git20240621-7f06b2f-3_arm64.deb"
- "tinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
- name: "Build Debian package for q6voiced"