[APP][WM6.5+] DeviceLockXT - A fix for the Windows Classic Lock Screen [UPDATED v1.1] - Windows Mobile Apps and Games

On WM6.5 and WM6.5.x you have the option of using the new sliding lock screen. I for one prefer to use the old 'Windows Classic' lock screen (i.e. the one where you have to tap the soft key then an unlock button like in WM6.1, see images), as it uses less memory and allows me to see the today screen. However, on many ROMs for HTC phones, even stock ROMs, it doesn't seem to work properly with regards to incoming calls.
When you receive an incoming call, the lock screen pops up asking you to tap unlock, but it is unresponsive and obscures the caller ID screen, meaning you can't see who's calling you or the accept / reject slider. On phones / ROMs were it does work properly, you sometimes still have to press the unlock button manually before you can do anything.
This had annoyed me for ages and I couldn't find a solution, so since I am learning C++ at uni, I decided to try and teach myself Win32 programming and create a a program to fix it. The result was this little utility, my first windows mobile app
The program basically just sits and waits for an incoming call, and when the system notifies it of one, if the device is locked it waits for the unlock screen to pop up and then very quickly presses the '*' key. The result is that the device unlocks before the screen messes up, allowing you to see the dialler! The app is very lightweight (executable is only ~6KB), fast (native code), and does not use the CPU whilst idle since it makes use of the windows messaging notification system. Should theoretically work on any resolution on any device, but I've only tested it on my Touch Pro2 (WVGA).
I originally made this just for myself, but XDA Developers has been so useful to me over the years I thought it would be nice to share it with you guys For this reason it is provided as is, I may or may not add to it. I'll try and fix any bugs and stuff if they arise, but I'd like to keep it a simple, lightweight app.
[size=+1]VERSION HISTORY:[/size]
1.0 - Initial Release
1.1 - Multilingual support. If v1.0 works for you, you don't have to upgrade but you can if you like.
Fixed the bug that causes program to crash if not using an English ROM.
Removed message box that tells you you're using the sliding lock. Program now just exits silently.
CAB file now changes the registry key to disable the sliding lock screen for you.
[size=+1]INSTALLATION:[/size]
I've attached the EXE in a zip file, simply unzip, place it on your device somewhere and run it to activate the program. Run it again to exit the program. You might like to place a shortcut in \Windows\Startup. The program will not run if you have the WM6.5 sliding lock enabled, you need to have set:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LockScreen] "Enable"= dword:00000000 (obviously).
I've also made a cab file which just simply places the EXE in \Program Files\DeviceLockXT, and creates a startup shortcut and the reg key for you, if you prefer
If you already have DeviceLockXT installed and are installing a newer version, you probably need to stop the old one from running first, and you should probably uninstall the old CAB before installing the new one. I don't know what difference it will make if any.
Enjoy!
DISCLAIMER: In the unlikely event that this program damages your device / causes you to lose data / kills your cat / whatever, I am not responsible. Use at your own risk.
Feel free to include it in a custom ROM if you like!

This looks interesting. Like you, I also do not like the latest lock screen (I've been searching forever for a better one). Does yours support PIN lock? And if you wouldn't mind, I think it'd be cool to see a screenshot (or just a google image), I'm not sure if I remember the classic lock screen you are referring to...

Certainly! Images added & first post updated
The reason I like it is that it isn't a lock screen as such, more of a lock softkey. This allows you to see through to the lovely HTC flip clock when the phone is locked / you turn it on to see the time. You only see the rather ugly looking grey screen when you want to unlock the device.
The program will run if you have PIN lock enabled, but there is no need to use the program in this case, it will literally sit there doing nothing. If you are using the PIN lock then the dialler screen works fine, at least on my phone anyway
To use the Windows Classic Lock Screen with a PIN just set:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LockScreen]
"Enable"=dword:00000000
Then enable a PIN in Settings > Lock and you're good to go! No need to install my program You can also set:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LockScreen]
"ShowLockScreenPicker"=dword:00000001
To get an extra tab in Settings > Lock which lets you change lock screen without editing the registry.
EDIT: There is not supposed to be a space between the c and r in LockScreen in the reg keys, don't know why the forum does that.

I'm also a fan of the "Windows Classic Lock Screen", and have encountered the same problem that you describe!
So thanks a lot for this great tool, I'm trying it ASAP.

