Button lock for WM2003? - MDA, XDA, 1010 Software Upgrading

Thanks to everyone for a great site!
Has anyone figured out how to lock all the buttons except the power button in WM2003 4.00.05? The setting is not in the "phone/..more" tab anymore. I've spent about 4 hours looking everywhere and I just can't find a way. I carry this in my pocket a lot so it would be great to have this feature again. Thanks - Jim

I did not find it in 4.00.10. There is no Tab "More" in Options of the Phone-app.
René

I couldn't find the setting on my 4.00.05 either, so I just edited the registry to say:
[HKEY_CURRENT_USER\ControlPanel\KeyLock]
KeyLock=DWORD:00000001
which works..

odd, on the new tmobile 4.00.10, there still remains the "more" tab.

how come.. I have a MORE Tab in the Phone App. menu which has the feature to lock all buttons except the power button. I am running T-Mobile 2003 4.00.10 with RSU upgrade.

press green call button then on the dialer screen press tools then go into options.
then there is a more tab click that and then there it is.
im on v4.0.0.5 so it should be on yours too but then again im in the uk? might be different? :?:

I'm using the T-Mobile 4.0.10 now and the more tab is there. I don't know why it wasn't on the 3.17 cooked rom. I'm happy now, Now I'm playing with the embedded VC++ 4.0 to writea small app using GPS data. Thanks - Jim

thePhoneGuy said:
how come.. I have a MORE Tab in the Phone App. menu which has the feature to lock all buttons except the power button. I am running T-Mobile 2003 4.00.10 with RSU upgrade.
Click to expand...
Click to collapse
I have no MORE tab in the phone app.
Device info:
ROM version: 4.00.10 ENG
ROM date: 06/20/03
Radio version: 4.21.00
Protocol version: 32S54
I cooked this rom in Jeff's kitchen.
Regards
René

XDA developer Peter Poelman said:
I couldn't find the setting on my 4.00.05 either, so I just edited the registry to say:
[HKEY_CURRENT_USER\ControlPanel\KeyLock]
KeyLock=DWORD:00000001
which works..
Click to expand...
Click to collapse
Same for me, thank you !
Regards
René

I have the "more" button on mine, my device info
Rom version: 3.17.03 ENG
Rom date: 05/15/03
Radio version: 4.21.00
Protocol version: 32S54

XDA developer Peter Poelman said:
...
[HKEY_CURRENT_USER\ControlPanel\KeyLock]
KeyLock=DWORD:00000001
...
Click to expand...
Click to collapse
Could you please do a screen dump post of this please. I am unable to get this to work. I think it is mostly me. I have tried a few ways of interpreting what you have written,, but been unsuccessful.
Please could you re-write the exact string for a dummy!
Thanks
Martin

MADmanFREE said:
[...]Please could you re-write the exact string for a dummy!
Click to expand...
Click to collapse
Screen dumps and exact sequences would depend on what registry editor you would use. You'll have to find this key using a registry editor of you choice, and then locate the KeyLock value under it, and change it from all zeroes to 1 (or 00000001: doesn't matter).
Then soft-reset the machine (I think it needed that, not sure...), and the keylock is on.
You can do it...

XDA developer Peter Poelman said:
...
You can do it...
Click to expand...
Click to collapse
I hope so!!
Heres what's happening, and what I've done.
I'm looking in Settings; Phone; then there should be a more tab correct?
I'm using the PHM registry Editor, which is in the ppc2k3 rom I obtained through one of the forums.
I go to:
-My Device
-HKEY_LOCAL_USER
-ControlPanel
-Keylock
Then on bottom of screen click "edit"
"New DWORD Value"
Value name = "KeyLock"
Value Data = "1"
Base = "Decimal"
I then soft reset, and the tab doesn't appear. I must be doing something simple wrong?
I look forward to the XDA-ROM SE based on ppc2k3, with everything ironed out like this....
Martin

I see the misunderatnding now. No, this doesn't make the tab appear: it turns on the keylock straight away.

Yep it works
Thanks.
Just pressed the buttons with the screen off. It won't come on. Only comes on with the stand by button. Great, perfick!!
Thanks, Martin.
PS, Something to be added to the FAQ...

