I am tryinh to turn an ARM board into AOSP Android Phone
I succeded using GSM module and initiate calls/SMS.
But I could not make audio to work with calls.
I had achieved that in ubuntu based system on the same hardware. GSM modem is recognized as USB headphone/mic. And I ran script to read from builting mic and write to GSM/usb heaphone and read from GSM/mic write to builtin headphone.
I am trying to understand how Androids Audio subsystem is set up.
At the moment the main suspects I will investigate are
- Dialer apps source code or other classes under telephony.
- frameworks/av/services/audiopolivy/config/*
I succeded using GSM module and initiate calls/SMS.
But I could not make audio to work with calls.
I had achieved that in ubuntu based system on the same hardware. GSM modem is recognized as USB headphone/mic. And I ran script to read from builting mic and write to GSM/usb heaphone and read from GSM/mic write to builtin headphone.
I am trying to understand how Androids Audio subsystem is set up.
At the moment the main suspects I will investigate are
- Dialer apps source code or other classes under telephony.
- frameworks/av/services/audiopolivy/config/*