Enabling plugins for the plugandpaint example
From GreenphoneWiki
For some reason the plugins that are part of the plugandpaint example are not installed as part of the application. I'm probably just doing something wrong, but here is one way to solve it:
Run the following in the plugandpaintplugins directory of the example on your host:
qtopiamake make clean make loud
This will produce a plugins directory in the main application directory with some so-files. Copy this plugins directory from your host (SDK) to /opt/Qtopia.user on your Greenphone, so that the so-files end up in /opt/Qtopia.user/plugins/plugandpaint.
Now you should have brushes and filters when you run plugandpaint from the phone. The modal dialogs like "Color..." don't work on my phone -- don't know why :(

