Quote:
Originally Posted by Hellmark
Just because Android is linux based, doesn't mean that Linux apps can automatically run. Various libraries and other things are needed, plus different systems are in place on Android for making things displayed on screen. Much will have to totally be rewritten.
|
Well, actually...
Linux is supposed to be binary compatible on the same platform. That means that if I compile for, say Ubuntu, on my Reader, I should be able to use that executable in Android on my Reader without recompiling. That assumes major version of the core linux, and as you point out, the required shared libraries already in existence.
That said, I have not personally tried this on any platform. Theory rocks, but application is rocky.
-Pie