Quote:
Originally Posted by encol
in the script there is this check:
Code:
# Broken on FW >= 5.5.x
fw_is_supported="false"
kpver="$(grep '^Kindle 5' ${ROOT}/etc/prettyversion.txt 2>&1)"
khminver="$(echo ${kpver} | sed -n -r 's/^(Kindle)([[:blank:]]*)([[:digit:]]*)(\.)([[:digit:]]*)([[:digit:].]*)(.*?)$/\5/p')"
if [ ${khminver} -lt 5 ] ; then
fw_is_supported="true"
fi
if [ "${fw_is_supported}" == "false" ] ; then
eips_print_bottom_centered "unsupported on your FW version, aborting" 0
exit 1
fi
it seems that new fws are not supported
|
I will be busy so I cannot check until later. You may want to do a search for the missing functions with "
lipc-probe -a" like I did (as posted previously) to find whatever they renamed. I think "chromebar" makes more sense than "pillow", actually...