Is there any software which can do this? - Windows Mobile Development and Hacking General

Basically I am looking for some software which, on receipt of an SMS will initiate an outbound call to a number in the contact list on the phone.
something along the lines of :-
SMS received from 1-555-5555 containing the word CALLBACK and a password.
Phone then dials 1-555-4444 or any specific contact as defined in its config
it doesn't have to use the contact list but must be triggerable remotely.
Target device is a HTC Hermes. and possibly a StarTrk
The program doesn't need to be stealthy, it's to initiate the call with full permission from the owner but without intervention.
Partly it's for my grandfather, if I give him a Startrk then I want to be able to activate a call remotely if I get notified that he has triggered his medicalert system, so I can try to see if he is ok without him having to answer a call.
I googled, and found nothing, I'm hoping someone here can either write an app that can do what I need, or suggest a product that will enable me to do this.
Auto answer is too generic, I want it to be just for myself and not all callers, and the password is because there may be times I just want to send a generic SMS

Sounds like you are talking about an SMS Callback trigger, though I have never heard of a mobile based one.

I always seem to want the impossible or the unwritten maybe it's time one was written?

Crash Override said:
I always seem to want the impossible or the unwritten maybe it's time one was written?
Click to expand...
Click to collapse
just unwritten, it's not impossible
pretty easy actually
i'll try to throw some together this week if/when I have the time

try this
Just place it on the phone and edit the config.ini if needed default settings are:
trigger = CALLBACK
password = pass
I tested this on my TyTn2, and it seems to do what you wanted, the program will activate the speaker when calling (can be changed in the config.ini)
this way if your grandfather cannot reach the phone he still be able to talk..
But test it before use, I'm not sure how sensitive the mic of the phone is.
I do like the idea so I'll probably add some more functionality
- auto pickup on call from fixed number
- status
- call/sms log
Let me know what you think.
PS. this was created for a touch screen device not a smart phone...
also I can not be held responsible for damages, phone bills etc.
but that goes without saying ..right
-=edit=-
tested by sending an SMS to myself, the program then called my number, but when i tried with a friends phone it didn't work
let me know if it works for you (if you have 2 phones)
also make sure if the number you send it from is in your phonebook or not (could be the issue)
-=edit=-
that is the issue, working on it
Issue solved
now I need to figure out how to replace the attachment
I'll add it in a new post

I also believe SKSchema can do this in watch mode. Actually SKSchema can do lots of cool things in watch mode.

new version attached
-=edit=-
build a cab, also added apptodate support

is it just me or does it seem to autodial the number that sent the SMS?
one addition would be the facility to set the option that if number X sent the SMS then callback to number Y
example - if I am in the US I will have the number 1-555-1234 but my grandfather is in the UK - +44-555-5555
I run a voip line with a UK DID number such as +44-555-6666 so when the SMS is received from 1-555-1234 the return call goes to the +44-555-6666 instead of the US Cellphone (cost reasons lol, UK landline free, international call of any length = US national debt)

Here is a SMS Trigger I built, do not know if that satisfy you.
Check rk-SMSSwitch under my signature.

Crash Override said:
is it just me or does it seem to autodial the number that sent the SMS?
one addition would be the facility to set the option that if number X sent the SMS then callback to number Y
Click to expand...
Click to collapse
yes you are right, don't know how i could have overlooked that
I'll fix this in the next version
any other requests?
:-D
-=edit=-
Program updated, you should be able to run apptodate to get the new version
don't you love just that program

Mr_Gee said:
any other requests?
:-D
-=edit=-
Program updated, you should be able to run apptodate to get the new version
don't you love just that program
Click to expand...
Click to collapse
Will there be a Smartphone version of this app that I could run on my QTek 8500 (StrTrk) ?
Thanks

