Please Log In or Register - it's FREE!

2 Pages V   1 2 >  
Reply to this topicStart new topic
 TotW: Changing Emergency Call Numbers
Paul
post Jun 6 2005, 19:00
Post #1


It's My Party
Group Icon

Group: Admin Team
Posts: 26,775
Favorited Topics: 98
Joined: 6th November 2002
From: Norwich, UK
Member No.: 1

Device(s): Touch HD / G1
Twitter: @paulobrien



TotW: Changing Emergency Call Numbers

You just can't keep a tweaker down... so pzee, one of our Pinoy moderators, is back again with yet another tweak smile.gif

Over to you pzee, and if anyone needs any guidance on editing the registry, check out any of our previous tweaks in this forum smile.gif

P



Target device: C500 - wont work on Tanager, not tested on Voyager.
Our tool: RESCO File Explorer / Registry Editor

ECall Numbers are emergency numbers you can dial even when the device's keypad is locked. The C500 is programmed to have ECall numbers 911, 112, 08, and 999 as default numbers.

If for example you are in the Philippines, those default ECall numbers are pretty useless. Dialing 911 for example will take you to Pizza Hut hotline. That is not a good idea in cases of emergency situations, right? J/K laugh.gif


Our target value is: 'List' of HKLM\Security\ECall

Attached File  ecall1.jpg ( 30.31K ) Number of downloads: 63


It is a 'Multi-String' data item with values 911, 112, 08, and 999

You can't simply change the numbers by editing the values since you'll get an error message: "Unable to perform this operation".

What you need to do is rename 'List' to 'ListX'.

Attached File  ecall2.jpg ( 31.75K ) Number of downloads: 58


Once renamed, create a new Multi-String Value, type 'List'. Edit the value data by entering, for example, your country's ECall numbers, police hotline etc. You can also add several numbers to the existing list.

Attached File  ecall3.jpg ( 36.8K ) Number of downloads: 62
Attached File  ecall4.jpg ( 15.27K ) Number of downloads: 75
Attached File  ecall5.jpg ( 32.91K ) Number of downloads: 58


Restart your phone for changes to take effect. smile.gif

Our tweaked phone...

Attached File  ecall6.jpg ( 29.44K ) Number of downloads: 67
Attached File  ecall7.jpg ( 27.25K ) Number of downloads: 58


Any questions, feel free to post below!


--------------------
If you'd like to support MoDaCo, please consider signing up for a MoDaCo Ad Free or a MoDaCo Plus account - now accepting Google Checkout!

New to MoDaCo Plus: Free LastPass Premium upgrade!

We're back on IRC! Come join use in #modaco on freenode!

Follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco

Want to donate? MoDaCo is fighting Childhood Leukemia - click here to view our page at Cancer Research
Go to the top of the page
 
+Quote Post
extravagant
post Jun 9 2005, 02:29
Post #2


Addict
Group Icon

Group: Banned
Posts: 506
Joined: 12th February 2005
From: Panama
Member No.: 110,270

Device(s): SMT 5600, HP iPAQ 4150



I never see a screen that says emergency number when I press 911 without pressing the talk button..
Go to the top of the page
 
+Quote Post
extravagant
post Jun 9 2005, 02:32
Post #3


Addict
Group Icon

Group: Banned
Posts: 506
Joined: 12th February 2005
From: Panama
Member No.: 110,270

Device(s): SMT 5600, HP iPAQ 4150



QUOTE(extravagant @ Jun 8 2005, 22:29)
I never see a screen that says emergency number when I press 911 without pressing the talk button..
*



SORRY MATE I SEE IT!
Go to the top of the page
 
+Quote Post
hrb
post Jun 9 2005, 08:48
Post #4


Newbie
Group Icon

Group: Posters
Posts: 14
Joined: 23rd March 2003
Member No.: 3,702



Well, but I can't see that it says Emergency Number
Go to the top of the page
 
+Quote Post
gingerninja
post Jun 10 2005, 21:20
Post #5


Regular
Group Icon

Group: Posters
Posts: 55
Joined: 1st December 2003
From: wakefield
Member No.: 22,973

Device(s): C500 + C550



Just tried this and it wont let me rename list to listx. Phone is c500 app unlocked any ideas?
Go to the top of the page
 
+Quote Post
rankinl
post Jun 12 2005, 12:07
Post #6


Smartphone Phreak
Group Icon

Group: Posters
Posts: 20
Joined: 11th August 2003
From: Scotland
Member No.: 12,762

Device(s): SPV C500



