image parity: imsd 0.3.0 (pinned public commit) + callaudioshim + modem-daemon override
imsd turns out to be fully public already (0.2.7 snapshot + emergency stage 1 + the make build path) - no tag needed, same git-archive dance as the kernel. callaudioshim was a load-bearing unpackaged home-dir script on the phone (callaudiod replacement, working in-call mic mute); now an aport autostarted at phase 1. kde-telephony's modem daemon autostart is hidden via /etc/skel from the imsd package, mirroring the phone's user override. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
719a10a997
commit
4e43e6d57b
7 changed files with 274 additions and 9 deletions
9
aports/device/callaudioshim/callaudioshim.desktop
Normal file
9
aports/device/callaudioshim/callaudioshim.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=CallAudio Shim
|
||||
Comment=callaudiod replacement: working mic mute for calls (org.mobian_project.CallAudio)
|
||||
Exec=/usr/libexec/callaudioshim.py
|
||||
Icon=audio-input-microphone
|
||||
NoDisplay=true
|
||||
X-KDE-autostart-phase=1
|
||||
X-KDE-StartupNotify=false
|
||||
Loading…
Reference in a new issue