| 
			
			 | 
		#1186 | 
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1187 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669 
				Karma: 2300001 
				Join Date: Mar 2011 
				Location: Türkiye 
				
				
				Device: Kindle 5.3.7 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1188 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Jun 2013 
				
				
				
				Device: kindle 3g 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1189 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669 
				Karma: 2300001 
				Join Date: Mar 2011 
				Location: Türkiye 
				
				
				Device: Kindle 5.3.7 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1190 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 67 
				Karma: 70690 
				Join Date: May 2013 
				
				
				
				Device: Kindle Paperwhite 1 & Kindle 4 Black 
				
				
				 | 
	
	
	
		
		
			
			 Quote: 
	
 they tell me that Duokan support using png files as screensaver really. But I am suspect I make a mistake in the 'sh' with Kual. I want to get some screensaver from the directory of '/mnt/us/system/.assets/.../screensvr.png', And put them into the directory of '/mnt/us/DK_System/xKindle/res/ScreenSaver', but I don't want to copy them one by one everyweek, it's not comfortable. I'm not familiar with Linux, Could you help me to finish it?  
		 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1191 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 67 
				Karma: 70690 
				Join Date: May 2013 
				
				
				
				Device: Kindle Paperwhite 1 & Kindle 4 Black 
				
				
				 | 
	
	
	
		
		
			
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1192 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669 
				Karma: 2300001 
				Join Date: Mar 2011 
				Location: Türkiye 
				
				
				Device: Kindle 5.3.7 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			almost complete? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	try this as run.sh: Code: 
	#!/bin/sh
cd /mnt/us/system/.assets
For F in `find -name screensvr.png -type f` 
do
DATE=$(date +%Y_%m_%d-%H-%M-%S-%N);
cp $F /mnt/us/DK_System/xKindle/res/ScreenSaver/${DATE}.png;
done
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1193 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 67 
				Karma: 70690 
				Join Date: May 2013 
				
				
				
				Device: Kindle Paperwhite 1 & Kindle 4 Black 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1194 | 
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1195 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 67 
				Karma: 70690 
				Join Date: May 2013 
				
				
				
				Device: Kindle Paperwhite 1 & Kindle 4 Black 
				
				
				 | 
	
	
	
		
		
			
			 Quote: 
	
 Thank you all the same. It's here,you can have a try. https://www.mobileread.com/forums/sho...&postcount=883  
		 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1196 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669 
				Karma: 2300001 
				Join Date: Mar 2011 
				Location: Türkiye 
				
				
				Device: Kindle 5.3.7 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			update R3.0 
		
	
		
		
			(not released yet. ) Quote: 
	
 Last edited by thomass; 06-22-2013 at 01:58 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1197 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 16 
				Karma: 10 
				Join Date: Jun 2013 
				
				
				
				Device: Kindle PW 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi everybody!  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Is there a way to change system fonts of the Duokan OS? Current fonts don't fully support Vietnamese yet, so when I browse to TOC, Bookmarks, Comments, Annotations, they don't display correct Vietnamese characters. ![]()  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1198 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669 
				Karma: 2300001 
				Join Date: Mar 2011 
				Location: Türkiye 
				
				
				Device: Kindle 5.3.7 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			try to change the encoding of your language file to UTF-8 or another one.
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Last edited by thomass; 06-22-2013 at 04:15 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1199 | |
| 
			
			
			
			 Member 
			
			![]() Posts: 16 
				Karma: 10 
				Join Date: Jun 2013 
				
				
				
				Device: Kindle PW 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#1200 | 
| 
			
			
			
			 The Cooler 
			
			![]() Posts: 6 
				Karma: 10 
				Join Date: Feb 2011 
				Location: Katowice, Poland 
				
				
				Device: Kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Browser? it was last feature what i missed for, sometimes. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Duokan team FTW, you are doing great job guys!  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| doukan, duokan, duokan lite, epub, information, keyboard, kindle keyboard, mod, pdf | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Arabic support in Duokan/Duokan Lite? | Doitsu | Kindle Developer's Corner | 12 | 03-18-2015 08:49 AM | 
| music player on duokan 2013? | billpann | Kindle Developer's Corner | 6 | 03-28-2013 12:19 PM | 
| Duokan Lite released by duokan.com, English menus? | Nigovic | Kindle Developer's Corner | 7 | 02-18-2013 09:08 AM | 
| Having trouble installing Duokan or Duokan Lite on firmware 3.3? | multiprose | Kindle Developer's Corner | 12 | 02-18-2013 08:24 AM | 
| duokan KT | aditya3098 | Kindle Developer's Corner | 3 | 03-03-2012 01:49 PM |