Hi, I have testested Concierge running on top of Mysaifu JVM.
It started OK but there were several small problems:
1) the font size in the UI is very very small (unreadable)
2) there is no way to start/stop application from the UI
3) install ALMOST works, i.e. a dialog is opened and I could select a file (browsing is very limited) but installation
fails because the path to the file is constructed wrong, missing '/' between the path to the folder and the file itself
4) system info works but there is no way to close this window. I had to go to System->Memory->Applications to
stop Concierge.
What I did to have it working?
I removed the gui bundle from the /bundle. While starting was a warning that GUI was not foung but then I could just
work from the console.
Best Regards,
Sergey Savtchenko
Hi,
the GUI application is more a proof of concept for visualising the internal state of the OSGi framework and to provide a simple management interface. I recommend to use the console if the GUI does not work correctly on your device. What you describe sounds a lot like AWT problems.
Cheers,
Jan.