Registry keys - where they are? - Touch Diamond, MDA Compact IV ROM Development

Hi!
Playing around with cooking in would like to set the registry as i like it. And I'm stuck. Where is the value that decide the band for the phone? I want it to be GSM, not auto. As well, I would like to disable the GPRS auto-attach. It is in Avd conf tool, so it must be in registry.
Another thing - I can't see in settings-buttons screen any button to set up - that must be something in the registry too, right?
And in general - is there any trick to look up such values in registry?
Thanks!

mjaxa said:
Hi!
Playing around with cooking in would like to set the registry as i like it. And I'm stuck. Where is the value that decide the band for the phone? I want it to be GSM, not auto. As well, I would like to disable the GPRS auto-attach. It is in Avd conf tool, so it must be in registry.
Another thing - I can't see in settings-buttons screen any button to set up - that must be something in the registry too, right?
And in general - is there any trick to look up such values in registry?
Thanks!
Click to expand...
Click to collapse
Keys:
RegWriteString("HKLM","\Software\HTC\Manila" ,"HomeLSKPath","\Internal Storage\Program Files\iContact\iContact.exe")
RegWriteString("HKLM","\Software\HTC\Manila","HomeLSKText","iContact")
GPRS:
RegWriteString("HKLM","\Comm\ConnMgr\Planner\Settings\", "SuspendResume", "GPRS_bye_if_device_off")
RegWriteDword("HKLM","\Comm\ConnMgr\Planner\Settings\", "CacheTime", 10)
How to find other things:
Export the whole reg; make your changes on our device; export the whol reg again; compare these two files to find the differences!

THANNNKSS!!!

Ahem, after finding some time I'm afraid I'm still in dark. With the button assignement. The reg you put down is pointing to 3rd party app, icontact, which is not in normal ROM.
Anybody has better idea where to look for missing button to be assigned in "personal settings"?
Thanks!

mjaxa said:
Ahem, after finding some time I'm afraid I'm still in dark. With the button assignement. The reg you put down is pointing to 3rd party app, icontact, which is not in normal ROM.
Anybody has better idea where to look for missing button to be assigned in "personal settings"?
Thanks!
Click to expand...
Click to collapse
..Tell me which button you like with which action!

Softkey Manager
With this tool you can easily assign the two softkeys.

Of course, I found another one, AE Buttons which is even better, but that's not the point. I know it' somewhere inside.. I don't want to install another soft, I want to fix it in the system.
OK, some time and I will find it..
Thanks!
Do I found the GSM Band settings:
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS\BandSelection]
"Band"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\UMTS]
"OpMode"=dword:00000001
1 is GSM, 0 is auto.

Related

Chome Panel Chooser

