Thanks for teaching me about the kindle runlevels. I have updated my jailbreak to use this method. However, I also went another step and removed a need for whitelists. My script reads the signature for the update before amazon's updater does and changes keys accordantly.
Also, I don't know if this is just on my kindle but running:
grep "^fsp /etc/uks/pubprodkey01.pem" /proc/mounts
doesn't return anything. On my kindle it's listed as
"/dev/root /etc/uks/pubprodkey01.pem ext3 rw,noatime,nodiratime,data=ordered 0 0" so I'm using:
grep "/etc/uks/pubprodkey01.pem" /proc/mounts
to check.
|