permanant app-deploy

BogDan bog_dan_ro at yahoo.com
Tue Jun 7 20:26:09 CEST 2011


Hi Tomas,



> 
> Hi
> 
> If I want to deploy my own application including(!) my own qt libs 
> permanently,
> but I start the application from the menu he seams to use the ministro 
> libraries.
> 
> So from my perspective I could:
> 
> - push my Qt libs over the ministro-qt-libs
> (don't like this, but if nothing else works it would be ok)
> 

It will not work, every day Ministro checks libraries sha1 and it will remove all your libs :)

>
> - change the application so it does "Use local qt libs" own it's 
> own.
> (my favorite solution) .. no clue how to
> 

Also my, and the by far easiest, so you need to open your application QtActivity.java file, at line 203 replace "getIntent().getExtras()!= null && getIntent().getExtras().containsKey("use_local_qt_libs") && getIntent().getExtras().getString("use_local_qt_libs").equals("true")" with "true" 

Then you must add your platform plugin, before line 219 ("String[] libs=new String[libraryList.size()];") add
libraryList.add("/data/local/qt/plugins/platforms/android/libandroid-9.so");

>
> - change ministro so he does "Use local qt libs" for me 
> (I wouldn't like that unless I can change this on the fly on my device)
> 

You don't want that :)

> 
> I know this is not a usecase for application-developer ... but for me ;)
> 
> Greets
> Thomas
> _______________________________________________
> Necessitas-devel mailing list
> Necessitas-devel at kde.org
> https://mail.kde.org/mailman/listinfo/necessitas-devel
>

Cheers,
Bogdan.


More information about the Necessitas-devel mailing list