i see your point of locking and seeing at the same time your home screen right there and then and i think i'm liking it. i'll give it a try. any chance to change the "ugly" gray unlock screen to something else? a simple black one would be good for me, or better still to a customized background.
edit: btw, does this work on stock wm 6.5? it says 6.5+ in your post.

Yup, I meant 6.5+ as in 6.5 and above (including both 6.5 and 6.5.x)
Not that I know of, the grey screen is part of the windows mobile locking program itself so I don't think it can be easily changed. On some ROMs I have tried the grey screen is skipped entirely, unlocking straight away when you press the softkey, but this is tied to something at the ROM level I think. So it's possible, but I don't have the time or ability to figure it out
Another way to do it would be to write your own locking program from the ground up that mimics the standard windows classic one, then you could do what you like, which interestingly is what I tried initially. But it was much harder than I thought! Defeats the point of utilising what is already on your phone though, which is what I like to to (minimal 3rd party software).
I repeat my program is NOT a stand alone lockscreen, but a utility to hopefully make the built in one work properly. In my opinion the windows classic lock is fine as it is, apart from the issue my program aims to fix

Great job!
This little app works very well and it does what it promises.
The grey screen is something that I've seached how to change for quite some time, but haven't found nothing. It would be very cool if we could edit it!

This is just awesome...thanks so much for sharing...

What about cooking this program into ROM? Is it fine to do so?

Yeah sure, it says so at the very end of the first post (under 'Disclaimer')

Uch, sorry, I never read disclaimers or other important notes.
Keep up great work. I'll include this software into my ROMs if I don't find anything annoying

thank you very much.this problem is annoying me for a long time,i'll have a try.is this work well,i'll get a reply.wish it work well and jack use it in his roms~

It's work very well in my phone,thank you very much~good job~

Been using this for a day or so now...no complains...works as intended. Thank you!

i find a problem with the app.when i use the app,the screenlight is turn on and turn off,it's change all the time.when i use the swith button to turn off the screen light,the screen light will turn on soon.and if i close the app ,the screen light became well.what's the wrong?can you help me ?

I'm not sure what would be causing that behaviour, what device are you using? What version of windows mobile / ROM are you using? Do you have any other screen lock type apps installed?

It is nice
but unfortunately it works only for WM6.1
i hope i can find one for WM6.5

jamiemckee said:
I'm not sure what would be causing that behaviour, what device are you using? What version of windows mobile / ROM are you using? Do you have any other screen lock type apps installed?
Click to expand...
Click to collapse
I use HTC TOUCH PRO 2 ,HTC Version.and the rom is Jackos EVO FULL v1.1.0.i don't installed another screen lock.do you know what cause the problem?thanks~

Delete Hd2ProximityScreenOff.lnk from /Windows/StartUp

Jackos said:
Delete Hd2ProximityScreenOff.lnk from /Windows/StartUp
Click to expand...
Click to collapse
Thank you very much ,i 'll have a try~

Related

-

