This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/rootdir/etc/init.qcom.ril.sh
2017-04-03 03:20:44 +05:30

9 lines
186 B
Bash

#!/system/bin/sh
export PATH=/system/xbin:$PATH
multisim=`getprop persist.radio.multisim.config`
if [ "$multisim" = "dsds" ] || [ "$multisim" = "dsda" ]; then
start ril-daemon2
fi