Hello,
I want to introduce you my applet "myPhone", it´s a combination from showing date/time and having access to the "for me" most important functions as
Prerequisites
Windows Mobile Device with Home2 2.0.18b running on it
Needs about 300kB free Memory Space
Feature List (VGA and QVGA)
Turn on/off WIFI
Turn on/off Bluetooth
Switch Ringer Volume from Muted to 5 different Levels
Switch to Vibration Mode
Switch Speaker Volume from Muted to 5 different Levels
Activate/Deactivate Flight Mode
Show Phone Signal Strength
Lock phone
Show Date and Time in 24h and 12h format
Show WiFi Connection
Show Current Operator Name
Show Memory Usage
Show Battery Status
Show Battery Meter
Configurable/Customizing
Supports Terms.xml for Multilanguage Support
S2U2 support for locking
four definable F-Buttons for starting applications or calling predefined numbers
Donations for buying a VGA device ;-)

Thanks for your appreciation and encouragement! (Please do not donate less than ONE USD, otherwise it will all go to PayPal.)
As I could only test this on my HTC Touch and VGA Emulator, I do not really know how it will look on other phones ;-)
Hints:
For the locking, keep on pushing the lock button, I use a OnClickHold Event
As in Home2 this enables the standard locking function of your device (on my HTC touch this is the same function when I press the red hardware button 3 sec.)
For quick lock the phone you can now also ClickHold the arrow button (no need to change to the 2nd panel ;-)
For the FlightMode, keep on pushing the Phone Button, I also use a OnClickHold Event to prevent an accidental switch to the flight mode.
For turning the phone in vibration mode press and hold the ringer volume button, click one again to switch back to the former volume.
When you click on the time hour digits the Calender Application opens, when you click on the time minute digits, the Clock/Alarm Application opens.
After changing settings, the screen is NOT updated automatically immediatly, either wait one minute or press the panel change button (arrow button) to see the changes.
Change the terms.xml file for your language, the included terms.xml is english and a terms.german.xml file is also provided (rename this to terms.xml if you want the whole stuff in german)
S2U2 Support:
If you have S2U2 installed as locking application you should set the path to s2u2 in the file myphonesettings.txt
Sample for editing the s2u2 path:
s2u2path=\Programme\S2U2\s2u2.exe
Note:
If the file is not present the standard locking mechanism will be used
If the path to s2u2 is wrong, no locking will happen!!!!!
S2U2 is a great application which you can find here
Possible Settings in the myphonesettings.txt file:
AppHourOnClick (when tapping on the hour digits)
AppMinuteOnClick (when tapping on the minute digits)
AppF1 (when tapping on F1)
AppF2 (when tapping on F2)
AppF3 (when tapping on F3)
AppF4 (when tapping on F4)
Sample for F1 to start the calendar application:
AppF1=\Windows\Calendar.exe
Sample for F1 to call a phone number:
AppF1=Call+1234567890
note: Call must be typed exactly as shown (CALL or call will not work!!), blanks are automatically removed at dialing.
Awaiting you feedback
Greeting from Austria
ALF
Change History:
Beta0.1:
Initial Public Test Release
Beta0.2:
(+) added animations to the buttons
(+) added Activated() and Deactivated() Methods to Class myPhoneApplet
Beta0.3:
(+) added Multi Button Panel Support
(+) added Speaker Volume Control
(+) added Phone Control with Flight Mode Switch and Signal Strength
(d) debugged error when displaying the datestring
Beta 0.4
(+) added Bluetooth Mode Discoverable
(d) fixed Image Offset Error (please reinstall the whole Applet Directory with all images)
Beta 0.5
(c) changed to improve speed
(+) added configuration screen
(+) added Terms.xml for multilanguage support
(+) show Date and Time in 24h and 12h format
(+) show WiFi Connection
(+) show Current Operator Name
Beta 0.6
(+) added Battery Status
(+) added Battery Meter
(+) added PanelSwitchButton OnClickHold Event for quick locking the device
(+) added Open Calender Application upon clicking on the hour digits
(+) added Open Clock/Alarm Application upon clicking on the minute digits
Beta 0.61
(+) added support for S2U2 as locking application
Beta 0.7
(+) added support for switching to vibrate mode
(+) added display of memory usage in the Info Bar
(c) changed Panel view for support up to 12 buttons (animated)
Beta 0.71
(c) implemented workaround for some devices which have no reg key
HKCU\ControlPanel\Sounds\RingTone0\SavedSound and therefore lost the RingSound File Setting when going in vibration mode and back again. The Filename is now also stored in myPhoneSettings.txt and got from there if HKCU\ControlPanel\Sounds\RingTone0\SavedSound is empty or not present.
Beta 0.8
(+) Four Function Buttons on second panel for starting applications or making phone calls of predefined numbers
(c)s2u2 Path ist now stored in myphonesettings.txt (if empty then the phone locks with the standard device locking mechanism.
(c) Usage of Device.AutoScaleValue for VGA devices for the planned VGA version
Beta 0.9
(+) Full VGA support (lot graphics work)
(+) Release the PNG files for skinners ;-)
