View Single Post
Old 09-14-2011, 07:51 AM   #4
kacir
Wizard
kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.
 
kacir's Avatar
 
Posts: 3,463
Karma: 10684861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
Quote:
Originally Posted by Dulin's Books View Post
Are "we" able to install and run a linux program on one of these devices? Is that capability available to linux versed end users?
Yes, we are, just as previous poster said.
Even YOU are able to create, install and run a program, if I give you a very short crash-course.

Said program will be written in Shell script and will be executed from Linux Terminal (that is available as third-party application).
Listing of sample program in shell, called hello.sh
#### beginning of hello.sh file ####
echo "Hello World"
#### end of hello.sh file ####

There are some games, some utilities, such as Terminal Emulator mentioned in previous paragraph, there is ported CoolReader, modified version of FBReader ...

The system installed on device is built on Embedded Debian, and is using BusyBox.
See http://www.emdebian.org/
http://www.busybox.net/
http://en.wikipedia.org/wiki/BusyBox
Quote:
Originally Posted by Wikipedia
BusyBox provides several stripped-down Unix tools in a single executable. It runs in a variety of POSIX environments such as Linux, Android[5], FreeBSD[6] and other proprietary kernels, although many of the tools it provides are designed to work with interfaces provided by the Linux kernel. It is ideally suited to run in embedded devices. It has been self-dubbed "The Swiss Army Knife of Embedded Linux"
...
kacir is offline   Reply With Quote