[android-kernel] Re: problems with starting a shell script at boot time from init..rc

2012-08-02 Thread Pieter
Wednesday, August 1, 2012 9:12:13 AM UTC+2, Pieter wrote: > > Hi all, > > I am trying to call a script at boot time. The script is available inside > /system/sbin, but it seems it is not executed. > > Here are the details. > In my init..rc: > > service s

[android-kernel] Re: Android: Getting "init.rc" or "init.tuna.rc" to print to terminal?

2012-08-01 Thread Pieter
echo writes to stdout, which is by default redirected to /dev/null. You could try to use "logwrapper", but I am not sure it will work in init.rc (it does work in "regular" sh scripts). Pieter On Tuesday, July 24, 2012 8:30:27 PM UTC+2, 9exceptionThrower9 wrote: >

[android-kernel] problems with starting a shell script at boot time from init..rc

2012-08-01 Thread Pieter
CAL_MODULE" in your Android.mk and mention it in core.mk) and perhaps this is just not the right way to call a sh script at boot time? Any help is more than welcome! Best regards, Pieter -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel