WM5 Vibrate Timing - Windows Mobile Development and Hacking General

Hope this is the correct forum to post this in.
I am looking for someone to kindly develop a utility that will allow me to alter the standard 5 seconds that the vibrate option is set for within WM5.
As far as I am aware there is nothing out there that does this. HTC support in the UK simply say they don't have an option for doing this (thank you very much, not).
To make myself absolutely clear I am looking for a utility that will allow me to vary and set the length of time the vibrate function works for. The current deafult of 5 seconds not only uses up too much battery power but is a pain to use in a business environment.
The utility should ideally allow me to set the vibrate length to anything I want from 1 to, say, 5 secs in single second steps.
If anyone is able to develop a fully tested tool for this then please let me know.
Many thanks in advance.
WB

@wb: You dont need a tool for this. You can simply make a few simple changes to the registry as shown here:
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
If you want to change the settings quite frequently, and find editing registry again and again cumbersome, creating a tool for this shouldn't be too difficult and i'll make it when I get time but first try it by hand and see that if it works for you...

Nice tweak but it won't survive a profile switch!
It goes back to default.
Is there a way to make a permanent change?
Secondly, which script should I use if I want, when I receive a call or SMS,
the phone to play the ringtone and at the same time vibrate every 3 seconds for 1 second?

Shantz,
I definitely need a tool for this.
The registry tweak in the wiki only works if you have ring and vibrate set together. In that instance the vibrate lasts for the duration set for the ringtone.
If you set the phone to vibrate only it will ONLY vibrate for the standard 5 secs. It WILL NOT vibrate for any other time period set by the registry change you refer to.
Trust me, I have played with this for hours and got nowhere. I have also been in touch with HTC who confirm that on vibrate only the phone will ALWAYS default to the standard 5 secs as there is no script within WM5 that will allow one to set parameters around the vibrate timelength only.
So to summarise; you can change the vibrate time period so that it aligns with that of the ringtone; however if the phone is on vibrate and you get a notification come through, eg a text message, it will vibrate for the standard 5 secs set within WM5, irrespective of the settings of the registry tweak you refer to in the wiki. The only time the vibrate will use the settings set in the registry key is if you get a phone call come through, in which case it will vibrate for the same length of time set for the ringtone, else it does not work. Hope this is clear.
So can you help please?
Thanks
WB

so then why don't you make an empty ringtone - no sound but a ringtone file nonetheless? With that ringtone selected you say yourself you can vary the length.

Hufkes,
Because that's not what I am looking for. Your suggestion is an inelegant fix, akin to sticking plaster, not a solution.
I don't want to be fiddling about with the phone just before I go into a meeting to set a blank ringtone. I prefer to do what I do now: 2 taps and vibrate is engaged, full stop.
That's why I need a tool that can allow the user to set the vibrate length, something Microsoft should have thought of in the first place!
Anyway thanks for your input.
WB

hey wb: I will make u a tool for this...but ull have to wait for some time...i have an interview coming up next week, so not much time right now...

Yes please me too when you get a chance. Been the thing I have missed the most.
GOOD LUCK with the interview too

Shantz,
Excellent offer very gratefully received. Yep, once you are past the interview give us a shout.
Hope the interview goes well by the way.
Cheers chap, you're a good 'un!
WB

Shantz,
Are you back with us yet to kick this off?
Cheers
WB

Hey wb,
am sorry the interview has been rescheduled for this sunday...so though I do have "some" time but not enough to put into coding, i'm using that extra time to get some extra rest as the past few weeks have been quite hectic, especially the last week where i spent quite a lot of time studying...but dont worry i have a kinda layout in my mind for ur needs...will work on it as soon as im free...

OK mate, cheers.
You had better get that job! Good luck.
WB

finally had the telephonic interview just a couple of minutes ago...lets see if they call me or not..
btw ill start working on ur prog tmrw night if i dont have to go to a frnd's wedding..

