The init.d tag has no wiki summary.
1
vote
0answers
216 views
AutoMount ext2 SD-card on Huawei U8350 (Android 2.2.2)
On the Huawei U8350 (Android 2.2.2) the init scripts all appear to be in the root partition -- which actually is a ram disk (initramfs), so any changes to it aren't persistent across reboots.
Is ...
1
vote
0answers
311 views
init.d doesn't get executed
i am using samsung s2 and a custom rom, external sd card is mounted to /emmc but i want it to mount to /mnt/sdcard/external_sd, how could i mount it using init.d?
i made a file called "99mount" with ...
0
votes
1answer
4k views
Activating swap at boot with an init.d script?
I have a rom that supports swap, but the swap script is missing.
How would i make that swap script manually?
I.E: What code would be in the file /etc/init.d/07swapon?
0
votes
1answer
772 views
How to edit init.rc in Samsung Galaxy S3 i9300?
I would like to edit the init.rc in an i9300. I understand that editing the file as-is will not work as the file is reloaded from the boot image's ramdisk upon every bootup. After some googling, I ...