Mobility Today Live is sponsored by BodyGuardz.
Mobility Today & Mobile Electronics News

    Home Hardware Store Software Forums News Reviews Podcasts Advertise Contact Us XML Feed
Login or register, it's free!
Recent Mobility Discussions
Easy does it
One of the things customers love about webOS is how easy it is to use. Sometimes even easier than they realize: “How do I set up speed dials...
Forum: palm Pre
by David Ciccone, 5 days ago
Recent Mobility Reviews
Recent Mobility News
Mobility Today Store
Mobility Today Forums
Mobility Today Podcasts
Mobility Today Links



Welcome to the Community @ Mobility Today
Welcome to the fastest growing Mobile Technology discussion forums anywhere.
Try it out on your handheld browser, it works automatically.

Please register a username and join the other mobile enthusiasts... after all, it's free!
You can also checkout our great specials in our store

 
Thread Tools Display Modes
Old 08-12-2006, 06:54 AM   #1
Jussi77
Registered User
 
Join Date: Aug 2005
Posts: 201
Jussi77 is on a distinguished road
TIP: Phone application speed-up

Everyone here must be familiar with phone application slowness while deleting numbers (that is, if you enter few numbers and try to delete those, it will take >1 second to delete each).

Workaround #1 :
I've found out that if you disable key-tones in phone->settings, the deletion delay disappears.

Workaround #2 :
I think the problem resides in synchronous code which invokes beep when delete key is pressed. Actual numbers have asynchronous code for tone producement so I think it's a bug in phone application itself - maybe someone here would be willing to live-inject working code to phone application ? (I will certainly try it myself, but my coding with NETCF C#/PPC C++ is quite amateurish)

Fix :
HP ROM patch...
Jussi77 is offline  
Old 08-12-2006, 06:03 PM   #2
Jussi77
Registered User
 
Join Date: Aug 2005
Posts: 201
Jussi77 is on a distinguished road
Workaround #3

In registry, under
HKCU\Control Panel\Sounds\DialPadCtlKey

set "Script" from "p" to ""

the issue seems to be related to playing MIDI files (which causes 1 sec delay)
Jussi77 is offline  
Old 08-12-2006, 06:07 PM   #3
JNGold
Registered User
 
JNGold's Avatar
 
Join Date: Jun 2005
Location: NYC
Posts: 1,813
JNGold is on a distinguished road
Quote:
Originally Posted by Jussi77
In registry, under
HKCU\Control Panel\Sounds\DialPadCtlKey

set "Script" from "p" to ""

the issue seems to be related to playing MIDI files (which causes 1 sec delay)
So, this will diaable the playing of sounds when a screen number is pressed? However, for myself, using the WM5 screen dialpad can be a trickyproposition at best so having the audio confirmation can be a good thing.

Nice find, however.
__________________
PDA Lineage: Visor Deluxe, Visor Prism, Casio EM-500, Casio E-200, HP Jornada 568, IPAQ 1910,IPAQ 4150,Ipaq 2750 (with Moto Razr V3), Imate K-Jam,Treo 750,HTC Touch Cruise,US HTC Touch Diamond,iPhone 3G,iPhone 3GS

JNGold's Thoughts On Tech
JNGold is offline  
Old 08-14-2006, 02:45 AM   #4
Jussi77
Registered User
 
Join Date: Aug 2005
Posts: 201
Jussi77 is on a distinguished road
Quote:
So, this will diaable the playing of sounds when a screen number is pressed? However, for myself, using the WM5 screen dialpad can be a trickyproposition at best so having the audio confirmation can be a good thing.
No.. it actually disables the MIDI tone for erase, call history and contacts keys. Numeric keys still have their DTMF tones.

The actual problem is related to how hw69xx handles MIDI files playing - if you have some spare time, you can convert all the .MID files within \windows folder to .WAV files and change registry entries to correspond those changes; many functions will operate much faster (dialling, ending call, etc).

I will post this MIDI file playing bug (~1 sec delay) to HP.. we just might have it fixed in next rom (sometime next year ;-\ )

Last edited by Jussi77; 08-14-2006 at 02:46 AM.. Reason: typo
Jussi77 is offline  
Old 08-15-2006, 06:16 PM   #5
Jussi77
Registered User
 
Join Date: Aug 2005
Posts: 201
Jussi77 is on a distinguished road
ok... workaround #4

Here are the most often used MID files converted to WAV files; If you want to get rid of the ~1 sec delay while dialling, pressing erase key in phone application, or while ending phone call, do the following steps :

1) Copy attached files to \Windows folder
2) use registry editor (I prefer PHM Registry editor)
to search and replace every occurrence of :
standard.mid --> standard.wav
dpadctl.mid --> dpadctl.wav
calldrop.mid --> calldrop.wav
3) Use & enjoy
Attached Files
File Type: wav dpadctl.wav (1.8 KB, 183 views)
File Type: wav calldrop.wav (12.7 KB, 163 views)
File Type: wav standard.wav (998 Bytes, 137 views)
Jussi77 is offline  
Old 08-31-2006, 03:04 PM   #6
stingbandel
Registered User
 
Join Date: Oct 2005
Posts: 79
stingbandel is on a distinguished road
so after changing the midi to wav, do we still have to change the registry also like the one you said

In registry, under
HKCU\Control Panel\Sounds\DialPadCtlKey

set "Script" from "p" to ""


or we just change the wav only?
stingbandel is offline  
Old 09-01-2006, 06:23 AM   #7
alpha9
Registered User
 
