View Single Post
  #10 (permalink)  
Old 12-29-2008, 03:54 PM
3boos's Avatar
3boos
PPCGeeks Regular
Offline
Location: TX, USA
 
Join Date: Jul 2007
Posts: 196
Reputation: 121
3boos is keeping up the good work3boos is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to 3boos Send a message via Yahoo to 3boos
Re: Lookup City based on Caller ID

Quote:
Originally Posted by auto_exec View Post
Hey all,

Let me start by saying that I'm not much of a developer (I deal with old school RPG on as/400s, and have dabbled with VB before, but that doesn't really count)... What I did here was to use some of the source code from this thread:

http://forum.xda-developers.com/showthread.php?t=424923
Original developer is Sveinung Bakken, his app is called CallerUtility.

As I was saying... since I'm not very familiar with WM6 dev and/or the various languages, I used the source code he posted that reacts on incoming calls/SMS and outgoing calls... I then removed all code related to doing the online database lookups (since Sprint won't let us do that during a call -- can't do voice and data simultaneously) and instead coded the app to parse out the area code of the incoming/outgoing communication and do a lookup in our registry (key HKEY_LOCAL_MACHINE\Software\HTC\PHONE\AreaCode).

To summarize: When you make or receive a call (or receive an SMS) from a caller that's not in your contacts, the app will look up the area code and display the state the call is coming from/going to on your screen.

Please test this out and let me know if it works ok (all my tests so far have been successful)... I'm always open to comments/complaints/etc, so feel free to give any feedback.

Thanks!!

(FYI - This app installs to directory \Program Files\AreaCodeUtility\ and adds shortcuts to \Windows\Start Menu\Programs\ and to \Windows\Startup\)



Edit: Looks like this may require WM6 and .NET 3.5... not 100% sure yet. Would like WM5 users to test, one reports good results.
Quote:
Originally Posted by auto_exec View Post
Sorry, do you have .NET Framework 3.5 installed? I think it's required... Found this link from a post by BigDiesel07 on where you can get it: http://misc.baf.cc/NETCFv35.wm.armv4i.cab

Worked for me, I am running WM 6.1 and it in deed do need the .NET to work, thanks.

But any way to fix the original cab, and pull the info online, this way we can have the city too? JUST a suggestion.
Reply With Quote