Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks mcl630 vampirefo to confirm and for all your expert help
fwiw my boot.img also contains a bootimg.cfg (I unpacked it with abootimg)
have a nice day and upcoming weekend
Thanks vampirefo for telling about abootimg
This program is mentioned in this very thread in a step to flash own kernel ...
Which tool or program then do you recommend to unpack boot.img and/or how do you remake a boot.img to flash a custom built kernel?
have a nice day
make -j5
cd $makeboot
rm -rf ./zImagejb_4.2
rm -rf ./jb_4.2.img
#build boot.img
cp $zImage $makeboot/zImagejb_4.2
./repack-bootimg.pl ./zImagejb_4.2 $initramfs ./jb_4.2.img
thanks vampirefo
I also found source code for all such programs so I could build and now I can run them on my dual cpu 6core 64bit gentoo (hence -j13) ;-)
have a nice day
Hey Guys,
wich toolchain are you using for the jb kernel? I tried different toolchains and removed XMM_POWER2, BCMDHD_FXN_195_89 and VIDEO_S5K5CAG because of compiling errors but it is not booting.
With the ICS source, I haven't had this problems...
I0 tried the Linaro Toolchain from here: https://launchpad.net/linaro-toolchain-binaries/+download (gnueabihf-4.7-2013.03) but had no luck :/
I'm sorry for the inconvenience and thank you, I can now build and boot the kernel.
I misunderstood you...I thought that the kernel can only build correctly with a customized tool chain, but the problem was really at the source and at the initramfs.
I have no idea what was wrong, but after I unpacked both new it worked.
If anyone is interested in it: I'm using the toolchain provided by CM.