deb: Add Mobile props

This commit is contained in:
followmsi 2020-11-30 15:48:46 +01:00
parent 7e86140ab5
commit b34d71d030
2 changed files with 3 additions and 1 deletions

View file

@ -241,7 +241,7 @@
Empty is viewed as "all". Only used on devices which Empty is viewed as "all". Only used on devices which
don't support RIL_REQUEST_GET_RADIO_CAPABILITY don't support RIL_REQUEST_GET_RADIO_CAPABILITY
format is UMTS|LTE|... --> format is UMTS|LTE|... -->
<string translatable="false" name="config_radio_access_family">GSM | WCDMA | LTE</string> <string translatable="false" name="config_radio_access_family">GSM|WCDMA|LTE</string>
<!-- Hardware keys present on the device, stored as a bit field. <!-- Hardware keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each This integer should equal the sum of the corresponding value for each

View file

@ -9,3 +9,5 @@ DEVICE_PROVISIONED=1
persist.radio.apm_sim_not_pwdn=1 persist.radio.apm_sim_not_pwdn=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
ro.com.android.mobiledata=false
persist.radio.no_wait_for_card=1