With the help of the source for dgenius, I finally managed to put text and graphics on the motorola A1200 screen. This is not yet a full Qt interface, but instead a very primitive one.
Attached is an app that is supposed to make it easier to design dialogs for scripts. You can call arbitrary commands, and print their output on screen, or report yes/no states, etc.
Here is a screen shot commanding inetd and the usb interface.
The zip file contains 4 files: reporter, busybox, background.png, and commands
execute it simply with
/home/profile/.native
./reporter
The file commands contains the description of the interface. It is quite primitive at the moment. Each line starts with x y coordinates of the object, and then the type of object: text, output, pixmap, check, and button
After that are some parameters that depend on the command. See the file commands for an example.
I added busybox simply so that all the commands work, and background.png is the background pixmap, which can obviously be improved upon...
source will follow soon.