diff --git a/README.md b/README.md index 7939a1c..bd91fe3 100644 --- a/README.md +++ b/README.md @@ -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 (done, but not yet in repos) +- Remove hard-coded value in the `droid-juicer` systemd unit (needs someone who knows Rust, **help wanted**) - 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 (provisioning tool not yet packaged and has to be compiled and installed manually) +- eSIM - SMS (only receiving has been tested, but I don’t have reason to believe sending wouldn’t 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) diff --git a/ansible/audio.yml b/ansible/audio.yml index 14a1526..7cf98e9 100644 --- a/ansible/audio.yml +++ b/ansible/audio.yml @@ -112,8 +112,8 @@ ansible.builtin.apt: deb: "/opt/repos/{{ item }}" loop: - - "libtinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb" - "libtinyalsa-dev_2.0.0+git20240621-7f06b2f-3_arm64.deb" + - "libtinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb" - "tinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb" - name: "Build Debian package for q6voiced"