| 
			
			 | 
		#31 | |
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 114 
				Karma: 1274 
				Join Date: Dec 2010 
				Location: Finland 
				
				
				Device: Kobo Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Code: 
	# /dev/pts must be mounted after the tmpfs on /dev/ is mounted
# and after udev is started. /dev/pts is only required if you want
# to use telnet to talk to your Kobo.
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
# If you want syslogd to write system messages to .kobo/syslog on the
# onboard flash partition (handy during debugging) just uncomment
# this line:
#/sbin/syslogd -O /mnt/onboard/.kobo/syslog -b 50 -D 
 
#
# If you want your own script to be run from the user flash partition at
# every boot, uncomment these lines and put it in .kobo/rc.sh . Its output
# will be written to .kobo/rc.out
#
if [ -e /mnt/onboard/.kobo/rc.sh ]; then 
       sh /mnt/onboard/.kobo/rc.sh >& /mnt/onboard/.kobo/rc.out
fi
  
# Start inetd to support telnet and ftpd services
# There is **NO** **PASSWORD** on these services.
/usr/sbin/inetd /etc/inetd.conf
Edit. The hacking Kobo Touch page seems to also include this information about necessity to mount /dev/pts. But anyway, within these, I got it working Last edited by GoingDown; 12-05-2011 at 07:41 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#32 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			GoingDown, thank you for the hint. This could very well be the problem. I won't have the opportunity to test it before next weekend, but I will report back then.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#33 | 
| 
			
			
			
			 Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,552 
				Karma: 37638420 
				Join Date: Nov 2010 
				Location: Vancouver Island Canada 
				
				
				Device: Kobo Touch, Optimus One (2.3), Nexus 7 (4.2) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Is there any hack for removing the ads?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#34 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7 
				Karma: 1542 
				Join Date: Nov 2011 
				
				
				
				Device: Kobo touch 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#35 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,594 
				Karma: 21245891 
				Join Date: Apr 2011 
				Location: Canada 
				
				
				Device: Kobo Libra h20, Paperwhite 2017, Phone & Tablet w Moonreader 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The ads are what made the device cost less than the one without ads.   
		
	
		
		
		
		
		
		
		
		
		
		
	
	![]() I don't own one but aren't the ads only there when the device is sleeping or powered off? In that event the quickest way to "remove" the ads is to close the cover or flip it so the back is showing during those occasions.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#36 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@GoingDown 
		
	
		
		
		
		
		
		
		
		
		
		
	
	thank you so much, I now got it working ![]() I had already put the 2 lines in rcS2, but somehow they weren't executed. They are in rcS now and it works perfectly.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#37 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#38 | 
| 
			
			
			
			 Trying for calm & polite 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,012 
				Karma: 9455193 
				Join Date: May 2010 
				Location: Mostly in Canada 
				
				
				Device: kobo original, WiFI, Touch, Glo, and Aura 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#39 | |
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I was able to install the normal firmware on my fnac branded french kobo touch without any problems, so I assumed this would be possible for differently branded kobo touches as well. Why should it not work?  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#40 | 
| 
			
			
			
			 Trying for calm & polite 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,012 
				Karma: 9455193 
				Join Date: May 2010 
				Location: Mostly in Canada 
				
				
				Device: kobo original, WiFI, Touch, Glo, and Aura 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The ad display is not in the reading firmware. the reading firmware is designed to be replaced based on locale.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#41 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#42 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,277 
				Karma: 5935030 
				Join Date: Jun 2011 
				Location: Ontario, Canada 
				
				
				Device: Kobo Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 It migh work if you the kobo you buy still has an old firware version. You can update up to .12. However, the new Kobo firmware (.14) disables the kobo until you sync with the desktop app. Do you have a link to where the Fnac firmware can be downloaded? If they have their own custom firmware, I would be interested in testing it on my KT, (even if it is in French)  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#43 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 1268 
				Join Date: Dec 2011 
				
				
				
				Device: kobo touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I don't know where to download the fnac firmware. My girlfriend installed it once by syncing using the desktop application. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I have since replaced it by the standard .14 firmware. It is possible to use the kobo without syncing by adding a database entry (I don't remember exactly which one, but I found it in some other thread here in the forum).  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#44 | 
| 
			
			
			
			 Nameless Being 
			
			
			
		
			
			
			 | 
	
	
	
		
		
		
		
		 
			
			On bypassing the registration/setup in 1.9.14: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	It looks like the Kobo looks for two records in the user table of the SQLite database (one for you and one for their preview books). The actual data in those records can be complete and utter nonsense.  | 
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#45 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 1 
				Karma: 10 
				Join Date: Jan 2012 
				
				
				
				Device: Sony PRS-650 
				
				
				 | 
	
	
	
		
		
			
			 
				
				dictionary hack?
			 
			
			
			Is there a way to hack the Kobo Touch so that I can change the crappy default dictionary to the Oxford?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Touch Hacking or Rooting the new nook simple touch reader | scottgun | Barnes & Noble NOOK | 99 | 12-10-2011 01:12 AM | 
| Kindle 3, Nook Simple Touch, Kobo Touch and Libra Pro Touch | jbcohen | Which one should I buy? | 4 | 06-18-2011 08:58 PM | 
| Own (and love) a PRS505: Is the Nook Touch or Kobo Touch right for me? | rahulm | Which one should I buy? | 8 | 06-10-2011 02:51 PM | 
| Pre-ordering Nook Simple Touch or Kobo Touch? | SilentDuck | Which one should I buy? | 27 | 05-29-2011 06:27 PM | 
| Any tips on hacking Kobo formatting???? | kae | Kobo Reader | 5 | 03-29-2011 11:26 AM |