Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mihini-dev] Appcon module

Hi Cuero,

Thanks for reply,
but, i tried it already procedure described here: http://wiki.eclipse.org/Mihini/Run_Mihini_on_an_Open_Hardware_platform ?
i was able to do that manual part, accesing appcon module and function through lua shell,

however when i tried to include apcon module to my lua app (ex: local appcon = require "appcon") it shows errors

i even tried local appcon=require "agent.appcon" it also doesn't works

my need is , i want to use the functions available in the appcon module such as install, start etc.  to my lua app

can you please help me.

Thanks


On Fri, Dec 6, 2013 at 7:43 PM, Cuero Bugot <cbugot@xxxxxxxxxxxxxxxxxx> wrote:

Hi Mohammadu,

 

No you should not need to develop those device management operation as the vanilla Mihini provide application install.

Did you try the procedure described here: http://wiki.eclipse.org/Mihini/Run_Mihini_on_an_Open_Hardware_platform ?

 

Thx,

Cuero

 

From: mihini-dev-bounces@xxxxxxxxxxx [mailto:mihini-dev-bounces@xxxxxxxxxxx] On Behalf Of Mohammadu Ramsath
Sent: Friday, December 06, 2013 12:06 PM
To: mihini-dev@xxxxxxxxxxx
Subject: [mihini-dev] Appcon module

 

Hi,

I have been trying to use appcon module to my lua program which is to be run on mihini,

But i couldn't use it, similarly the update module

do i need to develop those device management functions or else is there any way to access those functions

Thankyou


_______________________________________________
mihini-dev mailing list
mihini-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mihini-dev



Back to the top