Hi !
To help you, let me just say the next thing :
- putting this command in init.rc ( exec /system/bin/logrwapper /system/xbin/busybox run-parts /system/etc/init.d ) , normally expected to work ! , but unfortunately for me did not work. Well, now you must look for another initialization file system !!!
( Normally this command is part of a script recovery system and it was into
recovery.sh
.................................................. .................................................. ...........
#!/system/bin/sh
..........
..........
/system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
.........
.........
.................................................. .................................................. ...........
@theguy.... I think you're happy now ....
|