Can someone post an updated initrd.gz with a modified init.rc with the "nand_init" line after "/system/lib/libhtc_ril_wrapper.so -- -d /dev/smd0" for Gingerbread RAM builds? Or explain to me how to do it myself.; I don't know how to repackage the initrd without an extension inside the initrd.gz file. Thanks.
The method in the thread, http://forum.xda-developers.com/showthread.php?t=939500, works until I flashed the sc2.1 voodoo. Anyone can make it work under voodoo without disable lagfix?
Edit: the issue solved.
Finally make Hulu works on SC 2.1 voodoo. Following listed steps.
1) Extract old version flash 10.1 installer apk from the eb01 stock and install it.
2) Extract update script file from the zip file, flash_hulu_installer_v3.signed.
3) Open the update script file and following the steps in the file to cleanup and extract system dir and data dir in the zip file to /system and /data.
4) Reboot and Hulu is back.
I have problem runing script from init.d folder. Script maked by link2sd work, but every script i add wont run on boot.
I set same permision liki in link2sd script... any idea?
when try to open script from init.d folder with root explorer there is no txt. :/
Have you tried script manager?
sent from my gt540 mur4ik RC0 806mhz
yes, it`s work when run script manueli... but not working when set run on boot.
goto data/local and edit the userinit and put this code in it
sh /system/etc/init.d/scriptname
that should force the script to run.
i dont have userinit in data/local
just to create it, or...?
yes just create a userinit.sh file then put the command in it
not working, strange...
can you upload the script you are trying to run so i can do some tests for you?
yes, it`s simple script to enable swap on swap partition. work fine when run it with gscript, script manager... but i want to run it auto on boot.
edit the script to look like this
Code:
#!/system/bin/sh
#
# enable swap on ext partition
#
echo 30 > /proc/sys/vm/swappiness
swapon /dev/block/mmcblk0p3
noup, mmcblk0p3: no such file or directory.
have you partitioned your sdcard properly and what way did you do it?
yes, i partitioned it with recovery. swap work fine when i run script manuele, or run comand with terminal. problem is than script wont run on boot, not only this one, v6 super charger wont run eather.
--------
i forgot, i use greendroid 2.0 and 666 infernal kernel
god thats odd what rom are you using mur4iks,joes or one of the softmod GB
greendroid 2.0 and 666 infernal kernel
this kernel hava init.d suport... i think.
it should support swap ok because init.d folder belongs to busybox which the ROM has i would say for you to get the best from your phone is to upgrade to a gingerbread rom preferably CM7 as it supports swap straight fro boot and it also allow V6 SuperCharger to run properly i can help with a 2.1 rom because i only had 2.1 on my phone for 30seconds before flashing a 2.2 CM6 rom.
i use CM7 before (mur4iks M6 was last i try), but every day there was some little bug, and i have big problem with battery, gps... so i went back to 2.1.
tnx for try helping me.
no problem sorry i couldn't help more.
I've flashed Dharam's Stock Performance ROM. It has Fugumod kernel (etc/init.d support) and ZiplAlign, RamHack, etc...
But when I wanted to find the ZipAlign's log file I haven't found anything. There is a line in the zipalign script:
"LOG_FILE=/data/zipalign.log"
So it supposed to be "somewhere" a "zipalign.log" file. But there is no any zipalign.log, so there is no zipaligning at startup, so you can put any script in the folder "etc/init.d", it won't do anything... Right?
Or how can I check that the init.d scripts worked or not? And if the zipalign script didn't do anything, how I can get it work?
SRQ642 said:
I've flashed Dharam's Stock Performance ROM. It has Fugumod kernel (etc/init.d support) and ZiplAlign, RamHack, etc...
But when I wanted to find the ZipAlign's log file I haven't found anything. There is a line in the zipalign script:
"LOG_FILE=/data/zipalign.log"
So it supposed to be "somewhere" a "zipalign.log" file. But there is no any zipalign.log, so there is no zipaligning at startup, so you can put any script in the folder "etc/init.d", it won't do anything... Right?
Or how can I check that the init.d scripts worked or not? And if the zipalign script didn't do anything, how I can get it work?
Click to expand...
Click to collapse
its wrkin for me with fugumod ultra & 2.4beta... I use dis for underclocking cpu at d start up & prevent freezing..
Sent from my GT-I5800 using Tapatalk
I've figured out that the scripts have to be named like S* (e.g., S01_myscript, S02_zipalign)...
"------ Note for startups scripts
- Put your script in /system/etc/init.d
- Scripts with Filename starting with E* (earlystartup scripts) are executed before script with filename starting with S* (users scripts)
- Scripts are executed before playlogo and after init.rc"
from http://forum.xda-developers.com/showthread.php?t=997367
I was using stock rom with stock kernel ( froyo 2.2 - DDJP4 ). I recently flashed fugumod 2.4 beta 3 standard edition kernel with odin. All gone well , now it is saying fugumod kernel in about phone. Though i kept fs.covert with correct values in /sdcard/android/data/fugumod/ , filesystem conversion did not happen. I tried rebooting phone , but it didn't worked. Please help me to convert filesystems , as i need them to install data2sd. Also i am unable to have CWM recovery , please help me for both issues.
Try G3Mod kernel and then install G3Mod app. You can change filesystems eaisily. And also enable data2sd eaisily.
open a new text file and rename it to "fs.convert" (For eg : file.txt => fs.convert )
Inside that file specify the partition,and along with it the filesystem u want to convert it to :
Eg: stl 7 ext4 stl 6 ext 4
After that place the file in the Android\data\fugumod folder on ur sdcard and then restart