OSDN Git Service

init.sh: avoid rild crashing
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 1 Feb 2016 17:03:35 +0000 (01:03 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 5 May 2016 18:17:13 +0000 (02:17 +0800)
The rild setting doesn't work now.
Disable it until we have a fix.

init.sh

diff --git a/init.sh b/init.sh
index 219a477..4cc2354 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -271,8 +271,6 @@ function init_ril()
                        set_property rild.libargs "-d /dev/ttyUSB2 -v /dev/ttyUSB1"
                        ;;
                *)
-                       set_property rild.libpath /system/lib/libreference-ril.so
-                       set_property rild.libargs "-d /dev/ttyUSB2"
                        ;;
        esac
 }