chmod 755 mkbootimg-H repack-H.pl unpack-H.pl
unpack-H.pl boot.img mkdir ramdisk cd ramdisk gunzip -c ../boot.img-ramdisk.gz | cpio -i cd ..
mkbootimg --kernel zImage --ramdisk boot.img-ramdisk.gz --cmdline 'no_console_suspend=1 console=null' --base 0x19200000 -o boot.img
cp boot.img ~/port/ cp wlan.ko ~/port/system/lib/modules/
zip -r port.zip * java -jar ~/tools/signapk.jar ~/tools/testkey.x509.pem ~/tools/testkey.pk8 port.zip update_signed.zip
cd ~ git clone git://github.com/koush/AnyKernel.git -b 32A
cd ~/AnyKernel zip -r port.zip * java -jar ~/tools/signapk.jar ~/tools/testkey.x509.pem ~/tools/testkey.pk8 port.zip update_signed.zip