flyfire / android-notifier

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

notifier does not work, does not send to remote computer #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
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( 1432): acquireWifiLockLocked: WifiLock{Genie type=1 
binder=android.os.BinderProxy@45113688}
D/WifiService( 1432): releaseWifiLockLocked: WifiLock{Genie type=1 
binder=android.os.BinderProxy@45113688}
D/RemoteNotifier(21936): Using level 5 caller ID
D/RemoteNotifier(21936): Using real bluetooth utils
I/RemoteNotifier(21936): Starting notification service
D/RemoteNotifier(21936): Battery status: NOT charging
D/RemoteNotifier(21936): Got battery level: 100
D/RemoteNotifier(21936): Battery level change: 101
D/RemoteNotifier(21936): Got battery update, but state change was not relevant
D/RemoteNotifier(21936): Sending notification: 
v2/efded752ec9eade3/49fe8e29cda15/PING//Test notification
D/RemoteNotifier(21936): Enabling wifi and delaying notification
D/WifiService( 1432): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@45264828}
D/RemoteNotifier(21936): Restoring state
D/RemoteNotifier(21936): Not starting service again
D/WifiService( 1432): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1432): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@45018e68}
D/WifiStateTracker( 1432): Reset connections and stopping DHCP
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2 
BSSID=00:00:00:00:00:00]
D/WifiStateTracker( 1432): Disabling interface
V/WifiStateTracker( 1432): Connection to supplicant established, 
state=FOUR_WAY_HANDSHAKE
V/WifiStateTracker( 1432): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
SCANNING
V/WifiMonitor( 1432): Event [WPS-AP-AVAILABLE ]
V/WifiMonitor( 1432): Event [Trying to associate with 68:7f:74:2a:0f:dd 
(SSID='Cheetah' freq=2412 MHz)]
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3 
BSSID=68:7f:74:2a:0f:dd]
V/WifiMonitor( 1432): Event [CTRL-EVENT-DRIVER-STATE STARTED]
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=4 
BSSID=68:7f:74:2a:0f:dd]
V/WifiStateTracker( 1432): Changing supplicant state: SCANNING ==> ASSOCIATING
V/WifiMonitor( 1432): Event [Associated with 68:7f:74:2a:0f:dd]
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=5 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1432): Changing supplicant state: ASSOCIATING ==> ASSOCIATED
V/WifiStateTracker( 1432): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=5 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1432): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=6 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1432): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=6 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1432): Changing supplicant state: GROUP_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1432): Event [WPA: Key negotiation completed with 
68:7f:74:2a:0f:dd [PTK=TKIP GTK=TKIP]]
V/WifiMonitor( 1432): Event [CTRL-EVENT-STATE-CHANGE id=4 state=7 
BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1432): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiMonitor( 1432): Event [CTRL-EVENT-CONNECTED - Connection to 
68:7f:74:2a:0f:dd completed (auth) [id=4 id_str=]]
V/WifiStateTracker( 1432): New network state is CONNECTED
D/WifiStateTracker( 1432): DhcpHandler: DHCP request started
V/WifiStateTracker( 1432): DhcpHandler: DHCP request succeeded
V/WifiStateTracker( 1432): IP configuration: ipaddr 192.168.1.134 gateway 
192.168.1.1 netmask 255.255.255.0 dns1 68.87.72.134 dns2 68.87.77.134 DHCP 
server 192.168.1.1 lease 86400 seconds
D/WifiWatchdogService( 1432): (android.server.ServerThread) Cheetah 
(68:7f:74:2a:0f:dd) does not require the watchdog
D/RemoteNotifier(21936): Method wifi connected, sending delayed notification 
after 8508ms
D/RemoteNotifier(21936): Sending wifi notification to IP 255.255.255.255
D/RemoteNotifier(21936): Sending over UDP
D/RemoteNotifier(21936): Sent over UDP
I/RemoteNotifier(21936): Sent notification over WiFi.
D/WifiService( 1432): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@45264828}
D/WifiStateTracker( 1432): Reset connections and stopping DHCP
D/WifiStateTracker( 1432): Disabling interface
V/WifiMonitor( 1432): Event [CTRL-EVENT-TERMINATING - signal 15 received]
V/WifiStateTracker( 1432): Connection to supplicant lost

What version of Android are you using? 2.2

Original issue reported on code.google.com by stevenri...@gmail.com on 29 Oct 2010 at 11:54

GoogleCodeExporter commented 9 years ago
What is on the desktop log file? What desktop OS are you using?

Original comment by lehph...@gmail.com on 29 Oct 2010 at 11:07

GoogleCodeExporter commented 9 years ago
No details provided, nothing in the logs, please at least provide what 
configuration you're using, on what device, with what desktop app, etc.

Original comment by rdamazio@gmail.com on 29 Oct 2010 at 11:08

GoogleCodeExporter commented 9 years ago
I'm trying to use a Macbook Pro. How do I find the laptop logfile?? I'll 
duplicate the problem and send both logfiles.

Original comment by stevenri...@gmail.com on 29 Oct 2010 at 11:14