Include ofono and pulseaudio-module-droid-hidl
This commit is contained in:
parent
cb82396ab7
commit
a6e8ff1f87
4 changed files with 53 additions and 0 deletions
|
|
@ -25,13 +25,19 @@ actions:
|
||||||
- action: apt
|
- action: apt
|
||||||
description: Installing packages for libhybris-based HW adaptation
|
description: Installing packages for libhybris-based HW adaptation
|
||||||
packages:
|
packages:
|
||||||
|
- audiosystem-passthrough
|
||||||
|
- dialer-app
|
||||||
- drihybris
|
- drihybris
|
||||||
- gemian-lock
|
- gemian-lock
|
||||||
- glamor-hybris
|
- glamor-hybris
|
||||||
- hybris-usb
|
- hybris-usb
|
||||||
- libhybris
|
- libhybris
|
||||||
|
- messaging-app
|
||||||
|
- ofono
|
||||||
|
- ofono-ril-binder-plugin
|
||||||
- pulseaudio
|
- pulseaudio
|
||||||
- pulseaudio-module-droid
|
- pulseaudio-module-droid
|
||||||
|
- pulseaudio-module-droid-hidl
|
||||||
- repowerd
|
- repowerd
|
||||||
- xkb-data
|
- xkb-data
|
||||||
- xserver-xorg-video-hwcomposer
|
- xserver-xorg-video-hwcomposer
|
||||||
|
|
|
||||||
2
overlay/cosmopda/etc/ofono/main.conf
Normal file
2
overlay/cosmopda/etc/ofono/main.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[ModemManager]
|
||||||
|
AutoSelectDataSim=always
|
||||||
39
overlay/cosmopda/etc/ofono/ril_subscription.conf
Normal file
39
overlay/cosmopda/etc/ofono/ril_subscription.conf
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
# Ofono configuration for Planet Cosmo Communicator
|
||||||
|
|
||||||
|
[Settings]
|
||||||
|
#EmptyConfig=false
|
||||||
|
#Identity=radio:radio
|
||||||
|
#3GLTEHandover=true
|
||||||
|
#SetRadioCapability=auto
|
||||||
|
|
||||||
|
emptyPinQuery=false
|
||||||
|
useDataProfiles=true
|
||||||
|
|
||||||
|
[ril_0]
|
||||||
|
transport=binder:name=slot1
|
||||||
|
name=slot1
|
||||||
|
|
||||||
|
#socket=/dev/socket/rild
|
||||||
|
#sub=SUB1
|
||||||
|
#slot=0
|
||||||
|
#timeout=0
|
||||||
|
#technologies=all
|
||||||
|
#enable4G=true
|
||||||
|
#uiccWorkaround=true
|
||||||
|
#ecclistFile=/var/lib/ofono/ril.ecclist
|
||||||
|
#allowDataReq=auto
|
||||||
|
#dataCallFormat=auto
|
||||||
|
#dataCallRetryLimit=4
|
||||||
|
#dataCallRetryDelay=200
|
||||||
|
#remoteHangupReasons=20
|
||||||
|
#localHangupReasons=23
|
||||||
|
#enableVoicecall=true
|
||||||
|
#enableCellBroadcast=true
|
||||||
|
#startTimeout=20000
|
||||||
|
#legacyImeiQuery=false
|
||||||
|
#lteNetworkMode=9
|
||||||
|
#networkModeTimeout=20000
|
||||||
|
|
||||||
|
[ril_1]
|
||||||
|
transport=binder:name=slot2
|
||||||
|
name=slot2
|
||||||
|
|
@ -54,6 +54,12 @@ load-module module-switch-on-port-available
|
||||||
.fail
|
.fail
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.ifexists module-droid-hidl-28.so
|
||||||
|
.nofail
|
||||||
|
load-module module-droid-hidl-28
|
||||||
|
.fail
|
||||||
|
.endif
|
||||||
|
|
||||||
load-module module-null-sink sink_name=sink.fake.sco rate=8000 channels=1
|
load-module module-null-sink sink_name=sink.fake.sco rate=8000 channels=1
|
||||||
load-module module-null-source source_name=source.fake.sco rate=8000 channels=1
|
load-module module-null-source source_name=source.fake.sco rate=8000 channels=1
|
||||||
#load-module module-bluetooth-discover bluez4_args="sco_sink=sink.fake.sco sco_source=source.fake.sco" bluez5_args="headset=droid"
|
#load-module module-bluetooth-discover bluez4_args="sco_sink=sink.fake.sco sco_source=source.fake.sco" bluez5_args="headset=droid"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue