Skip to content

Commit

Permalink
Merge "FP2: Hint ofono as to LTE rat availability due to lack of prob…
Browse files Browse the repository at this point in the history
…ing" into ubp-5.1
  • Loading branch information
Nils authored and Gerrit Code Review committed Feb 24, 2017
2 parents a0d95c7 + 1cec022 commit 0ac18dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FP2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ PRODUCT_COPY_FILES += \
device/fairphone/FP2/ubuntu/set-brightness-fp2.conf:system/ubuntu/etc/set-brightness-fp2.conf \
device/fairphone/FP2/ubuntu/ubuntu-location-service.conf:system/ubuntu/etc/ubuntu-location-service.conf \
device/fairphone/FP2/ubuntu/70-FP2.rules:system/ubuntu/usr/lib/lxc-android-config/70-FP2.rules \
device/fairphone/FP2/ubuntu/config.xml:system/ubuntu/usr/share/repowerd/device-configs/config-FP2.xml
device/fairphone/FP2/ubuntu/config.xml:system/ubuntu/usr/share/repowerd/device-configs/config-FP2.xml \
device/fairphone/FP2/ubuntu/ofono.override:system/ubuntu/etc/init/ofono.override

# include an expanded selection of fonts for the SDK.
EXTENDED_FONT_FOOTPRINT := true
Expand Down
13 changes: 13 additions & 0 deletions ubuntu/ofono.override
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description "oFono Mobile telephony stack"

start on started dbus and rild-ready
stop on stopping dbus

expect fork
respawn

env OFONO_RIL_DEVICE=ril
env OFONO_RIL_NUM_SIM_SLOTS=1
env OFONO_RIL_RAT_LTE=1

exec ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,stktest,sap

0 comments on commit 0ac18dc

Please sign in to comment.