thought it was fixed..
Yes this seems to have fixed the problem, but..
Sometimes you press the button and it still comes on. When this happens the screen is blank for a second or two, then proceeds to load very slowly. Almost as though its fighting the urge to load up.
Is this a common thing?

Keylock does not work for me :-(
Hi Folks!
Tried this Registry Key on my german T-Mobile MDA Compact but it did not work!
Is this:
[HKEY_CURRENT_USER\ControlPanel\KeyLock]
"KeyLock"=dword:00000001
the right way?
any ideas?

Related

How To Put Date On Taskbar?

Does anyone know a way to put the date on the taskbar with the start button and time etc? I want to do this so I can remove the date from the today screen, and also so I can see the date from any window, like the time.
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
At section `Change the display of the clock in the taskbar`
Note: Once you've change the registry. Give it a good (say) 3-5 minutes for it to have it registered/stored before doing a soft reset. If the time/date doesn't change after soft reset, check the registry again, probably you didn't give it enough time to update. Although this reg edit is relatively harmless, back up your device before doing so.
hanmin said:
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
At section `Change the display of the clock in the taskbar`
Note: Once you've change the registry. Give it a good (say) 3-5 minutes for it to have it registered/stored before doing a soft reset. If the time/date doesn't change after soft reset, check the registry again, probably you didn't give it enough time to update. Although this reg edit is relatively harmless, back up your device before doing so.
Click to expand...
Click to collapse
Thanks, this worked great, I have the date on my taskbar now, however when trying to alter the short date I have a problem. If I do this example given, "To change the Short Date Format to show "Mon/2" = ddd/d" then this works fine. What I actually want is to show the day and the month, i.e. for the 5th June, i'd like it to display 05/06. I've tried to do this but it displays as "05/m". Any ideas why this happens?
bumpety bump!
You need to use an uppercase M, not lowercase m.
m = minutes, which is invalid in the date field, so it just uses 'm'
M = month, which is valid in the date field, and so should show the date.
Note that if you want the leading zero, you'll need to use MM.
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
ZeBoxx said:
You need to use an uppercase M, not lowercase m.
m = minutes, which is invalid in the date field, so it just uses 'm'
M = month, which is valid in the date field, and so should show the date.
Note that if you want the leading zero, you'll need to use MM.
Click to expand...
Click to collapse
Result! Works a treat now, thanks
J-Mac said:
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
Click to expand...
Click to collapse
The key doesn't exist, you need to create it.
fuel925 said:
J-Mac said:
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
Click to expand...
Click to collapse
The key doesn't exist, you need to create it.
Click to expand...
Click to collapse
Cool - Thanks.
I had considered it, but without knowing, I didn't want to add a key.
No problem! Just post again if you have any trouble
I tried to do this per instructions but the final 6 (5/5/06) cuts off. I tried to change it to short date but it didnt work. I had to add the SSDte key but it deletes everytime i restart the phone.
Anyone have any idea how to fix this issue? It appears the date is being cut off...
That's the space reserved for the X/OK button covering the 6.
I don't know how to change the date in the taskbar to the short date format. That would probably help.
FreakinSyco said:
Anyone have any idea how to fix this issue? It appears the date is being cut off...
Click to expand...
Click to collapse
how about changin the separator[/] to [.] in date settings
J-Mac said:
That's the space reserved for the X/OK button covering the 6.
I don't know how to change the date in the taskbar to the short date format. That would probably help.
Click to expand...
Click to collapse
Ok.. now in short format with either M/d or M/dd I get some odd display. See attached.
Did you try leaving a pace or two after the date code?
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
FreakinSyco said:
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
Click to expand...
Click to collapse
Great!
Where was the registry key for changing the date, BTW? (Never get used to this WM5!!)
Never mind - add it, right?
I'm looking for keys that ain't there again!
Does this work on the AKU2 roms?
J-Mac said:
FreakinSyco said:
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
Click to expand...
Click to collapse
Great!
Where was the registry key for changing the date, BTW? (Never get used to this WM5!!)
Never mind - add it, right?
I'm looking for keys that ain't there again!
Click to expand...
Click to collapse
I used RegistryWizard to get the date onto the taskbar. It does not have any formating options for the date... thus why im in this thread.
See here for RegistryWizard:
http://forum.xda-developers.com/viewtopic.php?t=39725
Some people are having issues with the latest version (including me) but the second most recent works fine to add the date.

How to change location of CALENDAR AND CONTACTS for softkeys

Hey guys,
I need to switch the location of my contacts and calendar for my softkeys, anyone know how to do that?
Here is the location in the registry:
hkcu/software/microsoft/today/keys/112
This is for the calendar. Change "default" to the text you want displayed and "open" to the path of the app.
If it doesn't exist, create a new key called 113 under:
hkcu/software/microsoft/today/keys
same setup under 113 as 112.
Here's a slightly easier way of doing it. Download this file, rename the extension to .cpl and put in your \windows folder, soft-reset and then goto Start -> Settings -> System -> Soft-Key
See next below for the cab.
Here it is in Cab file for those who prefer a 'one-click' solution....
The control panel item in the cab kyphur attached above is integrated into the custom Cingular ROMs 2.24 and above...that I build anyway.
summiter said:
The control panel item in the cab kyphur attached above is integrated into the custom Cingular ROMs 2.24 and above...that I build anyway.
Click to expand...
Click to collapse
When I use it to set a soft key for New SMS or New MMS, it says canot find file. Any idea how to resolve?
I'm using the QTEK 2.17 ROM
summiter said:
The control panel item in the cab kyphur attached above is integrated into the custom Cingular ROMs 2.24 and above...that I build anyway.
Click to expand...
Click to collapse
Was it present in Cingular_RUU_Wizard_AKU2.3_Custom_RNG_THM_A2DP_TEST.exe or perhaps added to the followup? I don't see the shortcut present in Start --> Settings --> System.
I don't particularly want it, but am more curious why I don't see it and wondering if there's anything more than just the radio ROM different between the two builds.
Thanks for all your hard work on this! I'm on record as the first to kiss your @$$ in my tagline. Though that guy offering to have your kids & seahorse stuff - well, that was a pretty strong show of support even if a bit spooky. I thought it might be cool if others running your custom ROMs did the same with their tags and you could see the positive impact on the community by a show of raw numbers. :mrgreen:
just wondering im trying to map my left softkey to new sms and well it says cant find tnsms does any one know how to fix that or no
Summiter:
First, let me kneel, grovel, worship, etc. The new ROM is awesome!
However...
In the Softkey program that you included, you need to change the name of the file that "Calendar" accesses to just 'Calendar.exe', not 'HTCCalendar.exe'. (on the 8125, anyway).
Haven't tried the rest of the soft key functions, but that one had a little problem. Easy enough to fix:
HKCU
Software
Microsoft
Today
Key 113 (at least, on my machine, might be different...),
change the "Open" value to \windows\Calendar.exe.
gizm0luvsu said:
it says cant find tnsms does any one know how to fix that or no
Click to expand...
Click to collapse
Put the attached file in your \Windows folder and soft reset. Then you shoud be able to assign a soft-key to "New SMS" and it will work.
100Tbps said:
summiter said:
The control panel item in the cab kyphur attached above is integrated into the custom Cingular ROMs 2.24 and above...that I build anyway.
Click to expand...
Click to collapse
Was it present in Cingular_RUU_Wizard_AKU2.3_Custom_RNG_THM_A2DP_TEST.exe or perhaps added to the followup? I don't see the shortcut present in Start --> Settings --> System.
I don't particularly want it, but am more curious why I don't see it and wondering if there's anything more than just the radio ROM different between the two builds.
Thanks for all your hard work on this! I'm on record as the first to kiss your @$$ in my tagline. Though that guy offering to have your kids & seahorse stuff - well, that was a pretty strong show of support even if a bit spooky. I thought it might be cool if others running your custom ROMs did the same with their tags and you could see the positive impact on the community by a show of raw numbers. :mrgreen:
Click to expand...
Click to collapse
It's in test2..my bad. The radio and the softkey applet are the only things added to test2.
I don't need any thanks. I do like to see folks learning and asking productive questions though.
If you want to remove the softkey program, how do you do it? I can't delete the .cpl file from /Windows for the life of me. Thanks.
(Softkey is quite buggy... plus a lot of it's mappings are incorrect. Even if I edit the registry and change the mapping, softkey changes it back to the incorrect mapping upon soft-reset).
i might be needing this..
(anyone know how to tag a thread without bumping it?)

Hard buttons config

Hi all
Can anyone send me the following registry key (and subkeys) please (of the HTC TyTN / Hermes)
HKLM\SOFTWARE\Microsoft\Shell\Keys
I have a problem with my power button and I've discovered that some values are missing in this registry key.
P.S.: If possible, please send me the configuration from an original rom without any third party software.
Many thanks!
nero said:
Hi all
Can anyone send me the following registry key (and subkeys) please (of the HTC TyTN / Hermes)
HKLM\SOFTWARE\Microsoft\Shell\Keys
I have a problem with my power button and I've discovered that some values are missing in this registry key.
P.S.: If possible, please send me the configuration from an original rom without any third party software.
Many thanks!
Click to expand...
Click to collapse
Hopefully Keys attached
Mike
many thanks Mike
but "Button 6" configuration is missing... is that alright?
by default there is no configuration for this button?
nero said:
many thanks Mike
but "Button 6" configuration is missing... is that alright?
by default there is no configuration for this button?
Click to expand...
Click to collapse
Yes, until now I had not noticed that but that is indeed true on mine. I have also not carried out any customisation or even reset any of these buttons (well since last HR anyway)
Mike
Hi again Mike!
Ok, I've deleted the "HKLM\SOFTWARE\Microsoft\Shell\Keys\40C5" key and now the power button works perfectly.
I have wisbar advance 2 installed and probably, somehow I think, messing arround in his settings has created the power button mapping and that makes his behaviour anoying...
Maybe this is a solution for some other people with this problem. I've seen there are more people in the forum with the "power button problem".
Many thanks.
Power Button
Good news.
Had not seen others with the problem of the "power button" but if I spot them I'll link to here and by repeating power button problem hopefully searches will lead here!!!!
Mike
checkout this one here
people saying that need to do a soft-reset...
is what I have been doing when the power button get stucked and it is not anymore
nero said:
checkout this one here
people saying that need to do a soft-reset...
is what I have been doing when the power button get stucked and it is not anymore
Click to expand...
Click to collapse
Well now, I wonder!
Perhaps you could write up a detailed piece on exactly what was happening and then the exact detail of what you did/changed. I have a pretty good picture but if you get the time the old blow by blow account would be useful.
Cheers
Mike
going to bed now-enough problems for one day!!!
Mike,
sorry but I dont know exactly what you want to say with "old blow by blow account". My native language is not english and I dont know that expression.
I can say that my power/toggle screen button becomes "non responsive" in the past couple of days, sometimes works after 3/4 presses or after a long press but other times I need to do a sw reset pressing with the stylus in the reset button/hole.
What I did to fix this malfunction is what I've described in this thread's 5 post (here)
I've used resco's Registry Editor and deleted the key "HKLM\SOFTWARE\Microsoft\Shell\Keys\40C5" and all of it's contents.
Now the power/toggle screen button works perfectly!
If you need some more information, just do has one of our tv commercial
"explains it as if I am too much donkey"
Cheers,
Nero
I'm from Portugal.. same GMT, sweet dreams
Would this make it in a wizard too?
Hi guys, I have a wizard with the power button inoperant, everything else looks work fine... I tried several tricks given in the forums and those are great to power it off but not for turning on the phone niether the display on. Would this make it in the wizard too?
Luiggi, take a backup of your registry (Everyone should before registry editing), and just try it!
V
Hi Guys,
does anyone know how to reconfigure the video-call button (the little button above the green button). I don't use this one, en would like to give it another function)
Thx!
Thanks VJ
vijay555 said:
Luiggi, take a backup of your registry (Everyone should before registry editing), and just try it!
V
Click to expand...
Click to collapse
Thank you Vijay I took a look to the 8125 registry and is quite different, i´m afraid this wouldn´t work for the Wizard. I´ve tried also a couple of your programas (VJKeypress and VJEscahaton) but can´t help either, my problem is to turn the phone on (i´ve been using softreset during a connection to the power supply) and all indicates that this is a hardware issue... any thoughts?
Take a full backup (eg SPB Backup) then hardreset. Test if a clean rom still has the problem. If it does, it's a hardware issue, get it repaired.
Otherwise, if it's software, list what you've got or rebuild your installation.
V
It died like a hero....
vijay555 said:
Take a full backup (eg SPB Backup) then hardreset. Test if a clean rom still has the problem. If it does, it's a hardware issue, get it repaired.
Otherwise, if it's software, list what you've got or rebuild your installation.
V
Click to expand...
Click to collapse
I follow your advice and @ 80% of flashing stalls for awhile with the progress bar in red, after some minutes proceeded turning the progress bar in blue color and @ 95% progress I got ERROR326 : INVALID COMMAND "With the legend "This NBF file can not be used for your phone. Please check your NBF file" The screen was white with the 95% progress bar and lost connection with the PC, I tried a softreset and what I got was the tricolor scren with IPL / SPL data and RUU at the top right. I´m afraid that we have another G4 casualty...
And few hours later.......
I reflashed the phone with RUU_RIsidoro_2.26.10.2_WWE+CF2SP1_G4 this time it went to the 100% progress and the congratulation screen for a succesful flashing, however stalls in bootloader screen (this time without the RUU inthe top right), whenever I do a softreset (since the on / off button still is not working) The HTC innovation splash screen shows up, then disappears and my Wizard returns to the bootloader mode. I think I should be moving to the Wizard forums, thank you VJ!

Odd icon in Phone screen

Hello all. My first post on these great forums!
I have an odd issue with a branded HTC TyTn.
There is an icon in the Phone screen underneath the 'X' close button. It is like an eye with half an arrow pointing right.
I have attach a screenshot so you can take a look.
Any ideas what it could be at all?
Many thanks.
Could you please post:
When you bought it, the ROM version, OS version and date etc....
oh yeah, i had that as well. i have since upgraded to wm6. I wonder what it is.
oh, i have a m3100 on orange UK. It did have the original orange rom.
Here is some more info....
WM5
ROM : 1.18.225.3 (07/22/06)
Radio : 1.03.03.10
lyceum said:
Hello all. My first post on these great forums!
I have an odd issue with a branded HTC TyTn.
There is an icon in the Phone screen underneath the 'X' close button. It is like an eye with half an arrow pointing right.
I have attach a screenshot so you can take a look.
Any ideas what it could be at all?
Many thanks.
Click to expand...
Click to collapse
Looks like a video camera (webcam) out icon to me. Does it indicate video calling enabled??
Mike
see in the \windows directory if there is a file called "carrierlogo.gif", it's normally used 4 the logo of the carrier. If there isn't a pic, so you can start to thing something else.... Make an Hreset, on the first boot, reset the ppc, unhide the extended rom (no UNLOCK, so only reg keys needed) and launch 1 by 1 the cabs rebooting on every installation.
When you've identified the cab, then is possible to know something

[TRICK]Look: how to change softkeys in TFLO!

Hey.
Here is the way to change the homekeys IN TFLO 3D.
In a registry editor, go to:
HKLM/Software/HTC/manila/
Here is:
HomeLSKPath, which is the left softkey (Standard = Phonepad)
And
HomeRSKPath, which is the right softkey.
If you change these with the location of the programs you want to link to, and simultaneous change the names:
HomeLSKText = Left softkey text
And
HomeRSKText = Right softkey text.
Changing the boot picture/sound:
HKLM/Software/HTC/HTCAnimation (startup animation)
and
HKLM/Software/Microsoft/Splash Screen (The green WM 6.1 logo)
BY "teddyen66"
Hi
Have tried it but can't get the labels or items opened to change. Can you post an example of the string you're using?
Thanks alot. Finally some usefull apps on the softkey!!!
;-)
Nice one Moooooa *blink* *blink*
Må sku INDRØMME at jeg GLEMTE at sætte dit navn på! Er gjort nu
mooooooa said:
Må sku INDRØMME at jeg GLEMTE at sætte dit navn på! Er gjort nu
Click to expand...
Click to collapse
No problemo
Nice tip - thanks.
Changed Phone to Camera as I find it a pain in the ass to get the camera up and running quickly! Who needs Phone - as pressing the Call key does the same thing.
p3eps said:
Nice tip - thanks.
Changed Phone to Camera as I find it a pain in the ass to get the camera up and running quickly! Who needs Phone - as pressing the Call key does the same thing.
Click to expand...
Click to collapse
Nice thought! I was thinking the same as well, or the other alternative is to activate/deactivate Bluetooth but does anybody know the string to Enable Bluetooth?
Thanks in advance!
Just wondering - why use registry when you have that option in Preferences?
"Changing the boot picture/sound:
HKLM/Software/HTC/HTCAnimation (startup animation)
and
HKLM/Software/Microsoft/Splash Screen (The green WM 6.1 logo)"
So i tried it i just changed the path to another image (jpg) in the internal storage. I got a blank screen.
So does the image you choose have to been in the device?
Does it have to be .png?
If so whats the file path to the device.
Thanks very much or maybe im doing it all wrong you tell me please.
Cheers! thanks!
pedmond said:
Just wondering - why use registry when you have that option in Preferences?
Click to expand...
Click to collapse
Where`s Preferences?
davemazo said:
Where`s Preferences?
Click to expand...
Click to collapse
Sry, Settings.
princEd said:
Nice thought! I was thinking the same as well, or the other alternative is to activate/deactivate Bluetooth but does anybody know the string to Enable Bluetooth?
Thanks in advance!
Click to expand...
Click to collapse
\Windows\CommManager.exe brings up the Comm Manager, IMO even more useful.
I would love to see configuration of long press of other keys than End Call, though.
pedmond said:
Sry, Settings.
Click to expand...
Click to collapse
I did nothing there. I`ve searched everywhere
Ignore this. I take it Sry means "sorry" not wrongly typed "Try". If you know what I`m going on about.
Please teach me dude how do you make it to boot your own image. Ive changed the image path but still nothing.
Thanks!
Hi.
I have changed the text on the right button. I want the right button to "link" to my contacts, but I cannot find out what the contacts are called on the Diamond?
davemazo said:
I did nothing there. I`ve searched everywhere
Ignore this. I take it Sry means "sorry" not wrongly typed "Try". If you know what I`m going on about.
Click to expand...
Click to collapse
Yo dude. I just checked it out.
Try: Start>settings>buttons
However, there is only 1 button that you can set (or maybe that what i know),
from the drop down menu, choose "camera". Viola!
Thru trial and error, i found out that the Button 1 is actually the call button.
Which means: press it once to go into phone mode, long press (hold) to activate camera. Hope that helps.
kiat2000 said:
Yo dude. I just checked it out.
Try: Start>settings>buttons
However, there is only 1 button that you can set (or maybe that what i know),
from the drop down menu, choose "camera". Viola!
Thru trial and error, i found out that the Button 1 is actually the call button.
Which means: press it once to go into phone mode, long press (hold) to activate camera. Hope that helps.
Click to expand...
Click to collapse
Yeah sussed that out thanks. I was really looking to be able to just have a quick button press that turns bluetooth on and off just like my Nokia N80 does. I found it very handy
kiat2000 said:
Yo dude. I just checked it out.
Try: Start>settings>buttons
However, there is only 1 button that you can set (or maybe that what i know),
from the drop down menu, choose "camera". Viola!
Thru trial and error, i found out that the Button 1 is actually the call button.
Which means: press it once to go into phone mode, long press (hold) to activate camera. Hope that helps.
Click to expand...
Click to collapse
Yes, you are quite right. I guess I was confused
pedmond said:
Just wondering - why use registry when you have that option in Preferences?
Click to expand...
Click to collapse
i can´t find the preferences menu, can you help me, please?

Categories

Resources