[Mort + iPTv1.4] Mortscripts for iPhone Today v1.4+ - Windows Mobile Themes

This is very simular to the wonderful iPhone Today mortscript thread here however this one is spicifically dedicated to iPhone Today v1.4+
This could not be possible without
Chance63
Sir.John
j101399
MiToNiOeS
Tronikos
Biglittlewhateva
Holdemdogg
bluenote73
Start by downloading Mortscript and iPhone Today v1.4+
I will do my best to keep the OP up to date with what scripts are available and what they do.
---------------------------------
Scripts:
---------------------------------
Missed calls fix here
Screen Swap here
---------------------------------
Not in this thread
**New** Battery Icon Changer here
Battery changing icon here
Weather Icon here
Please use this thread to ask questions and post new scripts

hehe i start my first question...possible to have facebook notfiication ?

devil_82 said:
hehe i start my first question...possible to have facebook notfiication ?
Click to expand...
Click to collapse
Maybe, if facebook creates a regestry entry when it has a notifaction, then yes; you would have a mortscript that runs say every 30 seconds watching for the regestry to pop up. Once it does, the script can change an icon image, play a sound, something... to let you know you have a notifaction. I'm gonna look and see if I can create one, if I do I'll post it and let you know.

j101399j said:
Maybe, if facebook creates a regestry entry when it has a notifaction, then yes; you would have a mortscript that runs say every 30 seconds watching for the regestry to pop up. Once it does, the script can change an icon image, play a sound, something... to let you know you have a notifaction. I'm gonna look and see if I can create one, if I do I'll post it and let you know.
Click to expand...
Click to collapse
thanks alot....u r simply great....

Screen Swap
I have not fully tired this but this script will swap icon.xml files for a complet icon swap. Download and place the script in the \program files\iPhoneToday folder. Set an icon (page swap icon) to this script.
When you run the script for the 1st time, it will create a new icons.xml file; (check the \program files\iPhoneToday folder and look for IPT1.xml) That is page one, you will be looking at page 2.
Edit this page the way you want. leave the swap icon still pointing to the script. When you press it, it will backup your page 2 to IPT2.xml and restore IPT1.xml. This only works for 2 different icon sets for now.
[edit] The script works, but there is a problem, iPT does not load the changes to the icons.xml file that fast. So if you use this, wait about a minute after any changes before you switch back and forth
I also fixed one of the lines of code
Code:
#iPT screen swap, original script by mickael91210 rewritten by j101399j and optimized by bbonzz
#Updated for v1.4+
#get current state, 1=Normal, 2=Swapped; "" means 1st run
state = Regread("HKLM","Software\iPhoneToday\PhoneSwap","Swap")
#If reg does not exist (or somehow < 1), then this is the 1st run and state needs to be set
if (state < 1)
state = 1
EndIf
#RegWriteDword ("HKLM","Software\iPhoneToday","reloadIcons",1)
#Time to switch, if state = 1; then you are going from the normal screen to the new screen.
#And if state is = 2, then you are going from the new screen back home.
If (state = 1)
#"state" = "1"; so switch to new screen
Copy("\program files\IphoneToday\icons.xml", "\program files\IphoneToday\IPT1.xml", TRUE )
#copy over phone icon.xml file
Copy("\program files\IphoneToday\IPT2.xml", "\program files\IphoneToday\icons.xml", TRUE )
Vibrate (30)
RegWriteDword ("HKLM","Software\iPhoneToday","reloadIcons",1)
state = 2
ElseIf (state = 2)
#"state" = "2" go back to normal
Copy("\program files\IphoneToday\icons.xml", "\program files\IphoneToday\IPT2.xml", TRUE )
#copy back main icon.xml file
Copy("\program files\IphoneToday\IPT1.xml", "\program files\IphoneToday\icons.xml", TRUE )
Vibrate (30)
RegWriteDword ("HKLM","Software\iPhoneToday","reloadIcons",1)
#set state = 1
state = 1
EndIf
RegWriteDword("HKLM","Software\iPhoneToday\PhoneSwap","Swap", state)

