<div>
                    Hello,
                </div><div><br></div><div>I am trying to build the qt libraries so I can help out with the project. I have the same issues as Kate (<a href="http://mail.kde.org/pipermail/necessitas-devel/2012-December/001293.html">http://mail.kde.org/pipermail/necessitas-devel/2012-December/001293.html</a>) with overriding the necessitas libraries.</div><div>Since /data/data/org.kde.necessitas.ministro/files/qt/libs is read-only on my device my idea was to use the feature "use_local_qt_libs" to be able to supply my own set of libraries.</div><div>My first step was to try getting it to work with the libraries supplied by Ministro. I am starting my application like this:</div><div>adb shell am start -n com.telldus.live.mobile/org.kde.necessitas.origo.QtActivity -e use_local_qt_libs true -e libs_prefix /data/data/org.kde.necessitas.ministro/files/qt/</div><div><br></div><div>This doesn't work and I get the following in the logcat:</div><div><div>W/System.err( 2140): java.lang.ClassNotFoundException: Didn't find class "org.kde.necessitas.industrius.QtActivityDelegate" on path:</div><div>W/System.err( 2140):    at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)</div><div>W/System.err( 2140):    at java.lang.ClassLoader.loadClass(ClassLoader.java:501)</div><div>W/System.err( 2140):    at java.lang.ClassLoader.loadClass(ClassLoader.java:461)</div><div>W/System.err( 2140):    at org.kde.necessitas.origo.QtActivity.loadApplication(QtActivity.java:178)</div><div>W/System.err( 2140):    at org.kde.necessitas.origo.QtActivity.startApp(QtActivity.java:369)</div><div>W/System.err( 2140):    at org.kde.necessitas.origo.QtActivity.onCreate(QtActivity.java:578)</div><div>W/System.err( 2140):    at android.app.Activity.performCreate(Activity.java:5104)</div><div>W/System.err( 2140):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)</div><div>W/System.err( 2140):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)</div><div>W/System.err( 2140):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)</div><div>W/System.err( 2140):    at android.app.ActivityThread.access$600(ActivityThread.java:141)</div><div>W/System.err( 2140):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)</div><div>W/System.err( 2140):    at android.os.Handler.dispatchMessage(Handler.java:99)</div><div>W/System.err( 2140):    at android.os.Looper.loop(Looper.java:137)</div><div>W/System.err( 2140):    at android.app.ActivityThread.main(ActivityThread.java:5039)</div><div>W/System.err( 2140):    at java.lang.reflect.Method.invokeNative(Native Method)</div></div>
                <div><div><div>W/System.err( 2140):    at java.lang.reflect.Method.invoke(Method.java:511)</div><div>W/System.err( 2140):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)</div><div>W/System.err( 2140):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)</div><div>W/System.err( 2140):    at dalvik.system.NativeStart.main(Native Method)</div></div><div><br></div><div>I using these parameters correctly for starting my application with local libraries? Is this suppose to work?</div><div>Can I do something else to get write access to the minister folder?</div><div>Kate, how did you solve it?</div><div>-- </div><div>Micke Prag</div><div><br></div></div>