I wish you luck.
In terms of the development of this tool, what I had in mind was, say, a script that would pop up some kind of dialogue box which would then allow you to set the duration of the vibrate. Duration could be from 1 seconds to the current 5, in 1 second steps, set either from a drop-down menu or chosen from 5 available time options presented on screen.
Once the vibrate length is set in this way then I would expect to be able to switch vibrate on, as one does now, and then have the vibrate for an incoming message (NOT a telephone call as the vibrate frequency works differently for this) occur for the set duration eg 1 sec or whatever.
Hope this makes sense. If you need more detail in terms of how I see this working, let me know.
Thanks again.
WB

hey wb,
i've just started on the proggie.. However it does not seem possible\feasible to "set" it using the earlier native way. I can fulfill the other options and give u an exe. Whenever u want to set the vibra mode with ur options, u can tap on it or bind to a hardware button. Is that ok?

wb, can you download the attached file and run it on ur ppc. check when u tap (or dbl tap) then does ur device vibrate...just checking whether the vibration code works on ur device or not...

Made a sample app for u...try this and let me know...
just tap on app to create start and stop shortcuts...then click on start shortcut to add notification for device to vibrate for 5 seconds on incoming sms.
jus check and lemme know if it works..this is a very quick implementation so i'll have to keep my fingers crossed

Hello Shantz,
Seems like you got over your illness then.
Just got home and seen your message. Have downloaded the Vibra file to the Tytn.
I ran it and it created the Start & Stop shortcuts as you indicated. Tapped on the Start shortcut but nothing happens. I guess this was not what you were expecting?
Just to be sure I soft booted and ran the whole lot again, same result.
Cheers
WB

yeah, am almost fit now...the fever's fully gone and tonsilitis is almost 60-70% cured..
actually, i had attached two different versions to this thread.
the first version will just make ur phone vibrate for 2 seconds instantaneously.
The 2nd version will not do anything at the very instant when you tap the start shortcut, but will start listening to incoming sms's. When you receive an sms, it will vibrate for 5 seconds...this was the intended behaviour..So let me know if you see anything happening on receiving an sms..

wb, I've found out why the app might not have been working. I use smssetmessagenotification api to notify my app whenever an sms arrives, now I found out online that there are 2 problems related to this:
1. This API is known not to work reliably, infact i found only a handful of ppl out of hundreds who cud get it working and that too sporadically.
2. Ppl suggest that even if interception of sms notification works (by this api or any other method), then ur normal sms functionality will be lost as this notification goes only to the first available receiver and is not "passed-through" to all the listeners.
I'll do some more digging on this but looks like wht u want might not be possible after all (atleast without a "slower" workaround, I think i can set a notification alert on the "unread sms" registry entry and diff it with previous value for any notification to see if there is a new msg and then run the vibra thing...will that work for u?)

Related

SMS wakeup fixed on PPC2003PE