Missed call script for devices that don't show in iPhoneToday
This script fixed the devices that that do not show a missed call on iPhoneToday
----------------------------------------------
1. Download and install Mortscript
2. Download the zip file for your language (look for your Program Files or Programme folder)
3. Unzip the files and place them in the \Program Files\iPhoneToday or \Programme\iPhoneToday folder
4. Create a phone icon with the following values:
English:
Name: Phone
Type: Missed Calls
Executable: \Windows\cprog.exe
ExecutAlt: \Program Files\iPhoneToday\callhistory.mscr​Other
Name: Phone
Type: Missed Calls
Executable: \Windows\cprog.exe
ExecutAlt: \Programme\iPhoneToday\callhistory.mscr​5. Place a shortcut to the missedcall.mscr in your \Windows\start up folder and then run the missedcall.mscr to start the script
----------------------------------------------
The missedcall.mscr script watches for when the registry value "HKCU","ControlPanel\Notifications\Default","LedREfCount" is created. Then the script then creates the registry value "HKCU","System\State\Phone","Missed Call Count" (or adds 1 to it if there are other missed calls). Making iPhoneToday show there is a missed call. It then deletes the "HKCU","ControlPanel\Notifications\Default","LedREfCount" value. It then reruns in a few seconds depending on the time of day.
The callhistory.mscr script clears the "HKCU","System\State\Phone","Missed Call Count" registry value and also deletes the "HKCU","ControlPanel\Notifications\Default","LedREfCount" registry key. Then it launces LaunchMSItem.exe to open call history.
As long as your phone icon is set, it will open th phone normally and will clear the missed calls and open call history if there are missed calls.
The Testing.mscr is used to create a "HKCU","ControlPanel\Notifications\Default","LedREfCount" value for testing and is not needed.