QUOTE(gingerninja @ Jun 10 2005, 21:20)
Just tried this and it wont let me rename list to listx. Phone is c500 app unlocked any ideas?
*


Same with me. Using Resco Registry on C500, just like the example. Cannot rename the Key.
Go to the top of the page
 
+Quote Post
sTevenX
post Jun 25 2005, 07:05
Post #7


Newbie
Group Icon

Group: Posters
Posts: 7
Joined: 19th March 2005
Member No.: 118,185

Device(s): DOPOD 565



Dude, I can't rename the key either. Using Windows CE Registry Editor.
Go to the top of the page
 
+Quote Post
gpcarreon (MVP)
post Jul 4 2005, 15:48
Post #8


RN, MS MVP-MD
Group Icon

Group: Members
Posts: 4,536
Joined: 7th August 2003
From: Legazpi, Philippines
Member No.: 12,251

Device(s): Cherry Mobile Eclipse



Sorry for this very late reply. The inability to change the ECall number on your phone is due to the fact that HKEY_LOCAL_MACHINE\Security is a protected part of the registry. Again, sorry if this got you confused.

Here are the list of protected registry areas.
CODE
HKEY_LOCAL_MACHINE\Comm
HKEY_LOCAL_MACHINE\Drivers
HKEY_LOCAL_MACHINE\HARDWARE
HKEY_LOCAL_MACHINE\SYSTEM
HKEY_LOCAL_MACHINE\Init
HKEY_LOCAL_MACHINE\Security
HKEY_LOCAL_MACHINE\WDMDrivers
HKEY_LOCAL_MACHINE\Services
HKEY CLASSES_ROOT (device specific)


To address that issue, we have to tweak the registry using a provisioning file.

Attached is a CAB which when installed, will set the ECall number to 123 only. Restart device after installation.

Using your favorite registry editor (try RESCO), open HKLM\Security\ECall then edit content of 'List' (there should be 123 inside)

Change 123 to your desired number. To add another number, make sure the cursor is at the end of the 1st number then press Action button (toggle bar) to move to the next line.

For example:

123 <--- 1st Ecall number; line 1
456
789 <--- 3rd Ecall number

Hit 'Done' when finished. Restart device for changes to take effect.

Attached File(s)
Attached File  ECall.Prov.cab ( 218bytes ) Number of downloads: 415
 


--------------------
2425a96d204b681be05922b8a6b210c80f03f237
Go to the top of the page
 
+Quote Post
gingerninja
post Jul 4 2005, 18:37
Post #9


Regular
Group Icon

Group: Posters
Posts: 55
Joined: 1st December 2003
From: wakefield
Member No.: 22,973

Device(s): C500 + C550



Thanks pzee. Ihave just run the above cab and it has changed the contents of list to 123 but when i dial 999 with the key lock on it still recognises it as an emergency number. Any ideas why?
Go to the top of the page
 
+Quote Post
gpcarreon (MVP)
post Jul 4 2005, 18:44
Post #10


RN, MS MVP-MD
Group Icon

Group: Members
Posts: 4,536
Joined: 7th August 2003
From: Legazpi, Philippines
Member No.: 12,251

Device(s): Cherry Mobile Eclipse



Have you tried a restart after changing the number?

I don't have the 999 ECall number anymore.
Go to the top of the page
 
+Quote Post
gingerninja
post Jul 4 2005, 19:28
Post #11


Regular
Group Icon

Group: Posters
Posts: 55
Joined: 1st December 2003
From: wakefield
Member No.: 22,973

Device(s): C500 + C550



Yes soft reset phone afterwards and the only number in list is 123 but it still recognises 999 and 911 :roll:
Go to the top of the page
 
+Quote Post
gpcarreon (MVP)
post Jul 5 2005, 02:04
Post #12


RN, MS MVP-MD
Group Icon

Group: Members
Posts: 4,536
Joined: 7th August 2003
From: Legazpi, Philippines
Member No.: 12,251

Device(s): Cherry Mobile Eclipse



I found out that 112 is still recognized on my phone. Well at least only 112. wink.gif

Now I don't have any idea of other registry section/s harboring the ECall numbers. :twisted:

Strange...the other ECall numbers are no longer active except for 112.
Go to the top of the page
 
+Quote Post
gingerninja
post Jul 5 2005, 20:07
Post #13


Regular
Group Icon

Group: Posters
Posts: 55
Joined: 1st December 2003
From: wakefield
Member No.: 22,973

Device(s): C500 + C550



Thanks for looking mate. Let me know if you find any more keys to change ](*,)
Go to the top of the page
 
