Quote:
Originally Posted by geekmaster
Check out the battery pecentage icon change in the KUAL extension. Not sure if title can contain unicode/utf-8 "icon" characters -- worth a try (though it may vary with font, default language, or firmware version).
|
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