timwb said:
Will there be a Smartphone version of this app that I could run on my QTek 8500 (StrTrk) ?
Thanks
Click to expand...
Click to collapse
Sorry, i just noticed this reply
To be honest i wasn't planning on creating one, but i could give it a shot
the biggest problem is i don't have a Smartphone to test it on..

I'm sure you could probably find a few testers in the forums, there's quite a lot of people on here!
I'll obviously be willing to test anything you are able to come up with. I don't know where you are located mr gee but on ebay UK you can buy an old Orange spv c500 (HTC Typhoon)or c600 (HTC Tornado I think) really cheap now. There are also WM6 roms available for these devices on this site somewhere.

timwb said:
I'm sure you could probably find a few testers in the forums, there's quite a lot of people on here!
I'll obviously be willing to test anything you are able to come up with. I don't know where you are located mr gee but on ebay UK you can buy an old Orange spv c500 (HTC Typhoon)or c600 (HTC Tornado I think) really cheap now. There are also WM6 roms available for these devices on this site somewhere.
Click to expand...
Click to collapse
I already checked eBay, and there might be some good ones but I don't want to overpay
I'll keep it in mind
Attached is the same program but compiled for a smartphone, I'm not sure if it will work, I remembered I have an emulator for smartphone installed, but I received an error message when running the exe.., I think because the CF.NET wasn't installed..
let me know

I tried it on my QTek 8500. The exe ran but all I got was a window with a blue background and the words "SMS2Call v. 0.03" in black.
No buttons to press or anything, had to use Task Manager to exit it. Which id did without complaint. Thanks for trying, some work may be needed I think

timwb said:
I tried it on my QTek 8500. The exe ran but all I got was a window with a blue background and the words "SMS2Call v. 0.03" in black.
No buttons to press or anything, had to use Task Manager to exit it. Which id did without complaint. Thanks for trying, some work may be needed I think
Click to expand...
Click to collapse
Currently that is the program
Could you try to edit the ini file?
in case you have 2 phones, add the number from the 2nd phone in the file
save and run the program
send an sms from the 2nd phone with the passcode mentioned in the ini file
your 1st phone should call this number after the SMS receipt
I know the program doesn't look like much but i might fix this in the future
when i do i'll also look at the exit button.
the reason i didn't was because the application was for an older person,
this person could be playing around with the phone accidentally closing the program ...

I looked in the .ini file and then tried sending a text to the phone containing the words CALLBACK PASS. I tried this with/without a space, up and lower case, with the program in the background or on screen but it didn't do anything. Do I have to put a shortcut in the Startup folder or something? Or am I not formatting the text message properly? The sending phone number is in the contacts list if that makes a difference.
Any ideas?
Thanks

Could you just not set his phone to auto answer ? - that way you can call him any time.

timwb said:
I looked in the .ini file and then tried sending a text to the phone containing the words CALLBACK PASS. I tried this with/without a space, up and lower case, with the program in the background or on screen but it didn't do anything. Do I have to put a shortcut in the Startup folder or something? Or am I not formatting the text message properly? The sending phone number is in the contacts list if that makes a difference.
Any ideas?
Thanks
Click to expand...
Click to collapse
not really, assuming it works maybe it has to do with the formatting,
Callback should be in capitals and pass in lower letters.
when I tested this with my TYTN2 it worked the way it should.
also did you enter the default number ? e.g. the number that will be called?
PauloJ5 said:
Could you just not set his phone to auto answer ? - that way you can call him any time.
Click to expand...
Click to collapse
[sarcasm]
Gee why didn't I think of that...
[/sarcasm]
Seriously have you read the thread?
the topic starter didn't want it this way for several reasons...

Default number and closed flip
I didn't enter a default number because I want it to respond to any number that sends the text. I deleted the DefaultNumber line from the config and it worked, to a point. The phone I'm running it on is a Qtek 8500/HTC StrTrk, which for those who don't know, is a flip phone. My problem is this, if the phone is closed when the text is received the call is made but cut off immediately because the phone is set to hang up calls on closing. Nowhere can I find a setting to stop this from happening, anybody have any ideas?

