mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
fix rild on clean wipe
This commit is contained in:
parent
35338a49c4
commit
b550d5cc17
3 changed files with 3 additions and 11 deletions
|
@ -58,6 +58,8 @@ PRODUCT_PACKAGES += \
|
|||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.camera.provider@2.4-impl-legacy \
|
||||
android.hardware.camera.provider@2.4-service \
|
||||
camera.device@1.0-impl \
|
||||
libboringssl-compat \
|
||||
camera.msm8226 \
|
||||
libxml2 \
|
||||
|
|
|
@ -598,7 +598,7 @@ on property:neo.netmgr=true
|
|||
on property:ro.boot.emmc=true
|
||||
start rfs_access
|
||||
start rmt_storage
|
||||
start ril-daemon0
|
||||
write /sdcard/test 1
|
||||
|
||||
# Limit to SoC reset (1) and independent SSR (3)
|
||||
on property:persist.sys.ssr.restart_level=1
|
||||
|
|
10
system.prop
10
system.prop
|
@ -74,16 +74,6 @@ ro.nfc.port=I2C
|
|||
|
||||
ro.debug_level=0x4948
|
||||
|
||||
persist.rild.nitz_plmn=""
|
||||
persist.rild.nitz_long_ons_0=""
|
||||
persist.rild.nitz_long_ons_1=""
|
||||
persist.rild.nitz_long_ons_2=""
|
||||
persist.rild.nitz_long_ons_3=""
|
||||
persist.rild.nitz_short_ons_0=""
|
||||
persist.rild.nitz_short_ons_1=""
|
||||
persist.rild.nitz_short_ons_2=""
|
||||
persist.rild.nitz_short_ons_3=""
|
||||
|
||||
# Perf
|
||||
ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue