Skip to content

Commit

Permalink
Fix Airplane mode
Browse files Browse the repository at this point in the history
If i know it was so easy to fix... Spend hours...

Also removed intel OemTelephony framework jar. Noway to execute it
without recompilng against CM. It uses redefined functions, so some
things need redefining. And i didn't noticed any things wrong without
it.

Change-Id: I871238975b3855defe3664f58e4e1cb4cedcbac0
  • Loading branch information
HazouPH committed Feb 23, 2015
1 parent 15e205b commit b178153
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 58 deletions.
5 changes: 0 additions & 5 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,8 @@ PRODUCT_COPY_FILES += \
# Device specific permissions
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/modules/prebuilt/etc/permissions/com.intel.internal.telephony.OemTelephony.xml:system/etc/permissions/com.intel.internal.telephony.OemTelephony.xml \
$(LOCAL_PATH)/modules/prebuilt/etc/permissions/com.motorola.android.drmcommonconfig.xml:system/etc/permissions/com.motorola.android.drmcommonconfig.xml

# Device specific frameworks
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/modules/prebuilt/framework/com.intel.internal.telephony.OemTelephony.jar:system/framework/com.intel.internal.telephony.OemTelephony.jar

PRODUCT_GMS_CLIENTID_BASE ?= android-motorola

$(call inherit-product, vendor/motorola/smi/smi-vendor.mk)
Expand Down

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions overlay/packages/services/Telephony/res/values/config.xml

This file was deleted.

4 changes: 2 additions & 2 deletions rootdir/init.wireless.rc
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ service pcsc /system/bin/pcscd --auto-exit
disabled
oneshot

on property:persist.ril-daemon.disable=0
on property:persist.radio.airplane_mode_on=0
start ril-daemon

on property:persist.ril-daemon.disable=1
on property:persist.radio.airplane_mode_on=1
stop ril-daemon

0 comments on commit b178153

Please sign in to comment.