Related

IIWPO: Theft protection in ROM for Himalaya

(Re-published due to forum structure change)
Based of the IIWPO solution initially meant for Wallaby devices (see http://forum.xda-developers.com/viewtopic.php?t=2526), I created a customizable installer for Himalaya:
See the Wiki page on IIWPO
http://wiki.xda-developers.com/wiki/IIWPO
Hopefully IIWPO suprises a lot of thiefs!!!!!
This is way too cool! I really love this software. I hope never to have to rely on it but just to know its there will make me sleep better. Thanks.
Wow!
The link doesn't work, but... there is or could you do something like that for the PDA2K?
Thanks!
Chris
The wiki pages are offline.
Use the Google cache to read about IIWPO.
http://www.google.com/search?q=cache:Bsy8qCnKXKIJ:wiki.xda-developers.com/wiki/IIWPO+IIWPO&hl=en
See attachment for the cab mentioned on the wiki pages.
Edsub,
I am wondering if the already excellent IIWPO could be further enhanced by a simple but witty add-on. I am imagining the capability to receive a Kill-Signal via SMS. If all attemps to recover the phone fails because the person who holds it has not put in a full & proper owner name + address we still have a phone number right? Therefore we can send an SMS to the phone at will. If IIWPO listens for a specific sms subject line then we could instruct it to disable the phone in some fashion that can be reversed and display a message to this end "tell" the thief to return the phone no questions asked etc. If still no luck then we could send a signal forever killing the phone. Am I watching too many spy movies? ;-)
Hope you like the idea. Sounds fun to me. Regards
I like the idea :twisted: , but since am not a CE developer (and I did not develop IIWPO either, just put the parts that were there together for use on a Himalaya) I have no idea whether or not this is possible.
Maybe any of the real xda-developers see a possibility here :?:
k_kirk said:
Edsub,
I am wondering if the already excellent IIWPO could be further enhanced by a simple but witty add-on. I am imagining the capability to receive a Kill-Signal via SMS. If all attemps to recover the phone fails because the person who holds it has not put in a full & proper owner name + address we still have a phone number right? Therefore we can send an SMS to the phone at will. If IIWPO listens for a specific sms subject line then we could instruct it to disable the phone in some fashion that can be reversed and display a message to this end "tell" the thief to return the phone no questions asked etc. If still no luck then we could send a signal forever killing the phone. Am I watching too many spy movies? ;-)
Hope you like the idea. Sounds fun to me. Regards
Click to expand...
Click to collapse
This is possible, and was used on an HP Jornado 928 ...
On this handset, a simple SMS containing a specific codeword or PIN would 'lock' the handset so that it could not be used. Quite useful and as far as I know unique to the HP Jornado 928.
Anyone know any different ?
Cheers
Mark
wow!! this would be great for the PPC! ive tried something like this in my symbian NOKIA 6600! and its very useful!! if you change the sim the phone will automatically send a message to your predefined numbers containing some info on the current location of your phone... and if you send a code to it thru SMS it will lock up and it cant be used unless you flash it or something.. i bet the PPC version is even greater!! cant wait for a full version!
Marc MD said:
wow!! this would be great for the PPC! ive tried something like this in my symbian NOKIA 6600! and its very useful!! if you change the sim the phone will automatically send a message to your predefined numbers containing some info on the current location of your phone... and if you send a code to it thru SMS it will lock up and it cant be used unless you flash it or something.. i bet the PPC version is even greater!! cant wait for a full version!
Click to expand...
Click to collapse
im using a 7610 nokia n was wondering wat is the software ur using for ur nokia 6600 thanks
I would like the facility to electrocute the new "owner" through the ear when he makes a call, 50,000 volts would be fine. Or maybe a spring bolt that would activate and shatter his jaw.
Perhaps the local police station...
cruisin-thru said:
I would like the facility to electrocute the new "owner" through the ear when he makes a call, 50,000 volts would be fine. Or maybe a spring bolt that would activate and shatter his jaw.
Click to expand...
Click to collapse
My wife lost her handphone to some dishonest fella who picks it up and perhaps remove the SIM/off the HP.
Perhaps we can have it SMS your selected police station on startup and replay an SMS with your customised message:
"Yeah baby! I've stolen this handphone and there is NOTHING that you bloody incompetent slobs can do about it! <vulgarities applied here>!"
<repeat 100 times>
In my country, we can have different numbers for neighbourhood police post. The SMS will be repeated as a robotic voice message to the LAND phone as well.
I can at least ensure that the message does not go into a generic 911 number. :twisted:
[email protected] said:
im using a 7610 nokia n was wondering wat is the software ur using for ur nokia 6600 thanks
Click to expand...
Click to collapse
the apps name is theft alert! very useful app indeed for the Nokia Symbian that is...
oooops sorry.... double post...
@henrylim
well that is entirely possible!!! and that is a damn good idea you have there!
hey will this work on a WM5 device (PDA2K upgraded)? If so will it be the same steps?

