Intercept_MessageReceived not working !

taximania

Well-Known Member
Licensed User
Longtime User
I'm using a compiled app.exe on my device. I wrote it, I compiled it,
probably a year or more ago, using full device/desktop version 6.80

When I receive a text message it shell's another .exe
to send the 'Text message received tone' to my Bluetooth headset.

It's stopped 'sending' the tone to my headset.
I've run a test .sbp on my device and the Intercept_MessageReceive event
isn't being recognized.
I've not reflashed windows on my device.
I've not installed a newer(6.90) Basic for ppc on either.

Any thought's ??

TIA.
 

taximania

Well-Known Member
Licensed User
Longtime User
Tried that Erel.
Reinstalled .net, cf, basic4ppc etc etc etc :)
Just thought I'd ask the forum in case someone had had similiar problems.

Don't lose any sleep over my problem. I know your a busy man. :icon_clap:
 

earthjumper

Member
Licensed User
Tried that Erel.
Reinstalled .net, cf, basic4ppc etc etc etc :)
Just thought I'd ask the forum in case someone had had similiar problems.

Don't lose any sleep over my problem. I know your a busy man. :icon_clap:

Hello,

on your device, is there Sense 2.5 from HTC?
This surface does not the notification. You can use Sysstate (MessagingSmsUnread) to intercept a sms...

Sorry for my bad english...
 

hawkeyetim

Member
Licensed User
Longtime User
Hello,

on your device, is there Sense 2.5 from HTC?
This surface does not the notification. You can use Sysstate (MessagingSmsUnread) to intercept a sms...

Sorry for my bad english...

I've got this problem with sense 2.5 on my HD2.
I can use SysState to notify me of an unread message but how would i go about reading the sender, body and time of that message.

Thanks
 

bloxmedia

Member
Licensed User
Anyone a solution and sample code for this problem?

I've got this problem with sense 2.5 on my HD2.
I can use SysState to notify me of an unread message but how would i go about reading the sender, body and time of that message.

Thanks
 

hawkeyetim

Member
Licensed User
Longtime User
Anyone a solution and sample code for this problem?

My only solution at the time was to piggyback on S2U2 application as it was already installed on my phone and the app i was developing was for my use only so this was not an issue. S2U2 stores the last sms received in the registry so i wrote a small app to monitor that reg every 0.5 seconds for any changes and it worked a treat.
If ya need more info on reg i'll post just let me know.

Have a look at the link below for a new sms library it might work but I really don't know.
http://www.b4x.com/forum/additional-libraries/6914-sms-interception-library.html
Tim
 
Top