Post Saturday, 25th February 2012, 16:37

Crawl for Android?

I know there is always ssh, but a native version is always nice because it's fast. Recently I was able to get vim and ssh working on an unrooted android, the process seemed incredibly simple, described here:

http://kevinboone.net/android_nonroot.html

Basically,
1) Install the free Android Terminal Emulator app -- a really nice app as it allows remapping of the control and escape keys
2) Get binaries of busybox, vim, etc. and copy into the directory set aside by android for the the app where it has execution privileges (always "/data/data/jackpal.androidterm/shared_prefs")
4) chmod +x
5) Enjoy!

What do you guys think of making dungeon crawl work with this method? Are there any obscure dependencies or anything?