I made a small application (freeware in the first version) which allows you to fix the SMS feature of PPC2003PE.
You know: new SMS message arrived and only a short sound is played. The screen is black. (To be precise: your device was turn on to play the sound, but the screen was turn off - turn off the video buffer completely - to save battery. But I think in this way it is not working conveniently to read the message easy and useful.)
8)
Now your PPC PE device will wakup and display the SMS message popup bouble info. And you can read it right now!
You can free download:
http://geocities.com/myppcpe2003/PEFIX10FREE.zip
http://geocities.com/myppcpe2003/PEFIX10FREE.PPC2002.STRONGARM.cab
or from pocketgear.com (f.e. search for PPC2003PE)
This application displays a small icon on traybar, where you can access the options dialog or turn on/off the fix (SMS Wakeup). If you check the menu SMS Wakeup, your device will wakeup when the new SMS message arrived. Of course it will suspend again ion the time you set in general Settings/Power of your device. Then you can decide you can hide the icon and set it to auto-run after the soft-reset, so this application will work transparently.
On the home page, there is no descriptions or screens today. I will add it later when the shareware version will start (see the grayed options). Soon. I hope.
I'm awaiting any suggestions or comments: [email protected]
I 've tried it with 4.00.16 and it works fine. You rock! Thnx!
I like the fact that it keeps the screen off, but would love to fix another problem with message notification. Could you make it repeat the notification sound?
why?
why you want to repeat alert?
I tried PocketPlus which gives you repeatable sound alerts. But in the short time, I decided I did not wanted to use it in this way. Just because it disturbes me too much (for example when I'm on the meeting), or... if I use "infinitible" it can discharge battery.
Any way.
Simpliest solution, if you want bigger alert with more attentions, it is to use a longer and lounder sound file. You can set any sound file as your alert. Even with the play-time in minutes.
But.
Please check my program MY|PHONE|PROFILE.
It will give you more options to set alert files and action. You can use storage card to keep your sound files. You can change volume. And in the next version 5.0. it will give you the option to repeat alerts: 1, 3 or 5 times. I use: longer sound file in one Profile when I'm driving or shoping, and shorter sound file (just "gong once") when I'm on the meeting, and not sound at all but only vibrate when I'm on the cinema. To change the Profile - it is only the one touch of the screen.
Selly question will this work on PPC 3.17.03 PEFIX10FREE.PPC2002.STRONGARM.cab i notice it says PPC2002.
THX
thanks,
it is just my mistypped, but it works for PPC2003 only, of course
Just another question: I noticed that Phone Edition Fixes occurs in the list of actual apps. It is a bit inconvience, because if you select close all apps also the PEF will be closed. As look at Phonext which occurs in the taskbar, but doesnot occurs in the list of running apps.
Jeffrey
why you want to repeat alert?
Click to expand...
Click to collapse
In case I miss it. One of the things MS still hasn't fixed is that alerts don't play through the speaker if you have the headphones plugged in. Since it rings that way, obviously it is possible (any programmers want to take THAT on as a project?). So I miss things throughout the day since I leave the headphones plugged in while I do my business but don't always have them in my ears.
Does Pocket Plus repeat SMS alerts? I use SuperAlert, but it doesn't do those, just reminders.
Please check my program MY|PHONE|PROFILE.
Click to expand...
Click to collapse
I was one of the early testers over on PDAphonehome and just ended up with too many problems. I may give it another shot and see if it's stable now. I liked the idea.
Carlos said:
In case I miss it. One of the things MS still hasn't fixed is that alerts don't play through the speaker if you have the headphones plugged in.
Click to expand...
Click to collapse
For a work-related project we're working on, we are also very, very interested in making sounds come out of the speaker when the headphones are plugged in.

Vibrate on ring and 1 handed texting

I am after a utility, preferably free, that will enable the XDA2 to vibrate when it rings.
At the moment the only way I can get it to vibrate is by selecting it from the volume menu, but this then mutes the ringer.
Also I am after a utility similar to finger clix that will allow you to write a text message one handed.
Any ideas would be welcome.
Cheers
cheapapples said:
I am after a utility, preferably free, that will enable the XDA2 to vibrate when it rings.
Click to expand...
Click to collapse
No need for a utility - just go to Start -> Settings -> Phone, and in the first drop-down list select "vibrate and ring".
Also I am after a utility similar to finger clix that will allow you to write a text message one handed.
Click to expand...
Click to collapse
This is more difficult. There is no T9 style text input program, probably because nobody has the necessary database. The only thing that might help you is the Full Screen Keyboard by Spb (see http://www.spbsoftwarehouse.com ).
Cheers
Daniel
Concerning your vibrate whilst ringing problem, I know a GREAT free app that lives right here on this forum, if you haven’t come across it yet its called PocketZenPhone, the thread can be found here, its very long, right now it's at 45 pages :shock: :shock: so I recommend you start reading from about 20 odd pages back to get the gist of where the app is heading in the future.
This program allows you to set up 5 different profiles for example vibrate, quiet, normal, loud and off. It has the ability to control both BT and Radio.
Anyway now I’m just rambling, just go check the program out.
You can download the latest version from here.
Thanks for your responses guys,
I can't believe I missed that phone setting, what an idiot.
I'll have a butchers at pocketzenpone to, thanks.

Noob Question - Where are the Ring Profiles?

I am new to this whole windows mobile stuff, on previous mobiles i have had i have always been able to easily switch between ring profiles (silent, loud, vibrate etc.) however i cant find a way of doing it on my O2 Mini S, am i missing something obvious?
Yeah, something fairly obvious..... the phone doesn't really have them.
You can choose silent, vibrate or ring though via clicking the speaker though. Click and choose off, vibrate etc...
Depends how many profiles you want!
Std (basic) usage:
Set ring tone in the sounds & notifications settings page
Adjust volume on LHS slider
Hold slider "down" to enter vibrate mode (and up to go back to normal)
Click the speaker (top of the windows display) to adjust the master & phone vol (not incall vol, that is adjusted by the slider whilest in a call)
Multi-profile way:
Get software, i use Pocket Zen Phone, but there are others.
Fight through the software config (PZP isn't the easiest to config! but seems good once setup)
I now have:
Sleep mode (quiet but changes to home mode in the morning at 9:30)
Sleep-work mode (as above but gets noisy at 4:45am so the alarm wakes me up for work @5)
Home mode: General mid settings
Work mode: Max vol so i hear it
I can also use windows to adjust in the short term, and simple re-sellect the profile i want to go back to my personal settings (ie a meeting at work i can make it go to vibrate then back to loud after)
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
You can also quickly switch to vibrate by holding down the Communications key (left side at the top) and to switch back to ring you hold it down again. Another way is to move the volume slider on the left down and then back up.
Seem to recall using a program called Mortring for this sort of thing but that was a while back, don't know if it's WM5 compliant though.
try searching for Mortring over the site
thanks for the suggestions - i'll give them a try
Yes as somebody suggested PocketZenPhone is a good profile management software.
Also give PhoneAlarm a try. Though this profile management utility is still in Beta-2 phase but to me it looks more powerful than PocketZenPhone, in that it also offers Repeat Alarm function. For each of the 7 possible profiles you can set up a different ringtone. So maybe this addresses your requirement to be able to change ringtones with just a click.
Kind Regards
There is also a profiles management software that ships with the Eten M600
I wonder if anyone tryied to run that on the Wizard?
Arnon
s4vva said:
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
Click to expand...
Click to collapse
Check out PZP - change every setting for each profile from wifi/radio/BT to ring tone (for different alerts, ie ring, message, email, etc) auto-switch with outlook meetings etc.
As i said before, it IS a pain in the ass to config (IMO atleast) but once its set its pretty good (also a tip for config is to set the profiles basically on the pda and then edit the files on windows PC then copy back to pda - made my life much easier and also provides a 100% working and very quick backup for PZP as its far too easy to edit 1 setting and break another!)
Beeble said:
s4vva said:
yeah i did see that but its not really suitable, reason being i actually want the ring tones to change. The ring tones i use whilst not at work are very unsuitable to use whilst i am at work/meetings etc. Its a pain having to go and change this ring tone each time!
Click to expand...
Click to collapse
Check out PZP - change every setting for each profile from wifi/radio/BT to ring tone (for different alerts, ie ring, message, email, etc) auto-switch with outlook meetings etc.
As i said before, it IS a pain in the ass to config (IMO atleast) but once its set its pretty good (also a tip for config is to set the profiles basically on the pda and then edit the files on windows PC then copy back to pda - made my life much easier and also provides a 100% working and very quick backup for PZP as its far too easy to edit 1 setting and break another!)
Click to expand...
Click to collapse
i am going to try pzp, i'll let you know how i find it. thanks for your help.

How to disable incoming call notification window

Some registry tweak or something?
weenter said:
Some registry tweak or something?
Click to expand...
Click to collapse
You just want the ringer to RING without any other indication of an incoming call?
or
U dont want an INCOMING CALL ALLTOGETHER?
I gather it is the Former coz In the latter simply turn On <flight mode>
U can also set the device to recieve calls without Ringing by setting it to Pick up after <zero> calls.
Using a handsfree here would be an advantage.
U wont Miss any call.
I just want the ringer to RING without any other indication of an incoming call. Is it possible?
weenter said:
I just want the ringer to RING without any other indication of an incoming call. Is it possible?
Click to expand...
Click to collapse
i'm also looking for a way to do this
Did anyone found a solution for this ?
texarcana said:
Did anyone found a solution for this ?
Click to expand...
Click to collapse
I doubt it... Seems kinda pointless, having the ability to tell you who is calling, but then deliberately turning it of..
yes, but when someone is calling, there is always a delay.
When you hear the first ring, the caller already heard it twice.
Maybe by disabling this, it would speed up the process a bit
texarcana said:
yes, but when someone is calling, there is always a delay.
When you hear the first ring, the caller already heard it twice.
Maybe by disabling this, it would speed up the process a bit
Click to expand...
Click to collapse
That's the network, not the device.
It can't be the network, I never had this problem with my Nokia phones.
I personally think it's a flaw in the dialer application or in WinMobile itself.
texarcana said:
It can't be the network, I never had this problem with my Nokia phones.
I personally think it's a flaw in the dialer application or in WinMobile itself.
Click to expand...
Click to collapse
Well... The cause may be that, but I doubt showing a caller ID screen will change the times....
texarcana said:
It can't be the network, I never had this problem with my Nokia phones.
I personally think it's a flaw in the dialer application or in WinMobile itself.
Click to expand...
Click to collapse
I agree with texarcana here, the lights begin to flash on my phone when it rings a good few seconds before the screen get around to displaying the incoming call notification.
This is on WM 6.1, on my new HTC Diamond Touch.
I assume that notifications such as an incoming call or text message are either
A) A windows message sent to a background service awaiting it.
B) An application is executed with parameters describing the event
In either case, i believe it must be possible to redirect the notification in the registry. However, if the notification method is at fault (ie causing slow response, most likely to be true if B above is true.)
I'm going to investigate, I'll post an update of my results.
Im really sorry to bump this really old thread but has anyone solved this?? I would like to disable the incomming call notification too.. cuz I just added a full screen caller ID, but the damn notification pops up and covers the photos of my contacts.. so whats the point of the caller ID if i, not gonna be able to see the pictures
well i know its in Hkey_curent_User\controlpanel\notifications\phone
but im not sure how to disable it...
or even more important (for me) only disable it for a certain #...? thanks! anyonbdy
To Diamond I found. cab which options are unblocking "flash light for." in SOUND & NOTIFICATION it didn't give but nothing. I dug around in the HKLM/Drivers/Builtln/Keylight and Keypad register and I turned off LED generally speaking but I blocked buttons
first you'll need a registry editor, then edit the following key:
HKCU\ControlPanel\Notifications\Phone
Duration=1
change the 1 to 0
im not sure if this is exactly the fix you were looking for. its intended for stopping he default caller id bubble from blocking fullscreen caller id apps like s2u2.
hustlehard82 said:
first you'll need a registry editor, then edit the following key:
HKCU\ControlPanel\Notifications\Phone
Duration=1
change the 1 to 0
im not sure if this is exactly the fix you were looking for. its intended for stopping he default caller id bubble from blocking fullscreen caller id apps like s2u2.
Click to expand...
Click to collapse
thanks, works for my htc pure with phonex
hustlehard82 said:
first you'll need a registry editor, then edit the following key:
HKCU\ControlPanel\Notifications\Phone
Duration=1
change the 1 to 0
im not sure if this is exactly the fix you were looking for. its intended for stopping he default caller id bubble from blocking fullscreen caller id apps like s2u2.
Click to expand...
Click to collapse
this will make the bubble of incalling to disappear??? if not who can i do it
hustlehard82 said:
first you'll need a registry editor, then edit the following key:
HKCU\ControlPanel\Notifications\Phone
Duration=1
change the 1 to 0
im not sure if this is exactly the fix you were looking for. its intended for stopping he default caller id bubble from blocking fullscreen caller id apps like s2u2.
Click to expand...
Click to collapse
Didn't work for my samsung i760, what about DispllayOrder? Set it to 0 too? Or what would that do exactly? I'm curious now, it's set to 1 so if all else fails, I could change it back to 1 again... I guess. I'd just like to know first before I go blindly jumping into something.. haha
Sidenote setting it to 0 did work I just had to reset my phone so remember to reset your phone after changing this, I see the curtain try to popup, or at least the frames but nothing after that... Although sometimes it does act buggy and I'll completely miss or be able to answer a call cause my phone will constantly viberate (No pickup on ringtone at all starting) then after the call is missed the viberating will stop but my phone will still be frozen... Thats when the screen is off though..
Okay after a few tests sometimes it does work and sometimes it doesn't work at all and the curtain will still show up... Then again screen off sometimes the phone wont ring at all, I'm setting it back to 1... LoL
I just wish there was a way or a more advanced notification manager, it should be just like being able to disable incoming text messages and disabling sent message notifications..
____
I'd love a fix for this too, as I already have a picture caller id with PocketX Photo Contacts Pro...
But it's annoying as all get out!! To put it politely, I slide to answer then I've got to press the left softkey too! In order to answer a call, if I could just disable the built in windows mobile caller id curtain then it'd be a heck of a lot easier...
Please let's get a scripter on this to start working their way around and tweaking it to be able to be disabled..
Thanks!!
________
As for ring delay which is also a few other posters concern of the phone taking it's own sweet time to decide when to start ringing... This is what I used for my i760, I'm sure someone here could turn this into use for any phone make and model:
Ring Time Limit Fix:
**772 [service code]
six zeros for the code (000000)
Scroll down with the d-pad till you see end of basic nam
hit right d-pad to change "exit" to "more"
hit middle d-pad to select
hit the down d-pad 76 times till it says slot cycle index
Change this to 1 or lower EDIT: By entering the value with the number pad and then you hit the middle d-pad to exit.
This changes the frequency at which the phone talks to the tower and will
start the unit ringing MUCH faster. the lower you go the faster but the more battery it uses. I find 1 gets the phone ringing within 3 seconds but doesn't hinder battery life.
Click to expand...
Click to collapse
I've got mine set to 0 though, but then again, I don't get very many calls, plus I have my phone charging a lot. Also I always carry around a spare extended fully charged battery in my holster... Usually my battery lasts a whole day... But with it set to 0 my phone picks up and rings at the end of the first ring on the callers end.

Delaying reminders with more than one minute

When a reminder from for instance a calendar event, an incoming message or a missed call pops up, you can choose to dismiss it or delay it (not sure if delaying is the correct name in english, I mean postponing). When you choose delay, it pops up again after a minute or so.
WM offers the opportunity to choose for how much time you want the delay the reminder. If I recall correctly you could delay it for 1, 5, 30 and 60 minutes and 24 hours or so. Is there a way to get this choice back in TF3D? One minute is too fast for me.
Edit: for solution go directly to post 37.
I noticed this too. It's an annoying 'problem' for me. Hope to find a tweak/solution!
Hello there,
I had a little lookie in the registry found something that seems to do the trick, check out .
HK_Current_User > Controlpanel >notifications>reminders>autosnooze> AUTOSNOOZEMINS ......
Sorry for not displaying it like normal registry entries but I hope this is helpful, now I just have to find away of that annoying home screen problem.
Thanks for the Registry tip...I changed the registry and the MAX that it will snooze is 5 mins.....despite the amount you change the registry to!!!
It mentions something about the entry being a Hexidecimal??? I am not sure but I tried 15, 30, 45 and it only sleeps for 5 mins.
Any thoughts?
MartyH32 said:
HK_Current_User > Controlpanel >notifications>reminders>autosnooze> AUTOSNOOZEMINS ......
Click to expand...
Click to collapse
Thanks. I've searched around for this HKCU/Controlpanel/notifications/reminders/autosnooze/AUTOSNOOZEMINS key a little. What I found is that it decides for how long the reminder keeps bugging you, when you're not responding to it by either dismissing or delaying it. That's not really what we're looking for. Furthermore, I would like to have a choice for how long to delay it each single time, not just have a different generic delaying time.
This does the trick: HKLM/sysem/shell/notification/oem/usedefaultui=1 in stead of 0. It also changes the appearance of the reminder though.
Answer from HTC.
To my question, why I can not snooze with different intervals, I have got this answer:
Dear valued HTC customer, Thank you for contacting our Customer Support Center. We are dedicated to providing you with the best quality service and answering all of your questions and concerns. You recently wrote us about an issue that you have encountered with your HTC device. To clarify your issue, you stated that: <i miss 1 impotant think to the new TD 2. It is the possibility to snooze a reminder with different intervals, which I can choose. Please repair it!>. It is possible to snooze with different intervals. Press on snooze and you will be able to choose different intervals. There’s also 3.party software there will allow you to snooze on different ways. We don't give support to third party software’s. If you have issues, please contact the manufacturer. If the above steps do not resolve your issue, we invite you to visit the support area on our Web site. Please go to: http://www.htc.com/www/support.aspx
Or you can go to: http://www.htc.com/select_country.htm
, select your country and then click on the Support tab. You can also call our Call Centre on the relevant local number from this link http://www.htc.com/europe/CA_Hotline.aspx
if you have further questions. Thank you once again for your continued patronage. Best regards, Europe customer support team HTC Corp. Global Service Division
I have installed Pocket Informant 8.51. Can this be the problem? How to solve it? I have not found the way how to snooze with different intervals.
Thanks!
Maybe they misinterpreted you because of the word snooze. Maybe you can snooze when you use the alarm clock to wake yourself up in the morning.
Have you read my previous post at all? It contains the solution!
deechte said:
Maybe they misinterpreted you because of the word snooze. Maybe you can snooze when you use the alarm clock to wake yourself up in the morning.
Have you read my previous post at all? It contains the solution!
Click to expand...
Click to collapse
The normal alarm function pops up a little requestor with an alarm clock at the top and a description of the alarm. The soft keys are snooze and dismiss. Pressing snooze or holding down snooze both have the same effect, the alarm is snoozed for 5 mins, there is no option to change the length of the snooze interval.
shuflie said:
there is no option to change the length of the snooze interval.
Click to expand...
Click to collapse
As I said: change HKLM/sysem/shell/notification/oem/usedefaultui=1 in stead of 0. That will give you different snooze options.
I sent an email to the Hong Kong HTC support centre. They did understand the problem was with Calendar reminders, but said that the snooze is fixed at 1 minute.
They have said they will pass on to the engineers a request for being able to choose different time periods, so I guess this could appear in a future firmware upgrade if enough other people ask for it too (hint hint!).
Meanwhile, I did the registry edit suggested by deechte and it now works in the usual (less pretty) Windows Mobile way. Thanks for this!
Ben
It seems a bit bizarre that somewhere there must have been a meeting where they decided that replacing the older version with the massively restricted new version was acceptable. Didn't anyone think at design time that the new implementation was a bit **** compared to the WM version?
Thanks deechte! The registry tweak worked like a charm on the Diamond2 - the original "Dismiss" and "Menu" were restored - when I clicked on "Menu", it gave me a big finger-friendly menu to choose the time to remind again - just like the standard WM6.1. Note: Had to restart the phone after the tweak before it takes effect.
Thanks it works
Glad I could be of help. I agree it's a pity that you get back the old-style menu. I prefer it's functionality though.
deechte said:
This does the trick: HKLM/sysem/shell/notification/oem/usedefaultui=1 in stead of 0. It also changes the appearance of the reminder though.
Click to expand...
Click to collapse
Deechte, thank you very much for this trick. I was totally dissapointed with the current situation not been able to delay more than 5 min the alarms.
hey deechte, thank for the tip!
luckless me! registery trick dosen'y work for me!
Maybe restart your device afterwards?
doesn't work for me too...

Categories

Resources