diff options
author | CCD-1997 <dcunha.cyprien@gmail.com> | 2015-12-29 20:29:14 +0530 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-02-21 11:08:35 -0800 |
commit | 1be173a955249ba3999e82c78946296d4d9c2f47 (patch) | |
tree | 4c21bcd6a6b9146cca353b61ed00769b252a26e9 | |
parent | bb764d6a2737895afaa5cf930d4550d97414f434 (diff) | |
download | device_samsung_espresso3g-1be173a955249ba3999e82c78946296d4d9c2f47.zip device_samsung_espresso3g-1be173a955249ba3999e82c78946296d4d9c2f47.tar.gz device_samsung_espresso3g-1be173a955249ba3999e82c78946296d4d9c2f47.tar.bz2 |
p5100 : use ttyGS0 instead of ttys0 for radio
Change-Id: I4f9db0dd44615c84941a9cc11aeb2f1cb4281577
-rw-r--r-- | system.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 6811440..8624d11 100644 --- a/system.prop +++ b/system.prop @@ -2,7 +2,7 @@ # system.prop for espresso10 # rild.libpath=/system/lib/libsec-ril.so -rild.libargs=-d /dev/ttys0 +rild.libargs=-d /dev/ttyGS0 telephony.lteOnCdmaDevice=0 ro.ril.hsxpa=1 ro.ril.gprsclass=10 |