flyfire / android-notifier

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

No notification on Windows, but works on Mac + Ubuntu! #285

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.

What steps will reproduce the problem?
1. Change network settings in windows 
2. Only pings are detected WHEN and ONLY WHEN trying to add the phone to the 
device list
3. After it, no other notifications are shown. 

What is the expected output? What do you see instead?
Well to show all the notifications. Everything is shown on Ubuntu (10.10) (same 
machine as Windows), and my MacbookPro (running OS X 10.6), but nothing on 
Windows 7 64-bit once network configurations has been changed. I have two 
Ethernet ports at the back of the computer and have replaced connections 
between the two. And since then no notifications has been shown. I confirm that 
I receive notifications, since the debug log states that I received a SMS 
and/or ping, but nothing is yet shown. I have tried all options, including 
disabling encryption and device list, but nothing has worked. In the "WiFi" 
section of the program, I have "null" value present where previously I had my 
LAN IP there.

What version of the product are you using? On what operating system?
Android 2.2 - Works on Ubuntu 10.10 (same machine), and two other Macintosh 
computers running OSX 10.6. Does not work on Windows 7 64bit

Please provide the log output if possible (from the alogcat app on android,
Show Log menu on the multiplatform client, or Console on native mac app):

2010-11-11 22:49:29,065 INFO [ApplicationImpl] - Starting SWT
2010-11-11 22:49:29,118 INFO [ApplicationImpl] - Showing tray icon
2010-11-11 22:49:29,154 DEBUG [ServiceServerImpl] - Starting service server on 
port [10700]
2010-11-11 22:49:29,159 DEBUG [InetAddresses] - Looking for local address
2010-11-11 22:49:29,167 INFO [ApplicationImpl] - Starting [System default] 
broadcaster
2010-11-11 22:49:29,167 INFO [ApplicationImpl] - Starting [TCP] receiver
2010-11-11 22:49:29,221 INFO [ApplicationImpl] - Starting [UDP] receiver
2010-11-11 22:49:29,229 INFO [ApplicationImpl] - Adding to startup
2010-11-11 22:49:29,393 DEBUG [InetAddresses] - Local address found
2010-11-11 22:49:40,113 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1204173211455560, type=Ping
2010-11-11 22:49:52,531 INFO [NotificationManagerImpl] - Waiting for test 
notification to pair device
2010-11-11 22:49:53,945 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1204173225070047, type=Ping
2010-11-11 22:49:53,946 INFO [NotificationManagerImpl] - Pairing stopped
2010-11-11 22:49:53,946 INFO [NotificationManagerImpl] - Pairing stopped
2010-11-11 22:50:01,575 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1204173232401516, type=Ping
2010-11-11 22:50:25,449 INFO [NotificationManagerImpl] - Notification received: 
notificationId=1204173255343469, type=Ping

Please provide any additional information below.
I reinstalled the application, but I had no luck either. Do you use a specific 
configuration file where I can manually tweak which network adapter I want to 
use?

Thank you for the great app.
Mo

Original issue reported on code.google.com by mofir...@gmail.com on 11 Nov 2010 at 10:50

GoogleCodeExporter commented 9 years ago
If the log shows that notifications are being received, then it's not a network 
issue, and the desktop app binds to all network interfaces available so you 
don't have to choose one.

Take a look at issue 114, maybe Windows is not showing tray balloons. Also, 
I've noticed that sometimes Windows does not show tray balloons when the theme 
is customized in some way with WindowBlinds or something similar.

Original comment by lehph...@gmail.com on 12 Nov 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Yep. You are right. When you drag the icon into the "hidden parts", it hides 
everything.

I am sorry for asking a stupid question. It now works. 

Thank you for the prompt reply!

Original comment by mofir...@gmail.com on 12 Nov 2010 at 12:43

GoogleCodeExporter commented 9 years ago
I'm glad it's working now. Your question was not stupid, I'll try to figure out 
why you got "null" instead of your LAN ip address, does it always happen? Do 
you know what you did exactly to get null?

Original comment by lehph...@gmail.com on 12 Nov 2010 at 12:55

GoogleCodeExporter commented 9 years ago
Apart from changing the cable ports and reinstall JRE and JDK, nope nothing 
else. Ofcourse, reinstalled JRE and JDK to a different folder since I had to 
update to the latest version. Running JRE update 22 - if that helps at all.

Original comment by mofir...@gmail.com on 12 Nov 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Taking over lehphyro's issues.

Original comment by rdamazio@gmail.com on 11 Jan 2011 at 4:31