diff options
-rwxr-xr-x | init.herring.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc index f96b476..45ae2d2 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -56,8 +56,6 @@ on fs # We chown/chmod /efs because mount is run as root + defaults chown radio radio /efs chmod 0775 /efs - mkdir /data/radio 0775 radio radio - mkdir /data/radio/log 0775 radio radio # permissions for NFC setprop ro.nfc.port "I2C" @@ -72,6 +70,10 @@ on post-fs-data mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp +# create radio & log for ril daemon + mkdir /data/radio 0775 radio radio + mkdir /data/radio/log 0775 radio radio + setprop vold.post_fs_data_done 1 service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml |