Greenphone SDK
The most recent version of the Greenphone SDK is 4.2.4 (Link).
Changing the screen resolution
Look for the section representing your screen color depth in the file/etc/X11/xorg.conf.
(mine was preset to 24 Bit)You'll find something like this:
Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsectionAbove you can find valid resolutions called
ModeLine. Choose the one wich gets nearest to yours.
Subsection "Display" Depth 24 Modes "1400x1000" "1024x768" ViewPort 0 0 EndSubsectionIf you choose a bigger one, VMWare automatically scales down the screen to fit your monitor:
Mount Windows shares on boot
In order to mount automatically windows shares on SDK boot you can edit the file/etc/rc.d/rc.local
like this:
sudo mount -t smbfs -o username=kai,password=pass,uid=1000 //192.168.37.1/C$ /mnt/winThe IP address have to be taken from the network connection
VMware Network Adapter VMnet1
of the host PC. Through uid=1000 the user user gets write access to the share.
Bug in the Qtopia templates of KDevelop (SDK 4.2.2 and 4.2.4)
In the version 4.2.2 of the SDK is a bug in the Qtopia 4 embedded templates. When creating a new project the SDK paths have to be changed, because they point to an older (not existing) version of the SDK You'll find these paths under
Project -> Project Options -> Run Optionsand
Project -> Project Options -> Make OptionsHere you have to replace all occurences of 4.1.7 by 4.2.2. Further you have to delete all entries with help in the .pro file of the project.
The version 4.2.3 of the SDK has fixed this problem.
In the SDK version 4.2.4 you have to change the paths again, because they are pointing to 4.2.3.