Join Date: Aug 2006
Posts: 18
alpha9 is on a distinguished road
I tried it last night & it works great.
I think you have to change the registry like he said in the above post 'workaround #4'
not
set "script" from "p" to ""
alpha9 is offline  
Old 09-01-2006, 03:45 PM   #8
imellor
Registered User
 
Join Date: Aug 2006
Location: London, UK
Posts: 3
imellor is on a distinguished road
Could someone please give me a pointer on how to d/l the attached files. I can't seem to d/l them.

Thanks

Ian

Quote:
Originally Posted by Jussi77
Here are the most often used MID files converted to WAV files; If you want to get rid of the ~1 sec delay while dialling, pressing erase key in phone application, or while ending phone call, do the following steps :

1) Copy attached files to \Windows folder
2) use registry editor (I prefer PHM Registry editor)
to search and replace every occurrence of :
standard.mid --> standard.wav
dpadctl.mid --> dpadctl.wav
calldrop.mid --> calldrop.wav
3) Use & enjoy
imellor is offline  
Old 09-01-2006, 11:33 PM   #9
alpha9
Registered User
 
Join Date: Aug 2006
Posts: 18
alpha9 is on a distinguished road
I couldn't download either so I googled freeware/shareware conversion program (ie. mid conversion 4.0) and converted the files myself.
alpha9 is offline  
Old 09-02-2006, 07:58 AM   #10
Jussi77
Registered User
 
Join Date: Aug 2005
Posts: 201
Jussi77 is on a distinguished road
Just right click file and "save as..." it will download it (works here..)

Quote:
or we just change the wav only?
You can do "p" -> "" and that will completely disable sounds
_OR_
modify ".mid" -> "wav" which will retain sounds and removes ~1 sec delay.

Doing both just disables sounds..
Jussi77 is offline  
Old 10-10-2006, 01:27 PM   #11
jcott28
Registered User
 
Join Date: Oct 2002
Posts: 7
jcott28 is on a distinguished road
What a life saver! Well, maybe not life saving, but this is fantastic!

Quote:
Originally Posted by Jussi77
Here are the most often used MID files converted to WAV files; If you want to get rid of the ~1 sec delay while dialling, pressing erase key in phone application, or while ending phone call, do the following steps :

1) Copy attached files to \Windows folder
2) use registry editor (I prefer PHM Registry editor)
to search and replace every occurrence of :
standard.mid --> standard.wav
dpadctl.mid --> dpadctl.wav
calldrop.mid --> calldrop.wav
3) Use & enjoy
jcott28 is offline  
Old 10-13-2006, 01:25 PM   #12
zen
Registered User
 
Join Date: Jul 2005
Posts: 595
zen is on a distinguished road
if anybody is interested, I can put the #4 into a cab file so that it'll be a one-step execution ...
zen is offline  
Old 10-13-2006, 01:34 PM   #13
s4czech
Supporter
 
s4czech's Avatar
 
Join Date: Jul 2004
Location: California
Posts: 1,745
s4czech is on a distinguished road
Yes please, someone cab this up. I've been too lazy to try it and it sounds like a great idea. I get the slow down blues now and then between calls etc.
s4czech is offline  
Old 10-13-2006, 01:56 PM   #14
zen
Registered User
 
Join Date: Jul 2005
Posts: 595
zen is on a distinguished road
Quote:
Originally Posted by s4czech
Yes please, someone cab this up. I've been too lazy to try it and it sounds like a great idea. I get the slow down blues now and then between calls etc.
here's a quick hack. unfortunately, there's no way to do a complete uninstall properly (as registry hacking cannot be undone unless I write a setup.dll to update back the old registry value) , as such I have disabled the uninstall option in this cab.
Attached Files
File Type: zip Phone Hack.zip (13.7 KB, 565 views)
zen is offline  
Old 10-13-2006, 02:40 PM   #15
s4czech
Supporter
 
s4czech's Avatar
 
Join Date: Jul 2004
Location: California
Posts: 1,745
s4czech is on a distinguished road
Installed! (so far so good!!) Thanks Zen :-D

Last edited by s4czech; 10-23-2006 at 02:58 AM..
s4czech is offline  
Old 03-23-2007, 09:40 AM   #16
VizagDude
Registered User
 
Join Date: Nov 2006
Posts: 10
VizagDude is on a distinguished road
AWESOME Zen. My lifez become much easier, thx to ur Cab.
VizagDude is offline  
Old 03-27-2007, 06:31 PM   #17
jsteging
Registered User
 
Join Date: Mar 2007
Posts: 1
jsteging is on a distinguished road
This works fantastic

This saves a lot of stress!
jsteging is offline  
Old 03-27-2007, 06:58 PM   #18
amraamin
Registered User
 
amraamin's Avatar
 
Join Date: Jan 2007
Location: NJ, USA
Posts: 88
amraamin is on a distinguished road
I posted the same tip a while back and got a lot of thank you's for my tip from forum users. Now, after seeing this thread for the first time, I feel the need to clearly identify that that Jussi77 posted the same tip much earlier than I did.

Hats off to you, Jussi77.
__________________
Amr A. Amin

Palm V >> Palm m515 >> Sony Clie NR70 >> HP h4700 + Moto V3 RAZR >> i-mate Jasjar >> HP hw 6945
amraamin is offline  
Old 05-08-2007, 03:18 PM   #19
Ryus
Registered User
 
Join Date: May 2007
Posts: 5
Ryus is on a distinguished road
Bookmarked
Ryus is offline  
Old 06-23-2007, 04:42 AM   #20
Raymobileuser
Registered User
 
Join Date: Jun 2007
Posts: 1
Raymobileuser is on a distinguished road
Zen,

Thanks for the hack..

Super.

Ray.
Raymobileuser is offline  


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 10:14 AM.