[oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Journeyer J. Joh
Hi, I'd like to know how I can make my application run during the system boot-up. The system I use is based on Qualcomm's LTE chipset - composed of MDM core + AP core. The system on AP core is openembedded. And I can access it's shell using adb shell on putty. Now I'd like to know how I can make

Re: [oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Khem Raj
On Mar 31, 2014, at 11:07 PM, Journeyer J. Joh oosaprogram...@gmail.com wrote: I tried to add the execution command in /etc/init.d/data-init - at the very bottom. And it worked! But I am not sure if this method is correct or not. I think you are using standard sysvinit here so as long as

Re: [oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Journeyer J. Joh
Hi Khem Raj, Thank you very much! I understood! Sincerely Journeyer Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m 2014-04-01 15:18 GMT+09:00 Khem Raj raj.k...@gmail.com: On Mar 31,