I really need someone that point me in the right way!
I found that script some weeks ago, it wasn't for our Defy's, and i don't find the source back, that i can ask the dev that programmed it.
I changed the partition of the bootlogo in the script&file format from image. I want to use a raw image what fit the defy dimensions. Also set the permissions of the bootanimation, think that is needed to boot up... or not 
I can't test it cause I'm not able to flash a sbf at the moment
... that's why i ask all of you guys.
I don't think that I made a mistake, but i scared if the mmcblk1p10 is destroyed with a wrong command, that i cant boot up AROMA Filemanager, to recover my device without PC.
Please Help
I found that script some weeks ago, it wasn't for our Defy's, and i don't find the source back, that i can ask the dev that programmed it.
Code:
assert(package_extract_file("logo.bin", "/tmp/logo.bin "),
write_raw_image("/tmp/logo.bin ", "/dev/block/mmcblk1p10"),
delete("/tmp/logo.bin "));
run_program("/sbin/busybox", "mount", "/system");
delete("/system/media/bootanimation.zip");
package_extract_dir("system", "/system");
set_perm (0, 0, 0755, "system/media/bootanimation.zip");
run_program("/sbin/busybox", "umount", "/system");
I can't test it cause I'm not able to flash a sbf at the moment
I don't think that I made a mistake, but i scared if the mmcblk1p10 is destroyed with a wrong command, that i cant boot up AROMA Filemanager, to recover my device without PC.
Please Help
Last edited: