Hi everbody.
I don't know if my question is in the correct forum, or if it's of
some value, but let's try... =]

I'm working on a project where I want to construct a runtime engine
above Android's environment (a type of custom compilation, just with
the most basics), trying to create a scenario where the following
sequence of steps should occur:
=> OS boot;
=> OS launchs an activity/service;
=> Keep running the activity/service until the activity/service has To-
Do operations;
=> Shutdown the OS;

I don't need any user interface, extra apps, browsers or viewers. The
most important thing is to run the installed apk and manage some
hardware drivers like usb/serial or wireless/bluetooth.
For this moment, I've downloaded the Cup-Cake Android to see if I can
figure out to separate what is really needed for my system.
Unfortunelly, although the good documentations in Android Developers,
I got myself very confused with so many files in the project.

Does someone give me some light to understand how can I do this?

Thanks in advance!

-- 
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