Thread: Aura Help me about Font
View Single Post
Old 01-06-2017, 10:34 AM   #22
duongqw
Member
duongqw began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Oct 2016
Device: Kobo Aura (2013)
Quote:
Originally Posted by haidinhtuan View Post
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
i dont really much understand the step 3, how can you "Delete or rename the folder "fonts" at usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/", sorry i am not a very good at code
duongqw is offline   Reply With Quote