From 8155e9d7cedb82d46cd28948268fc512dc5d1e9a Mon Sep 17 00:00:00 2001 From: erebion Date: Sat, 24 Aug 2024 00:44:23 +0200 Subject: [PATCH 1/2] re-order installation of tinyalsa packages to avoid dependency issues --- ansible/audio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/audio.yml b/ansible/audio.yml index 7cf98e9..14a1526 100644 --- a/ansible/audio.yml +++ b/ansible/audio.yml @@ -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" From 93507b7f39ba50b786c1e0a067648ee0f0d2ec0a Mon Sep 17 00:00:00 2001 From: erebion Date: Sat, 24 Aug 2024 00:44:42 +0200 Subject: [PATCH 2/2] update status of project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd91fe3..7939a1c 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 (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 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)