This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ICS on 37xx evm

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