Hi j101399j
This thread is a very good idea
May I add a suggestion:
I think you should edit the first post or get the second (you'll need help from a mod) to put a list of links for the Mortscripts as they come. I mean that when this thread will grow, it will not look like the mortscript example accumulation thread, where it's almost impossible to find anything unless you read all of it...
Good luck!

First post updated to all of the scripts that I know of that work for v1.4+
Thanks

You're welcome
Pls correct link for swap

I hope we can collect some new things her

probably dumb question
hello,
i want to ask you - profesional mortscripters, if exists some possibility to implement such thing like NameDay into IPT?
my crazy imagination resulting into one icon with corresponding text (name) over picture and text should be changed every day for example at 8:00
so this is (maybe naive) basic vision....i have some other ideas about it, but firstly please can you tell me if is such thing possible with IPT/mscr?
sorry for my english
thanks
regards Martin

freepc said:
hello,
i want to ask you - profesional mortscripters, if exists some possibility to implement such thing like NameDay into IPT?
my crazy imagination resulting into one icon with corresponding text (name) over picture and text should be changed every day for example at 8:00
so this is (maybe naive) basic vision....i have some other ideas about it, but firstly please can you tell me if is such thing possible with IPT/mscr?
sorry for my english
thanks
regards Martin
Click to expand...
Click to collapse
I'm not sure what you are asking for, but I think the answer is yes. Try to explain a little more or some examples.
So for example the calender icon (which shows the date or month) have it every day change the icon itself to show the day; or just change the text under the icon to what date of the week it is?

continue
oki, hope that i will provide more exact information
so for example in czech calendar (http://www.myczechrepublic.com/czech_culture/czech_name_days/)
6.3. Miroslav
7.3 Thomas
8.3 Gabriela
those named persons celebrates in those days....i think that are three ways:
1-icon in IPT with static name Svatky(=NameDays) with daily changing text over static picture (yesterday Mirek, today Thomas, tomorrow Gabriela) or
2-static picture, daily changing text under icon or
3-static text under daily changing picture (yes required 365 icons)
dont know which way is simplier to create, or even if is it possible to make such working script? i hope so ...
thx again for fast reply

freepc said:
oki, hope that i will provide more exact information
so for example in czech calendar (http://www.myczechrepublic.com/czech_culture/czech_name_days/)
6.3. Miroslav
7.3 Thomas
8.3 Gabriela
those named persons celebrates in those days....i think that are three ways:
1-icon in IPT with static name Svatky(=NameDays) with daily changing text over static picture (yesterday Mirek, today Thomas, tomorrow Gabriela) or
2-static picture, daily changing text under icon or
3-static text under daily changing picture (yes required 365 icons)
dont know which way is simplier to create, or even if is it possible to make such working script? i hope so ...
thx again for fast reply
Click to expand...
Click to collapse
The easiest is the static picture and changing text under picture. However it is not too much more work to change the picture and text together. You just need 356 icons. It will take some time, but I will see if I can get it working. By the way, giving each day a name, that is really nice.
Quick question
What is the exact spelling of where your icons.xml file is located (for example my file is in \program files\iPhoneToday\icons.xml)???

j101399j said:
Quick question
What is the exact spelling of where your icons.xml file is located (for example my file is in \program files\iPhoneToday\icons.xml)???
Click to expand...
Click to collapse
im using "similar" location... \Program Files\iPhoneToday\icons.xml with caps P and F
yeah i agree that way with 365 icons is nicer, but thinking that more "universal" will be some nameday.ini with informations formatted in style
0306 Miroslav
0307 Thomas
script would compare actual date and nameday.ini and replace value for icon name="Thomas" in icons.xml, am i right?
anyway thats no problem for me to sit to workstation and make those 365 icons...
seems that both solutions have positive and negative features...

freepc said:
im using "similar" location... \Program Files\iPhoneToday\icons.xml with caps P and F
yeah i agree that way with 365 icons is nicer, but thinking that more "universal" will be some nameday.ini with informations formatted in style
0306 Miroslav
0307 Thomas
script would compare actual date and nameday.ini and replace value for icon name="Thomas" in icons.xml, am i right?
anyway thats no problem for me to sit to workstation and make those 365 icons...
seems that both solutions have positive and negative features...
Click to expand...
Click to collapse
That is exactly what I was thinking. I have photoshop, so the icons are not too much, just will take some time. I'll let you know when I get the script working.

j101399j said:
That is exactly what I was thinking. I have photoshop, so the icons are not too much, just will take some time. I'll let you know when I get the script working.
Click to expand...
Click to collapse
thx, i will stay tuned !

I have found a Problem . I use 2 Magicians with wm2003se. For the missed calls bubbles i use the scripts from j101399j . It works great ! But there is a big Problem. I ve testet it with my two magicians more times. If the script is running , the battery is empty in 1 Day. One battery is new , the other a half year old ! If I stop the script or deinstall mortscript , the batterys stands over 1 week ! I switch off the magian with the switch on top right , every time.
Could it be , that the script make the device never sleeps ?
I thought that the switch put the device in standby. Sleeps mortscript to or make it his update every 15 seconds on day and 120 seconds at night ?

I changed the "missedcalls.script to update only , when the phone is switched on. Here the temporally first change .
Code:
##### remove script from notification queue to make sure that you have only 1 script running,
RemoveNotifications("\Programme\iPhoneToday\MissedCalls.mscr" )
#### to be up- to- date when switching the phone on,
RunOnPowerOn ("\Programme\iPhoneToday\MissedCalls.mscr" )
#####Checks for new missed calls; if LedREfCount exists (state = TRUE) else (state = FALSE)
state = RegValueExists("HKCU","ControlPanel\Notifications\Default","LedREfCount")
#####Get the number of miss calls already; 0 if reg key does not exist
MissedCalls = RegValueExists("HKCU","System\State\Phone","Missed Call Count")
If (MissedCalls = FALSE)
#####if missedcalls reg not exist set counter to 0
PhoneRef = 0
Else
#####Else get reg value and store in counter
PhoneRef = Regread("HKCU","System\State\Phone","Missed Call Count")
EndIf
#####If (state = TRUE) add 1 to counter, modify reg for missed calls and delete LedREfCount registery
#####If (state = FALSE) end program !! Edited Part !!
If (state = TRUE)
ModPhone = (PhoneRef + 1)
RegWriteDword ("HKCU","System\State\Phone","Missed Call Count", ModPhone)
#Delete state reg
RegDelete( "HKCU", "ControlPanel\Notifications\Default","LedREfCount")
Else
Exit
EndIf
#find out if day or night
# now = TimeStamp()
# GetTime ( hour, min, sec)
# update every 15 seconds between 6am and 9pm
# If (hour > 6 and hour < 21)
#nexttime = now + 15
# Else
# every 120 seconds @ night
# nexttime = now + 120
# EndIf
#re-start the script automatically, to use remove the # on next line
#RunAt( nexttime, "\Programme\iPhoneToday\MissedCalls.mscr" )
Now the battery drain is normal. But the missed calls are only displayed after switching on the device. If you charging it and its longer on and a call comes in ,no bubble is diplayed until you switch off and on again ! My phone automatic switch off after 5 minutes without work, also its no problem for me.
I come switch on and see the missed calls...
I think the script holds on the phone and its working the whole time . Thats why the battery is fast empty.

Hello, j101399j
There is some hope that the script for the clock placed on the link below works with the latest version of IPT?
Thanks.
http://forum.xda-developers.com/showthread.php?t=546825&highlight=mortscripts&page=20
New two icon digtal clock
Install
1. Download attached zip file
2. Unzip and place "clock" folder into your iPhoneToday folder on your phone's root (\iPhoneToday\clock)
3. Edit the clock.mscr file; 1st part is where the hour icon is located. It will automatically place the minute icon next to it.
4. Set Milt to 1 if you want a 24 hr clock; or anything else for a 12hr clock
5. If you do not want this to overide existing icons; create 2 icons in the location where the hour and minute icons will be (for example, the default is the 1st page and 1st 2 icons). Press and add an icon, leave set the exec=\iPhoneToday\clock\clock.mscr and the icon to the blank minute icon in the clock folder; do it again (same options or you can use the blank hour icon; it does not matter since they will be replaced).
6. Tap one of the icons to start the script
Updates from 0.0.4
Uses new iPT reload icons feature
Added 13-24 hour icons
Fixes 1-9 hour icons to they don't say 01 they just say 1...
and minor changes to script

Related

How to get date whit time on top bar

i did had the date and the time on the top bar befor the hard reset, but do not remember how i did it.
I achieved it via a reghack... See http://forum.xda-developers.com/viewtopic.php?p=188032#188032 for my working values.
Also, my reply is in the context of koksie's response:
Koksie said:
hklm\software\microsoft\shell
- add dword called "TBOpt"...
Click to expand...
Click to collapse
The numeric values Koksie provides to change the implementation of the clock are wrong for the Alpine, so I went and worked out what they are for the 2i (which is in the post I directly link to above). You can achieve this fix with PHM Regedit (also in that thread) or any other registry editor.
Another solution would be using a third party program...
Easytweaks comes into mind...
try out this registry modification, see whether it helps
To include both time and date in taskbar
You'll get time and short date on your right top of the screen, rather just displaying time. Meaning, you can remove your date item on your today screen.
Code:
Phase 1:
1) Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\
2) Create a binary value named "TBOpt" and set its value to "13 00 00 00".
3) Soft-reset
Note: If u ever get bored of the date display, rid it by deleting the TBOpt key.
Phase 2: IF U NEED THE CHANGE THE DATE FORMAT:
i) Just go to Settings>Regional Settings>Date>Short Date
ii) Choose "dd-MMMM-yy" or whichever format u prefer.
iii) Click "ok".
cheersss
If you are not that comfortable with editing your registry, you could use a 3rd party software called Tweak2K2, I used that to get the time and date on the topbar.

CHANGE START BAR DATE FORMAT

How does one change the format for the date.
I did the Reg tweek so I have the time and date in the start bar.
But I would like to get rid of the year on the date.
Ideas ?
Thanks
there is a program Tweak2k2.com
try a demo for 3 times,
It work for me..
I tried it but did not work for me.
I have my start bar showing 7/25/0 and the time 3:27 below it.
I want to get rid of the /0
Date Format
Use your reg editor and goto HKLM\nls\overrides\ and make a string with the name SSDte with a value of M/d and that should do it.
ipaqkiller -
BINGO
THat worked GREAT
THANKS
that great,
Now how can I remove the week day "Saturday" and have date and time in one line?
Or is there a way to have the TIME at all time on the top bar next to the SIGNAL?
Time Format
From the way I understand it, it's built in the Windows Mobile rom how it's displayed as far as on the bar, ie: date on top of time if you have that enabled. But, if you want the date and time both on the taskbar up top, you need an AKU 2.2 rom minimum with two registry entries. One is the SSDte string with a value of M/d/yy with three spaces for some comfort room alongside to account for the close button, and STFmt string with a value of h:mm t for the time. You can go as far as I did and add the am pm reg entries as well so you know exactly that your clock is at least in the ball park time wise or use military time. To do that: In HKEY_LOCAL_MACHINE\nls\overrides create a string S1159 with a value of Am and another string S2359 with a value of Pm and change the string STFmt to a value of h:mm tM
Soft reset
* All characters are case sensitive and must be entered as stated above.
For a more complete listing of Windows Mobile date and time format values, go to http://msdn.microsoft.com/library/d...vbenlr98/html/vafmtuserdefineddateformats.asp (Link above taken from http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
there are some setting in Setting > Regional Settings.
Just in case you don't want to use regedit!
there are some setting in Setting > Regional Settings.
Just in case you don't want to use regedit!
Click to expand...
Click to collapse
Correct, but you can only choose them, not change them. You have to use a registry editor if you want to change the format of the date and time.

[REF][UPDATED 09/08]List of Diamond Tweaks

This is a summary of Diamond tweaks collected from various threads on XDA and from people's contributions. Thanks to all who discovered the Tweaks (not mentioning by name because there's too many to mention and all I did is aggregate). This is a collective effort so let's keep the list growing!
thread. Let's keep the comments in the Warning: Be sure you know what you're doing and read around the Diamond forums to see where others have run into trouble and with which tweaks on which ROMs. Many people have had to Hard Reset their devices while others have had no problems so read up!
1. Boost TFL3D Performance --> Using Advanced Config, change File system cache to 8mb and file system filter cache to 131072
2. Boost TFL3D Performance --> HKLM\System\Storagemanager\Fatfs and change key Cachesize from 16384 to 32768
3. Wake Up on New SMS --> HKLM\Drivers\BuiltIn\RIL : DisableSMSWakeUpEvent <-- set to "1" by default. Change value to "0"
4. Switch Mute Call on phone flipped face down: HKLM\Software\HTC\PHONE : FaceDownMuteRing: change value to "1" (FIXED: thanks KuKuRiKu and everyone)
5. Change CallWaiting Tone --> HKLM\Software\HTC\PHONE : by default set to \windows\waitingtone.wav by default. change to anything else
6. Boost TFL3D Scrolling Speed --> - HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 or 32768 (DWORD decimal)
- To change it back to the default: - HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)
7. To do a Hard Reset, with the phone ON, hold down the Volume Down and Enter (round navigation) keys and press soft reset while they are pressed
8. Prevent screen switching off during phone call --> HKEY_Local_Machine\Drivers\BuiltIn\RIL\EnableFastDormantDisplayDuringCall to 0 (Note: does not work on all ROMs)
AND (tested and works on EU ROMs thanks to Rod65)
HKCU\ControlPanel\Phone\Sleep switch value from 1 to 0
9. Downlod original CONTENT folder (Wallpaper, VIDEO, MUSIC) here http://rapidshare.com/files/121271047/CONTENT_Internal_storage.rar.html
10. Set HTC Album X button to close not minimize:ok_minimize change value to 0
11. Disable Enlarged Title bar (when you click on a notification) to the default WM behavior: HKLM->Software->HTC->EnlargeTitleBar - and change "Enable" from 1 to 0.
12. Turn off startup aninmation and sound: HKEY_Local_Machine\Software\HTC\HTCAnimation\ -> rename both "StartupGif" and "StartupWav" to other names
13. Enable GPS photo: HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P10 -> change the value "enabled" from 0 to 1
15. Another supposed TFL3D tweak for better performance: HKLM\Software\OEM\TFLOSettings:
SpeedHigh: default value (25) <-- Change to (5) / SpeedLow : default value (70) <-- Chnge to (14) save and soft reset
16. Adjust screen sensitivity: HKEY_LOCAL_MACHINE\Drivers\TouchPanel
Value = PressureThreshold
Change from the default dword:00000027 or 34 to dword:000000f0 or 240 in decimal
17. Lightsensor Switching the Screen off- realised by yelitterulez, confirmed by pietrucci and tested by myself. When making a call the screen stays on if you leave the phone lying flat on a table. If you wait 10 seconds into the call, you can pick it up to your ear and the screen stays on.
BUT if you make a call with the phone slightly tilted/ slanted (you get the idea), the screen turns off as soon as the call gets connected!
The moment you hold the phone to your head the blacklight turns off. In fact: the moment you hide the screen with anything it turns off! (try your hand...).
This might be the reason why everybody's complaining about the screen turning off during a call: you hold the phone to your head! When you turn the screen back on manually, it stays on no matter if you hold your hand or head...
18. Automatically lock your Diamond --> HKEY_CURRENT_USER\ControlPanel\BackLight\AutoDevic eLockEnable from 0 to 1 and everytime your backlight goes off the device is locked
19. More Camera Modes:
To Enable 'Burst': HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P6 -> change the value "enabled" from 0 to 1
To Enable 'Sport': HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P8 -> change the value "enabled" from 0 to 1
To Enable 'Video Share': HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P9 -> change the value "enabled" from 0 to 1
20. Delay device autolock: HKEY_CURRENT_USER\ControlPanel\BackLight\AutoDeviceLockTimeout -> Change the Dword value (30 = 30 seconds, etc)
21. Enable Manual Screen Rotation (Portrait/Landscape): HKLM - System - GDI - Rotation - HideOrientationUI (change from 1 to 0)
22. Hide SIM Contacts: HKCU\ControlPanel\Phone - create a new DWORD value named "ShowSim" and set it to 0
23. Show Weekday in TFL3D (thanks to pulp) - download and install http://rapidshare.com/files/127174792/weekday.cab
24. Enable HSUPA:
HKLM\Software\HTC\AdvancedNetwork\SupportHSUPA =change it to 1
25. Enable Audio Booster without headset-->HKLM/System/State/Hardware/Headset set the value to 1 (soft reset will bring it back to 0)
26. Add a Call History tab to TF3D (discovered by sushilange, spread by Fabliv) --> http://forum.xda-developers.com/showthread.php?t=410180
27. Add new Cities to TF3D http://forum.xda-developers.com/showthread.php?t=408918 - thanks to R. DevilR
28. Remove orphan icons and shortcuts - http://forum.xda-developers.com/showpost.php?p=2461697&postcount=3
29. Four icons in a row in WM Programs/Settings screens - http://forum.xda-developers.com/showpost.php?p=2462244&postcount=16
30. Remove Vertical and Horizontal Scrollbars
For the horizontal (bottom) scrollbar:
HKLM\System\GWE\cyHScr = 0 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxVScr = 0 (DWORD decimal)
31. Remap Manila softkeys:
HKLM/Software/HTC/manila/
HomeLSKPath, which is the left softkey (Standard = Phonepad)
And
HomeRSKPath, which is the right softkey.
If you change these with the location of the programs you want to link to, and simultaneous change the names:
HomeLSKText = Left softkey text
And
HomeRSKText = Right softkey text.
HKEY_LOCAL_MACHINE\Software\HTC\HTCAlbum :
32. Change system and context menu font size:
HKEY_LOCAL_MACHINE\system\gwe\menu\popfnt
and change the value for the "Ht" entry to "1000" decimal (from 1200)
33. Increase maximum picture size when shooting in Burst and Sports mode:When activating "burst" and "sport" the max size of the pictures is "L" but if you change:
HKLM\SOFTWARE\HTC\Camera\P8\MainCamCaptSize value to 1024
and
HKLM\SOFTWARE\HTC\Camera\P8\MainCamSupportCaptSize to 1744Do the same for P6 and you can now shoot in these modes up to 3M and not just L - thanks to nnevynn for
34. Get Blackberry Connect working on your Diamond!! (thanks to cybertech99)
http://rapidshare.com/files/114522380/BBConnect_WM6_Profession.cab
35. Disable Diamond Phonepad Skin
HKLM -> Security -> Phone -> Skin -> Enable (set 1 to 0), then reset.
36. Enable Better Power Management
HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class
Set DisablePowerManagement = 0 (default=1)
HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class
Set DisablePowerManagement = 0 (default=1)
HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class
Set DisablePowerManagement = 0 (default=1)
nice one on the sms wake. We should expand the list! THanks!
Update:
Thanks for updating the list!
Since I don't see a tweak for Disabling SMS Conversation (The costly SMS Chat) I will post it here!
Disable SMS Conversation in WM 6.X
In Registry Editor: Create a folder named "OEM" in "HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings"
In the new "OEM" folder, make a new DWORD key called "SMSInboxThreadingDisabled" and give it a value of "1"
That will disable the SMS conversation. When you click on the messages on the SMS tab on TF3D, it will take you to the normal SMS inbox instead.
Hope it helps
thanks a lot, keep going please
Great!
This is very useful and it helps solve a lot of problem. Will the cache size change make the D unstable?
For some they say it has...but for me, my device is running great!
mkhattab said:
This is a summary of the proven tweaks taken from the Diamond Tweaks thread. Let's keep the comments in the Diamond Tweaks thread and keep this one as a list of the actual tweaks only to be an easily accessible summary. Thanks to all who discovered the Tweaks
1. Boost TFL3D Performance --> Using Advanced Config, change File system cache to 8mb and file system filter cache to 131072
2. Boost TFL3D Performance --> HKLM\System\Storagemanager\Fatfs and change key Cachesize from 16384 to 32768
3. Wake Up on New SMS --> HKLM\Drivers\BuiltIn\RIL : DisableSMSWakeUpEvent <-- set to "1" by default. Change value to "0"
4. Switch Mute Call on phone flipped face down: HKLM\Software\HTC\PHONE : FaceDownMuteRing: change value to "0"
5. Change CallWaiting Tone --> HKLM\Software\HTC\PHONE : by default set to \windows\waitingtone.wav by default. change to anything else
Click to expand...
Click to collapse
I have had a real issue with number 2, I had to do a hard reset after changing the Cachesize to 32768. During startup the device hanged and wouldn't load up the touch flow, nothing worked.
saveferris said:
I have had a real issue with number 2, I had to do a hard reset after changing the Cachesize to 32768. During startup the device hanged and wouldn't load up the touch flow, nothing worked.
Click to expand...
Click to collapse
I had the exact same problem, wouldn't recommend this one.
saveferris said:
I have had a real issue with number 2, I had to do a hard reset after changing the Cachesize to 32768. During startup the device hanged and wouldn't load up the touch flow, nothing worked.
Click to expand...
Click to collapse
Yes, I had same problem.
Hmm afaik 'File system cache' in 1) is the same as the key HKLM\System\Storagemanager\Fatfs\cachsize in 2).
So tip 1 sets it to 8mb, and tip 2 changes it from 16mb to 32mb. So that suggests its 16m to start with?
Sounds like the file system filter cache is whats making the main difference. Thats this key:
HKLM\System\StorageManager\Filters\fsreplxfilt\Rep lStoreCacheSize
Can someone maybe post the original values of these two keys?
someone1234 said:
Hmm afaik 'File system cache' in 1) is the same as the key HKLM\System\Storagemanager\Fatfs\cachsize in 2).
So tip 1 sets it to 8mb, and tip 2 changes it from 16mb to 32mb. So that suggests its 16m to start with?
Sounds like the file system filter cache is whats making the main difference. Thats this key:
HKLM\System\StorageManager\Filters\fsreplxfilt\Rep lStoreCacheSize
Can someone maybe post the original values of these two keys?
Click to expand...
Click to collapse
There are 3 values to be changed.
1. The Icon Cache which is suggested to be changed to 131072. The registry setting is:
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00020000
The value is shown as hexadecimal, which is equivalent to 131072 in decimal.
2. The second value is to be changed in FAT File System cache.
3. The third value is to be changed is Filters File System cache.
The cache sizes in #2 and #3 are usually kept same, for example 32768 decimal (32MB). Though, this eats up a lot of memory, but makes the system very fast. Lately, I have seen in KaiSer and Universal that these values are set as dynamic values.
Hope this is helpful.
KOR!
anyone know which registry key can make the phone not blank the screen when answering call?
lwclam said:
anyone know which registry key can make the phone not blank the screen when answering call?
Click to expand...
Click to collapse
Yeah, people do know. Search for it.
Just read about a 'tweak' in another thread. It seems disabling "GPRS auto attach" in Advanced Configuration Tool helps in preserving battery live.
Read about it here: http://forum.xda-developers.com/showthread.php?t=395301
For me turning that option to off would be best solution as well. Even more so if it really helps save the battery.
Since I don't have a Diamond yet I havent gotten a chance to actually test this tweak.
Another thing I've found eats up a lot of battery life is the schedule to check email. I have my Direct Push set to an Exchange account and a second Internet Email account. Changing the frequency of checking the second account really makes a difference.
mkhattab said:
Another thing I've found eats up a lot of battery life is the schedule to check email. I have my Direct Push set to an Exchange account and a second Internet Email account. Changing the frequency of checking the second account really makes a difference.
Click to expand...
Click to collapse
agree. my setup is similar to you. i was using 10 mins to check my second IMAP account, i have only around 9-10 hrs standby time. Now, i changed that IMAP account to check in every 60 mins, now, standby time is extended to more than 12 hrs.
what was the previous default File system cache and file system filter cache setting, cause my phone has slowed down since i have changed it. please reply back to me as soon as possible. thank you
http://forum.xda-developers.com/showthread.php?t=397935&page=8
posts 75 and 76
Thanks alot for the fast reply, and just one other question did any one arabize the diamond cause i have tried but it says installation not done. Thanks again man
sorry guys...noob question
to get the SMS to wake up the phone,
where is the HKLM folder in registry?
wishmaker738 said:
sorry guys...noob question
to get the SMS to wake up the phone,
where is the HKLM folder in registry?
Click to expand...
Click to collapse
Read the first post in this thread!

show time and battery on title bar at the same time

can i show time and battery on title bar at the same time?
i've tried many settings, include editing registry, but i could not find a way to do it. i do see htc touch diamond can really show time and battery... or i have to use some application to help in x1?
thanks for help.
You can use this program to do what you want
http://www.chi-tai.info/cs_batterystatus_xda_neo_wm5_im_cs.htm#Download
Hope it helps
I use it and it shows me the time/battery level and cpu utilisation at the same time on the title bar!!!
bdangol said:
You can use this program to do what you want
http://www.chi-tai.info/cs_batterystatus_xda_neo_wm5_im_cs.htm#Download
Hope it helps
I use it and it shows me the time/battery level and cpu utilisation at the same time on the title bar!!!
Click to expand...
Click to collapse
Dose it actually work fine on the X1? i was reading through the site and it mentioned about battery drain. Has anyone tried this?
Does anyone know of a way to do this without the use of third party software? A registry hack would the ideal solution
registry change for date and time on taskbar
For registry change go to:
HKLM\Software\Microsoft\Shell
Make a DWord key here named TBOpt
give the key a value:
0 for NO date AND Time
1 for ONLY Time
2 for ONLY Date
3 for BOTH Date AND Time
To change Date format go to:
HKLM\nls\override
under SSDte change date format to how you would like to see it
d=1
dd=01
ddd=mon
dddd=Monday
M=1
MM=01
MMM=Nov
MMMM=November
yy=08
yyyy=2008
you can basically use any combination I use for example ddd dd MMM and included an extra space there,
so that the last character doesn't get hidden by the ok button.
Hope this helps,
Mark.
For some reason I can't change the registry on my X1.
Got the app MobileRegistryEditor but when changing or adding a value it prompts me that the access is denied..
Any way to bypass this?
Mark (NL) said:
For registry change go to:
HKLM\Software\Microsoft\Shell
Make a DWord key here named TBOpt
give the key a value:
0 for NO date AND Time
1 for ONLY Time
2 for ONLY Date
3 for BOTH Date AND Time
To change Date format go to:
HKLM\nls\override
under SSDte change date format to how you would like to see it
d=1
dd=01
ddd=mon
dddd=Monday
M=1
MM=01
MMM=Nov
MMMM=November
yy=08
yyyy=2008
you can basically use any combination I use for example ddd dd MMM and included an extra space there,
so that the last character doesn't get hidden by the ok button.
Hope this helps,
Mark.
Click to expand...
Click to collapse
Thank you for this post, but this gets rid of the battery status and replaces it with the clock and time or if you leave the battery symbol there, then the date and time jus overlaps the with the battery bar. Is there something else we can do to show clock, date and battery?
I always use batti for that, I get a small 2px bar on top of the screen with the % of battery remaining.
works well in the xperia
I use spb pocket plus,it's really great

[Solved] Odd Looking Desktop Icons Windows XP

Hey guys,
Off topic.... My desktop icons have a black bakground (see jpeg enclosed) and no matter what i do i can not repair them. They work correctly but look crap
Steps tried so far: (mostly gotton from google.....)
1 used tweakui to attempt repair.
2 adjusted colour depth from 32 to 16 and back again.
3 deleted icon cache, restarted to force rebuild of file.
4 several reg fixs none of which worked.
5 tried several wallpapers/themes and tried tweakin many settings.
None of the above worked and im tired now, so im hoping you guys have some suggestions
Many thanks.
Easy....
Open System Properties in Control Panel, choose the Advanced tab, and click Settings in the Performance section. Turn on the Use drop shadows for icon labels on the desktop option, and click Ok.
Job done
Mark.
Mark Crouch said:
Easy....
Open System Properties in Control Panel, choose the Advanced tab, and click Settings in the Performance section. Turn on the Use drop shadows for icon labels on the desktop option, and click Ok.
Job done
Mark.
Click to expand...
Click to collapse
Yea,. i ever have that problem once,... and thats the way i fix it,.
or to use another color, right-click on deskop, select Properties and Select the Desktop tab (2nd tab), see in the end, in right hand side, there is an option named Color, choose the color you wish and voila!
-G- said:
Yea,. i ever have that problem once,... and thats the way i fix it,.
Click to expand...
Click to collapse
Thanks for the suggestion which im afraid didnt work. It was already checked on. I of course turned it off then on again and was no different
ather90 said:
or to use another color, right-click on deskop, select Properties and Select the Desktop tab (2nd tab), see in the end, in right hand side, there is an option named Color, choose the color you wish and voila!
Click to expand...
Click to collapse
I know this can be done, but i would like to see the icons & text sitting on top of my wallpaper, not with a background colour, but thanks for the reply
Any other suggestions guys?
Found in the web - at least worth a try:
If you have tried everything already mentioned and still cannot get your icons to have transparent you may want to try this. Change following reg keys to a value of 0 User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] Value Name: ForceActiveDesktopOn Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = enabled) This is what did it for me. Something, I don’t know what was changing this value to 1 on my system. Once I set this to 0 I had my drop shadows back.
Click to expand...
Click to collapse
In addition, give TuneUp 2008 a try, it can fix a lot of REGISTRY and SYSTEM problems. The Trial Version is fully functional for 15 days.
Junner2003 said:
Found in the web - at least worth a try:
In addition, give TuneUp 2008 a try, it can fix a lot of REGISTRY and SYSTEM problems. The Trial Version is fully functional for 15 days.
Click to expand...
Click to collapse
Thanks for the advice Junner2003.
The first reg setting you suggested was at 0 already. The second one simply did not exist
Value Name: ForceActiveDesktopOn Data Type: REG_DWORD (DWORD Value) Value Data: (0 = default, 1 = enabled)
Click to expand...
Click to collapse
I am going to try the app you suggested and will report back...
Many thanks
Solution
Ok guys,
I managed to find the solution. Tune up 2009 app didnt solve it although it did make my destop looking like vista (black bars and cool icons)
The problem was in "display properties/desktop/customise desktop/web". I did have at one time active web content on my desktop which i had turned off many moons ago. Along with the two web page addresses (which were inactive) i had a file "file:///C:\DOCUME~1\TIM&SA~1\LOCALS~1\Temp\msohtml1\01\clip_image002.jpg" which was active? what this is and where it came from i dont know, but de selecting it did the trick and my desktop is now back to normal.
Many thanks for all your ideas and help chaps, long live XDA

Categories

Resources