- Jul 25, 2017
- 3
- 0
Hello, I want to customize my firmware package, and then I found a tool hikpack tool by @montecrypto, which is a very nice tool. I can with (-t k41) to correctly extract and decrypt my firmware package. Repack, once again upgrade no problem.
When I modified the start.sh file, then (encrypt start.sh-> md5 start.sh-> decrypt new_10.bin-> mod new_10.bin-> encrypt new_10.bin-> mkcramfs-> decrypt new_20.bin -> md5 cramfs.img-> encrypt) .After this process is repackaged, the upgrade is successful but the system fails after reboot.
I would like to know, if I changed the start.sh file, except to update new_10.bin file,is there anything else I should be modifying?how to , thank you.
When I modified the start.sh file, then (encrypt start.sh-> md5 start.sh-> decrypt new_10.bin-> mod new_10.bin-> encrypt new_10.bin-> mkcramfs-> decrypt new_20.bin -> md5 cramfs.img-> encrypt) .After this process is repackaged, the upgrade is successful but the system fails after reboot.
I would like to know, if I changed the start.sh file, except to update new_10.bin file,is there anything else I should be modifying?how to , thank you.