- Thread Starter
- #16
OP
The Kid Cassidy
Member
I looked at the updater-script file from the META-INF folder of the zip and this zip does more than just push the apk into system.
The easy solution would be to just flash this zip rather than add it to the ROM, but I would guess you could get it to work by adding these lines from the updater-script of this zip to the updater-script of the full ROM zip:
package_extract_dir("kernel", "/tmp");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 0, 0777, "/tmp/dump_image");
set_perm(0, 0, 0777, "/tmp/mkbootimg");
set_perm(0, 0, 0777, "/tmp/unpackbootimg");
run_program("/tmp/dump_image", "boot", "/tmp/boot.img");
run_program("/tmp/unpackbootimg", "/tmp/boot.img", "/tmp/");
run_program("/tmp/mkbootimg", "--kernel", "/tmp/zImage", "--ramdisk", "/tmp/boot.img-ramdisk.img", "--cmdline", "console=ttyS2,115200n8 rw mem=244M@0x80C00000 init=/init ip=off brdrev=P3A_CDMA mtdparts=omap2-nand.0:640k@128k(mbm),384k@1408k(cdt),384k@3328k(lbl),384k@6272k(misc),3584k(boot),4608k(recovery),143744k(system),94848k(cache),268032k(userdata),2m(kpanic)", "--base", "0x10000000", "--output", "/tmp/newboot.img");
write_raw_image("/tmp/newboot.img", "boot");
not sure where you got that update.zip, its ONLY for flashing kernels, with easy updater by koush, no wonder it doesnt work erase all that shiz and add this
Code:mount("MTD", "system", "/system"); package_extract_dir("system", "/system"); unmount("/system");
being that whatever it is your flashing is in system of the zip
Jamezelle, i've never done any code writing or pushing whatever the term may be on this, i guess what im saying is can u or anybody put together a 12.31 zip that when i flash it this will be my market? or can it not be done? if so would be greatly appreciated!!!! someone themed this market on these forums an i just downloaded an liked the look, i have a few apps basically all blacked out an this is as close to that as i can get with the new market (had a black old one)