Hey guys. Whipped this thing up to help people choose the panels that can be displayed on the homescreen. So far it only contains 7 entries, the ones I found on my phone. You can turn the panels off or on, by selecting a panel and typing it "off" or "on" respectively. After you make the changes, you need to reboot to see the changes. The last option will make that easier for you. Choose "Reboot", type "yes" and it will reboot for you. Let me know if there's any other panel names you would like me to add, or if you find any bugs. Thanks!
Look good but isn't this just like the chome settings (neoOrder) that is in Rockys ROM where you can enable and disable the windows you want and change which position they are in on the screen?
Clydeisthe**** said:
Look good but isn't this just like the chome settings (neoOrder) that is in Rockys ROM where you can enable and disable the windows you want and change which position they are in on the screen?
Click to expand...
Click to collapse
Everyone isn't running rickwyatt's ROM. Some are still with Kavana's. Like me.
Rip Syntaxx said:
Everyone isn't running rickwyatt's ROM. Some are still with Kavana's. Like me.
Click to expand...
Click to collapse
ohh ok I didn't know that it wasn't in Kavana's ROM I have never flashed one of his just Rickys .. my bad
Clydeisthe**** said:
ohh ok I didn't know that it wasn't in Kavana's ROM I have never flashed one of his just Rickys .. my bad
Click to expand...
Click to collapse
To Clyde: It's cool. Contrary to popular belief, there are still some users that are on Kavana's ROMs. lol I have no problem with rickwyatt's, but I found them to have too many apps and tweaks that I found unnecessary for me personally.
To Org (and anyone who'll listen): This is great idea for those who aren't quite comfortable with editing their .xml files to rearrange the slider panels (like me)! I've noticed that many users have a panel called "My Programs". What do I need to do to create this? I think it's a really useful tool to "slide" straight through the programs you use on a regular basis. I've already read tons of posts on this, but it's not registering. Thanks in advance, guys.
It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here
OrganicM said:
It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here
Click to expand...
Click to collapse
Thanks a bunch, man. I'm gonna finagle with this as soon as I get off.
OrganicM said:
It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here
Click to expand...
Click to collapse
I'm understanding how to read the code. Thanks for breaking it down. I'm just having trouble finding the .pngs for my icons and also (noob moment) finding the target file for certain applications. It's keeping me from being able to input the file address for ACTIONURL and SK2URL.
Not Hard to Find
Just think of your program, "Where is it stored?"
That should be your only question when finding your target file. That simple, you should look in your Program Files directory on your phone or you storage card, that will then tell you where the link is.
2ndly, you can find other programs in your startup folder. They will be listed in link format, but this is fine, the link can be treated basically as the exact file itself (as far as your phone is concerned).
Long story short, use these locations for your entries for ACTIONURL and SK2URL. Have a blast!
Rip Syntaxx said:
I'm understanding how to read the code. Thanks for breaking it down. I'm just having trouble finding the .pngs for my icons and also (noob moment) finding the target file for certain applications. It's keeping me from being able to input the file address for ACTIONURL and SK2URL.
Click to expand...
Click to collapse
outerdepth said:
Just think of your program, "Where is it stored?"
That should be your only question when finding your target file. That simple, you should look in your Program Files directory on your phone or you storage card, that will then tell you where the link is.
2ndly, you can find other programs in your startup folder. They will be listed in link format, but this is fine, the link can be treated basically as the exact file itself (as far as your phone is concerned).
Long story short, use these locations for your entries for ACTIONURL and SK2URL. Have a blast!
Click to expand...
Click to collapse
Thanks, OD. I've figured out the file locations and such. I just need to know where you guys edit the .pngs for icons. I've found some icons, but they sucketh. I want them glossy and polished looking like the default icons.
By "where" , I assume you mean what programs do we use?
I use Photoshop do edit my pngs. I think other, cheaper software is available. Don't quote me on that. Photoshop can also be attained other "ways" (cough,cough).
Anyways, you can easily mod any pictures, turn them into anything you want, .png,.tga,.gif,etc. Look around.
Rip Syntaxx said:
Thanks, OD. I've figured out the file locations and such. I just need to know where you guys edit the .pngs for icons. I've found some icons, but they sucketh. I want them glossy and polished looking like the default icons.
Click to expand...
Click to collapse
outerdepth said:
By "where" , I assume you mean what programs do we use?
I use Photoshop do edit my pngs. I think other, cheaper software is available. Don't quote me on that. Photoshop can also be attained other "ways" (cough,cough).
Anyways, you can easily mod any pictures, turn them into anything you want, .png,.tga,.gif,etc. Look around.
Click to expand...
Click to collapse
I understand how to make any pic a .png, .jpg, .gif, etc... It's not the icons that I need, but rather, the program. I'll search for "alternate" ways to get photoshop. lol
Rinku has a pretty good description on how to add CProgs on his blog. It at the bottom of the page.
Thanks guys for all your help and input! I've figured it out, and in the process figured out how to change the small icons in the upper lefthand corner of the panels as well. It's kinda tedious at first, but once you get the hang of it--it's not bad.
Rip Syntaxx said:
Thanks guys for all your help and input! I've figured it out, and in the process figured out how to change the small icons in the upper lefthand corner of the panels as well. It's kinda tedious at first, but once you get the hang of it--it's not bad.
Click to expand...
Click to collapse
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org
pudgedaddy said:
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org
Click to expand...
Click to collapse
Thanks, Pudgemeister. I'll check it out.
pudgedaddy said:
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org
Click to expand...
Click to collapse
I used GIMP for my icons, it was easy and I think they turned out quite nice. Here are a few that I found/made they all have transparent backgrounds. Feel free to use which ever you like.
A few more
Editing Slider Panels
Does anyone know the default setting for this registry key: \HKLM\SOFTWARE\Microsoft\CHome\CMessage\ICONPATHS? I changed it trying to change the condensed icon (upper lefthand corner) for the message notifications panel. Instead, my weather panel's icon was changed. What're the default values for the key? (ex. 2xxx;2xxx)
It is 2201;2201

Customize V3 TF3D menus (Size & Skinnable)

With honor to the_ape for finding the registry key HKLM\Software\HTC\HTCMenus
This allows you to modify the menu size and skin the images of the HTCMenus, as found on the new V3 TF3D, like the one in all the latest ROM's with Topaz stuff in it. See the screen prints if you are unsure what I am talking about. You need these newer menus already installed, if you not not have them yet, these settings will not install them for you.
Remark 1: Oddly though it changes the menu size for all programs, except TF3D itself....[elim]
Remark 2: Problems with menu's drawn from the top (slow with floodfill error) are solved. So it should now work with Resco, wktask, SC3. The error may still appear if you are in landscape, the menu is drawn from top and has 6 or less items. To solve that too, also restore the included bitmap to the windows directory.
The bitmaps are hardly changed (I colored 6 very critically placed pixels), but I did re-encode as monocrome & 8-bit, so the first load of the first menu should be marginally faster.
For full skinning, read post 24. But if you just want to make the menus smaller, the attached registry file will allow to fit 11 in stead of 8 menu items on a screen by reducing the tile hight from 72 to 60. To restore to the original, import the HTCMenuNormal file.
The total allowable 'Navi' + 'Item' heigth is 696 in portrait and 376 in Landscape.
Original portrait values are 72+46 which at 8 items means (46+8*72+46)=668
Original landscape values are 72+46 which at 3 items means (46+3*72+46)=308
Not only too large, but non-optimal use of space, especially in Landscape.
I use portrait values 60+18 which at 11 items is (18+11*60+18)=696 Exact!
and landscape values 57+17 which at 6 items is (17+6*57+17)=376 Exact!
So I believe these values are ideal in efficiency, large enough to select and drag, but quite a bit more menu selections (double in landscape!!). The 'Navi' is too small for the finger, but you are supposed to drag the entire menu. And they do still visualise the fact there are more menu options. Below zip file holds now these values.
Or do it manually:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"ItemHL"="0,[B]79[/B],0,[B]6[/B]"
"ItemHW"="440,[B]60[/B],640,[B]57[/B]"
"ItemTile"="10,[B]60[/B],[B]152[/B],0,11,22,33,44,55,66,77,88,99,110,121,132,143,154,165"
"NaviHW"="440,[B]17[/B],640,[B]17[/B]"
"NaviTile"="10,[B]17[/B],[B]162[/B],200,211,222,233,244,255,266,277,288,299,310,321,332,343"
"NaviIcon"="20,[B]17[/B],[B]162[/B],354,375,396,417"
I was hoping also to find a registry setting to speed up the animation (sliding, appearing from bottom) but that I did not find yet.
Below files are registry files. You can import them using your favorite registry editor. Don't forget to also copy the bitmaps to the windows directory, To uninstall/reset, import the 'Normal' registry file, which is the values as I first found them on my Dutty's 1.8 EXTREME. The bitmaps you can leave (it does not matter) or delete (the old ROM version will re-appear)
NOTICE: Even newer TF3D (Dutty 2.2, but possibly also other recent ROMS) have slightly different settings. Co0kieMonster worked it all out nicely here, so best not use the outdated files in this thread anymore, unless if you have a really old version of Manilla.
This is a cool idea, as those menus took up the whole screen sometimes. Got any screen-shotties?
Good tips. Thank you very much.
Helps if you could give some instruction on how to use the files.
I tried changing the reg vaules (all the "item" values). It does change it smaller, but causes havoc in my Resco File explorer. When pressing the favourite button, the device freezes with no drop down menu displayed at all. I then press the menu at the bottom right, and the entire screen went hair wired for a while.
thanks for sharing!!!!!!!!!!!!!!!!!!!!!!!!!!!!!111
eaglesteve said:
Good tips. Thank you very much.
Helps if you could give some instruction on how to use the files.
Click to expand...
Click to collapse
There just registry files. Just import them. 'Normal' to go back to original, 'Small' to use my 10-menuline settings.
If you have .fred task manager (fdcTaskMgr) you may first have to associate .reg files so you can import. On Dutty's 1.8, this is already done. I think your resco also has a registry editor and can also import.
Or you just manually read the registry files and edit using your Resco registry editor
eaglesteve said:
I tried changing the reg vaules (all the "item" values). It does change it smaller, but causes havoc in my Resco File explorer. When pressing the favourite button, the device freezes with no drop down menu displayed at all. I then press the menu at the bottom right, and the entire screen went hair wired for a while.
Click to expand...
Click to collapse
Odd. Are the menus OK in other programs? You should soft-reset between changes. Can you revert to 'normal' by importing that file and is the problem gone again?
There is a problem with the selection (see screenshot #1). I test a little bit and when I let ItemHL on the values "0,73,0,0" it works better (see #2).
I attach the changed registry file.
Update: The problem is now that this doesn't work in manila?! All other menus are smaller but in manila the entries are normal (#3).
Elim said:
There is a problem with the selection (see screenshot #1). I test a little bit and when I let ItemHL on the values "0,73,0,0" it works better (see #2).
Click to expand...
Click to collapse
I had that once too, but it went away with the next reset. So I still have the ItemHL set to 58, but the select bar looks OK. So though I do not understand ItemHL, I think it may not be the cause of what you saw.
Edit: You are correct, the ItemHL needs to stay at 73, that value probably is not related to the 72 of ItemHW
Elim said:
Update: The problem is now that this doesn't work in manila?! All other menus are smaller but in manila the entries are normal (#3).
Click to expand...
Click to collapse
Hey, you are right. (I only use Manilla when I show of the phone, and use classic today normally) Maybe manilla uses hardcoded settings? Or some other registry settings?
cybermaus said:
Odd. Are the menus OK in other programs? You should soft-reset between changes. Can you revert to 'normal' by importing that file and is the problem gone again?
Click to expand...
Click to collapse
The problem of hair wired display is observed in Resco file explorer when you click on the favourite (Star) icon at the top right side. The device is momentarily frozen but return back with a blinking blackist menu.
If I import in the normal registry item, this problem is gone.
Okay - I LIKE the HTC menus on touchflo apps and would like to have this style menu in ALL programs (much like in Duttys rom) such as mail, calendar etc.. How can I make this happen?
But, it works only in Manila or also in all others programs (like Resco Explorer, ecc...)?
Thanks.
Kal-El said:
But, it works only in Manila or also in all others programs (like Resco Explorer, ecc...)?
Click to expand...
Click to collapse
It only works in other Applications. In Manila it doesn't change anything (for me). But that's okay because only in other applications the menus are to big.
cybermaus said:
I had that once too, but it went away with the next reset.
Click to expand...
Click to collapse
Two resets?
Update: No, doesn't change.
cybermaus said:
Hey, you are right.
Click to expand...
Click to collapse
At least it's not my mistake...
eaglesteve said:
The problem of hair wired display is observed in Resco file explorer when you click on the favourite (Star) icon at the top right side. The device is momentarily frozen but return back with a blinking blackist menu.
If I import in the normal registry item, this problem is gone.
Click to expand...
Click to collapse
Well, I'll see if I can get a copy of Resco and try if I can confirm. But if it is like you say, I am not sure if there is anything we can do about it. There is no programming or anything, just the menu size. If Resco is allergic to that, we may simply have to accept that.
Kal-El said:
But, it works only in Manila or also in all others programs (like Resco Explorer, ecc...)?
Thanks.
Click to expand...
Click to collapse
This *does not install* any large menu program. You must already have the large menus installed, they come with the new TF3D. And you probably do not have that, otherwise you would not have asked. If you do not have them yet, these settings will not do anything for you.
But yes, once you have HTC Menus installed, they work in *all* programs that use the template Windows Mobile menu system. (I suspect HTC replaces the template menu driver or something)
PS: do not mistake "HTC Menu" with "LargeStartMenu", also by HTC. The latter has been around for a while, even as cab, but the menu replacement is rather new, and not extracted (yet)
Cheers for taking it further, I'd had a play with the size values (not long enough), and not got what I wanted.
You have to remember the defaults are probably set for the pro2 with a smaller physical screen, hence the big'nes on the HD.
Font's are dependent on the font family you use I've found.
Looks like the small font mess up wktask too, rending it impossible to terminate/close task, or go to the action menu. Restoring it to normal font cures the problem.
Great!
thanks for sharing!
HTC Menu CAB installation?
cybermaus said:
This *does not install* any large menu program. You must already have the large menus installed, they come with the new TF3D. And you probably do not have that, otherwise you would not have asked. If you do not have them yet, these settings will not do anything for you.
But yes, once you have HTC Menus installed, they work in *all* programs that use the template Windows Mobile menu system. (I suspect HTC replaces the template menu driver or something)
PS: do not mistake "HTC Menu" with "LargeStartMenu", also by HTC. The latter has been around for a while, even as cab, but the menu replacement is rather new, and not extracted (yet)
Click to expand...
Click to collapse
Ok, I understood thanks.
It is possible to obtain the CAB for this application?
I Use Finger Menu, but does not satisfy me to 100%, I prefer an application developed directly from HTC...
Still thanks.
Kal-El said:
Ok, I understood thanks.
It is possible to obtain the CAB for this application?
Click to expand...
Click to collapse
I do not think anyone extracted it into a cab yet.
And I never done anything like that. It probably means finding out all the interdependencies between files, extracting said files, extracting the service settings, and building a cab. Interesting, I am willing to try when I have the time, but don't hold your breath, it may take a while.....
Really it is a very big work!
Fortunately I am a patient person...

adjust keyboard backlight timeout ?

Hi!
Is there a way to adjust the keyboard's backlight timeout? I'd like it to stay on much longer...
thx
AO
anyone????
You can modify it, and tons more with Advanced Config http://www.touchxperience.com/en/advanced-configuration-tool.html
rockscientist01 said:
anyone????
Click to expand...
Click to collapse
I looked into this when I first got my T-Mo TP2. I found the registry area, modified it, and it didn't change the timing.
I think this is yet ANOTHER instance where (starting with WinMo 6.0) the registry is not the storage area for the final values; instead these values are kept in a seperate file... and then transfered to the registry upon bootup.
If this is the case, all one needs do is find the actual file where the keyboard backlight timing values are stored, edit that file, then reboot (hoping the newer values get loaded into the registry).
yes i tried advanced config, but that didnt work...
Which file are you talking bout?
THX
AO
rockscientist01 said:
Which file are you talking bout?
THX
AO
Click to expand...
Click to collapse
I wish I could tell you the name; but I haven't found it yet.
But this situation is akin to the audio values located in the registry. They are really stored elsewhere - in the AudioPara3 file; and upon power-on... that's where the registry gets the values from. If you do a regedit only, the changed settings won't hold-up after a power cycle (that's why this change can't be accomplished via a regedit alone). And I'm fearful this backlight setting is also stored elsewhere... I just can't find the file. :banghead:
Mike Mercury said:
:banghead:
Click to expand...
Click to collapse
im feeling you
Anyways: please ppl keep searching haha
Ill watch this thread closely
AO
Mike Mercury said:
I looked into this when I first got my T-Mo TP2. I found the registry area, modified it, and it didn't change the timing.
I think this is yet ANOTHER instance where (starting with WinMo 6.0) the registry is not the storage area for the final values; instead these values are kept in a seperate file... and then transfered to the registry upon bootup.
If this is the case, all one needs do is find the actual file where the keyboard backlight timing values are stored, edit that file, then reboot (hoping the newer values get loaded into the registry).
Click to expand...
Click to collapse
Here's another instance and it's even worse since it's a user settable option! Through the GUI Settings I adjust the Backlight time out: "Settings -> All Settings -> System -> Power -> Advanced" - "Turn off backlight if device is not used for". When I update the value it only persists until the next Soft Reset. How annoying....
It sounds like the same type of problem where at boot time the registry values are overwritten. Who would devise such a backwards system????
F
The "Evil" Ppl at MS...lol...Tj
Mike Mercury said:
I looked into this when I first got my T-Mo TP2. I found the registry area, modified it, and it didn't change the timing.
I think this is yet ANOTHER instance where (starting with WinMo 6.0) the registry is not the storage area for the final values; instead these values are kept in a seperate file... and then transfered to the registry upon bootup.
If this is the case, all one needs do is find the actual file where the keyboard backlight timing values are stored, edit that file, then reboot (hoping the newer values get loaded into the registry).
Click to expand...
Click to collapse
Would this also be the case for Wi-Fi SSID values? Seems I have to keep entering the value even I don't do a soft reset. Just moving in and out of range of the hotspot...
keyboard backlight not on long enough
This thread has been around for 2 months but there seems to be no answer. Does somebody please know how to make the keyboard backlight stay on longer?
davidgee said:
This thread has been around for 2 months but there seems to be no answer. Does somebody please know how to make the keyboard backlight stay on longer?
Click to expand...
Click to collapse
Well the only place I can find is .. all settings / personal / buttons / backlight
It says : Enable Keyboard backlight auto sensor ...
I unchecked it .. and the light on the keyboard stays on as long as its open :/
that keyboard backlight
Tried that. Changing Settings doesn't do anything, nor does changing the registry entries, not does using Advanced Config. Has anyone solved this question of keeping the keyboard backlight on for longer?

[Q] Launch app on Keyboard slideout?

Hey all,
One thing that annoys me about the new x2 sip is that it continues to use xt9 even though I'm typing on the hardware keyboard. (If you know a setting to stop this let me know)
What I would like to do is have the application "SipSwitch" launch and change the current sip to the NullKeyboard whenever I slide out the hardware keyboard on the xperia.
Does anyone know of an app or fix that allows applications to be run whenever you slide out your keyboard?
Thanks in advanced
Try this
Do you also use the slide to switch between portrait/landscape modes?
If yes, use PQzII to switch SIPs.
If no, try this:
Install the registry key below (use tascal reg edit to import them). It assumes you use Keyboard and nueNullKB (if not, just change the registry entry to your null SIP).
Copy sipswitch.exe to Windows folder (this is mandatory).
Reboot.
I can't do anything about the SIP popping out when you slide in - that's due to how sipswitch works.
You can also use those registry entries to run programs. They will need to reside in the Windows folder though. These registry entries rely on windows state notifications (snapi) so there's no polling involved. Don't use the registry setttings if you switch between landsccape/portrait tho. the SIP won't be positioned properly.
Thank you for this! Don't have time now, but I will try it out soon and tell you what I think.
There's a slidersound app/cab that enables sounds for the keyboard whenever it slides in/out and also can open up an app of your choice...search for it!
Im Packing said:
There's a slidersound app/cab that enables sounds for the keyboard whenever it slides in/out and also can open up an app of your choice...search for it!
Click to expand...
Click to collapse
Tried searching for this, but I'm getting a lot of stuff that's not related. If you can please post a link or give the exact name of the file or something. thanks for the suggestion though.
inks said:
Do you also use the slide to switch between portrait/landscape modes?
If yes, use PQzII to switch SIPs.
If no, try this:
Install the registry key below (use tascal reg edit to import them). It assumes you use Keyboard and nueNullKB (if not, just change the registry entry to your null SIP).
Copy sipswitch.exe to Windows folder (this is mandatory).
Reboot.
I can't do anything about the SIP popping out when you slide in - that's due to how sipswitch works.
You can also use those registry entries to run programs. They will need to reside in the Windows folder though. These registry entries rely on windows state notifications (snapi) so there's no polling involved. Don't use the registry settings if you switch between landsccape/portrait tho. the SIP won't be positioned properly.
Click to expand...
Click to collapse
Hey inks, thanks for your input. The registry fix didn't work, but PQZII did and was exactly what I was looking for. I doubt I ever would have found that app myself. PQZII will probably be useful for some other things too. later
ah the registry notifications depend on you installing nueNullKb (http://www.nuerom.com/BlogEngine/page/nueNullKB.aspx). Too lazy/hard to make a cab for it so it's not easy to set up. owell.
But yeah if you're just switching SIPs between landscape/portrait, PQzII works a treat.
@ImPacking
If you're talking about nuerom's nueSlidingKb (creates an icon called Sliding Sound in Settings) or nueKBLight, they don't work for the X1 (was designed for touch pro 1). Problem being they rely on detecting portrait -> landscape switch modes but for right sided hw keyboards.

[Q] Turn off Soft Keyboard popup

I have a Tilt 2 running the NEW ROM.
I want to disable the automatic pop-up of the soft keyboard, so that I get to decide when I want to use it.
Is there a way to turn this feature off?
I have seen references to making changes to the registry, I assume there is a switch in there somewhere, but how does one access the registry? Is there a hidden program somewhere I could start or do I have to download it?
Thanks,
Richard..
You need to download a registry editor. There are various choices out there. I use Total Commander:
http://www.ghisler.com/pocketpc.htm
The reg edit that I have seen for preventing the soft keyboard from popping up, helps a little. But it doesn't prevent it in all situations.
As Redpoint mentioned, Total Commander is the preferred file explorer for most of us. Task Manager 3.1 is what I use for mobile registry editing. I do try to avoid doing any editing on my device, though. I rather edit on the PC side with the larger screen and less room for errors. For editing the device's registry from the PC, I use CEReg Editor 0.0.5.3.
For disabling the keyboard, you could try an app that I used to use on WM5 with my old Sable. It says it works with WM6, so give it a shot and see if you like it. It's called Nullkeyboard. All it does is add a blank SIP to your device. Select Nullkb from the SIP input button and you're good to go. Here is the link to the download.
I used Advanced Config. It gives you a nice way to select options and features and then change your registry for you. It is AWESOME for a tweaker. I'm using version 3.3.0.0 and it works great on my Tilt2 original OEM ROM.
Using this app, Under the Input category, change "Auto deply SIP" to disabled.
Okay, I downloaded the nullkeyboard and tried, it but it had no apparent effect.
I also downloaded the Task Manager 3.3 (latest version) and it works. I did a search for "keypad", but none of them appear to relate to controlling the pop-up feature.
Does anyone know what registry entry controls the soft keypad pop-up feature?
Thank you,
Richard..
rbillingsley said:
Okay, I downloaded the nullkeyboard and tried, it but it had no apparent effect.
I also downloaded the Task Manager 3.3 (latest version) and it works. I did a search for "keypad", but none of them appear to relate to controlling the pop-up feature.
Does anyone know what registry entry controls the soft keypad pop-up feature?
Thank you,
Richard..
Click to expand...
Click to collapse
Did you select the nullkeyboard from the SIP selection window that pops up when you press the right side of the soft keyboard icon?
You should NOT be searching around the registry for things to change without knowing what they are. Doing so can possibly screw up your phone and require a hard reset. You should only apply registry changes you see posted on here, and change them exactly as indicated.
The reg edit to prevent SIP for opening:
HKCU\ControlPanel\Sip
"TurnOffAutoDeploy" value="1"
NullKeyboard - Oh, is that how it works? Thank you for telling me. It does the job, except for the times I would like to use the keyboard for quik edits, I have to change it back to the regular keyboard first.
REGEDIT - I found the registry key: HKCU\ControlPanel\Sip
but there were no values in it for: TurnOffAutoDeploy
I added the value: "TurnOffAutoDeploy" value="1" (no quotes) with the type REG_SZ and then rebooted the phone. I also changed NullKeyboard back to regular.
This had no effect on the Auto Deploy of the keyboard.
I was hoping the RegEdit would work. The keyboard would be there, but would not pop-up until I wanted it.
If I did something wrong, or you have any other suggestions, please let me know.
Thank you,
Richard..
I think the reg type should have been a DWORD value of 1.
Great! That did it. The keypad stays out of the way and is there if I want it.
Thank you,
Thank you, thank you, thank you, cajunflavoredbob
I have one app in which the pop-up keyboard on my T-Mobile HTC HD2 drives me nuts, and several others in which I could do without it. You gave me the answer that I couldn't find in any of the other threads, and I really appreciate it.
If anyone is watching, this is another tweak that should go in a gathering of such things!!
I doesn't work with me
please any one help me my application contains a lot of edit boxes when i focus on them the keyboard pops up i want the keyboard to pops up when i click on it only i tried all the solutions please any one list the steps

Categories

Resources