Compare commits
No commits in common. "93507b7f39ba50b786c1e0a067648ee0f0d2ec0a" and "81df5538c354f98a5c2402abd682740b40545f91" have entirely different histories.
93507b7f39
...
81df5538c3
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ Roll out audio workarounds: `./audio.sh`
|
||||||
|
|
||||||
#### Issues To Solve To Get Official Mobian Images
|
#### 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
|
- https://gitlab.com/mobian1/droid-juicer/-/issues/4
|
||||||
- Combining SDM670 kernel patches with the Mobian qcom kernel (To Do List entry above, **help wanted**)
|
- 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
|
- call audio
|
||||||
- vibration
|
- vibration
|
||||||
- Bluetooth™
|
- 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)
|
- 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)
|
- audio (ALSA config not packaged, but can be manually added using the playbook in this repo)
|
||||||
- full disk encryption (works, will document that soon)
|
- full disk encryption (works, will document that soon)
|
||||||
|
|
|
@ -112,8 +112,8 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: "/opt/repos/{{ item }}"
|
deb: "/opt/repos/{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- "libtinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
|
||||||
- "libtinyalsa-dev_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"
|
- "tinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
||||||
|
|
||||||
- name: "Build Debian package for q6voiced"
|
- name: "Build Debian package for q6voiced"
|
||||||
|
|
Loading…
Reference in a new issue