Hi,
I tried to find a way to unlock my original WM6.5 Unlock Screen via MortScript or similar tools, but i can´t find anything.
Is there anybody who knows about a solution for this Problem? Something like a smal tool which i can execute?
I use the WM6.5 Unlock Screen together with Auto Lock (CSDEVCTRL)
( http://forum.xda-developers.com/showthread.php?t=386451 )
For those who don´t know what i mean with WM6.5 Unlock Screen, klick here (google Frame)
Does nobody have the answer?
realTobbse said:
Does nobody have the answer?
Click to expand...
Click to collapse
First off you would have to have the lock screen NOT block all buttons.
So you could have something to map to the mortscript.
Second, I'm not even sure if there is a click and hold option for mortscript, which would be needed to have the lock screen unlock itself by sliding the slider.
I just did a quick glance at the mortscript 4.3 manual and didn't see the click and hold option. I would suggest asking for help with a mortscript in the mortscript examples and accumulation thread.
codybear said:
First off you would have to have the lock screen NOT block all buttons.
Click to expand...
Click to collapse
That´s a hint for me. CSDEVCTRL has a keymapping-function for unlocking, maybe i can write a mortscript in addition to this keymapping-function.
But I´m still locking for a easier way to unlock the phone. I found out, that the process which is in foreground while device is locked, is gwes.exe. But i can´t find any arrguments that can control this service. (All arguments i tried caused into a crash...)
realTobbse said:
That´s a hint for me. CSDEVCTRL has a keymapping-function for unlocking, maybe i can write a mortscript in addition to this keymapping-function.
But I´m still locking for a easier way to unlock the phone. I found out, that the process which is in foreground while device is locked, is gwes.exe. But i can´t find any arrguments that can control this service. (All arguments i tried caused into a crash...)
Click to expand...
Click to collapse
Maybe write a mortscript to just end this process?
Not sure if that would simply unlock the device or not.
If so then that's kinda retarded on microsoft's behalf.
But AutoHotkey is in the process of being ported to WindowsMobile.
It's slow going since it's developers working on it in their free time; but once it's finished that will give you the functions you're looking for to write a macro type of script to unlock the device.
But as of right now, just trying to kill that process is the only idea I can think...
Here's a mortscript that will check if gwes.exe is running, and if so it will kill it, if not it will pop up a message saying there is not gwes.exe process.
Code:
If( ProcExists( "gwes.exe" )=1 )
Kill( "gwes.exe" )
ElseIf( ProcExists( "gwes.exe" )=0 )
Message("There in NO Gwes.exe process running.")
EndIf
Exit
Otherwise this one will just kill gwes.exe if it's running.
Code:
If( ProcExists( "gwes.exe" )=1 )
Kill( "gwes.exe" )
EndIf
Exit
Make sure to save the script as
scriptname.mscr
and have the latest version of mortscript installed (located here).
Thank you for your help. But killing gwes.exe causes the device crashing, too.
Yeah, I was afraid of that.
Well if I think of anything I'll let you know.
Until then, here's a bump for the thread.
Hi,
is there a possibility to do a screen unlock application which can be activated by voice commander? the situation is this...
I used voice commander to launch google maps while my hand is busy when the screen is lock. however, i will need a program which can be initiated by the voice commander to unlock the screen so that i can navigate the maps. Right now i will have to unlock the screen the normal way which i find voice commander redundant since i'll have to use my finger during lunching anyway.
Can you help me on this? Many thanks in advance. =)
Bump
Looking for this too, as I want to have a time scheduled mortscript run some programs in the morning, but the lock is the problem now. Added this to my watch list.
I want it
Hello,
I need that too !
Please if someone knows how to unlock the screen with a little exe or something, just tell it
Thanks
I know this thread has gone quiet but I was searching for a solution too & came up with the following:
ToggleDisplay(ON)
MouseDown( 240, 775 )
MouseUp(480, 775 )
If you don't have a WVGA device with slider at the bottom, you'll need to adjust the values.
try it!
WM6.1 test OK!
Related
Before someone asks (suprised no one has already!), here's how to disable the Carrier information/BT plugin or rather the very top line on the WM Treos.
Now, before I share this I have to warn you at this point it is NOT worth it to do this trick as it disables a lot of the phone functions that Palm put on the device (at least on the 700wx it did, I'm assuming for the 750v as well).
If anyone can take this info and go further with it, that'd be great as I hear this as the #1 hack request from users.
HKLM\Software\Microsoft\Today\Items\"Dial Lookup"
Enabled = 0 (for off; 1 is for on)
malatesta said:
Before someone asks (suprised no one has already!), here's how to disable the Carrier information/BT plugin or rather the very top line on the WM Treos.
Now, before I share this I have to warn you at this point it is NOT worth it to do this trick as it disables a lot of the phone functions that Palm put on the device (at least on the 700wx it did, I'm assuming for the 750v as well).
If anyone can take this info and go further with it, that'd be great as I hear this as the #1 hack request from users.
HKLM\Software\Microsoft\Today\Items\"Dial Lookup"
Enabled = 0 (for off; 1 is for on)
Click to expand...
Click to collapse
I cannot dail numbers or find contacts from today screen any more if changed this, and the dialed phone list would not be actived when press green button.
There is another way which might work both to retain the facilty but hide the plugin. But can't test it without a Treo
One day maybe...
V
dnie said:
I cannot dail numbers or find contacts from today screen any more if changed this, and the dialed phone list would not be actived when press green button.
Click to expand...
Click to collapse
exactly! hence why I don't recommend it, but I was posting as a starting off point which leads me to...
vijay555 said:
There is another way which might work both to retain the facilty but hide the plugin. But can't test it without a Treo
One day maybe...
V
Click to expand...
Click to collapse
Bah! don't say that! This is probably the most request hack out there!
If there is a way I can test for you by proxy (I just did it with Bruce/pocketmax for a Treo Keylight utility to turn off the kb lights)...
I need someone who's fairly comfortable with Visual Studio 2005 (or EVC) and a Treo. If so, get in touch.
V
vijay555 said:
I need someone who's fairly comfortable with Visual Studio 2005 (or EVC) and a Treo. If so, get in touch.
V
Click to expand...
Click to collapse
Whats Visual Studio 2005? (j/k)
lol, guess I'm out. I'll try to recruit someone who has *both* those qualifications ;-)
I have both, however I'm not a windows programmer and not that comfortable with VS yet. If nobody else volunteers I'll give it a shot.
Hannip will do. I'll be in touch.
V
geez vijay, I have a lot of posting to do to catch up to your 3,979 posts!
hehe
Not that many lol. I'm still way behind Rudegar!
V
hannip and vijay,
You do realize if that you pull this off you *will* be gods in the Treo community...
No pressure!
i'm a .net 2.0 cf dev, and I have vs 2005.
pm me if you're still looking for volunteers.
i sorta figured it out i made it hide the logo but now theres a big empty space i haven't tested it on 700wx yet but i got it to work with the 700w this is what i got so far
http://ppcgeeks.com/remove-logo-semi-figured-out-t1066.html
the problem i foresee so far is that whenever you reactivate the plugin or receive or make a call it resizes itself and also turns visible.
any ideas vijay?
ok i got rid of the blank space im gonna try something else to see if i can fix the reappearance of the logo.
noman2 - let me know how things go. I don't have a Treo, so it'll be a damn sight easier for you to write then me! But I have some ideas.
V
vijay555 said:
noman2 - let me know how things go. I don't have a Treo, so it'll be a damn sight easier for you to write then me! But I have some ideas.
V
Click to expand...
Click to collapse
one thing that seems to be a problem is whenever its resized or hidden and the plug in gets reactivated.(for some reason this plug in is tied into so much) it automatically re shows and resizes itself.
one thing im thinking of trying is to make this program a background process and making it hide it whenever it notices it.
if you have a better idea please let me know =)
ok i made it check every 10 seconds i tried to make it use the least memory i could ill play with the timing tomorrow but for today im done.
i wont be available most of tomorrow so test it out and leave feed back
NOTE* only tested on 700w
http://ppcgeeks.com/remove-logo-semi-figured-out-t1066.html
noman - I have another idea based on a series of new hacks I've made. Which dll are you resizing (by name)?
Polling isn't the best way, but it at least works, so stick with that for now. You might want an event driven resident app though...
V
Hello all,
In WM6 does anyone know how to simulate a keypress without using macro code?? I want to be able to create a link/shortcut to 2 keys...
Record button (keycode 121)
Voice tag button (keycode 195)
Thanks for any help!!!
vjgrace said:
Hello all,
In WM6 does anyone know how to simulate a keypress without using macro code?? I want to be able to create a link/shortcut to 2 keys...
Record button (keycode 121)
Voice tag button (keycode 195)
Thanks for any help!!!
Click to expand...
Click to collapse
Well I understand what you mean by simulating a keypress but I can't understand what you mean by it.
I could write you a small app in .net cf 2.0 to keypress but I don't know if that's you want.
Why not create a shortcut to the actually applications in the windows folder? I have not tried it, but i believe that they should be accessable...
ignore this space
Exitao said:
"x#" is the number that is assigned to that key by the keymap, if Long_VolDown.lnk didn't have it, it wouldn't work; I used "x" because my phone's in the bedroom and I don't feel like getting up to check.
Click to expand...
Click to collapse
No, that's wrong. x is the number of ASCII characters after # allocated to command-line arguments:
[num of chars]#[command line] [optional parameters] Look here for more info...
@vjgrace: I don't understand what you are looking for. Can you explain what exactly you want to do?
kartam said:
Well I understand what you mean by simulating a keypress but I can't understand what you mean by it.
I could write you a small app in .net cf 2.0 to keypress but I don't know if that's you want.
Click to expand...
Click to collapse
@kartam,
Yes, that is exactly what I am looking for...A simple exe that presses 121 and a simple exe that presses 195. Weird, but that is it...the reason (AEBPlus). Currently I am running xmacros (xbar) to perform these actions but AEBPlus doesn't recognize xmc files. I am unable to have 2 more keypress options on one button because I am running 2 xmc files on the camera button...If I had 2 exe files to do these keypresses that would do it, I would be able to have 4 options on one button, I could use AEBPlus fully.
I have Vis. Studio (VS) and I have searched before to do this without success (I am use to C++ and VB, but nothing related to Smartphones). It is such a simple task, I couldn't find how to simply build 2 exe files to perform simply one keypress each (one for 195 keycode and one for 121). If you could do this it would be great, or if you could just give me an idea for VS, I could do it myself . There will be little to no code for VS, I just need to know what to use: language, parameters/arguments, and which properties, if you know what I mean.
@ Nitrogenious,
Thanks for replying, the above description should clarify, I hope .
@phatman81,
Tried but unsuccessful, but thanks for comments.
Thanks all for comments!!
Couldn't you use the keybd_event WinAPI call in a C++ program? I've never used it in Windows Mobile before, but according to the API documentation, it says it works.
http://msdn2.microsoft.com/en-US/library/aa928103.aspx
Toad said:
Couldn't you use the keybd_event WinAPI call in a C++ program? I've never used it in Windows Mobile before, but according to the API documentation, it says it works.
http://msdn2.microsoft.com/en-US/library/aa928103.aspx
Click to expand...
Click to collapse
Good suggestion, thanks!! I will check into it, if it works THANK YOU!!! I have been trying to find a solution for quite some time.
Hi,
For a few days, I cannot enter the Settings panel anymore. It just doesn't do anything, when I try to start it from the Settings TouchFlo screen or from the Settings shortcut in the Start Menu.
When I run ctlpnl.exe with the right parameters, the corresponding screen open, but I'd like of course to get the full Settings screen.
Any idea what I could do?
Thanks!
snark from Belgium
Could anyone export the registry key HKLM\ControlPanel and all its content? I'd like to compare with mine and see if something prevents the loading of Settings. Thanks a lot!
PMail me your email-address and I'll send it to you.
[edit] --> just send.
DeepThought kindly sent me an export of the ControlPanel part of his Registry so I could compare it to mine. Differences were minor and not relevant IMHO. Anyway I delete that part from my Registry and import his export but it didn't solve the issue.
Does anyone have another idea or have the same issue?
If you recently installed MS Voice Command, version less than 1.69..., that could be the problem. I had the same problem. Several hard resets confirmed MSVC was the problem.
MS Voice Command 1.6 German
Hello Guys ...
I read much about MS VC 1.6 cause Cyberon Voice Speed Dial
doesn´t work well in German - and would like to test it now.
Could someone please provide a download link?!
Thanks!
indiana99 said:
If you recently installed MS Voice Command, version less than 1.69..., that could be the problem. I had the same problem. Several hard resets confirmed MSVC was the problem.
Click to expand...
Click to collapse
No, I've never installed MS Voice Command.
Has anyone figured out why the Shut Down button on psShutXP only turns the phone's screen off? Can anyone help fix it?
Hermes by any chance? Do you have a poweroffwarning.exe in the windows folder? Mine doesn't, and I've had no luck getting it working either. It seems that it is done differently using gwes.exe on my phone.
Iceman692 said:
Has anyone figured out why the Shut Down button on psShutXP only turns the phone's screen off? Can anyone help fix it?
Click to expand...
Click to collapse
i think it is because htc removed the shutdown command from the library. Try dave shaws xda-shutdown. It calls the shutdown.exe and actually allows you to shut the phone down.
go here to grab a copy
I really like psShutXP though. Therefore, I am determined to fix it. Holyfox created a VGA fix. From what I've gathered in other forums, psShutXP simply calls up the wrong exe in some devices (in my case, the Kaiser). All I need to do is change the path for the shut down function right? This will be my first "programing venture." I know a lot about every aspect of computers and programing except for the actual programing.
I could really use some guidance if anyone is willing to point me in the right direction. Im not asking for a hand out. I have checked the registry as well as trying to decompile the exe. I am using resource tuner, which I played around editing MS Calculator and it was fairly simple. However, when I went to edit psShutXp.exe, the only things of significance that I only saw are the gif file and a dialog box for the timer. Neither of them actually help me. The only other files i can tell that are associated with the program are to readme.txt files.
Once again, I am not asking for you to do this for me. I want to learn. Any guidance would be helpful! Thanks in advance.
I think Aserg has got it working. Didnt test it yet myself coz I dont have access to downloading from office. But you can check out his post here: http://forum.xda-developers.com/showpost.php?p=1141775&postcount=168
Ameet said:
I think Aserg has got it working. Didnt test it yet myself coz I dont have access to downloading from office. But you can check out his post here: http://forum.xda-developers.com/showpost.php?p=1141775&postcount=168
Click to expand...
Click to collapse
Thanks! I can't download until I get home either. I'll check it out then!
[SOLVED]
s2u2 deletes a file called lockscreen.exe from the windows folder so just had to find that and install it again.
[solved]
i've tried to search for a locking app that i like, but s2u2 doesn't let me play videos, smart lock bugs my phone and it blacks out randomly and pocketshield costs too much for what i am looking for.
i like the HTC lock, the only thing i don't like is that i have to go into the start menu to lock my phone, is there an app that i can shortcut?
i've looked in the windows folder for a lock program hoping i could just copy and paste a short cut and quick link it, but i couldn't find one. (if there is a way like this what would the program name be?)
if there isn't a simple way like that is there a CAB out there?
thanks.
S2U2 works great for me, and why play video when phone is locked??
For the default WM6.5 lockscreen, there are some autolock tools, but you have to search. Always search before post.
webpatrick said:
S2U2 works great for me, and why play video when phone is locked??
Click to expand...
Click to collapse
i think that he/she may mean that s2u2 locks the device when video is playing (ie after whatever timeout).... the solution to this simple... add your video player to the exceptions list in s2u2 settings.
ye s2u2 times out and locks my phone. i've added numerous files that are related to that player to the exeptions but it made no difference. either way i would prefer to keep the regular locking tool but would prefer a program for it so i can quick link it.
i always search, i tell others to so it wouldn't be fair if i didn't
but my searches always lead to s2u2 or pocketshield so i've posted the request. lol most of the threads that are about this end up being about s2u2 and that's why it is hard to find a solution because most people settle for s2u2.