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.

Android init.rc file

Other Parts Discussed in Thread: 4430

Hi,

i am not able edit the init.rc file.. when system reboot, all changes are vanished.

i am using the ti o-map source code with ti o-map 4430 board.

inside the init.rc file, i am trying to add one  service.This service try to change permission and then copy the temp file to system file and retain original permission of file. service just executing shell command.


Thanks in advances.

SURESH

  • Check next post it has similar issue.

    http://e2e.ti.com/support/embedded/android/f/509/t/155649.aspx

    In Android FS check next file to check the sintax of init.rc files, these can be used to change the permission of a file.

    /mydroid/system/core/init/readme.txt

    to modify the init.rc check next post

    http://e2e.ti.com/support/omap/f/849/p/210782/746470.aspx#746470

    It could affect the type of change you are trying to do that it could require to start the service at the beginning of init.rc before systems is mounted read only, but you need to check that your service uses some part of the system that is activated until boot complete intent is generated or not.