Hi,
i want to run a small script on booting , my script is
#!/system/bin/sh
chown root shell /system/bin/su
chmod 06755 /system/bin/su
i have place this script in /system/etc/ and the followings are added to init.rc
service my_script /system/etc/myscript.sh
user root
group root
oneshot
i have placed the su binary in the /system/bin ,
but the permissions and group are not changing, is there anything more to do with executing the script from init.rc, any help !!
Regards,
Gilsha