Hi,

Currently I am migrating our ncurses based application on Android powered
target hardware.

I need your expert advice on the feasibility of following scenario.

* In our existing application, we have a daemon process A which receives
query from UI process.
* Example, UI process sends message(implemented through local sockets) for
updating Brightness. Daemon Process A receives this message, and updates the
Brightness of the system.
* We are planning to implement UI in Android and wanted to communicate with
Deamon process A.

My Understanding is
* We can start Deamon process as Remote Service with aidl interface(from
init.rc). So that most of current code can be re-used, instead of developing
everything from scratch in java.
* From UI we can communicate with Daemon Process to update Brightness and
other settings for our application.
* I also believe it is in this way that wpa_supplicant is currently running
in Android.

Please correct me if I am wrong and need your expert advice in accomplishing
this task.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to