|  11-02-2016, 06:45 PM | #16 | |
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | Quote: 
 | |
|   |   | 
|  11-02-2016, 06:49 PM | #17 | |
| Member            Posts: 12 Karma: 16566 Join Date: Oct 2016 Device: Kindle Oasis, Kobo Aura One | Quote: 
 | |
|   |   | 
|  11-03-2016, 05:11 AM | #18 | 
| Member            Posts: 12 Karma: 16566 Join Date: Oct 2016 Device: Kindle Oasis, Kobo Aura One | 
			
			Hi,  Finally, I managed to make it work. Phewww! For me, replacing fonts with empty ones did not work. It's time to "fine tune" these fonts a little bit. Thank you very much tshering!!!   http://imgur.com/a/lDB2C | 
|   |   | 
|  11-03-2016, 08:19 AM | #19 | |
| Member  Posts: 14 Karma: 10 Join Date: Oct 2016 Device: Kobo Aura (2013) | Quote: 
 Can you tell me more detail how you can do this, i don't really much understand Last edited by duongqw; 11-03-2016 at 08:22 AM. | |
|   |   | 
|  01-05-2017, 10:32 PM | #20 | |
| Member  Posts: 14 Karma: 10 Join Date: Oct 2016 Device: Kobo Aura (2013) | Quote: 
 | |
|   |   | 
|  01-06-2017, 12:56 AM | #21 | 
| Member            Posts: 12 Karma: 16566 Join Date: Oct 2016 Device: Kindle Oasis, Kobo Aura One | 
			
			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 | 
|   |   | 
|  01-06-2017, 10:34 AM | #22 | |
| Member  Posts: 14 Karma: 10 Join Date: Oct 2016 Device: Kobo Aura (2013) | Quote: 
   | |
|   |   | 
|  01-06-2017, 11:25 AM | #23 | 
| Enthusiast  Posts: 28 Karma: 10 Join Date: Sep 2011 Device: Kindle 3, Kobo Aura H2O | 
			
			I’m in a same situation which is displaying Vietnamese in the Nickel GUI. I already had Telnet and SSH setup on my Kobo so I proceeded to rename the fonts folder in /usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib to fonts_orig. After this I exit the session, turned off the Wifi and reloaded nickel (by going to KSM08 and back). Now the Nickel GUI has only squares instead of characters and opening a book will get the GUI to load (some) font for displaying in GUI but it seems to load the original font which is incapable of displaying special characters. Have you done anything else prior to rename the fonts folder, like patching the nickel? | 
|   |   | 
|  01-06-2017, 11:55 AM | #24 | |
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | Quote: 
 /usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts /mnt/onboard/fonts If you have removed all the fonts of /usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts, then nickel can only use the fonts of /mnt/onboard/fonts (= the fonts folder on the user partition). If you have several side loaded fonts, try removing all but the one that is appropriate for displaying Vietnamese. | |
|   |   | 
|  01-06-2017, 12:06 PM | #25 | |
| Enthusiast  Posts: 28 Karma: 10 Join Date: Sep 2011 Device: Kindle 3, Kobo Aura H2O | Quote: 
 Requirements: - Kobo Start Menu 08 (what I have: https://www.mobileread.com/forums/sho...d.php?t=266821) - install Coolreader https://www.mobileread.com/forums/sho...&postcount=144, the vlasovsoft folder can be found from http://pbchess.vlasovsoft.net/en/index.html * the reason for Coolreader installation is because it comes with a FileManager that can be used to rename files Steps: - exit nickel to get to Kobo Start Menu - start vlasovsoftlauncher - FileManager - While checking the top bar - - (/mnt/onboard), tap on Up arrow to get to /mnt - - (/mnt/), tap to Up arrow to get to / - - (/) Swipe up to find usr, select it - - (/usr), select local -> Trolltech -> QtEmbedded-4.6.2-arm -> lib - Tap on the Select icon at the bottom bar (third one from left) and select fonts - Tap on Hamburger menu icon(fourth icon from the left), select Rename, and input fontsa. - Exit FileManager by tapping on the Power icon Last edited by Kozzi; 01-06-2017 at 12:13 PM. | |
|   |   | 
|  01-06-2017, 12:11 PM | #26 | |
| Enthusiast  Posts: 28 Karma: 10 Join Date: Sep 2011 Device: Kindle 3, Kobo Aura H2O | Quote: 
 | |
|   |   | 
|  01-06-2017, 12:38 PM | #27 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			If you want to have several fonts installed, you can try to rename the font files (only the file names; it is not required to rename the internal font names). Choose for the Vietnamese font a name that is alphabetically prior to the others (e.g. 01_myVietnameseFont.ttf, 02_georgia.ttf,  and so on). This might help to give priority to the Vietnamese font.
		 | 
|   |   | 
|  01-06-2017, 03:08 PM | #28 | |
| Enthusiast  Posts: 28 Karma: 10 Join Date: Sep 2011 Device: Kindle 3, Kobo Aura H2O | Quote: 
 | |
|   |   | 
|  01-06-2017, 03:35 PM | #29 | |
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | Quote: 
 | |
|   |   | 
|  01-06-2017, 08:58 PM | #30 | |
| Member  Posts: 14 Karma: 10 Join Date: Oct 2016 Device: Kobo Aura (2013) | Quote: 
   Last edited by duongqw; 01-07-2017 at 07:13 AM. | |
|   |   | 
|  | 
| Tags | 
| kobo aura | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Moon+ Reader your favorite font and font size? | loodio | Android Devices | 6 | 01-30-2016 06:50 PM | 
| How to converse bold font into normal font output in calibre? | Percivale | Kobo Reader | 3 | 11-09-2015 09:21 PM | 
| Mini advanced font settings ignored in one book - embedded font? | lordofazeroth | Kobo Reader | 4 | 09-20-2013 02:15 PM | 
| ttc font file can't be put into font folder | droople | Sigil | 2 | 08-21-2010 10:05 AM | 
| feed to lrf, how do I change font (or have default font) | lovemov | Calibre | 3 | 03-16-2009 10:57 PM |