Is it possible (without violating any licenses) to write my own C / C ++ application on top of the Android OS and make it work as a daemon process?
There are already several daemon process processes that can be seen with the ps command, the most important part of the law for me. As well as the lack of documentation on how to do this.
For the part of the letter, I assume that you can use the basic Linux programming concepts, since Android supports at least some standard Posix API. To start it when the phone boots up, some changes, of course, are also required in init.
I have no plans to have this application in the Android Market, so installing it manually on the phone is not a problem. So far, this does not require recompiling the entire OS or kernel.
I really appreciate all the information on this topic, as it is scarce.
Thanks.
android
kaskelotti
source share