| 
			
			 | 
		#1 | |
| 
			
			
			
			 ebook fan 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735 
				Karma: 2528718 
				Join Date: Dec 2010 
				
				
				
				Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch 
				
				
				 | 
	
	
	
		
		
			
			 
				
				New Qt drivers for Kobo Aura H2O
			 
			
			
			Hi! 
		
	
		
		
		
		
		
		
		
		
		
		
		
			As far as I know, my applications (Launcher, CoolReader, chess, etc) are not working with the new Kobo Aura H2O. So, I've created this thread to investigate and find the fix. I have no Aura H2O, so you help is very appreciated! Quote: 
	
 Also I need to know, do you have an experience in connecting to Kobo through SSH? I know that you had Kobo Glo. If so, I'm sure that we'll find the solution soon. Last edited by sergeyvl12; 10-11-2014 at 08:13 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Evangelist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 417 
				Karma: 469928 
				Join Date: Feb 2012 
				
				
				
				Device: Kobo Clara BW, Moaan Inkpalm 5. 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			No, I haven't, but it seems that Frenzie, in this post: https://www.mobileread.com/forums/sho...&postcount=530 has. In that thread he provides a good deal of information. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			I installed pbchess, and got to the launcher, which looked fine but did not respond to any input, though I was able to sleep and wake it again with the power button. I also tried advboot, which got me to the file browser of koreader, but that was unresponsive too, power button not working either. Then I tried KSM, which was upside-down and unresponsive. I had to reset. Last edited by jlynton; 10-11-2014 at 11:15 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | |
| 
			
			
			
			 ebook fan 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735 
				Karma: 2528718 
				Join Date: Dec 2010 
				
				
				
				Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 WIth this information I'll try to implement new Qt touchscreen driver for H2O tomorrow. I also need this model name. E.g. AURAHD=dragon, AURA=phoenix, AURAH2O=???  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,786 
				Karma: 731691 
				Join Date: Oct 2014 
				Location: Antwerp 
				
				
				Device: Kobo Aura H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I reckon it's dahlia? [Edit: I just remembered tshering was already aware of that when he pointed toward a fix for the screen rotation.] 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Code: 
	# cat /bin/kobo_config.sh 
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
case $PCB in
        E60610D*) echo trilogy;;
        E60QB*) echo kraken;;
        E606B*) echo kraken;;
        E5061*) echo pixie;;
        E606C*) echo dragon;;
        E606G*) echo dahlia;;
        E606F*) echo phoenix;;
        *) echo trilogy;;
esac
Code: 
	# ntx_hwconfig -s -p /dev/mmcblk0 PCB E606G0 Code: 
	# /bin/kobo_config.sh dahlia Last edited by Frenzie; 10-11-2014 at 11:39 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 ebook fan 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735 
				Karma: 2528718 
				Join Date: Dec 2010 
				
				
				
				Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks, Frenzie. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	That's everything that I need.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 ebook fan 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 735 
				Karma: 2528718 
				Join Date: Dec 2010 
				
				
				
				Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,786 
				Karma: 731691 
				Join Date: Oct 2014 
				Location: Antwerp 
				
				
				Device: Kobo Aura H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Ah, I'd assumed everything would be in the source tarballs. Thank you.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Evangelist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 417 
				Karma: 469928 
				Join Date: Feb 2012 
				
				
				
				Device: Kobo Clara BW, Moaan Inkpalm 5. 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 56 
				Karma: 70350 
				Join Date: May 2013 
				
				
				
				Device: Kobo AuraH2O, Glo, AuraHD,  JBC2 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 303048 
				Join Date: Feb 2013 
				Location: Brazil 
				
				
				Device: Kindle Paperwhite 3 
				
				
				 | 
	
	
	
		
		
			
			 
				
				test: Qt touch driver
			 
			
			
			I do not have kobo H2O.  
		
	
		
		
			but using this post, I changed qt touch driver. who want to test, copy file libKoboTS.so to folder: #kobolauncher /.kobo/vlasovsoft/Qt/plugins/mousedrivers/ and or #Kobo Start Menu /.kobo/kbmenu/Qt/plugins/mousedrivers/ note: compatible with kobo glo (original and multitouch). New Version use at your own risk Last edited by Cecell3000; 12-03-2014 at 02:01 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,489 
				Karma: 2914715 
				Join Date: Jun 2012 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46 
				Karma: 303048 
				Join Date: Feb 2013 
				Location: Brazil 
				
				
				Device: Kindle Paperwhite 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			yes, here the source.
		 
		
	
		
		
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,786 
				Karma: 731691 
				Join Date: Oct 2014 
				Location: Antwerp 
				
				
				Device: Kobo Aura H2O 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I wish the sources were in a Git repository or some such. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	But more important, it's working! Now I'll be off to have a look at KOReader.  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#15 | |
| 
			
			
			
			 Evangelist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 417 
				Karma: 469928 
				Join Date: Feb 2012 
				
				
				
				Device: Kobo Clara BW, Moaan Inkpalm 5. 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kobo Aura H2O covers | Josieb1 | Kobo Reader | 628 | 08-01-2020 02:44 PM | 
| Kobo Aura H2O - First Impressions | robertpolson | Kobo Reader | 439 | 07-15-2015 02:40 PM | 
| My Kobo Aura H2O review unit arrived | Nate the great | Kobo Reader | 150 | 05-20-2015 08:33 AM | 
| Kindle Voyage vs Kobo Aura H2O | robertpolson | Which one should I buy? | 400 | 04-21-2015 09:21 PM | 
| Kobo Aura H2O Officially Announced | tnforpaul45 | Kobo Reader | 306 | 10-03-2014 04:55 PM |