I reviewed the tweaks I have made on my Wing so far. Here is a summary of what I have implemented so far to make the Wing the best Windows Mobile Phone I have used to date. I added a "My WM Tweaks" as a category, going forward my tweaks will be easy to find. As always with any tweak use them carefully and at your own risk.
At the top of the list is modifying the page pool. This tweak makes all the difference in the Wing's usability. I still don't understand why T-Mobile has not issued an update, I am sure they are monitoring the forums and know that it works. The instructions from Paul at MoDaCo can be found here with my post on the subject here. Paul's instruction vary slightly for the Wing. The starting of Part02 of my ROM starts at hex 0x39d0000 instead of 0x40d2000 (yours should be the same but double check it) and the direct address to modify my ROM is 0037B55A instead of 0037B558 (yours should be the same but double check it). I modified it to 00 00 60 00 which equates to a 6MB page pool. With this page pool size my Wing has been very stable.
The next item is increasing the processor speed and thus increasing the performance of the Wing. Most processors today provide a system level call for software to modify the clock speed. This is very important to help with battery life. The lower the clock speed, the less current is drawn from the battery which increases it lifespan between charges. Manufacturers recommend and warranty their processor at a maximum clock speed. Texas Instruments has rated the OMAP 850 processor in the Wing at a maximum 201MHZ clock speed. However the processor can run at higher clock speeds; this is called overclocking. As you increase clock speed, you increase the processor performance. This increases the amount of heat generated by the processor. If the processor generates to much heat for a prolonged amount of time, the heat will destroy it. The manufacturers try to balance processor life, execution speed, and battery usage. In the OMAP 850's case, I personally believe Texas Instruments is being too conservative with 201MHZ and I decided to risk my Wing's processor life to increase its performance. I have no idea how much I am decreasing its life but given the 12 to 18 month lifespan of these devices I can't say I am too worried. I am currently running the Wing at clock speed of 260MHZ, but only when it is awake. In stand by mode it reverts back to 201MHZ or less based on Windows Mobile's speed/power management scheme. To accomplish this overclocking, I use a great little Today Screen plug in called Battery Status (here is my post on it). BatteryStatus can be found here. The application has been nominated to Smartphone and Pocket PC Magazine's Best Software Award 2007 preliminary list.are Award 2007 preliminary list. It deserves to win.
Registry Tweaks:
I use C. Ghisler & Co. Total Commander version 2.0 to edit the registry. For novices I recommend using PHM's Registry Editor found here. It works like the desktop regedit. As with any changes to the registry, you must be very careful making your modifications.
Removing the Today Screen Tray
Delete the following key and perform a soft boot.
\HKLM\init\Launch92 string value Trayap.exe
Enhanced File System Performance
Registry: HKLM\System\StorageManager\FATFS
Key: CacheSize (dWord)
Default: 0 (I am not sure what this equates to, the valid values I know about are 4096, 8192, 16384)
My Value: 8192
Store IE cache on Storage Card
Registry: HKCU\Software\Microsoft\Windows\fCurrentVersion\Explorer\shell Folders
Key: Cache (string)
Default: Program Memory
My Value: \Storage Card\Temporary Internet Files
Remove or modify the startup jingle on a soft boot
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: Enable (dWord)
Values: 0 = jingle off 1 = jingle on
Key: Volume (dWord)
Default: 127
Values: 16 - 200
You can also modify the sound and animation by changing the WAV and GIF files in these two keys.
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: WAVFile (SZ String Value)
Default: \Windows\T-Mobile startup.wav
Key: GIFFile (SZ String Value)
Default: \Windows\TMO_Startup.gif
Recent Comments