execInAPP Not Found

Hello All,

I try to give input to my application using execInAPP but after flashing binary in board I got the error “execInAPP: NOt Found” when I try to use it.

Is there any api which I can use ?
or how to resolve this issue.
Thanks in advance.

What version of Legato are you running? I believe that what you’re looking for can be achieved using app runProc yourApp yourProcess --argument1 --argument2. I think execInApp was an older feature that got removed.

Some example on modemDemo sample application:
app runProc modemDemo1 send --exe=send – 1234567 “test” -->Send SMS to phone number 1234567
app runProc modemDemo1 send --exe=send – 1234567 “Online” -->start data connection