| 
			
			 | 
		#31 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 6 
				Karma: 10 
				Join Date: Jul 2011 
				
				
				
				Device: Kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			can anyone help me? why it returns "Permission denied" when I use "."? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Saludos.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#32 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 84 
				Karma: 26720 
				Join Date: Mar 2011 
				
				
				
				Device: Kindle 3 WIFI 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#33 | 
| 
			
			
			
			 Groupie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 159 
				Karma: 20390 
				Join Date: Feb 2009 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			For those interested, I threw together a little enhanced 'profile' file for myts. It is just a few aliases that might be useful, and that work on the Kindle, as well as a link to another file, a text file called about.txt', that runs upon startup of myts, and just lists the keyboard keys on the page. Easy peasy, and much better for me when I want to just hop on and off the terminal, but tire of having to check the "Back+LeftBack Key" all the time. I'll attach below. 
		
	
		
		
			In addition, if anybody uses the Midnight Commander File Browser, if you have that installed, you should be able to easily run in through myts via a simple alias (mc). Or, even better, uncomment 'mc' at the bottom of the 'profile' file and Midnight Commander will run automatically every time you run myts. Of course, only if you prefer that. Last edited by inameiname; 12-22-2011 at 04:24 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#34 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 1 
				Karma: 10 
				Join Date: Dec 2011 
				
				
				
				Device: Kindle DXG 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks Matan and dpavlin! Your terminal for DXG is the only one I could get to work properly. Now I am curious how you got 'man' pages on to your kindle  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#35 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61 
				Karma: 116628 
				Join Date: May 2011 
				Location: Zagreb, Croatia 
				
				
				Device: Kindle K3G and DXG 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You can ssh over USB back into your computer (ssh over 3G doesn't work, but does work over wifi on Kindle 3). Another alternative is to have Debian armel in chroot or to extract correct parts from optware.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#36 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 74 
				Join Date: Oct 2011 
				
				
				
				Device: kindle 3 
				
				
				 | 
	
	
	
		
		
			
			 Quote: 
	
 Code: 
	    if(setVal(sec, "FontHeight", 'i', &lps->fontheight)) lps->fontheight=16;
    if(setVal(sec, "FontWidth", 'i', &lps->fontwidth)) lps->fontwidth=8;
Last edited by astropeak; 01-01-2012 at 07:28 AM. Reason: modify spell error  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#37 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 42 
				Karma: 39432 
				Join Date: May 2011 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It is not as simple as that. I added support for width up to 16, but it is not too well tested.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	You can use it from here. The package includes a 10x20 font. Another (not well tested) feature is support for non-latin characters input. This uses and extra modifier for language characters, configured to be the Sym key by default. The configuration keys LangSymbols and LangSymbols16 define the input of keys pressed with this modifier in 8 bit and 16 bit (UTF8) modes. Source.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#38 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 74 
				Join Date: Oct 2011 
				
				
				
				Device: kindle 3 
				
				
				 | 
	
	
	
		
		
			
			 Quote: 
	
 By the way, Can you include a more larger font, such as 16*32. 10*20 is still small for me^_^ Last edited by astropeak; 01-01-2012 at 09:58 AM. Reason: add sth  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#39 | 
| 
			
			
			
			 ♫ 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 661 
				Karma: 506380 
				Join Date: Aug 2010 
				Location: Germany 
				
				
				Device: Kobo Aura / PB Lux 2 / Bookeen Frontlight / Kobo Mini / Nook Color 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			10x20 looks WAY better! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	For rhose who don't know what exactly to do to enable it: Change these three lines in the myths.ini file: Font = 10x20.hex FontHeight = 20 FontWidth = 10  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#40 | |
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 74 
				Join Date: Oct 2011 
				
				
				
				Device: kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I created two fonts myself, 14x28 and 16x26. The two fonts are created by double each binary bit of the char bitmap of the font 7x14 and 8x13, and also each horizon line of the char bitmap is doubled. but when using these font, the terminal can not be started. After I press the key "Shift T T", a message "success!" echoed on the bottom of the screen, but the terminal don't popup. Is this font right? or the program's issue. Last edited by astropeak; 01-02-2012 at 12:52 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#41 | 
| 
			
			
			
			  curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,021 
				Karma: 50506927 
				Join Date: Dec 2010 
				Location: ♁  ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀" 
				
				
				Device: K3₃.₄.₃ PW3&4₅.₁₃.₃ 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			If anyone care, I have modified about.txt  to document the full key mappings in version 7 of Matan's terminal: Hoping it is accurate and usable.
		 
		
	
		
		
			 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#42 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 6 
				Karma: 10 
				Join Date: Nov 2011 
				
				
				
				Device: Kindle Keyboard 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Working nice :)
			 
			
			
			The only terminal so far that worked  
		
	
		
		
		
		
		
		
		
		
		
		
	
	  Kindle 3g, 3.3 firmware, works like breeze.How about Midnight Commander? I have been searching on forums but can not decide which one fits, and so far I had to make a few resets already - could anyone point me to a description as to how to get Midnight Commander on my 3g Kindle?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#43 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 83 
				Karma: 12307 
				Join Date: Apr 2011 
				
				
				
				Device: Kindle 3, K4NT 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I have mc installed on my K3: https://www.mobileread.com/forums/sho...mmander&page=2 HTH  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#44 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 15 
				Karma: 12 
				Join Date: Feb 2012 
				
				
				
				Device: Kindle 3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Is it possible to install apt-get or something similar?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#45 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 6 
				Karma: 10 
				Join Date: Nov 2011 
				
				
				
				Device: Kindle Keyboard 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Terminal app (sort of) | lrizzo | Kindle Developer's Corner | 60 | 09-21-2025 07:17 PM | 
| Kindle 1 Terminal? | sinkillerj | Kindle Developer's Corner | 0 | 05-19-2011 01:17 AM | 
| Development Terminal Emulator oddity | twichy | enTourage Archive | 5 | 05-01-2011 12:51 PM | 
| DR800 rxvt (terminal emulator) for DR800 | GregorRichards | iRex | 13 | 01-04-2011 07:56 AM | 
| Terminal Application For Kindle DX | Nathan Campos | Kindle Developer's Corner | 1 | 11-09-2010 05:53 PM |