flyfire / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

No notification alert from sms #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I received a few texts(using handcent) and none ofthem alerted to my computer. 
In my growl history it shows on from earlier yesterday butn thats it

Please paste the application's log here (it should now be on your
clipboard):

D/WifiService( 1086): acquireWifiLockLocked: WifiLock{Genie type=1 
binder=android.os.BinderProxy@451a3ee8}
D/WifiService( 1086): releaseWifiLockLocked: WifiLock{Genie type=1 
binder=android.os.BinderProxy@451a3ee8}
D/RemoteNotifier(21040): Using real bluetooth utils
I/RemoteNotifier(21040): Starting notification service
D/RemoteNotifier(21040): Battery status: Discharging
D/RemoteNotifier(21040): Got battery level: 70
D/RemoteNotifier(21040): Battery level change: 71
D/RemoteNotifier(21040): Got battery update, but state change was not relevant

What version of Android are you using?
Froyo

Original issue reported on code.google.com by MarshyTh...@gmail.com on 15 Nov 2010 at 8:47

GoogleCodeExporter commented 9 years ago
Then it worked for 1 text. Then about 10 after that and nothing.

2010-11-14 22:35:00,827 INFO [ApplicationImpl] - Stopping [Growl] broadcaster
2010-11-14 22:35:01,483 INFO [ApplicationImpl] - Starting [Growl] broadcaster
2010-11-14 22:35:01,849 INFO [GrowlNotificationBroadcaster] - Registered with 
GNTP server sucessfully
2010-11-14 22:36:37,205 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1287439034283368, type=Ping
2010-11-14 23:10:05,684 INFO [NotificationManagerImpl] - Notification received: 
notificationId=39910594760910112, type=SMS
2010-11-15 00:40:24,657 INFO [NotificationManagerImpl] - Waiting for test 
notification to pair device
2010-11-15 00:47:44,326 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1287446595059461, type=Ping
2010-11-15 00:47:51,558 INFO [NotificationManagerImpl] - Pairing stopped
2010-11-15 00:47:51,558 INFO [NotificationManagerImpl] - Pairing stopped
2010-11-15 00:47:55,130 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1287446605278735, type=Ping
2010-11-15 00:47:58,573 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1287446608714310, type=Ping
2010-11-15 00:51:09,165 INFO [NotificationManagerImpl] - Notification received: 
notificationId=39910776076514220, type=SMS

My Growl history shows 1 text.

Original comment by MarshyTh...@gmail.com on 15 Nov 2010 at 9:02

GoogleCodeExporter commented 9 years ago
I think handcent bypasses the built-in android SMS storage, so we're only lucky 
to be able to see the SMS sometimes before it's consumed by that app. Does it 
work if you remove handcent and use android's built-in sms?

If so, sounds like something they should be fixing on their side.

Original comment by rdamazio@gmail.com on 15 Nov 2010 at 10:37