caller i.d sometimes doesn't show ?

Hi all, I've got a strange problem that I haven't found posted here before, sometimes, not always, when one of my contacts calls me the phone will display the number instead of the persons name.
Has anyone seen this before ? am I doing something daft ? and / or is there a way round this.
TIA
from what i understand sometimes it gets closed down and is automaticly restarted after awhile
showing that odd icon shortly
if you recieve a call while it's shut down then it dont display
If you have a problem and it doesn;t load, then go to /Windows folder find IA_Caller_exe make a shortcut to it and place it either in the Start menu folder, or the Star up folder (if itsn;t already there)...
When you see your problem hit the Start menou shortcut and it is once again reloaded...
It is not a solution, but still an answer to your problem...
Rudegar said:
from what i understand sometimes it gets closed down and is automaticly restarted after awhile
showing that odd icon shortly
if you recieve a call while it's shut down then it dont display
Click to expand...
Click to collapse
Its very annoying, never used to have this problem on my original xda II, just this replacement, seems to have a few bits and pieces different software wise
Mythozz said:
If you have a problem and it doesn;t load, then go to /Windows folder find IA_Caller_exe make a shortcut to it and place it either in the Start menu folder, or the Star up folder (if itsn;t already there)...
When you see your problem hit the Start menou shortcut and it is once again reloaded...
It is not a solution, but still an answer to your problem...
Click to expand...
Click to collapse
I've done this, will give it a shot, thanks for the tip, hope it works for me
Its very annoying, never used to have this problem on my original XDA II, just this replacement, seems to have a few bits and pieces different software wise
Click to expand...
Click to collapse
i think it have something to do with the 32process thing on all the devices maybe the new rom have more processses and so have to close stuff down more often
I got the same issue when I installed the Microsoft Voice Command 1.5. It announce the name but I did not see the name displayed during the incoming call. I disable the name announcement features from MS Voice Command and now everything is fine.
My Caller id is always show when someone calling me..
but all times the Answer Call and Ignore ..are on the photo!! it is really annoing me.
When i do a preview in photo contact it shows all perfect..but then.. :?
What version are you using guys?
My os Win2k3Se 2.20
Any solution to solve Caller ID?
Rudegar said:
Its very annoying, never used to have this problem on my original XDA II, just this replacement, seems to have a few bits and pieces different software wise
Click to expand...
Click to collapse
i think it have something to do with the 32process thing on all the devices maybe the new rom have more processses and so have to close stuff down more often
Click to expand...
Click to collapse
I have to same problem too... anyone found any solution to solve this problem on XDA IIi? please help

D9 - replacement freeware dialler

