All,
We are working on a device based on Tizen 2.1.
We are writing a bunch of native Tizen services that are being packaged into a single TPK. During installation of the TPK, the choice of which is the MainApp seems to be arbitrarily based on the order in which they appear in the manifest file. Additionally, we are finding that the services don't start up like they should.
I can reduce the list to a single service and have found that it consistently starts up not only during TPK installation but on every subsequent boot. Is it possible to have multiple services within a single TPK and have them all launch not only at TPK installation time but also during boot up?
Regards