Share My Creation Bazinga! with SMS activated Sound!

Instant Bazinga in your android phone!
It reads text messages and looks for the text "bazinga!" and if it exists then it will play the sound, so sending practical jokes, sheldon cooper style, is possible!

https://market.android.com/details?id=Bazinga.AA.Free
Download from attached files or through market, your choice!
 

Attachments

  • bazinga.jpg
    bazinga.jpg
    12.2 KB · Views: 8,237

MrRey

Member
Licensed User
Longtime User
It didn't work on my Impulse (Android 2.2). However I also use Handcent SMS, so it might be that intercepting it first. I wish it did work for me! :)
 

MiniDemonic

Member
Licensed User
Longtime User
Haven't been on here for a while, busy in life.

But rmgb you are probably right when it comes to Handcent SMS, I used that a while back but did not like it, because none of my other SMS applications would work, seems like Handcent is intercepting text messages and then stops them instead of letting them pass so that other apps can intercept aswell :p
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can use the updated SmsInterceptor and pass the maximum priority value. According to the documentation it should be 999. However I read somewhere that Handcent is set with the largest Int value which is: 2147483647

Make sure to change the event sub signature to:
B4X:
Sub MessageReceived (From As String, Body As String) As Boolean
 

MiniDemonic

Member
Licensed User
Longtime User
Ye, I saw the update for SmsInterceptor, but I do not have my source files for the Bazinga! app any more :( No more updates for it will ever be released.

Harddrive crashed and I forgot to dropbox my b4a projects folder.
 
Top