Quote:
Originally Posted by hlo
I probably missed a post about this but what file do I edit to redirect to /dev/null? Thanks.
|
The file /init
It's possible to edit it directly on your phone, but it might be easier to download the file using droid explorer, edit it and re-upload the file.
You have to remount your rootfs so that it is writable in order to change the file
mount -o remount,rw /
Set permisisons on the Remount the fs read only after you're done...
chmod 755 /init
mount -o remount,ro /
If you are confused by any of the above, I would recommend you NOT do this.