-
this seems to be a great idea! I copied it to my memory card and couldn't run it cause I don't have .net 3.5.
I'm not interested in installing it cause it would take to much memory for other installs(waiting for a cooked 3.5 rom).
Try making a 2.0 compatible version of technic.exe first.
But this one is a good software to look up to. I use s2u2 as my locker and I miss configurable gestures to unlock.
Organic lock is going to be great! no doubt about it!
looking forward for:
1 - 2.0 compatible technic.exe
2 - full gesture control(i'm guessing this version allows only the click of the "checkpoint" and not the gesture)
3 - locking sequence not explicit(as for only owner knows it.. if not done yet)
Thumbs up to your work!
philocritus,
I didn't quite understand the 3rd point. Could you explain?
Made Technic compatible with .NET CF 2.0. Check new archive.
I can't seem to put in a gesture on my Kaiser. It doesn't detect any strokes of mine unless I make them very quick and very hard and even then, the strokes aren't the ones that I made, they seem pretty arbitrary.
I have to use the "Blind" option....lol
met3ora said:
I can't seem to put in a gesture on my Kaiser. It doesn't detect any strokes of mine unless I make them very quick and very hard and even then, the strokes aren't the ones that I made, they seem pretty arbitrary.
Click to expand...
Click to collapse
You have to tap the moving "lava" parts when you tap the black area your hit is not registered. So you basically have to tap the lava as it passes your pre-determined point.
I mean when I'm trying to define my gesture.
Excellent!
A new idea...wow!
Tested it out, and it works as it should....though I do have a few suggestions:
1)Instead of the 'lava' theme, try a easier theme....like dragging around a block in a grid would be an easier metaphor...like those picture puzzles!
2)kinda resource-hogging...slim down maybe?
Overall, a 5/5
rev3nant said:
philocritus,
I didn't quite understand the 3rd point. Could you explain?
Made Technic compatible with .NET CF 2.0. Check new archive.
Click to expand...
Click to collapse
Thanks Rev! I'll check it out and send you the results
as for the 3rd point I'm talking about having a static image as background and only the user knows where to touch to unlock. any other guy can't unlock it that way(kinda like a organic password)
Nice work.
But here, with lock enabled, phone doesn't ring.
Bye
This didn't work with my touch when I ran organic-panic. I opened that .exe, and my screen froze. I turned off the phone and turned it back on. I finally saw the lava screen and the little pockethal logo on the bottom right but the screen was still frozen. Is this running in DirectDraw? Last time this kind of thing happened is S2U2 v.93 or something and I think it was due to DD.
Interesting new idea. Subscribing to keep an eye on the progress.
ok rev here are the results on my trinity:
organic and organic-panic both run and respond only to the cancel button. couldn't unlock it...
when the display went off it never came back on...
maybe a .net 2.0 problem? or am I getting something wrong?
my perception is that there is no response to touch screen...
See these threads:
http://forum.xda-developers.com/showthread.php?t=375294&highlight=gesture
http://forum.xda-developers.com/showthread.php?t=362231&highlight=gesture
Others who put some thought and effort into something like this. I think it would be great. I added my ideas in those threads. I still wish it could be a "Gesture 2 Action" module, that could be integrated with S2U2 at some point cuz S2U2 has pretty much all the "locking and unlocking" functions down. It is evolved enough to handle almost all the use cases with notifications, locking buttons, and what not. All we'd be adding is a different "trigger" to initiate the unlock. I'm not saying its easy, but its gotta be easier than trying to redevelop all the code to do all the other functions, when all this is really adding is the gesture part.
Again, MHO.
New version.
0.8 (latest):
- Using GAPI instead of closed PocketHAL libs (so you need gx.dll)
- Removed both locker screens
- Added another unlocker screen (Checkers)
- Works with standard screen locker (and possibly any other, that properly sets lock flag in registry). This needs to be checked with other lockers' authors (in future version).
- Number of points can now be from 5 to 10.
- Installable .cab instead of .zip
See first post for .cab
If you can combine the functionality of S2U2 (notifications, time, now playing, etc)... this would be one of the top 5 best apps for WM6 available, period.
Yes, It does work on my prophet
I ,however, don't how to use even I read the instruction
May you record a live teaching video?
it's locking me all the way..
Very interesting idea that I want to see succeed. Subscribing to monitor progress/development.
WB
New version - 0.8.0.2:
- Slightly different Checkers unlocker
- Accuracy (difficulty) increased
- Device is now automatically locked after soft-reset
It works well on my prophet! However, I dislike it locking instantly on a soft reset, although this is just my preference...

Touch Pro Pop Up On Screen Keyboard

