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?
Related
I accidentally deleted the registry key in 113. Can some one look on their dash and give me the info
HKEY_CURRENT_USER
Software
Microsoft
Home
keys
113
Can you please give me the info that is there. keys and values so i can put back.
I believe there were two things here. One of them said (right menu)
I do not have any entry for 113. There is no "Keys" entry at all.
I do not have that key too.
Name - (Default)
Data Type - String
Data - (value not set)
I was afraid this would happen
Is there a home key in Microsoft? If yes what happens if you select it?
I am running wm6 on a Tmobile dash which might have something to do with it
timothyjok said:
I accidentally deleted the registry key in 113. Can some one look on their dash and give me the info
HKEY_CURRENT_USER
Software
Microsoft
Home
keys
113
Can you please give me the info that is there. keys and values so i can put back.
I believe there were two things here. One of them said (right menu)
Click to expand...
Click to collapse
This sounds like a touch screen phone, not an Excalibur (non-touch screen).
timothyjok said:
Is there a home key in Microsoft? If yes what happens if you select it?
I am running wm6 on a Tmobile dash which might have something to do with it
Click to expand...
Click to collapse
I have this key in a Treo 750, but not in the Dash.
may have found it
I think it had something to do with a program called Right Menu Editor. I reinstalled it and it fixed the problem. I tried the program didn't think I liked it.then I tried to remove it (Good Luck trying to remove this program) Now that I have it back on my Dash and have figured out how to use it I like it. Thanks for the help folks
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.
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...
Hi Guys,
I would like to know if it's possible for the Touch Pro 2 screen keyboard to support word suggestion (suggwords) and dynamic auto completion just like in the "good old" SIPs from days of TytnII. eg when i type "goo", I would like "good morning" to appear as a suggested word based on my past use.
I like the layout of the HTC stock Full Qwerty keyboard but much prefer the old system over the new xt9 system.
Any advise on whether and how the above can be achieved would be greatly appreciated!
cheers,
anyone?
I have the same issue. I would love to have the auto complete and suggested words working on my TP2
Use the Advanced Configuration Tool - works
http://www.touchxperience.com/en/advanced-configuration-tool.html
Solution
Hi all,
I had the same problem and could get rid of it via HD Tweak tool, which you can find here: HD Tweak
What I did was simply "20. Keyboard (SIP)" options, I have disabled 20.1 - Automatic display popup, enabled 20.2 T9 Mode and 20.3 Suggest Words to 4 words; and restart.
Now I get 4 recommendations easily when I am sending and sms etc. just like the old days in Kaiser; Works like a charm
I hope it helps.
zxcvbnmnbvcxz said:
Hi Guys,
I would like to know if it's possible for the Touch Pro 2 screen keyboard to support word suggestion (suggwords) and dynamic auto completion just like in the "good old" SIPs from days of TytnII. eg when i type "goo", I would like "good morning" to appear as a suggested word based on my past use.
Click to expand...
Click to collapse
Diable eT9. Enable COMP IME. This is a registry edit.
Go to: HKLM\System\CurrentControlSet\Control\layouts\e0010409
Edit: Ime File = \Windows\compime.dll
Layout Text = COMP IME
Go to: HKLM\Software\Tegic\eT9
Edit: XT9SupportMSSip= 0
That will bring you back to the good old word suggestion and dynamic auto completion.
Hope this helps.
thank you thank you thank you!
this ##"¤%#¤ was driving me nuts!
i can write again
stupid me i forgot to write down the original settings for this. Could some please look in their registry & please tell me what the default values for this are?
*edit* never mind i found them:
HKLM\system\currentcontrolset\control\layouts\e 0010409
Ime File : \windows\et9ime.dll change to Ime File :\windows\compime.dll
and
Layout Text : eT9 IME change to Layout Text : COMP IME
And soft reset.
*Warning*
Changing this registry to COMP IME disables your "SYM' hardware keyboard option
weenween said:
Diable eT9. Enable COMP IME. This is a registry edit.
Go to: HKLM\System\CurrentControlSet\Control\layouts\e0010409
Edit: Ime File = \Windows\compime.dll
Layout Text = COMP IME
Go to: HKLM\Software\Tegic\eT9
Edit: XT9SupportMSSip= 0
That will bring you back to the good old word suggestion and dynamic auto completion.
Hope this helps.
Click to expand...
Click to collapse
Many thanks, but only one question:
I use frequently as input method the letter recognizer in my HTC Touch HD. With your modifications in the registry, I saw a list of 4 words suggested dinamically (which changes) when introducing one or another letter.
BUT, when I introduce a word that is not in the dictionary (a technical medical word, for example) in one appointment or SMS, and I want to introduce again (in another appointment or SMS) the first two or three letters again, this word is not suggested. It seems like this word is not incorporated in the custom dictionary.
I remember this new word introduced in one appointment or a SMS, was suggested when I introduce the first letters as one of 4 of the list, in my old QTEK s200 (HTC Prophet).
Do you know if is necessary any registry modifications to obtain this feature?
Best Regards and many thanks
can some send me compime.dll?
I don't see compime.dll in the Windows folder on my Tilt2. att probably removed it.
That HD Tweak worked great. When I do the reg edit on my Tmo TP2 I lose the space bar on the software keyboard...Tj
motoq9h said:
can some send me compime.dll?
I don't see compime.dll in the Windows folder on my Tilt2. att probably removed it.
Click to expand...
Click to collapse
its not, nor has ever been in my \Windows directory for my Tmo TP2, yet the registry tweak still worked. Maybe its just not viewable, even though I have it to show all files
xnifex said:
its not, nor has ever been in my \Windows directory for my Tmo TP2, yet the registry tweak still worked. Maybe its just not viewable, even though I have it to show all files
Click to expand...
Click to collapse
Thanks. I just confirmed that the file is present and hidden. I tried this hack but it completely messed up the Hard keyboard on the Tilt2. Reverting back..
weenween said:
Diable eT9. Enable COMP IME. This is a registry edit.
Go to: HKLM\System\CurrentControlSet\Control\layouts\e0010409
Edit: Ime File = \Windows\compime.dll
Layout Text = COMP IME
Go to: HKLM\Software\Tegic\eT9
Edit: XT9SupportMSSip= 0
That will bring you back to the good old word suggestion and dynamic auto completion.
Hope this helps.
Click to expand...
Click to collapse
I tried the above and was able to get the auto complete (the person I want to send txt or mail too), but for this:
Go to: HKLM\Software\Tegic\eT9
Edit: XT9SupportMSSip= 0
XT9SupportMSSip was already set to 0. I still cant get auto suggest to work.
I tried setting WordCompletion to 1 from 0, but that did work either.
Anyone get it working? How?
***UPDATE*** Never mind, I used AdvanceConfigTool to set word suggest to 4 words. It was set to 0, so I got 0.
HAPPY NOW!
RojasTKD said:
I tried the above and was able to get the auto complete (the person I want to send txt or mail too), but for this:
Go to: HKLM\Software\Tegic\eT9
Edit: XT9SupportMSSip= 0
XT9SupportMSSip was already set to 0. I still cant get auto suggest to work.
I tried setting WordCompletion to 1 from 0, but that did work either.
Anyone get it working? How?
***UPDATE*** Never mind, I used AdvanceConfigTool to set word suggest to 4 words. It was set to 0, so I got 0.
HAPPY NOW!
Click to expand...
Click to collapse
Which version of TP2 do u have? Tmobile? Doing this change on ATT's Tilt2 completely screwed up the HW Keyboard, and I had to reset to factory..
motoq9h said:
Which version of TP2 do u have? Tmobile? Doing this change on ATT's Tilt2 completely screwed up the HW Keyboard, and I had to reset to factory..
Click to expand...
Click to collapse
I did this on my Tilt 2 and did not have any issues with my HW keyboard.
I only wish I could edit the fallowing options:
1. Number of letter before it Auto Suggest a word.
2. Set it to not automatically insert a space after I select a suggested word.
Anyone know how to do this?
Aside from that it works great.
The first time I did it, the next day it gave my a keyboard without a spacebar, it had a ".com" & "/" key instead. I did a Clear Storage and did it all again and it works fine now.
UPDATE: Well it was working until I enter my owner info and while inputting my phone number the keyboard switched to a number keypad and now it stuck there. I can't get the regular keyboard to pop back up.
This is getting frustrating!
TrekkerJmm said:
That HD Tweak worked great. When I do the reg edit on my Tmo TP2 I lose the space bar on the software keyboard...Tj
Click to expand...
Click to collapse
OK after a few days with HD Tw for some reason on my T-mo TP2 the software keyboard goes to a number only keyboard with the letters P & W so I have to put it back the original way and restart the phone then go back into HD Tw and redo the settings again anyone else have this problem? ...Tj
Best I can tell when the reg is edited to replace eT9 with the original Auto suggest & Auto Complete once the number keyboard come up, it wont go away.
this is a real bummer, I like the nice Touch input keyboard BUT I much prefer the original Auto suggest & Auto Complete. SO far I can't find a way to keep both.
RojasTKD said:
Best I can tell when the reg is edited to replace eT9 with the original Auto suggest & Auto Complete once the number keyboard come up, it wont go away.
this is a real bummer, I like the nice Touch input keyboard BUT I much prefer the original Auto suggest & Auto Complete. SO far I can't find a way to keep both.
Click to expand...
Click to collapse
EXACTLY my problem... I found out that is wont switch unless I need to select a number on my calender otherwise it lasts a couple days. I wonder if this will do this with all Rom's or just T-Mo...Tj
TrekkerJmm said:
EXACTLY my problem... I found out that is wont switch unless I need to select a number on my calender otherwise it lasts a couple days. I wonder if this will do this with all Rom's or just T-Mo...Tj
Click to expand...
Click to collapse
I have a Tilt 2 and running AT&T's stock ROM. For now I'm sticking with the eT9 as to keep an actual usable SW keyboard. Hope there a solution soon.
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