|  08-30-2012, 10:31 AM | #17 | 
| Junior Member            Posts: 9 Karma: 4352 Join Date: Jul 2012 Device: Kindle Voyage | 
			
			No apk contains statically linked mc for arm
		 | 
|   |   | 
|  08-30-2012, 10:38 AM | #18 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  08-30-2012, 10:45 AM | #19 | 
| Official Lurker            Posts: 1,050 Karma: 7096675 Join Date: Apr 2012 Device: Kindle 3.4 | |
|   |   | 
|  08-30-2012, 10:14 PM | #20 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			https://www.mobileread.com/forums/sho...3&postcount=24 is one build I believe. unsure if its for your model though. EDIT: looks like that is for a 3 | 
|   |   | 
|  08-31-2012, 09:31 AM | #21 | 
| Official Lurker            Posts: 1,050 Karma: 7096675 Join Date: Apr 2012 Device: Kindle 3.4 | 
			
			Hrm.... In the "One more terminal emulator" there is a link posted there(should be somewhere towards the end, I believe it was posted by cscat). At the bottom of the page are some programs built for the KT. I believe baf built them. They include screen, tmux, vim, etc.
		 | 
|   |   | 
|  09-01-2012, 05:23 AM | #22 | |
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | Quote: 
 | |
|   |   | 
|  09-01-2012, 09:16 AM | #23 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			Does entering: vim at the command line do it (lower case, *nix is case sensitive)? Sorry, the above did not account for the user install being made without a change in the PATH variable. Last edited by knc1; 09-01-2012 at 10:33 AM. | 
|   |   | 
|  09-01-2012, 09:44 AM | #24 | 
| Official Lurker            Posts: 1,050 Karma: 7096675 Join Date: Apr 2012 Device: Kindle 3.4 | 
			
			If you are in the same directory as vim, do  ./vim And vim should start. | 
|   |   | 
|  09-01-2012, 10:01 AM | #25 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			I was going to put that... but thought he was referring to the specifics of vim with 'sh' rather than bash.  IIRC there are a few gotchas that should probably be widely reported via gurgle. HTH | 
|   |   | 
|  09-01-2012, 10:14 AM | #26 | 
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | |
|   |   | 
|  09-01-2012, 10:20 AM | #27 | 
| Official Lurker            Posts: 1,050 Karma: 7096675 Join Date: Apr 2012 Device: Kindle 3.4 | |
|   |   | 
|  09-01-2012, 10:20 AM | #28 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			assuming this is where you put it yes.   Via SSH: cd /mnt/us ./vim If something is going to go wrong (i.e. missing config files, bad paths etc) it would happen then. At the point you attempt to run the file. I suppose you could inject that call into something like kite or launchpad and wrap it in a tidy configured shell. HTH Last edited by twobob; 09-01-2012 at 10:22 AM. Reason: added VIA: | 
|   |   | 
|  09-01-2012, 11:06 AM | #29 | |
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | Quote: 
 start_vim_shell.sh #!/bin/sh # modified from xterm XTERM_EXT=/mnt/us/extensions/xterm vim_EXT=/mnt/us/extensions/vim export MB_KBD_CONFIG=${XTERM_EXT}/layouts/keyboard.xml export XFILESEARCHPATH=${XTERM_EXT}/layouts/Xresources export PS1="[\W]\\$ " export PATH=$PATH:/mnt/us/vim /usr/bin/xset fp+ ${XTERM_EXT}/fonts /usr/bin/xset fp rehash ${XTERM_EXT}/bin/xterm -name kterm -e ${vim_EXT}/bin/vim_shell.sh & ${XTERM_EXT}/bin/matchbox-keyboard & vim_shell.sh #!/bin/sh sleep 1 size=$(stty size) set -- $size h=$(expr $1 - 12) shift w=$(expr $@ - 4) vim -d ----------------------------- Everything correctly? | |
|   |   | 
|  09-01-2012, 11:25 AM | #30 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			The only thing that jumps out at me is the modification of PATH. The path to VIM should be first on the path list, not added at the tail. Change the order of that assignment. Could you be a bit more specific than: "works incorrectly" please? It is very hard to follow what the trouble is without the specifics. | 
|   |   | 
|  | 
| Tags | 
| kindle touch games, launcher add-ons | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Free nookColor game - Minesweeper | koland | Deals and Resources (No Self-Promotion or Affiliate Links) | 0 | 08-18-2011 03:26 PM | 
| 3 new games:checkers,minesweeper(new),snakes and ladders | samerghafik | Onyx Boox | 0 | 06-27-2010 02:16 PM | 
| Kindle DX New Minesweeper Levels | sirbruce | Amazon Kindle | 2 | 06-13-2009 11:11 PM | 
| Amazon Kindle Has Secrets: Faux-GPS Google Maps, Minesweeper, and More | cmumford | Amazon Kindle | 1 | 12-28-2007 06:24 PM |