profesor79 / android-notifier

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

No notifications over cell network anymore..havent changed any settings #346

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send test notification over cell network
2.
3.

What is the expected output? What do you see instead?
 No notification is received over cell network, but is received over wifi. Carriers internet access is working though.

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

 D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type= binder=android.os.BinderProxy@40a621f8}
D/WifiWatchdogService(  252): (android.server.ServerThread) MUA407 
(00:22:3f:92:a4:0c) does not require the watchdog
D/WifiService(  252): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@40a621f8}
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@40732258}
D/WifiWatchdogService(  252): (android.server.ServerThread) MUA407 
(00:22:3f:92:a4:0c) does not require the watchdog
D/WifiService(  252): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@40732258}
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4081f0a8}
D/WifiWatchdogService(  252): (android.server.ServerThread) MUA407 
(00:22:3f:92:a4:0c) does not require the watchdog
D/WifiService(  252): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@4081f0a8}
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/RemoteNotifier( 1420): Not starting service again
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/49ef7fd5a324c/PING//Test notification
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over UDP
D/RemoteNotifier( 1420): Sent over UDP
D/RemoteNotifier( 1420): Sending over TCP
E/RemoteNotifier( 1420): Unable to send TCP or UDP packet
E/RemoteNotifier( 1420): java.net.SocketTimeoutException: Connection timed out
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.platform.OSNetworkSystem.connect(Native Method)
E/RemoteNotifier( 1420):    at 
dalvik.system.BlockGuard$WrappedNetworkSystem.connect(BlockGuard.java:357)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:204)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:437)
E/RemoteNotifier( 1420):    at java.net.Socket.connect(Socket.java:983)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendTcpNotification(IpNot
ificationMethod.java:188)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:161)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.runNotificationThread(Notifier.java:1
69)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.access$0(Notifier.java:165)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:91)
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/49ef7feabe6c2/PING//Test notification
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over UDP
D/RemoteNotifier( 1420): Sent over UDP
I/RemoteNotifier( 1420): Sent notification over WiFi.
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/49ef7ff74da4a/PING//Test notification
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over TCP
E/RemoteNotifier( 1420): Unable to send TCP or UDP packet
E/RemoteNotifier( 1420): java.net.SocketTimeoutException: Connection timed out
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.platform.OSNetworkSystem.connect(Native Method)
E/RemoteNotifier( 1420):    at 
dalvik.system.BlockGuard$WrappedNetworkSystem.connect(BlockGuard.java:357)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:204)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:437)
E/RemoteNotifier( 1420):    at java.net.Socket.connect(Socket.java:983)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendTcpNotification(IpNot
ificationMethod.java:188)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:161)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.runNotificationThread(Notifier.java:1
69)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.access$0(Notifier.java:165)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:91)
D/RemoteNotifier( 1420): Battery status: Discharging
D/RemoteNotifier( 1420): Got battery level: 89
D/RemoteNotifier( 1420): Battery level change: 90
D/RemoteNotifier( 1420): Got battery update, but state change was not relevant
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/49ef8012a7d9f/PING//Test notification
D/RemoteNotifier( 1420): Enabling wifi and delaying notification
D/WifiService(  252): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@409d02c0}
D/WifiService(  252): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  252): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@409491d8}
V/WifiStateTracker(  252): Connection to supplicant established, 
state=DISCONNECTED
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker(  252): Changing supplicant state: DISCONNECTED ==> SCANNING
V/WifiMonitor(  252): Event [Trying to associate with 00:22:3f:92:a4:0c 
(SSID='MUA407' freq=2462 MHz)]
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3 
BSSID=00:22:3f:92:a4:0c]
V/WifiStateTracker(  252): Changing supplicant state: SCANNING ==> ASSOCIATING
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=1 state=4 
BSSID=00:22:3f:92:a4:0c]
V/WifiMonitor(  252): Event [Associated with 00:22:3f:92:a4:0c]
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=1 state=5 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker(  252): Changing supplicant state: ASSOCIATING ==> ASSOCIATED
V/WifiStateTracker(  252): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=1 state=5 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker(  252): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=1 state=6 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker(  252): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiMonitor(  252): Event [WPA: Key negotiation completed with 
00:22:3f:92:a4:0c [PTK=CCMP GTK=CCMP]]
V/WifiMonitor(  252): Event [CTRL-EVENT-STATE-CHANGE id=1 state=7 
BSSID=00:00:00:00:00:00]
V/WifiMonitor(  252): Event [CTRL-EVENT-CONNECTED - Connection to 
00:22:3f:92:a4:0c completed (auth) [id=1 id_str=]]
V/WifiStateTracker(  252): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiStateTracker(  252): New network state is CONNECTED
D/WifiStateTracker(  252): DhcpHandler: DHCP request started
V/WifiStateTracker(  252): DhcpHandler: DHCP request succeeded
V/WifiStateTracker(  252): IP configuration: ipaddr 192.168.1.39 gateway 
192.168.1.1 netmask 255.255.255.0 dns1 192.168.1.1 dns2 0.0.0.0 DHCP server 
192.168.1.1 lease 86400 seconds
D/WifiWatchdogService(  252): (android.server.ServerThread) MUA407 
(00:22:3f:92:a4:0c) does not require the watchdog
D/RemoteNotifier( 1420): Method wifi connected, sending delayed notification 
after 6513ms
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over UDP
D/RemoteNotifier( 1420): Sent over UDP
D/RemoteNotifier( 1420): Sending over TCP
E/RemoteNotifier( 1420): Unable to send TCP or UDP packet
E/RemoteNotifier( 1420): java.net.SocketTimeoutException: Connection timed out
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.platform.OSNetworkSystem.connect(Native Method)
E/RemoteNotifier( 1420):    at 
dalvik.system.BlockGuard$WrappedNetworkSystem.connect(BlockGuard.java:357)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:204)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:437)
E/RemoteNotifier( 1420):    at java.net.Socket.connect(Socket.java:983)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendTcpNotification(IpNot
ificationMethod.java:188)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:161)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.MethodEnablingNotifier.onTick(MethodEnablingNo
tifier.java:80)
E/RemoteNotifier( 1420):    at 
android.os.CountDownTimer$1.handleMessage(CountDownTimer.java:124)
E/RemoteNotifier( 1420):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/RemoteNotifier( 1420):    at android.os.Looper.loop(Looper.java:123)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.runNotificationThread(Notifier.java:1
74)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.access$0(Notifier.java:165)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:91)
D/WifiService(  252): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@409d02c0}
V/WifiMonitor(  252): Event [CTRL-EVENT-TERMINATING - signal 15 received]
D/WifiService(  252): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.BinderProxy@409491d8}
D/WifiStateTracker(  252): Reset connections and stopping DHCP
V/WifiStateTracker(  252): Connection to supplicant lost
D/WifiStateTracker(  252): Disabling interface
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/49ef806548a4d/PING//Test notification
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over UDP
D/RemoteNotifier( 1420): Sent over UDP
D/RemoteNotifier( 1420): Sending over TCP
E/RemoteNotifier( 1420): Unable to send TCP or UDP packet
E/RemoteNotifier( 1420): java.net.SocketTimeoutException: Connection timed out
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.platform.OSNetworkSystem.connect(Native Method)
E/RemoteNotifier( 1420):    at 
dalvik.system.BlockGuard$WrappedNetworkSystem.connect(BlockGuard.java:357)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:204)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:437)
E/RemoteNotifier( 1420):    at java.net.Socket.connect(Socket.java:983)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendTcpNotification(IpNot
ificationMethod.java:188)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:161)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.runNotificationThread(Notifier.java:1
69)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.access$0(Notifier.java:165)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:91)
D/RemoteNotifier( 1420): Using donut SMS decoder
D/RemoteNotifier( 1420): Using level 5 caller ID
D/RemoteNotifier( 1420): Received Sms: SMS from Fatema - Mobile (+14193225001): 
Lol..porru
D/RemoteNotifier( 1420): Sending notification: 
v2/7300641723f39acf/8f3ffe8424db0e/SMS/+14193225001/SMS from Fatema - Mobile 
(+14193225001): Lol..porru
D/RemoteNotifier( 1420): Sending wifi notification to IP 72.241.201.149
D/RemoteNotifier( 1420): Sending over UDP
D/RemoteNotifier( 1420): Sent over UDP
D/RemoteNotifier( 1420): Sending over TCP
E/RemoteNotifier( 1420): Unable to send TCP or UDP packet
E/RemoteNotifier( 1420): java.net.SocketTimeoutException: Connection timed out
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.platform.OSNetworkSystem.connect(Native Method)
E/RemoteNotifier( 1420):    at 
dalvik.system.BlockGuard$WrappedNetworkSystem.connect(BlockGuard.java:357)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:204)
E/RemoteNotifier( 1420):    at 
org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:437)
E/RemoteNotifier( 1420):    at java.net.Socket.connect(Socket.java:983)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendTcpNotification(IpNot
ificationMethod.java:188)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:161)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.runNotificationThread(Notifier.java:1
69)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier.access$0(Notifier.java:165)
E/RemoteNotifier( 1420):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:91)

What version of Android are you using?

Original issue reported on code.google.com by uansa...@gmail.com on 24 Jan 2011 at 7:09