Kindle 越狱插件资源下载及详细安装步骤

“Kindle插件”相关阅读

给这篇文章写一条留言

提示:带 * 标记的是必填项。您填写的邮箱地址将会被保密。首次留言将会在通过人工审核后显示。如果是提出问题,请务必提供尽可能多信息,这有助于他人更好地理解你所提出的问题。

小伙伴们写下了 1493 条留言

  1. kpw3越狱后,每次滑动解锁都没有反应,要长按开机键重新开机才能进入读书目录,怎么办?书已经删了很多,还是会这样。

  2. 你好,我越狱后换了壁纸,前几天用着都还好的 ,今天kindle壁纸突然就没用了,具体情况就是最后是什么图片或者内容,休眠后的壁纸显示的就是这个,而不会显示放入机器内的壁纸了,如果最后是书内的图片再休眠的话,休眠显示的是近似于乱码的花掉的图案。想问下该怎么办才好?

  3. 网站不显示xml 和html 代码。 上面的意思是说换字体的时候就是A替换B, 增强英文字体binding 的时候就是 A“替换”A。

  4. 很好的Kindle 资源网站。谢谢提供详细换中文字体步骤。

    我在越狱换字体的过程中, 遇到过几个问题。 下面谈一谈解决办法。

    Kindle PW3 (我的是美版)中文字体有四种简繁体字形(STSong, STKai, STHei, STYuan)和两种繁体字型 (Song T, MYing Hei T), 繁简体楷体和圆体都用STKai, STYuan.

    (1)在5.6.5/5.7.2 越狱后换中文字体的时候, 如果替换宋体或黑体, 英文书籍的显示字体变成中文字体自带的英文,一般比较难看。 因此有的人通过字体编辑软件把中文字体里的英文用Kindle英文字体替换。 或者只替换楷体和圆体中文。其实仔细研究字体的设置文件,发现英文字体受中文字体替换影响的原因是系统英文字体的binding 不够强, 如果在 99-fontreplace.conf 中加上以下部分, 就不会影响英文字体了:

    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    	<!--
    		Make sure we don't short-circuit the other serif fonts shipped on the PW,
    		which despite being at the head of the list, have a weak binding...
    	-->
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Palatino</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Palatino</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Baskerville</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Baskerville</string>
    		</edit>
    	</match>
    </fontconfig>

    (2)如果有中英文对照的书, 其中的英文显示还是会用中文字体中的英文字符。以下文章提供一些替换过英文字体的中文字体:

    推荐几个Kindle的字体:https://www.douban.com/note/269330253/

    (3) 我的设置:替换简体宋体, 楷体, 圆体, 保留系统黑体。 替换繁体宋体, 繁体楷体圆体替换与简体一样。

    (4)我的字体替换设置文件。在文件中, 替换字体名可以用中文名, 也可以用Kindle 显示的英文名。 如“方正准雅宋_GBK”和“FZYaSong-M-GBK”都可以。

    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    	<!--
    		Make sure we don't short-circuit the other serif fonts shipped on the PW,
    		which despite being at the head of the list, have a weak binding...
    	-->
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Palatino</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Palatino</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Baskerville</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Baskerville</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Bookerly</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Bookerly</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Helvetica</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Helvetica</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Futura</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Futura</string>
    		</edit>
    	</match>
    	<!-- And don't forget good old Caecilia... -->
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Caecilia Regular</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>Caecilia Regular</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>condensed</string>
    		</test>
    		<edit name="family" mode="assign" binding="strong">
    			<string>condensed</string>
    		</edit>
    	</match>
    	<!-- And now Chinese font replacement -->
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>STSong</string>
    		</test>
    		<edit name="family" mode="prepend" binding="strong">
    	<!--	<string>方正书宋_GB18030</string> -->
    	<!--	<string>FZLanTingSong</string> -->
                <string>huasong</string> 
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>STKai</string>
    		</test>
    		<edit name="family" mode="prepend" binding="strong">
    			<string>STKaiti</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>STYuan</string>
    		</test>
    		<edit name="family" mode="prepend" binding="strong">
    			<string>FZYaSong-M-GBK</string>
    		</edit>
    	</match>
    	<match target="pattern">
    		<test name="family" compare="eq">
    			<string>Song T</string>
    		</test>
    		<edit name="family" mode="prepend" binding="strong">
    			<string>TW-Sung</string>
    		</edit>
    	</match>
    </fontconfig>
  5. 安装插件一的时候点击提示:“本内容的开发人员没有批准将本kindle用于测试目的,请联系开发人员。”应该怎么解决?

  6. 我的usbnetwork hack重装失败,用的KUAL,根目录没有出现USBNET文件夹。
    我的是kT2 5.6.5

  7. 您好,Koreader安装好了之后打开pdf并不会像您之前“Koreader —— Kindle 的 PDF 文档重排插件”一文中的图示出来设置栏,根本没有办法进行重排呢,是不是有什么问题呢?点击屏幕下方只是会切换状态栏的显示,点击屏幕上方会出来设置栏,但是那是Koreader的设置,不是pdf的设置,这是为啥呢?

    • 您好,我发现新版的和你之前的不一样,点击屏幕下方是不会出来重排的设置的,只有第一次点击上方的时候,上方出现Koreader的设置,同时下方出现重排的设置。

  8. 换字体插件对于有些字体文件是不是不支持,还是只支持truetype字体?我放了opentype的冬青黑体,无效。

  9. 固件自动升级为5.7.2.1后,usbnetwork无法连接了,按照步骤重新安装,客户端提示严重错误无法连接…有没有出现这个问题的啊?请帮忙解决…感谢!

    • 丑牛 您好。越狱后并升级到 5.7.x 版本固件后,如遇插件无法正常使用的情况,请先重新操作越狱的第二部分步骤,然后删除根目录下的插件文件夹,如 usbnet,然后重新按照文中所示步骤安装一次即可。

  10. 请问一下,我的kpw3更新到5.7.2.1后屏保不能用了,只有重启或者重刷后能看见一两次,然后屏保就只有显示桌面了。这是为什么呢?还有我越狱成功后Koreader 不能直接打开PDF(只能用原生系统打开),只有在KUAL里面通过Koreader的文件浏览方式打开PDF,这又是为什么啊?

    • future 您好。这种问题确实存在,个人感觉这是越狱或插件不稳定的问题,解决办法就是重刷。Koreader 也是这样,出现问题就删掉重装一遍。

  11. 您好!机子是kpw3,固件升至5.7.2.1后,替换字体步骤和代码都没错,把系统的圆体替换成微软雅黑,成功后,系统显示的是“圆体”,实际字体却已经变成了微软雅黑,求解!
    P.s.字体来源为win7系统字体库,替换后的微软雅黑显示效果不如用calibre内嵌字体的微软雅黑,字体笔划粗细参差不齐。

  12. 499越狱——安装koreader——升级固件——koreader不显示了
    我已经把所以koreader的文件删了准备再装,请问新版本下怎么安装koreader?

  13. 用文中方法只能更换普通粗细的字体 粗体不能正常显示
    求换粗体的方法?

    • XX 您好。每一种字体只有一种磅重,目前简体中文字体您只能替换四种字体。您说的普通粗细字体和粗体具体是指什么?普通粗细是指内文字体,粗体是指标题字体吗?

  14. 您好,我的pw3已经成功越狱,Koreader可以正常使用,但是屏保不能自定义,并且设置选项里面也没有屏保设置的相关选项,我应该怎么办啊?

        • 可以肯定的是,更换屏保插件在 KPW3 下是可用的。如果您没有尝试成功,请确保是按照本文提供的步骤操作的,过程没有疏漏。另外需要注意的是,经测试,在安装其他插件后可能会导致屏保插件失效,这时候重新刷入一遍 bin 文件即可恢复。

  15. 你好,我 的kpw2 5.6.5越狱成功,但是安装到koreader后,在点击打开浏览器的时候就退回桌面主页,更新了也不能用,安装稳定版也是这个情况,另我的kpw2里面有一些k2pdfopt转换后PDF。不知道是不是这个原因。

    • 您好!

      刚买了KPW3,按照您的教程依次完成了安装Koreader的所有步骤(包括越狱和其它插件的下载)。但是kindle主界面无变化,点击之前下载的PDF电子书会一片空白,然后自动退出又回到主界面。这是怎么回事?怎样正常使用Koreader?