How do I make this feature go away when in landscape mode and I am using the slider? Help!!!
Ummm, hit the keyboard icon right below the onscreen keyboard?
I want it to permanently stay down unless I tell it to pop up. It shouldn't pop up if the slider is out.
null keyboard. should solve the problem (i had it installed on my treo, and i think it should work fine on the TP)
http://discussion.treocentral.com/archive/index.php/t-129200.html
NullKB
While NullKB is the best on-screen keyboard fix I have seen, it's also the ONLY fix I have seen. I have been using it since I had the Sprint HTC Mogul. After installing on The Touch Pro, it tends to keep the KB at bay inconsistently. I am not sure if it stops working automatically upon soft reset but I wish it would control this issue unless otherwise directed.
download 'Advanced Configuration Tool'
Then in the Input section Disable 'auto deploy SIP'
dansblackcat said:
download 'Advanced Configuration Tool'
Then in the Input section Disable 'auto deploy SIP'
Click to expand...
Click to collapse
I have never seen that option in Advanced Config.
I will check today to confirm.
I hate touching my phone while sharing internet, They always get cranky and it turns off for some reason.
Null keyboard works. Yay 4 Jugs rom has it built in.
I think he had a newer version then mine. Mine would just load a white box and stay up, His loads the box for a moment, then never comes back. But the bar will come up when its trying to deploy the keyboard.
This one has pissed me off for ages too. Just another one of those things Microsoft should have fixed several versions ago.
I dont think its nessarly their thing.
The dev's just are not writing something in to the phone to tell it to not put the keyboard up when you dont want it.
I dont think its a windows mobile thing at all.
Just remember, what devs think and what actuall users think are tottaly different.
We like no irritations unless we ask for them. They are thinking "well this would be good if the keyboard poped up here right now"
The other problem though with the OSK is that as soon as you bring it up, by accident, or purpose, it will pop up for everything after that. That is the one that bugs me the most.
----
Okay, I checked advanced config, and the option is there, i set it to disabled. Haven't tested it yet.
Working out another issue with standby at the moment.
Sarinhighwind,
Please let us know if the advanced config changed, worked. The on screen keyboard on my Sprint TP, pops up when I go into landscape mode, and then when I start to type using the slider key pad it disappears.
I don't want it to pop up at all.
Thanks.
TheDempster said:
Sarinhighwind,
Please let us know if the advanced config changed, worked. The on screen keyboard on my Sprint TP, pops up when I go into landscape mode, and then when I start to type using the slider key pad it disappears.
I don't want it to pop up at all.
Thanks.
Click to expand...
Click to collapse
Just checked, I forgot to earlier.
It does NOT work.
Like a lot of Advanced config features do not at the moment.
I used AC 3.3
The latest as I know of. Or maybe its 3.2 Whatever it was a few days ago when the TP came out.
This one has annoyed me as well... Using AC 3.2 it works well for me, the SKB does not deploy but it required a soft reset before it would work...
I use version 3.3 and it works fine for me. No more keyboard pop up here.
As above. YES you must do a soft reset before it works.
i see u guys arent recommending advanced config on the htc touch pro cdma .. is there one currently that is better... to change startup pick.. change soft key buttons....change order of tabs on tf3d
Another version of this question: how do I make the pop-up icon appear on every screen? (It does not appear on the today screen, for example).
you would use Diamond Tweak
[HKEY_CURRENT_USER\ControlPanel\Sip]"TurnOffAutoDeploy"=dword:00000001
If you make this entry into the reg it turns it off most of the time, in opera doesn't work
I know this is an old topic but I was looking for a solution for my Verizon XV6850 Touch Pro and Diamond Tweak worked for me (on SSK's 2.1.1 rom) but it's the same thing your gonna have to soft reset.
This was most annoying for me because it would pop up when making calender appointments for drop down menus. If you have a drop down why do you need to type in the time???
Anyway it worked like a charm just go down to keyboard (popup) and select disable and you'll be set
fury161 said:
[HKEY_CURRENT_USER\ControlPanel\Sip]"TurnOffAutoDeploy"=dword:00000001
If you make this entry into the reg it turns it off most of the time, in opera doesn't work
Click to expand...
Click to collapse
Is there a REG Tweak that tells it to always start in 123 mode? My keyboard is stuck in 123 mode and won't switch when I press the abc button on the screen keyboard...

How to add a lock button to the Today screen on WM6.5

Before I get on to my question as the title states, I'd just like to say that I'm a long time lurker of this site, however this is my first post as you can tell. I've used a number of ROMs for my Sprint Mogul over the last year and a half or so and just want to extend my appreciation to all those that have put so much time and effort into these devices.
Now onto the question at hand,
I have downloaded and loaded up Ryan Mogul's WM6.5 sprint heavy ROM that he listed. And everything is working very smoothly so far. However, I have to say that I'd really like to add a lock button to the Windows Default Today screen. The only way I have found to lock the phone so far is to go to start and then click lock at the bottom left. I have looked through the utils and options and so far the only way to add the lock to the today screen is to get rid of the sliding menu on the today screen and go back to the old style from 6.0-6.1. Can anyone tell me how I can add a lock button to one of the panels on the windows default today screen?
Any help that can be provided is much appreciated.
ZeroG
i found a cab for a program called devicelock 1.2. i installed that and then mapped it to one of the buttons that i don't use (the press and hold for voice command). i find it quicker to use a hard key than to navigate to it. i also added it to the applications panel (or whatever those things are called). i am not sure where the .exe is at but you can manually map it as \windows\start menu\programs\device lock.lnk

WM 6.5 Lock Screen Notifications..

I am having a lockscreen notification problem.. When I receive a txt message, I thought I was supposed to see the option of tapping the slider button to see the other sliders for the other notifications.. well the text message one worked for like 2 seconds, short enough to not be clicked.. Please tell, how do I get my lock system notification to work.. do i edit anything in windows??
btw, i am using
the EnergyROM 'Genesis' (SYS 23016) ROM..
Thanls in advance..
I am also using the Energy Genesis rom, and do not have this problem. When you flashed it, did you make sure to do a hard reset at the "tap to align screen" part? If you didn't, that might be causing it from leftover settings from an old ROM.
Do you get other notifications? Voicemail and the like work?
Got the same problem with bauners 6.5 ROM (though not the very latest version to be honest).
Sometimes it works - sometimes it doesn´t...
Same problem with a Spanish ROM... has anyone the solution?
Disappearing Notifications
This is actually a very old bug. Though, like the Lockscreen delay issue, it's possible that this bug is related to the tools we're using to cook the 6.5 ROMs (i.e. compressing everything, rather than checking to determine whether a file should remain uncompressed). Da_G mentioned something about this a while ago, and that's why he's working on a new set of tools (well that, and the Image Update System).
I have had this bug on EVERY SINGLE 6.5 build I have EVER used. I use a PIN lock on my device, so I have an extra step to unlock, but every time I wake my phone from sleep, and see a number on the lock, within 2 seconds, the number disappears.
I don't think we have a solution to this right now. Sorry .
Theres about 3 different threads that all talk about this topic. And if I'm correct, if you're using the latest energy rom then it has a newer lockscreen. I posted an edited cpr in NRGZ's thread that will get rid of the delay in the newer lockscreen. But, you can't use the 21198 dll (which is what fixes the notifications from disappering) on the newer lockscreen or it will get rid of images on the lockscreen or stretch them. Check NRGZ's thread in additiion to these for enough to get it working right as mine works perfect.
http://forum.xda-developers.com/showthread.php?p=4182640
http://forum.xda-developers.com/showthread.php?t=535024
http://forum.xda-developers.com/showthread.php?p=4488900

[APP][HD2][v1.2.1]Camera lock button

Camera lock button
Yesterday I saw video from Windows mobile 7 showing dedicated camera button working even if the phone was locked. Today I bring this feature for HD2 on WM6.5.
Update:
7.9.2010 - I've uploaded version 1.1 see FAQ.
9.9.2010 - Version 1.2 brings support for CHT.
13.9.2010 - Version 1.2.1 fixes loading issue.
What is it and what it does
This little application starts phone's camera when user press home button when the phone is locked.
It is aware of proximity sensor status, so it won't start camera in your pocket.
It won't do anything if pda is not locked.
If your pda is locked and display is switched off, you must click home button twice.
Current limitations
Only for HD2, because of proximity sensor hardware.
Only works with original non-customized lockscreen, because unlocking is performed by sending mouse move events.
v1.1 has unlock gesture learning ability.
Planned features
Camcorder on windows button.
Support for pin.
Installation
Download cab file and run it on your device.
If you want application application to start with your device use camera_lock_button_with_autostart.cab otherwise you'll have to start it manually.
You must turn off this application before uninstallation or reinstallation.
FAQ
Q: Nothing happens when I start the application?
A: That's normal behaviour. Lock your device and try to click home button.
Q: How do I turn it off?
A: Run application again.
Q: How do I start it with device startup?
A: Download cab that ends with '_autostart' or add shortcut do your \Windows\StartUp folder.
Q: I'm getting "This application is not designed for your device!" message.
A: This application is only for HTC HD2. If you have HD2 then there's something wrong with your OEMINFO value. Check "\Windows\ModelName.txt" whether it contains 'HD2' or 'LEO' string.
Q: What is licence for icon?
A: I used free icon from dryicons.com .
Q: Why installer ignores location I picked for installation?
A: NEVER EVER install this application on Storage Card, always use device.
Q: Is there source code available?
A: Nope. Last time I published something under GPL everyone was ignoring it (GPL) completely.
Following FAQ applies only to v1.1
Q: How to learn it unlock gesture?
A:
Start it with shortcut named "Camera lock button toggle learning".
Lock device.
Make sure proximity sensor is not covered.
Press "windows" hw button. "Learning mode!" text should appear on screen.
Unlock device.
Done. Message informing you about success should appear. Learning mode is now switched off automagically.
You can delete "Camera lock button toggle learning" shortcut from start menu.
Q: Why isn't there autostart version of v1.1?
A: Because it needs beta testing and I don't want you to brick your device.
Q: Do I need to learn it gesture if I'm using unmodified lockscreen?
A: No. If there isn't learned gesture it uses default gesture from v1.0.
Q: Where is stored learned gesture?
A: In file \Windows\camera_lock_button_gesture.bin
(You will be asked if you want to remove it at the end of uninstallation.)
Q: What about unlocking the device with password?
A: If device is locked after camera application is closed, it won't be security hole. Maybe next time I'll implement it.
Changelog
v1.2.1:
Fixes forgetting of learned gesture after application was switched off.
v1.2:
Support for CHT.
v1.1:
Volume buttons are working again.
Gesture learning (= maybe S2U2 compatible).
Setup dll, so you don't need to make sure application is not running before uninstallation.
v1.0:
Initial release.
Compatible lockscreens
WM6.5 default (Confetti lock screen)
Co0kie's Home Tab lockscreen [worked for me, not worked for Guus_]
Maybe others but nobody informed me about it.
Not working with S2U2, I contacted author of S2U2 about it.
Reserved for future use.
Excelent work.....!!!
THX!!!
-----------
SteviCzech
GREAT idea, but I/we need to get this to work with Co0kie Home Tab. Can we expect CHT support in the future?
Thanks for sharing!
Why isn't it working with CHT? Different unlock screen? Different camera application?
Also I noticed it conflicts with htc volume control, right now by I'm betatesting fix.
Would it be possible to make compatible with Chris's Lockscreen [middle]? It puts the slider halfway down the screen. I HATE having the lock slider at the top!
Thanx for all your hard work MilaCzeque
Thanks for sharing!
Guus_ said:
GREAT idea, but I/we need to get this to work with Co0kie Home Tab. Can we expect CHT support in the future?
Thanks for sharing!
Click to expand...
Click to collapse
Yes, yes, yes ++. A lot people use Co0kie HT.
will you add future support for su2u?
Very cool idea, I'll have to switch back to the default lockscreen to try it.
Though, it would be cool if the X/Y values for the mouse event could be set in a file, for those of us with customized lock screens.
Edit: got around that by editting my LS_LockScene_480x800.cpr file.
Though, it would be nice if we could program in a "macro" to type in our passwords.
Cheers!
Jaxbot said:
Very cool idea, I'll have to switch back to the default lockscreen to try it.
Though, it would be cool if the X/Y values for the mouse event could be set in a file, for those of us with customized lock screens.
Edit: got around that by editting my LS_LockScene_480x800.cpr file.
Though, it would be nice if we could program in a "macro" to type in our passwords.
Cheers!
Click to expand...
Click to collapse
Very good tool, this is a subscribe
+1 on the configurable lockslider position (middle, left, right, and Y coord pixels), this would make your tools compatible with virtually any sliding lockscreen.
BTW, will the home button return to its normal function (display homescreen ) when the screen is not locked? I use it very often for that purpose.
Gave it some review/press here: http://windowsphonehacker.com/app_review_hd2_camera_lock_button-09-06-10.php
Also a video of it in action:
http://www.youtube.com/watch?v=3dLTP0Jf33E
Great job!
The ideas that continually out and on to the HD2 is still amazing!! I really like the progression of this feature. very genus to include the sensor with button activation!!
MilaCzeque said:
Why isn't it working with CHT? Different unlock screen? Different camera application?
Also I noticed it conflicts with htc volume control, right now by I'm betatesting fix.
Click to expand...
Click to collapse
Yes different lock/unlock screen. CHT is the most used application for the HD2 I think.
CHT support would be great!
bumpity bump on cht. that'd probably be worth a few bucks from me ;-)
could you publish source code?
YES, CHT support is very much needed with the ability of using HD Mini unlock screen. i'll definitely donate for this feature once you have configured it to work with my HD2
s2007 said:
could you publish source code?
Click to expand...
Click to collapse
he clearly explained why he won't in the first post, and I kind of understand him
v1.1
New version is out, see 1st post. It's a bit experimental so be careful and have fresh backup of your device in case anything bad happens.
ephestione said:
he clearly explained why he won't in the first post, and I kind of understand him
Click to expand...
Click to collapse
I'm sorry. My mistake I do not read cerfuly.
Is 1.1 compatibile with CHT lockscreen (manila style)?

Categories

Resources