View Single Post
Old 05-11-2012, 02:26 PM   #2
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by vlamark View Post
I was wondering, since android is linux and kindle os is also linux and android apps are, mostly open-source, could it be possible to recompile some apps to work on kindles? For example, there are several grooveshark apps for android, excelent gmail etc. If someone started similar thread, I'm sorry, I was searching but couldn't have found it.
Many text-base console apps for android already work on kindles without recompiling. GUI-based apps would need a lot more than just recompiling, due to the different underlying desktop APIs. Even on the K5 with Xorg, you still have some strict window-naming rules to follow to even see any X windows that your GUI app uses. It is a little easier for things that use a portable GUI environment like Qt or SDL, both of which have version that run on various kindle models and firmware versions. And then there is the issue of different input devices, different keycodes, and so forth, where many apps make assumptions that tie them to a specified platform rather than adapting to hardware changes.
geekmaster is offline   Reply With Quote