I've had the same problem on a different device, turns out that
Ministro just exits silently without any "no internet connection"
prompt if there is no connection.
Yaman
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"
0bb4 is the vendor id of HTC, and it will gives chmod 666 to any
HTC usb devices plugged to your linux system. The vendor id is
android specific (you'll find the list of id's on the link I gave).From http://sourceforge.net/p/necessitas/wiki/Todo/ under the Ministro part:
"handle all possible errors and situations. Now, only a small part of
them are handled."
I'm not a Java guru by any means but I think I can submit a patch to
catch the exception when the file download fails and display some
error message ;)
Yaman
I don't know where are saved, but if I recall properly from BogDan's video,
you can delete them using the app management tool from the phone, the one that
let's you uninstall an application or remove its data.
--
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net
Ministro downloads Qt libraries into
/data/data/eu.licentia.necessitas.ministro/files/qt/
Under this folder you should have lib and plugins, lib contains QtCore,
Gui and so on, and plugins all usual imageformats plugins, the android
integration plugin and others qt plugins.
Thanks for the logcat Marcin, it was indeed what you said, it didn't
re-download QtCore when you canceled it.
> java.lang.UnsatisfiedLinkError: Library
> /data/data/eu.licentia.necessitas.ministro/files/qt/lib/libQtCore.so
> not found
I think BogDan already planned to fix this, but I've added a ticket to
be sure. (https://sourceforge.net/p/necessitas/ministro/tickets/2/)
Thanks for your help ;),
--
daminetreg
Alejandro Exojo wrote:
> El Tuesday 01 March 2011, Marcin Jakubowski escribi�: