Possible: Changing LED "Function" and "Usage& - 8125, K-JAM, P4300, MDA Vario General

I am wondering if its possible ( with a Registry Hack / Extra Software ) to change the usage of the built in LEDs ( BLUE / ORANGE )
I would love to have:
BLUE Blinking = SMS/MMS/EMAIL
ORANGE Blinking = Missed Call
Anyone know how to achieve this?
Best regards!

Related

Registry Tweaks for XDA Mini

Here are some registry tweaks for your Mini
Please make a backup of your REGISTRY and all the other stuff of your PDA before you apply the following tweaks
Install directory to your storage/storage card.
To install your application/program to storage memory or storage card memory. Whenever you are about to install, there will one screen appear to ask you where to install the program. But not to forget to change it back the default value to 0 after the installation or u might encounter weird situation when you want to change your today screen and etc..
Code:
HKEY_LOCAL_MACHINE\Software\Apps\Microsoft Application Installer
Default: 0
Changed: 1
Fast graphic but consume memory
It can fasten and smoothen your OS graphic movement, but it will eat some of your program memory, not that much. You also can change it to 32768 instead of 16384 for greater result.
Code:
HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE
Default: 8192
Changed: 16384
To hide screen rotate icon
There is a small PDA icon at your bottom right corner of your screen to change ur screen orientation from patriot to landscape and other way round. For me, its unnecessary, so you can hide it.
Code:
HKEY_LOCAL_MACHINE\Service\ScreenRotate
ShowIcon value change to 0
Default: 1
Changed: 0
To turn off flashing LEDs and Vibration
It will turn off the blinking green/red/orange LED and the vibration mode. Some people will irritate by the blinking, especially when you're driving and sleep at night.
Code:
HKEY_LOCAL_MACHINE\Drivers\Builtin\AllLEDMgr
Default: 1
Changed: 0
Enable camera frame rate display
Camera frame rate will appear on the screen when u're using the camera
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\CAMERA\AppDefSettings\General
Default: 0
Changed: 1
To set ur ringstones to run from Storage Card
Place all your downloaded ringtones from internal memory to storage card. Usefull for our small/ciput Mini memory.
Code:
HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring\Directory registry key
Default value: "\Windows\Rings\"
Change it to: "\Storage Card\<your preferred directory>\" (Note that "\" at the end is extremely important!!!)
Place those ringtones into \Storage Card\<your preferred directory>\
Enable hidden editor function in Album
This opens the additional hidden function in the ALBUM, allows u to edit ur photo, brightness, contrast, crop, etc. Album (opens Editor menu):
Code:
HKEY_LOCAL_MACHINE/SOFTWARE/HTC/Album/Disable Editor
Disable value changed to: 0
SPB Pocket Plus Storage Card Display
If u notice, there is no indicator available to display our storage memory capacity. This will add Storage Card display icon. PLEASE FOLLOW THE STEP CAREFULLY!!
1. Add icon/item Backup Battery Indicator
2. Regedit the key in
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Spb Software House\Pocket Plus\Today Items\Pannels\
3. Find key in directory 00000 or 00001 or 00002 or 00004; that have Name Action with value *backupbattery
4. Change the value to *storagecard
5. Soft reset
O2mini Camera Settings Configuration
Enhance you picture taken quality. It will remove your camera snow effect
Code:
HKEY_LOCAL_MACHINE/SOFTWARE/HTC/Camera/AppDefSettings/General
Set
Contrast: 5
Brightness: 6
Saturation: 3 or 4 (recommended by Doc)
Hue: 5
Sharpness: 3
Unlimited 3gp Recording for mms settings
This will allow you to take unlimited recording time
Code:
HKEY_LOCAL_MACHINE \ SOFTWARE\HTC\camera\AppDefSettings\P3
DWord Value called "EnableLimit", change it from 1 to 0.
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".
Disabling “Message Sent” notification bubble
For those who hates the "Message Sent" notification after sending an SMS, this is the steps to remove the bubble notification...this is the STEP by STEP method to do it in case some of you guys dont get it right...
1. First, you will need to download a Registry Editor to help you do it...
2. using the Registry Editor, navigate to:
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox
3. Next, click on Inbox (make sure the Inbox is highlighted) and select Edit, New Key
4. Name the New Key as "Settings"
5. Click on "Settings" (make sure the Settings is highlighted) and select Edit, New String Value
6. On "Value name:", key in SMSNoSentMsg and in "Value data", key in 1
7. Soft reset your device and test it with one SMS, and you will notice that the SMS Sent bubble is being disabled.
Audio Tweak
Audio Tweak enhances the speaker performance of the O2 Mini (some devices have this set to a lesser priority and by using this you get better sound, if your device is already set to a high level you have no need for this)
Code:
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev\Priority256
Default: 110
Changed to: 80
Disable start menu animation
This tweaking will eliminate the list of menu "drop-down animation" if u tab on Start/Flag icon.
Code:
HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\
AniType value change from 6 to 0.
Looping Ringtones Delay
Ring tone has a standard 3 seconds delay before repeating. You can set the delay from 0 second to how many second that you want.
Code:
HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0
Change 'Script' from 'av0pw3r' to 'av0pr' and you'll get 0 sec delay.
OR change it to
av0pw1r = wait for 1 sec
av0pw2r = wait for 2 sec
and so on...
Plus..heres the code
a - stands for display
r - repeat/replay the script again
c - sets the volume C50, c150, c100
f - means flash .. f1 flash for 1 second and f0 stands for flash continuously
p -means play ringtone
v- vibrate then incorporate with number to state how many seconds it will vibrate example. v3 vibrate for 3seconds or v0 for continous
w - stands for wait or pause then specify how many seconds like w3(wait for 3 seconds)
heres the example
Flash - af1w60f0
Ring - apw3r
Ring Once - ap
Increasing Ring - c50apw3c150r
Vibrate Then Ring - v3w3apw3r
Vibrate - av3w3r
Short Vibrate - av1w3r
Vibrate Long Then Ring - v3w3v3w3apw3r
Vibrate And Ring - av0pw3r
Increasing Ring And Vibrate - c50apv3w3c150r
Fast Vibrate And Flash - af1v1w1f0r
Vibrate and Ring Continously without pausing - av0pr
SMS Notification On
This is different with message notification send, this will confirm you when message already recieve by receiver
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings]
SMSDeliveryNotify = dword:00000001 ->0 if off
How to:
Create new Dword value name SMSDeliveryNotify
with decimal value data 1
Wacth for capital letter
Changing the Message Sent Notification Message
Change the default "MessageSent". Example "Pesan sudah di kirim"
Code:
[c\SOFTWARE\Microsoft\Inbox\Svc\SMS]
Change the Value "MessageSent" to whatever you like.
Change the default input method
To change your input method, keyboard, letter recognizer, block recognizer as ur default, even you soft reset ur mini.
NOTE:
*for English ROM
*cannot set transcriber and Phatware Calligrapher with this trick.
Code:
HKEY_CURRENT_USER\ControlPanel\Sip
Change the "DefaultIm" value for:
To set keyboard as default SIP, change the "DefaultIm to
{42429667-ae04-11d0-a4f8-00aa00a749b9}
To set Character Recognizer as default SIP, change the "DefaultIm to
{42429690-ae04-11d0-a4f8-00aa00a749b9}
To set Block Recognizer as default SIP, change the "DefaultIm to
{42429691-ae04-11d0-a4f8-00aa00a749b9}
*change only the bold number will do. The rest are totally the same.
To set WordLogic as default SIP, change the "DefaultIm to
{4345EA53-B8A5-4E24-A14A-F7C34DD78077}
*No WordLogic in Xda O2 mini.
To Get The AM/PM on The Top Bar
Code:
HKEY_LOCAL_MACHINE\nls\overrides
1. Creat new String value with Name = S1159 & Data = Am
2. Creat new String value with name = S2359 & data = Pm
3. Creat new String value with name = STFmt & data = h:mm tM
- capital letters and small letters must be followed exactly or it may cause hard resets!
- you will get capital "AM/PM" on the top bar eventhough the registry data value above was entered as "Am/Pm"
Change The Date on The Top Bar
Code:
HKEY_LOCAL_MACHINE\nls\overrides
Look for String value SSDte (short date) and change the value data, some example of date formats i have used below:
- "7 May 05, Friday" by changing the String value SSDte data = d MMMM yy, dddd
- "07/05/2005, Fri" by changing String value SSDte data = dd/MM/yyyy, ddd
Clear Type on LandscapeDisplay
You'll get clear type font in landscape mode. made me dizzy though..not much functionality value..just some fun factor for us curious ones.
Code:
HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSetting
1. Change value data of OffOnRotation from 1 to 0
2. Soft reset
Setting Cleartype Text in PIE
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
"ClearTypeText"<- Set 1 to Enable Cleartype in PIE, 0 to Disable
Setting ClearType Text in Pocket PC
Optionally, you can go to START>SETTINGS>SYSTEMS>SCREEN>CLEARTYPE
Code:
HKEY_LOCAL_MACHINE\System\GDI
Create a Subkey then Name it "CLEARTYPE"
Settings Screen Text Size
Optionally, you can go to START>SETTINGS>SYSTEMS>SCREEN>TEXT SIZE
Code:
HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI
"CurFont"= change to the ff value ..
dword:00000258 -> Smallest
dword:000002BC -> Smaller
dword:00000320 -> Normal/Default
dword:000003E8 -> Larger
dword:0000044C -> Largest
Thanks to [email protected] for the original post.
I have not tested all of these tweaks on my Mini. Please let me know if any of them are not working, or if you have any of your own tweaks which are not listed :roll:
I tryed Change The Date on The Top Bar now, and a Warning there, becouse when you done that i softreset, the phone wont start upp again.. =(( anyone have a solution? please help..
RanZor said:
I tryed Change The Date on The Top Bar now, and a Warning there, becouse when you done that i softreset, the phone wont start upp again.. =(( anyone have a solution? please help..
Click to expand...
Click to collapse
May be a hard reset would help :?
That is what i dont whant to do.. have no backup=((
Anyone know why it dident work?
Is the Mini the same as I-mate Jam and Qtek S100?
I dont know any other solution for you :? except for a hard reset.
Try SBP Pocket PC tips and tricks. Almost all of the mentioned tweaks are supported by this program & only softreset required to get them activated. Plus no hacking in the registry by hand, just set an option . I got my time & date in the top bar for instance working flawless.
Got two extra hacks for speeding up file browsing:
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\CacheSize=4096
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\EnableCache=0x1(1)
Cheers, M
Nice work, bhai. Did some of the tweaks and they work well.
Thanks.
Disable Dialer Number Format
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\IntelliDialer\bShowFormatChar
Value: 0 by default, Set to 1
nonentity said:
Disable Dialer Number Format
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\IntelliDialer\bShowFormatChar
Value: 0 by default, Set to 1
Click to expand...
Click to collapse
What does this do?
get rid of the regional brackets and spaces in the dialer...
ex. <###> ### #### = ##########
cheers
the DELIVER NOTIFICATION doesnt work, i wish this one's working, i really need this kind of program specially here in philippines.
great tweak......most of them work, tnx :wink:
my mistake.....the SMS DELIVER NOTIFICATION.
What key should I change to 1? is it default?
and where can I see the frame rate? camera ? video?
Thanks
hitu said:
Enable camera frame rate display
Camera frame rate will appear on the screen when u're using the camera
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\CAMERA\AppDefSettings\General
Default: 0
Changed: 1
Click to expand...
Click to collapse
televisi said:
What key should I change to 1? is it default?
and where can I see the frame rate? camera ? video?
Thanks
hitu said:
Enable camera frame rate display
Camera frame rate will appear on the screen when u're using the camera
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\CAMERA\AppDefSettings\General
Default: 0
Changed: 1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I think i've changed the frame rate to 1... and it came up when i turn my camera on
i cant find the string value for Change The Date on The Top Bar tweaks... btw i have chinese rom not english one
guys, would you kindly guide me how to make change the registry? I've download the Total Commander (I've heard to make chabge the registry we need to install this program), but after Ive install the Total Commander, what next?
In Windows xp, to change the registry I only enter 'regedit' from start menu -> then Run, so how to enter the registry menu in the WM2003
(by the way I use the O2 mini)
many thanks for your guide.
Camrea "Save Folder" Tweak
check it out http://oldsap.blogspot.com/2006/04/ppc-camera-save-folder-tweak.html
Does anyone know of a tweak that can hide/remove the envelope when a sms message arrives?
do it with pockenzenphone, then find the reg key....
nurrochmat said:
guys, would you kindly guide me how to make change the registry? I've download the Total Commander (I've heard to make chabge the registry we need to install this program), but after Ive install the Total Commander, what next?
In Windows xp, to change the registry I only enter 'regedit' from start menu -> then Run, so how to enter the registry menu in the WM2003
(by the way I use the O2 mini)
many thanks for your guide.
Click to expand...
Click to collapse
Run totalcommander, tap on the root '\\' then select 'registry'. find ur key.

LEDUp - simple LED control program

Hello!
I've written a simple, command-line controlled LED/VIbe control program. You can enable/disable the LEDs (at least partially...), the same goes to the vibe engine (if it is reported by the OS as LED).
It can be obtained here: http://bodz.elsat.net.pl/vis/uploader/index.php?plik=PDAClub.pl Forum LEDUp.cab&op=get
As it may be obvious to some of us, there are not all diodes available for software control, thus please run 'LEDUp Help' to run the test, which LED is which, and if vibe is reported as LED.
The default setup program creates some shortcuts. The 'vibe' may be misleading, cause on some (most?) devices LED1 is not a vibe at all
Oh, well... just try it, if you wish...
_TB_TB_ said:
Hello!
I've written a simple, command-line controlled LED/VIbe control program. You can enable/disable the LEDs (at least partially...), the same goes to the vibe engine (if it is reported by the OS as LED).
It can be obtained here: http://bodz.elsat.net.pl/vis/uploader/index.php?plik=PDAClub.pl Forum LEDUp.cab&op=get
As it may be obvious to some of us, there are not all diodes available for software control, thus please run 'LEDUp Help' to run the test, which LED is which, and if vibe is reported as LED.
The default setup program creates some shortcuts. The 'vibe' may be misleading, cause on some (most?) devices LED1 is not a vibe at all
Oh, well... just try it, if you wish...
Click to expand...
Click to collapse
Many members of ppc.greeks have been looking for this kind of softeware for the treo 700wx because of no led notifactions-many thanks to Malatesta for providing this link .TB_TB_Thanks for taking the time to put this kind of software together.Ive been looking for it for a long time with no luck till today.It works very well but can you tie the Ledup software to have the led blink when V-mail/miss call icon apears on screen giving the treo wx user some led alert when missed call/vmail comes in.
I second this. This is the last major thing I miss from my old Treo. I'm using the 750v which is very much like the 700wx.
Please continue to work on this application to get it to activate the LED (on a user selected behaviour) once a notification is received.
I used to set mine to a solid ORANGE led on new Notification.
Does the test feature (activated via 'LEDUp Help' shortcut) turn the LEDs as you would like it to? I mean - does the led turn orange, etc. ?
_TB_TB_ said:
Does the test feature (activated via 'LEDUp Help' shortcut) turn the LEDs as you would like it to? I mean - does the led turn orange, etc. ?
Click to expand...
Click to collapse
Orange hmmm I Think many of the treo 700 users are just happy to see the green When I have a message or voice mail present then actavate LEDup It blinks green untill I clear the call or message but when a call/message comes in there is no green blink The [email protected] panel is GREATTTTT I LOVE IT.Its very clear and easy to understand.Why Palm Failed to add software you are building to the 700 series is beyond me.They built a pda leaving us in the dark of missed call,voice mail with no led alert what so ever.
Some more info for the Treo 700wx/750:
Colors available for LED: Red and Green (no orange)
Currently from my limited testing, this LED app only gets us the Green LED activated but it would be beneficial to try and nail down the RED too maybe for other events.
_TB_TB_ if a Registry export would be helpful, just drop the word and you can have one.
I do not think, that LEDs are controlled via rgistry. You can only OBTAIN info about LED status, but not SET LED status via registry.
My BlueAngel has two leds - left and right. Left one is for BT and WiFi (not controllable at all via default SDK) - it may blink blue or green. The right LED can have one of the colors: red, blinking red, orange, green, blinking green. I may only set the state to 'active' (blinking red) via the default SDK.
_TB_TB_ said:
I do not think, that LEDs are controlled via rgistry. You can only OBTAIN info about LED status, but not SET LED status via registry.
My BlueAngel has two leds - left and right. Left one is for BT and WiFi (not controllable at all via default SDK) - it may blink blue or green. The right LED can have one of the colors: red, blinking red, orange, green, blinking green. I may only set the state to 'active' (blinking red) via the default SDK.
Click to expand...
Click to collapse
On the treo 700 series the led stays solid red when you have it charging then turns solid green after charge is compleate.so lets say it on charge and missed call/v-mail is left would it go to blinking red. very cool for that to be the case or not to make it confusing TB_TB_ but missed call binking red and if a Voice mail is present going to blinking green.
Those of you with a Hermes or similar might be amused to try my VJPlumBum program. Just a little frivolity...
V
vijay555 said:
Those of you with a Hermes or similar might be amused to try my VJPlumBum program. Just a little frivolity...
V
Click to expand...
Click to collapse
oh yeah oh yeah I had that software in my ipaq 6315 hahaha good stuff
_TB_TB_ said:
Does the test feature (activated via 'LEDUp Help' shortcut) turn the LEDs as you would like it to? I mean - does the led turn orange, etc. ?
Click to expand...
Click to collapse
I'm not sure you got a good answer for this question.
The LEDUp Help tests do the following on the Treo 700wx.
Total LEDs reported by Windows: 2
LEDUp 0 0 - led off
LEDUp 0 1 - led blinks green
LEDUp 0 2 - led blinks green (appears no different than 0 1)
LEDUp 1 0 - vib off
LEDUp 1 1 - repeating vibrate
LEDUp 1 2 - repeating vibrate (appears no different than 1 1)
Is the source for the LEDUp available or is there example code somewhere? It would be nice to have a service or plugin that monitors the active notifications in the registry that would turn on the LED blink when a missed call notification is active and turn it off when it is dismissed. Maybe it could be a hook into the notification somehow.
Thanks!
hannip: this is standard api - nled.
V
vijay555 said:
hannip: this is standard api - nled.
V
Click to expand...
Click to collapse
Ah, notification led api. Found it. Thx.
Is there any way of integrating your LED program into the data flow from the USB cable as in newer versions of WM5torage?
WM5torage blinks the LEDs and even vibrates the device to reflect Read/Write access to the exported disk which is ingenious. Curious to know if there is someway of doing this programatically for data read in/out of device like some form of a visual bandwidth meter?
Thanks in advance...
It could be feasible to control the standard notification led in that way, or it's possible to hack the whole device to say show blue led for device reads, and red lead for device write etc.
V
Vijay555, thanks for yor quick reply, I know of your reputation as a wm5 programming God, I use many of your programs so I am sure that this could turn into something! Could this one be called Vlights or VLEDS or something along those lines? Keep us posted!
Regards
vijay555 said:
It could be feasible to control the standard notification led in that way, or it's possible to hack the whole device to say show blue led for device reads, and red lead for device write etc.
V
Click to expand...
Click to collapse
Lol, I'm no God, not even an anagram of the word!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've written code for control of the leds on some HTC devices (outside and expanded beyond the normal api) - try VJPlumBum for a test. However, for general device compatibility it'd be best to use the normal nled api. However, either way, you'd need access to the WM5torage source code ideally. Why not suggest the idea to the author?
V
Total LEDs reported by Windows: 2
LEDUp 0 0 - led off
LEDUp 0 1 - led blinks green
LEDUp 0 2 - led blinks green (appears no different than 0 1)
LEDUp 1 0 - vib off
LEDUp 1 1 - repeating vibrate
LEDUp 1 2 - repeating vibrate (appears no different than 1 1)
Question
ledup reports 2 leds on the treo 700 series . Ledup-02 is the same as 01.Can 02 be tweaked to get red led blink?If so how difficult would it be to tweak ledup making red blink a reality for the wm palm owner.
I'm now on mortscript level of building software.Any help would be much appreciated.
P.S
vijay555 I give VJPlumBum a try in the treo No led blink but the tune was great
Phil C
Please remember, that "2 leds" means that there are two "signaling devices" available for the standard applications usage. This may be LEDs, Vibes, or anything else.
LEDUp 0 1 = LEDUp 0 2 is true for most of the devices, because the drivers implement both "active" and "blink" in the same way.
To controll the LEDs more extensively one should most propably use the drivers directly...
Source code below:
ledz.h:
Code:
# include <nled.h>
extern "C"
{
BOOL NLedGetDeviceInfo(INT nID, PVOID pOutput);
BOOL NLedSetDevice(INT nID, PVOID pOutput);
}
int GetLedCount()
{
NLED_COUNT_INFO nci;
int wCount = 0;
if(NLedGetDeviceInfo(NLED_COUNT_INFO_ID, (PVOID) &nci))
wCount = (int) nci.cLeds;
return wCount;
}
void SetLedStatus(int wLed, int wStatus)
{
NLED_SETTINGS_INFO nsi;
nsi.LedNum = (INT) wLed;
nsi.OffOnBlink = (INT) wStatus;
NLedSetDevice(NLED_SETTINGS_INFO_ID, &nsi);
}
Main cpp file:
Code:
// LEDUp.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "ledz.h"
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{
if((_tcslen(lpCmdLine) < 1) || (_tcslen(lpCmdLine) > 3)){
TCHAR buf[50];
_stprintf(buf, _T("Total LEDs reported by Windows: %d"), GetLedCount());
MessageBox(GetForegroundWindow(), _T("LEDUp: a simple command - line tool for LED/vibe setup.\nUsage:\n\nLEDUp.exe ledno ledstate\n\nWhere ledstate:\n\t0\toff (normal)\n\t1\ton\n\t2\tblink\n\nledno is a LED number (sometimes vibe engine is reported as LED)."), _T("LEDUp info"), MB_OK|MB_ICONINFORMATION);
MessageBox(GetForegroundWindow(), buf, _T("LEDUp info"), MB_OK|MB_ICONINFORMATION);
if(IDYES == MessageBox(GetForegroundWindow(), _T("Test the LEDs now?"), _T("LEDUp Test"), MB_YESNO|MB_ICONQUESTION)){
for(int i = 0; i < GetLedCount(); i++){
for(int j = 0; j < 3; j++){
_stprintf(buf, _T("Testing LED #%d, state %d\ncmd. line: LEDUp %d %d"), i, j, i, j);
SetLedStatus(i, j);
MessageBox(GetForegroundWindow(), buf, _T("LEDUp LED test"), MB_OK|MB_ICONINFORMATION);
}
SetLedStatus(i, 0);
}
}
return 0;
}
_tcsrev(lpCmdLine);
SetLedStatus(_wtoi(_tcsrev(lpCmdLine) + 2), _wtoi(_tcsrev(lpCmdLine) + 2));
return 0;
}
Thanks TB for all your help

Illuminate screen with new txt?

Can the HD be set to illuminate the screen when a new txt message arrives?
Would be handy so when i'm at work (phone on silent) I can see the phone light up rather than keeping my eye on the very small notification LED on the power button.
You need to enable 'WakeOnNewSMS'.
I think you can do it with either Advanced Config or HDTweak.
Alternatively do the reg edit yourself.
EDIT: Here is the key if you want it:
HKLM\Drivers\BuiltIn\RIL : DisableSMSWakeUpEvent <-- set to "1" by default. Change value to "0"

Camera tweaks?

hi guys!
browsing through the registry entries of the HD i found the folowing:
1. HKLM\software\HTC\camera\captparam\capture timer = 5000
2. HKLM\software\HTC\camera\general\macromode = 0
would it be possible to change those values in order to get faster shutter response (for 1st option) and enabling macromode (for 2nd option)
i've changed the values
capture timer = 50
macromode = 1
and nothing happened
but, maybe, someone with more skills can made a tweak out of these to get some improvements of the camera.
what do you think?

Isolate MVC Annoucement from ringtone

I have Microsoft Voice Command 1.6.21725 running on my HTC Touch Diamond 2. I want to be able to have my calls announced by name & type louder than the ringtone in the background. This will enable me to hear the announcement clearly.
Now I have searched the net (BTW I dont use bluetooth so I dont need fixes for this) and have tried the following registry suggestions but it didnt work.
HKCU\Control Panel\Sound Categories\Voice Command1\AttenutationCategory
I set it from 3 to 7
I would also like to know what as5p means?
HKCU\ControlPanel\Sounds\TTSAnnounce\Script: change as5p to v0p (for vibrate and ring) or p (for ring only)
This is what I could decipher for script code. Any explanations or corrections would be appreciated.
a = activate device
cN = set volume to N in percentage max volume
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Had similar problem, so disabled sounds in Sounds and Notifications, leaving me with Voice Command notifications only. Alternatively, possible to set up the system to short ding or vibrate just before the announcement kicks in (they are delayed slightly anyway)

Categories

Resources