locking the hardware buttons? - Touch HD Accessories

first of all happy new year!!!
i like the default lock on my wm 6.5 rom but the problem is that when i use this default lock and have incoming call the hardware buttons aren't locked, is there a way that these hardware buttons can be locked when there is an incoming call so i can answer the call only by on screen slider, without installing apps like phoneshield, s2u2, etc.
i've used the search and read threads but i couldn't find the way to do this. thx
sorry i should post this theme in blackstone themes, applications and software.
problem solved: http://forum.xda-developers.com/showthread.php?t=556801

Related

Toggle to Vibrate cab? ...via Comm Mgr Button

Hi,
I'm new to the Titan coming from Hermes....there was a great cab i always installed for the Hermes that sets up the comm button as a toggle between ring and vibrate when you hold it in, so it keeps the button active for it's normal use as comm mgr (or whatever u assign it to). I found this, but looks like you need to assign the button to it:
Ring Toggle Vibrate Switch
Is there anything like that for Titan? The cab for Hermes didn't work on the Titan and I couldn't find anything when searching. If not, how are you all toggling to vibrate?
Hermes Toggle Cab Thread
just use hbutton
thanks...but is that an app or button on my phone?
search for hbutton
nonegiven said:
search for hbutton
Click to expand...
Click to collapse
Here ya go.
thank you!
wasn't showing up when i searched the forums
It is simply stunning to me the large amount of variation HTC puts into their devices...
Since you were looking for this feature it explains why I was having trouble getting the same functionality on my new Titan. I came from the Wizard where this functionality is supported out of the box on the stock HTC roms...
Why would they drop that feature is beyond me...
Seems crazy to add and remove features across models at random. Such small ones like this?

Quick Launcher

Hi guys
I've tried several different ROM's recently but one thing that seems to be missing from them all is Quick Launcher (I think that was what it was called).
Basically I want the phone dialer to open when I slide the keypad out - unless I'm in another application such as SMS or Opera (where I just want to use the keypad for input).
Does anyone know of a CAB or ROM which will do this.
I'd also like something that will show on the top bar when my bluetooth headset is connected (at the moment it only shows when I start to dial) - Again CAB or Rom suggestions?
I've also just loaded this which seems to be a cracking application and well worth a look.
http://forum.xda-developers.com/showthread.php?t=544874
Cheers
Pete
I have gone back to Niki Project Rom Editor v2.1.3 (WWE/ITA/GER/FRE/PTG/ESN )
until I can find something else
Having gone back to the previous ROM I realise it's not quick launcher that I'm after.
Quick Launcher lets you choose New Email, New SMS, New MMS etc which I had disabled before.
This rom does respond immediatly when you start dialing the other 6.5 that I tried didn't - any suggestions??
I simply want to be able to open the H/W keypad and start dialing without a delay or having to press another button first.

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][WM6.5+] DeviceLockXT - A fix for the Windows Classic Lock Screen [UPDATED v1.1]

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~

[Q] HDT HD2 Unlock Code Not Working Please Help

Hi Guyz,
I was playing around with the BsB Tweaks and after that I have set an unlock code on the phone. The unlock screen is completely different now and after inputting the unlock code nothing is happening. I am 100% im putting the correct one as i said it out loud with my bf next to me and it was just few seconds after I set it.
Not sure what to do now as I dont really want hard reset.. I have memories in that phone for the past2 years and I DO NOT want to loose everything.
Any ideas how I can get rid of the code.
Also if I click on menu it gives me the option to reset password but it is not click-able. Just the same way the UNLOCK is not click-able after putting in the correct code.
Can someone help me with that?
What 6.5.x ROM are you on !
What did you play around with in BSB Tweaks ?
Did you set this lock via standard WM lock ?
How many digits in your Password ?
Do you use CHT slider lockscreen rather than default ?
Mister B said:
What 6.5.x ROM are you on !
What did you play around with in BSB Tweaks ?
Did you set this lock via standard WM lock ?
How many digits in your Password ?
Do you use CHT slider lockscreen rather than default ?
Click to expand...
Click to collapse
ENErgY ROM
I am not sure which ones, I believe there was something about the unlock screen display
Standard WM lock
6
CHT slider. Yes I believe that was it also in the BsB Tweaks or CHT Layout screen. I cant really remember.
Is there a way to sort this out without hard reset?
I just remembered that when I was setting the unlock code I didnt select how many minutes. It stayed on 0 minutes. I used it like that before as well and it was okay.. I tried removing the battery, the sim card and so on but nothing helps..
Please anyone who has a similiar issues can u help ?
Thanks
Mister B said:
What 6.5.x ROM are you on !
What did you play around with in BSB Tweaks ?
Did you set this lock via standard WM lock ?
How many digits in your Password ?
Do you use CHT slider lockscreen rather than default ?
Click to expand...
Click to collapse
Found this
About the CHT lockscreen:
Currently, the CHT lock screen does not support any PIN code or password protected unlocking.
Remove any unlock codes before turning on the CHT lockscreen or you will be permanently locked out of your device and you'll have to do a hard reset.
If you are using a gsensor app to automatically rotate the screen and you have it to always rotate, you should add the class "CHTLockscreen" to the exception list.
If you don't have the rotation app set rotate everything, but only a list of desired programs, then you don't have anything to worry about.
If you need to lock the CHT lockscreen externally, you can do it with this: "\Windows\CHT_Helper.exe -lock"
I am just wondering before i do the hard reset if there is anything out there that is able to fix this issue with the CHT lock screen..
Thank
As far as I know no...
I think you change lock screen layout from HTC to Windows default or CHT lock screen hence style layout change but the reason for not unlocking is probably due to CHT lockscreen if you have indeed activated this, does warn you when seting CHT lockscreen not to proceed if using WM PIN lock & not to use with WM PIN lock.
Think a hard reset is going to be only way out but hang on for a while & do some research & thinking on what exactly you adjusted.
Lesson to learn here is Backups, so easy to backup with likes of SPB Backup & makes issues like this not a big problem.
I learnt the hard way too, hopefully some of your personal data will be on SD.
Good luck ...
Have you tried connecting to pc via usb/active sync just in case it accepts PIN in that scenario ! worth trying everything before a HR ...

Categories

Resources