Hello,
I am creating a application which consists of basic console application and a GUI application. On the restart of the phone, basic console app checks a particular file on the file system and if the file does not exist, it launches the GUI application, take the details from the user and create the text file on the user system. Next time, when the user starts the phone, the console app checks for the text file and does not launch the GUI app.
Now, my problem is that because i am using two different apps, i am assuming that i will have to get it signed for both the application.
How can i combine both the application in one application. I have tried combining both the application in a single GUI application but GUI always get launched. Is there any method by which the GUI does not get launched and on the restart of the phone the app only runs in the background.
Regards
Sumeet Kumar

Reply With Quote



