I was using
this program to make a custom update. I run this command:
Code:
kindletool create ota -d k3w test.sh update_custom_script.bin
I have a script named test.sh
Code:
#!/bin/sh
echo 'Hello test!'
mkdir `date +%d_%m_%Y`
and I successful created the update_custom_script.bin, but after putting it on my kindle, I game me u007 unsuccessful update. What did I do wrong?