mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: telephony changes
- Allow SIM hotswap. It is accessible and works just fine - Enable telephony.lteOnGsmDevice=1 - Declare GSM telephony permission as it's required for the network modes menu now Change-Id: I541341b67e990166936503dce701ea2adec3a70a
This commit is contained in:
parent
d501c6b7f3
commit
4af661eea2
3 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,9 @@ PRODUCT_COPY_FILES := \
|
||||||
device/asus/deb/fstab.deb:root/fstab.flo \
|
device/asus/deb/fstab.deb:root/fstab.flo \
|
||||||
device/asus/deb/init.deb.rc:root/init.flo.rc
|
device/asus/deb/init.deb.rc:root/init.flo.rc
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES := \
|
||||||
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
camera.deb
|
camera.deb
|
||||||
|
|
||||||
|
|
|
@ -267,6 +267,9 @@
|
||||||
The default is false. -->
|
The default is false. -->
|
||||||
<bool name="config_lidControlsSleep">true</bool>
|
<bool name="config_lidControlsSleep">true</bool>
|
||||||
|
|
||||||
|
<!-- Is the device capable of hot swapping an UICC Card -->
|
||||||
|
<bool name="config_hotswapCapable">true</bool>
|
||||||
|
|
||||||
<!-- Configure mobile tcp buffer sizes in the form:
|
<!-- Configure mobile tcp buffer sizes in the form:
|
||||||
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||||
If no value is found for the rat-name in use, the system default will be applied.
|
If no value is found for the rat-name in use, the system default will be applied.
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
#LTE, GSM, WCDMA(9)
|
#LTE, GSM, WCDMA(9)
|
||||||
#
|
#
|
||||||
ro.telephony.default_network=9
|
ro.telephony.default_network=9
|
||||||
|
telephony.lteOnGsmDevice=1
|
||||||
#Display Traditional Chinese/Simplified Chinese carriers name
|
#Display Traditional Chinese/Simplified Chinese carriers name
|
||||||
persist.radio.use_cc_names=true
|
persist.radio.use_cc_names=true
|
||||||
|
|
Loading…
Reference in a new issue