Thread: Aura Help me about Font
View Single Post
Old 01-06-2017, 12:56 AM   #21
haidinhtuan
Member
haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.haidinhtuan 's shirt has a full set of merit badges.
 
Posts: 12
Karma: 16566
Join Date: Oct 2016
Device: Kindle Oasis, Kobo Aura One
Quote:
Originally Posted by duongqw View Post
How did you fix it, i really nead it
In brief, you could follow these steps:

1. Connect your eReader to the Wifi network

2. Open a telnet connection to the Reader. On macOS or *NIX based OS like Ubuntu, Fedora, you should be able do it natively via Terminal. If you use Windows, this article might help: https://kb.ctera.com/article/how-to-...s-8-os-16.html

3. Delete or rename the folder "fonts" at usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/

4. Done!



Code:
haidinhtuan@ubuntu:~$ telnet 192.168.137.60
Trying 192.168.137.60...
Connected to 192.168.137.60.
Escape character is '^]'.

(none) login: root 
[root@(none) ~]# cd usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib
[root@(none) lib]# ll
-sh: ll: not found
[root@(none) lib]# ls
fonts                            libQtGui.so.4.6.2                libQtScript.so.4.6.2             libQtWebKitWidgets.so.4.6.2
fontsa                           libQtMultimedia.so.4.6.2         libQtSensors.so.4.6.2            libQtWidgets.so.4.6.2
libQtConcurrent.so.4.6.2         libQtMultimediaWidgets.so.4.6.2  libQtSql.so.4.6.2                libQtXml.so.4.6.2
libQtCore.so.4.6.2               libQtNetwork.so.4.6.2            libQtSvg.so.4.6.2                libQtXmlPatterns.so.4.6.2
libQtDBus.so.4.6.2               libQtPrintSupport.so.4.6.2       libQtWebKit.so.4.6.2
[root@(none) lib]# mv ./fonts ./fontsa
[root@(none) lib]# ls
fontsa                           libQtMultimedia.so.4.6.2         libQtSensors.so.4.6.2            libQtWidgets.so.4.6.2
libQtConcurrent.so.4.6.2         libQtMultimediaWidgets.so.4.6.2  libQtSql.so.4.6.2                libQtXml.so.4.6.2
libQtCore.so.4.6.2               libQtNetwork.so.4.6.2            libQtSvg.so.4.6.2                libQtXmlPatterns.so.4.6.2
libQtDBus.so.4.6.2               libQtPrintSupport.so.4.6.2       libQtWebKit.so.4.6.2
libQtGui.so.4.6.2                libQtScript.so.4.6.2             libQtWebKitWidgets.so.4.6.2
[root@(none) lib]# exit
haidinhtuan is offline   Reply With Quote