baljeetverma / android-notifier

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

not getting text messages #307

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm not gettin text messages all the time.  Pings go through but texts have 
stopped. Also calls still come through.
2.
3.

What is the expected output? What do you see instead?

Please paste the application's log here (it should now be on your
clipboard):  D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): acquireWifiLockLocked: WifiLock{TwidroidBackgroundService 
type=1 binder=android.os.BinderProxy@46497b48}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): releaseWifiLockLocked: WifiLock{TwidroidBackgroundService 
type=1 binder=android.os.BinderProxy@46497b48}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(   92): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(   92): acquireWifiLockLocked: WifiLock{MAIL_WIFI_LOCK type=1 
binder=android.os.BinderProxy@464b35b8}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): releaseWifiLockLocked: WifiLock{MAIL_WIFI_LOCK type=1 
binder=android.os.BinderProxy@464b35b8}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): acquireWifiLockLocked: WifiLock{TwidroidBackgroundService 
type=1 binder=android.os.BinderProxy@461dd640}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): releaseWifiLockLocked: WifiLock{TwidroidBackgroundService 
type=1 binder=android.os.BinderProxy@461dd640}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiWatchdogService(   92): (android.server.ServerThread) linksys 
(00:18:f8:4e:02:36) does not require the watchdog
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiService(   92): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiWatchdogService(   92): (android.server.ServerThread) linksys 
(00:18:f8:4e:02:36) does not require the watchdog
D/WifiService(   92): acquireWifiLockLocked: WifiLock{MAIL_WIFI_LOCK type=1 
binder=android.os.BinderProxy@462a1b40}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/WifiService(   92): releaseWifiLockLocked: WifiLock{MAIL_WIFI_LOCK type=1 
binder=android.os.BinderProxy@462a1b40}
D/WifiService(   92): enable and start wifi due to updateWifiState
D/NotificationFlashLightUtility getIncomingCall(13822): load fail~~~~~~~~~~
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/RemoteNotifier(13552): Using donut SMS decoder
D/RemoteNotifier(13552): Using level 5 caller ID
D/RemoteNotifier(13552): Received Sms: SMS from My Tran Lam - Mobile 
(5712141182): I hope so.
D/RemoteNotifier(13552): Sending notification: 
v2/1351b198bf16ee4c/87deb42351cc9a/SMS/5712141182/SMS from My Tran Lam - Mobile 
(5712141182): I hope so.
D/RemoteNotifier(13552): Sending wifi notification to IP 192.168.1.255
D/RemoteNotifier(13552): Sending over UDP
D/RemoteNotifier(13552): Sent over UDP
I/RemoteNotifier(13552): Sent notification over WiFi.
D/WifiService(   92): ACTION_SCREEN_OFF
D/WifiService(   92): ACTION_SCREEN_ON
D/WifiService(   92): enable and start wifi due to updateWifiState
D/RemoteNotifier(13552): Using donut SMS decoder
D/RemoteNotifier(13552): Using level 5 caller ID
I/RemoteNotifier(13552): Couldn't find caller information
D/RemoteNotifier(13552): Received Sms: SMS from 7032825495: Skoo
D/RemoteNotifier(13552): Sending notification: 
v2/1351b198bf16ee4c/87deac76998c4e/SMS/7032825495/SMS from 7032825495: Skoo
D/RemoteNotifier(13552): Sending wifi notification to IP 192.168.1.255
D/RemoteNotifier(13552): Sending over UDP
D/RemoteNotifier(13552): Sent over UDP
I/RemoteNotifier(13552): Sent notification over WiFi.
D/RemoteNotifier(13552): Not starting service again
D/RemoteNotifier(13552): Sending notification: 
v2/1351b198bf16ee4c/46205ffb9ccd0/PING//Test notification
D/RemoteNotifier(13552): Sending wifi notification to IP 192.168.1.255
D/RemoteNotifier(13552): Sending over UDP
D/RemoteNotifier(13552): Sent over UDP
I/RemoteNotifier(13552): Sent notification over WiFi.

What version of Android are you using?
2.2

Original issue reported on code.google.com by ryanmcph...@gmail.com on 2 Dec 2010 at 7:45