+Quote Post
Esevenoo
post Jul 18 2005, 10:11
Post #14


Newbie
Group Icon

Group: Posters
Posts: 2
Joined: 10th June 2005
Member No.: 134,102

Device(s): Matorola MPx 220



Hi there. I tried this tweak on MPx 220 and it works without problems 8)

I have my MPx 220 lacalised for Czech Republic and there is only 112 which I want to have there (because it can be used in my country). I added 3 other numbers (155, 150, 158) and they work. biggrin.gif

I also tried (just for joy) removing 112 from the list. And, I have the same problem as others have. It's strange. :evil:
Go to the top of the page
 
+Quote Post
exosceleton
post Aug 25 2005, 13:14
Post #15


Newbie
Group Icon

Group: Posters
Posts: 34
Joined: 25th August 2005
Member No.: 146,122

Device(s): spv e200



hello pzee
your cab file doesn't work on my e200.
The message is that the cab doesn't have the correct system authorization

any idea's

thanks
Go to the top of the page
 
+Quote Post
gpcarreon (MVP)
post Aug 25 2005, 14:47
Post #16


RN, MS MVP-MD
Group Icon

Group: Members
Posts: 4,536
Joined: 7th August 2003
From: Legazpi, Philippines
Member No.: 12,251

Device(s): Cherry Mobile Eclipse



Whoa! Humungous screenshot. Is that from a PocketPC? Just kidding. biggrin.gif

Have you decertified your phone already? Check this link for the procedures:
http://www.modaco.com/This_is_how_to_app_u...ne-t206929.html

Welcome to MoDaCo Forum.
Go to the top of the page
 
+Quote Post
exosceleton
post Aug 26 2005, 06:55
Post #17


Newbie
Group Icon

Group: Posters
Posts: 34
Joined: 25th August 2005
Member No.: 146,122

Device(s): spv e200



thanks, ill try that today
Go to the top of the page
 
+Quote Post
exosceleton
post Aug 26 2005, 08:36
Post #18


Newbie
Group Icon

Group: Posters
Posts: 34
Joined: 25th August 2005
Member No.: 146,122

Device(s): spv e200



that did the trick, thanks.
The dutch emergency services are gatefull that they will not recieve calls from my trouserpocket anymore.
Go to the top of the page
 
+Quote Post
gpcarreon (MVP)
post Aug 26 2005, 08:42
Post #19


RN, MS MVP-MD
Group Icon

Group: Members
Posts: 4,536
Joined: 7th August 2003
From: Legazpi, Philippines
Member No.: 12,251

Device(s): Cherry Mobile Eclipse



QUOTE(exosceleton @ Aug 26 2005, 15:36)
that did the trick, thanks.
*

You are most welcome. biggrin.gif
Go to the top of the page
 
+Quote Post
muppetboy
post Aug 30 2005, 12:12
Post #20


Newbie
Group Icon

Group: Posters
Posts: 2
Joined: 27th May 2005
Member No.: 131,648

Device(s): spv c500



I can't get it to work sad.gif

I've changed the reg key, but still 112 and 999 etc work. I've even tried deleting things.

Each time I've powered down then up again. I guess I'm doing something wrong - any ideas?
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsS2U2 incoming call problem with JD1-ROMs
24 WebReaper21 2,714 25th July 2010 - 21:21
Last post by: HugoB
No New Posts Changing a language?
1 Kh0shHalam 319 Today, 03:06
Last post by: a.fontenele
No New Posts Keep Screen On In a Call
2 etlavic 116 23rd July 2010 - 19:17
Last post by: etlavic
No New Posts Volume slider problem (Dots between numbers)
2 achugar 109 25th July 2010 - 23:23
Last post by: achugar
No New Posts Changing the host file
Is changing the host file possible?
3 tersagun 72 25th July 2010 - 14:46
Last post by: ErnstJanF
No New Posts How to Disable Block or Reject incoming call with SMS future??
0 navin-shetty 44 30th July 2010 - 09:03
Last post by: navin-shetty

2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


RSS hit counter Lo-Fi Version Time is now: 1st August 2010 - 10:25

Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!

ActiveKitten | Binaryfish | Conduits | DeveloperOne | eSoft Interactive | FTouchSL | Inesoft | LastPass

Lingvosoft | monocube | OmegaOne | Omnisoft | Opera Software | Resco | SBSH | Splashdata

Sprite Software | Syncdata | Teksoft | Titanium Backup | VITO | WalkingHotSpot | WebIS | z4soft

Would your company like to become a 'Plus Partner'? Click Here to contact us!