0
votes
1answer
16 views
How to change notification sound by code in android?
Hi all
Anyone knows how to change notification sound by code in android.
I have managed to set the default ringtone, but cant find a way to set the notification tone...
I would b …
2
votes
3answers
276 views
Apple Push Notification in Erlang (or improved in Ruby?)
I currently have an Apple Push Notification running on my server in Ruby. I'd like to get one going in Erlang as I'd like to use a supervisor to keep watch over it. Does anyone h …
0
votes
2answers
21 views
Update databound datasource in c# when data in database changes
Hi,
I posted a similar post to this before but since then i have done some research and thought i'd put this one out again to see if anyone maybe has any thoughts on my problem. …
1
vote
2answers
132 views
Eclipse 3.4+ - No more notifying a breakpoint in taskbar
Hello.
This question may sound silly, but I was wondering if someone ever had that problem too.
I was using Eclipse 3.2 to develop, earlier. Recently I changed to Eclipse 3.4 (gan …
0
votes
2answers
60 views
in what circumstances will a notification NOT post?
I just dont understand, I have used notifications a trillon times, but today I cant seem to get notifications to send from a particular object.
This is in a view controller...
- ( …
0
votes
1answer
58 views
Android: Callback for an application launch
Is there a way I can be notified of an application launch and termination in Android? I mean, more like subscribing to the Activity Manager and then determining which applications …
0
votes
2answers
153 views
+150
Android SMS intercept without notification icon or WAP-PUSH messages
Is there a way to intercept an SMS with BroadcastReceiver as for example here
but without showing any notifications to the user and immediately deleting the message that contains …
0
votes
1answer
22 views
Feedback service for Push notification
Hi,
I wrote the below script to read the feedback data. But, for some reasons, I am not receiving any data from the server. Can you kindly let me know whats wrong with the script. …
1
vote
4answers
386 views
Change Notification with Sql Server 2008
I have an application that consists of a database and several services. One of these services adds information to the database (triggered by a user).
Another service periodically …
3
votes
4answers
782 views
git push email notification
How do I configure the appropriate git hook to send a summary email whenever a set of changes is pushed to the upstream repository?
1
vote
3answers
82 views
Add a notification icon at the status bar in BlackBerry JDE 4.5.0
I'm writing a Java application in BlackBerry JDE 4.5 that will start listening for some event at the start up. I want to display a small icon at the status bar.
I know its suppor …
1
vote
2answers
50 views
Where register an object as Notification listener? - Maximize performance!
Hello,
there is a better place where an object can be registered to a Notification Center?
In other words, for a matter of performance, it's a good practice to register an object …
1
vote
0answers
25 views
iPhone/iPod Touch sync notifications
I know that it's possible to add an observer for notifications with the com.apple.iTunes.playerInfo identifier, but this only seems to include events for music related events.
I a …
-3
votes
2answers
56 views
PHP Calendar - How to make it send an email notification for new events?
I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really li …
0
votes
2answers
42 views
Automatic Email Notifications
Hello,
I wrote an asp.net program that is designed to retrieve user data. The process, in which the user can log in to the system and input his data, has a Start Date and an End D …