Attached is an early alpha version of D9, a replacement for the built-in dialler. The main features are:
* Predictive text contact lookup
* Fast
* Big (thumb-friendly) buttons
* Free
Source code, a website and various other bits and pieces will be arriving in due course. In the meantime, however, please do feel free to try it out and give it a go.
I'm looking for feedback, so please let me know what you think!
I think it's a very good start. The application, as you said, takes 2-3 seconds to start the first time, but it's not a big problem. It is very quick for finding contacts. Buttons are big enough and the use of vibra very useful.
Here is some features that could be useful in my point of view:
- Possibility to have contacts sorted by the Outlook field 'View as' (or 'Save as' or 'Fill as'. Don't know what MS translated into 'Classer sous').
- Or if not possible, sorting (finding) contacts by company, name and firstname.
- Clear the previous search automatically when the application comes to the foreground.
- Option to switch to internal dialer once the contact has been dialed.
- Highlight the found string in the contact name (this is nice to have more than really useful).
Hope it helps. I look forward to next version.
Thanks for the great suggestions. I'll see what I can do!
Hi Mike,
I was looking for something with a big "exit" button like this one, so I did a try to it.
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
When installed on main memory it was fine making calls but when I got an incoming call the built-in dialler was the one coming up to the screen.
The main problem for me is that I don't want to play with the penn while driving after I got a call to close the dialler screen and I need it closed to see the TomTom Navigator.
Mostly of you drive a car, I do a motorbike, so it's not very funny to try to hit the small "X" with a small penn and big gloves.
I will look for a new version.
Jose Adell
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
Click to expand...
Click to collapse
Hi Jose,
Sorry, I don't have an XDA II myself - I've only tested on my JAM. Could you tell me what the error message is?
Hi Mike
Mike Wagstaff said:
Unfortunely my XDA II gives me an error every time I tap the screen when the program and library was installed on SD card.
Click to expand...
Click to collapse
Hi Jose,
Sorry, I don't have an XDA II myself - I've only tested on my JAM. Could you tell me what the error message is?
Click to expand...
Click to collapse
I will do tomorrow as I need to install it again on the SD card, but I think you don't need worry too much about it. It's typical to get some errors, like libraries (dll, ocx...) are not installed when it's done on SD cards.
But the main problem for me still remains, to get the incoming calls through your program. Currently is the buil-in the one comes up.
See you tomorrow,
Jose
Hi Mike
I did install again your program on the SD card and this is the error I get as far I tap the screen:
I suppose you don't understand Spanish so I'll do a translation:
"Unexpected error in D9.exe. Tap Salir (Exit) and reinitialize the program or tap Detalles (Details) to get more information".
If you tap Details then a new similar screen comes up and says:
"D9.exe
TypeLoadException"
As I said in my former message, all this doesn't happen if the program is installed in the Default folder.
Hope it helps.
Jose Adell
Hi Mike,
installed your program with no problems at all.
I have a Qtek 2020 with 1.72 WWE installed.
Works OK and finds the contacts correctly, by first or by last name.
It is a simple, thus easy to use and load program.
The only thing to point out is that I would prefer a slightly larger font on the number and name display, making it more 'readable' when on the move, e.g. car, where I will be more likelly to use it.
regards,
george
Hi Mike,
I have been waiting for an update to your great program. Is it possible that it could be mapped to the Send/End keys? Maybe you and Maimaich could get together on this?
I also agree with the previous posts to enlarge the contact name font. And I miss the speed dial option from your previous version (which does work on WM2003). Keep up the good work.
Feature wanted
It would be nice if I could navigate the buttons on the screen using the D-pad. With this, I can then write sms without the need to press on the screen and leave my messy fingerprints on it. :lol:
Mike Wagstaff said:
Attached is an early alpha version of D9, a replacement for the built-in dialler.
[skipped]
I'm looking for feedback, so please let me know what you think!
Click to expand...
Click to collapse
Thank you for your job. It looks much better on my MDA Compact. I even think about using it in replacement of the built-in dialer would it dial DTMF tones in the line. This is the worst thing that stops me from using it :-(
As minor features I'd like to see more large and contrast phone number, no vibra but sound when touching screen buttons, ability to map this program to the MDA's buttons on-hook and off-hook. Also I guess this is not a good idea to press "Clear" to start the new history for the phone number.
Sorry for the mostly negative commens - I wish the program become a real replacement for the standard dialer.
Yes great app, but the lack of tones doesn't make it easy to manage the message box on the Orange answering machine.
international characters
i'm going to try this new version. i have done simple app for previous version of D9 that converts all international chars (codepage cp1250) to ascii and change order of firstname and lastname to lastname firstname. there is source code avalable so i can add this feature if not avail and i'll share it. i like so much previous version and i'll see this one tomorrow. i'm looking forward.
very nice tool ! I use it all the time now ! keep up the good work :lol:
Glad you like it!
I've made a webpage for D9, and also have posted up a version of the source code (it's actually slightly newer than the current binary, so think of it as a work in progress). The site can be found here:
http://www.pocketgamer.org/d9/
You can download the source code directly from here:
http://www.pocketgamer.org/d9/source.zip
Please feel free to use / adapt / improve the code as you wish! Note that I've used two external components, Poom .NET (for contacts operations) and OpenNET CF (dialling, vibrate functionality).
Any thoughts on adding the tones for voice mail operation ?
I'd love to! Does anyone know of any example code for generating the tones...?
The tones are called DTMF-tones:
A list with the frequencies can be found here:
http://www.zytrax.com/tech/telephony/dtmf_tones.htm
Made a new skin for D9 dialer
I Just made 1 skin for D9 dialer, in 2 variations, (look at dial and clear buttons).
Unzip to D9 directory, overwrite - yes.
hey cool app but how do i use the hax one on the right with the SMS,
ive been after a SMS app that did full screen vertical typing for a while.
will this one do it ?

Looking for an app - area code

One thing I miss from a "normal" cell phone is when I get a call from a person that is not in my phone it would display the state the call was originating from based on the area code. My Mogul does not do this... when a call is incoming from a non-contact, it just displays the phone number and doesn't tell me the state... are there any settings or apps that I can load that would enable this functionality?
Thanks in advance.
dgambler,
The easiest thing to do would be to Google the area code. I have Google Mobile set as my Internet Explorer home page, so it's easy to just jump to that screen, enter an area code and BAM! the first listing from the search will be the info for that Area Code!
Hope that helps!
Matt
Just go into the phone and type the # (or any # w/ that area code) and it shows you the state in the drop down box
MultiMatt said:
dgambler,
The easiest thing to do would be to Google the area code. I have Google Mobile set as my Internet Explorer home page, so it's easy to just jump to that screen, enter an area code and BAM! the first listing from the search will be the info for that Area Code!
Hope that helps!
Matt
Click to expand...
Click to collapse
That's what I normally do now, but was hoping to have something that would actually show the state as the call was coming in... I have customers all over the US and they aren't always in my contacts (as they are calling from a "generic" officer # that isn't there direct line)... it's just helpful knowing where the call is coming from as it is incoming.
I've been searching for the same thing, and I have ony found 1, un fortunately you have to pay for it before you can try it. If I don't find anything else soon, I hope it is worth the 14.95. I don't mind paying, but I would like to test it first
~~
Link: Handango
Also Here: Author
~~
Yep, that's basically what I'm looking for... it looks like it just monitors the incoming calls and does a quick lookup.
For the life of me, I can't figure out why M$ didn't include this in the phone to begin with.
You can try CityID (i remember trying it on my 6700)
Here's a link to PPCGeeks thread about it. http://forum.ppcgeeks.com/showthread.php?t=1295&highlight=cityID
It looks like there hasn't been an update to the application recently. It's worth a try though..
well before i did the 2.23 update, i used to get the state from the area code, but now after the upgrade i do not get it, any ideas would be great
I'm a little curious as to what happened to the company and program, thier website disappeared and thier program dropped off handango, the day after i bought it.
rq530 said:
well before i did the 2.23 update, i used to get the state from the area code, but now after the upgrade i do not get it, any ideas would be great
Click to expand...
Click to collapse
Mines woking fine, but i didn't get the update, If you could post the updated database, I'll give it a try.
BTW I wanted it to start automatically and run in the background, can't think of why they didn't put this option in the actual program.
Here's the MortScript to make that happen:
Run("\Program Files\AreaCode\AreaCode.exe")
Waitfor("Area Code", 10)
Minimize("Area Code")
Run("\Application Data\SCLPC++\SCLPC++.exe")
Click to expand...
Click to collapse
You can download MortScript from the author here.

"Speak" caller id

Hi All,
First question from me. I have just moved to the TD2 from nokia n95. On the N95 you could set it so that is would say the callers id when they rang. So, I had a short ring tone that would play, then it would say the name and cycle.
Does any body know if it is possible (or how to do it) on the TD2.
thanks for your help and ideas.
cheers
Use Voice Command...START-SETTINGS-PERSONAL-VOICE COMMAND
if it is installed on your device.
thanks jdwilson,
it is not installed on my device - do you know how I would get it?
Search on this forum or Google.
Well, I have got it installed and working for everything but the caller id (despite all the things ticked and setting the bits from other threads). If anybody has any great ideas they will be welcomed, but I will play.
It certainly allows a gap in the tone, but the phone is silent, then the tone starts up again, so I think it is trying to do it.
Use this:
http://www.htc.com/www/SupportDownload.aspx?p_id=249&cat=0&dl_id=673
But can it be used on other ROM versions?
I was never clear what, exactly, this update did - and since HTC said it could only be applied to a ROM version that pre-dated mine (and 6.5) I never found out!
If this 'fixes' any issue for Caller ID is it applicable to WM6.5???
thank fighter for the suggestion, but my rom version is not suitable
Read this:
http://forum.xda-developers.com/showthread.php?t=561303
thanks again fighter, my caller id displays fine it is just not annouced.
When you open Voice Command, and select the phone option, on the right side of the screen, is a notification button, select that, then you will have 3 options for the announcement, make sure you select the one you want.
Yes, I have tried all of the options in notification, thanks. I will keep digging.
NetCallerID does not work in all countries and has no audio, but as an alternatieve;
http://www.freewarepocketpc.net/ppc-download-netcallerid.html
billkelly said:
Yes, I have tried all of the options in notification, thanks. I will keep digging.
Click to expand...
Click to collapse
Hi What is the version on MSVC? hope you installed in RAM itsef and not in storage. try uninstall and install again - soft reset.. after that in VC notifactions choose second or third option .. it should work
Hope this will help
billkelly said:
Well, I have got it installed and working for everything but the caller id (despite all the things ticked and setting the bits from other threads). If anybody has any great ideas they will be welcomed, but I will play.
It certainly allows a gap in the tone, but the phone is silent, then the tone starts up again, so I think it is trying to do it.
Click to expand...
Click to collapse
Take a look here, I hope it will solve your problems http://forum.xda-developers.com/showthread.php?t=619358
You can also download the cab file from here: http://forum.xda-developers.com/showpost.php?p=5485644&postcount=44
I never tried the cab but it should work.
Thanks for the help.
my version is 1.60.4622.0
I have tried most of the settings in the first link (and some others in another thread).
The control cab generates errors (I have installed mortscript)
I was wondering if the system was not putting the ttscallerid.wav in the volatile, so I am trying to search the the phone for the file, I have not found it yet - using activesync and explorer.
Still digging, but the other features are quite good.

Categories

Resources