This is a discussion on Windows Mobile Tweaks within the Windows Mobile forums, part of the Mobile Software Development category; Change the keyboard backlight duration To change the duration of the keyboard backlight, you can set (example is 30 seconds): ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Change the keyboard backlight duration To change the duration of the keyboard backlight, you can set (example is 30 seconds): Quote:
|
| Sponsored Links |
| ||||
| Change the application launched by Today screen Soft Keys To change the application launched by the Today screen Left soft key: Quote:
Quote:
Quote:
Quote:
Also note that there is at least 1 application that allows you to set these through a GUI, developed by FdcSoft called SoftKeyAppletEx. |
| |||
| Set default SIP The default SIP (Secondary Input Panel) on practically every device is the Keyboard. You may prefer entry with a different SIP. If so, you can set this to be the default SIP through: Quote:
Please note that this doesn't work with all SIPs. Transcriber/Calligrapher are two examples of this. You can, however, set Transcriber as the default SIP by starting Transcriber.exe on startup. (This should be moved to, or added to, non-registry Tweaks page) WARNING: Do not assume that the below ClassIDs would be -as found- on your device! Setting it to a non-existant SIP may prevent your device from booting up! WARNING: If you set an invalid value in DefaultIM (or apparently if you're running a recent AKU http://forum.xda-developers.com/show...&postcount=800), then you'll probably have to hard reset your device. NOTE: An alternative means of changing the default SIP is by using the SIPChange utility: http://forum.xda-developers.com/show...3&postcount=16 The following are some of the ClassIDs typically found: Typical pre-installed: Quote:
Third Party: Quote:
|
| |||
| Add/remove items from the SIP list If you have a few items in your SIP list which you don't use, they can be removed from the list by setting the IsSIPInputMethod for each item you want removed. To remove the SIP from the list, replace the $SIPCLSID$ in the example below with a CLSID from the Set default SIP tweak.: Quote:
Quote:
|
| |||
| Disable menu animations To disable menu animations (sliding in/out) and speed up performance of the UI a bit: Quote:
Quote:
|
| |||
| Disable window animations To disable window animations (minimizing/maximizing) and speed up performance of the UI a bit: Quote:
Quote:
|
| |||
| Increase font cache To increase the font cache, speeding up font rendering at the cost of a bit of memory: Quote:
Quote:
|
| |||
| Enable FileSystem cache To enable the FileSystem cache, speeding up overall performance at the risk of the cache not being written on a sudden reset: Quote:
Quote:
|
| |||
| Increase FileSystem cache To increase the file system cache: Quote:
Quote:
|
| |||
| Increase FileSystem filter cache To enable the file system filter cache, speeding up overall performance with file mangement: Quote:
Quote:
|
| |||
| Show Calendar event text in Week View If you wish to see a Calendar event's text in the Week View, set the following: Quote:
Quote:
Also note that the key "Calendar" may not exist - just create it if it doesn't |
| |||||
| Change Calendar 'working days' If you wish to change the 'working days' in the calendar, adjust the following: For a Mon-Fri workweek (default): Quote:
Quote:
Quote:
Here's how this works. When editing the value, switch to "Binary" mode. For the default Mon-Fri, you should see: Quote:
Quote:
Note that this value also adjusts the working HOURS. The examples here all use the default 8am-5pm workday. See the "Change Calendar 'working hours'" tweak to modify this. Note that the ActiveTimes key and value may not exist. Simply create them first. |
| |||
| Change Calendar 'working hours' If you wish to change the 'working hours' in the calendar, adjust the following: For 8am-5pm (default): Quote:
Quote:
Quote:
Here's how this works. The first 2 characters define the ending hour as a count of half hours since midnight, in hexadecimal. So for midnight, it would be 0 half hours in hexadecimal = 0. 5pm is 17 hours, or 34 half hours. 34 in hexadecimal is 22. 10pm is 22 hours, or 44 half hours. 44 in hexadecimal is 2C. You can use a calculator capable of hexadecimal conversions to get the hexadecimal number. Similarly, the next 2 characters define the starting hour as a count of half hours since midnight, in hexadecimal. So for 8am.. 16 half hours, 16 in hexadecimal is 10. 9am = 18 half hours = 12. 14h = 28hh = 1C. Using the above, you should be able to se the working hours to whatever you'd line. Note that this value also adjusts the working DAYS. The examples here all use the default Mon-Fri workweek. See the "Change Calendar 'working days'" tweak to modify this. Note that the ActiveTimes key and value may not exist. Simply create them first. Note that you cannot set the End time earlier than the Start time, for obvious reasons Note that you cannot set a Midnight end time. The best you can do is 11.30pm (2F) |
| |||
| Show 'busy status' in Calendar Agenda View To show the "Free"/"Tentative"/"Out of office" states in the Agenda View, set: Quote:
Quote:
|
| |||
| Add Lunar Calendar mode to Calendar You can add a Lunar Calendar mode to the Calendar view, showing a 'Month' view with the Lunar months/days. Quote:
Quote:
|
| |||
| Change the Short Date Format Applications may call upon the system to provide a 'short date format'. One such application is the Date/Time display in the taskbar, if set to show the date. To change the Short Date Format to show "Mon/2" (example): Quote:
Note 2: All applications using the short date format will be affected by this change. Choose wisely |
| ||||
| Show Tomorrow's Appointments on Calendar Today item If you wish to see tomorrow's Appointments on the Calendar Today item, set: If you wish to see today's All Day event as well: Quote:
Quote:
Other values (attainable through the "Options..." dialog for the Calendar Today item just as well): Quote:
It works out to the following binary structure: Quote:
|
| |||
| Change the 'user agent' identification of PIE To change the 'user agent' identification of Pocket Internet Explorer, several fields need to be adjusted. The example shows how to identify as Internet Explorer 6 - desktop version The standard compliance 'user-agent' string: Quote:
Quote:
Quote:
|