asolfre / android-notifier

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

Different Port Numbers #461

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.

DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notifications not working).

What steps will reproduce the problem?
1. Run software on computer and phone
2. Send test notification
3.

What is the expected output? What do you see instead?
Test notification, nothing

What version of the product are you using? On what operating system?
0.2.8 on phone, 0.5.1 on computer, Linux Mint 12

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):
2011-12-30 18:56:44,849 INFO [ApplicationImpl] - Starting SWT
2011-12-30 18:56:45,227 INFO [ApplicationImpl] - Showing tray icon
2011-12-30 18:56:45,522 DEBUG [ServiceServerImpl] - Starting service server on 
port [10700]
2011-12-30 18:56:45,555 DEBUG [InetAddresses] - Looking for local address
2011-12-30 18:56:45,599 DEBUG [InetAddresses] - Local address found
2011-12-30 18:56:45,629 INFO [ApplicationImpl] - Starting [System default] 
broadcaster
2011-12-30 18:56:45,635 INFO [ApplicationImpl] - Starting [Libnotify] 
broadcaster
2011-12-30 18:56:45,648 INFO [ApplicationImpl] - Starting [TCP] receiver
2011-12-30 18:56:45,890 INFO [ApplicationImpl] - Starting [UDP] receiver
2011-12-30 18:56:45,948 INFO [ApplicationImpl] - Adding to startup

Please provide any additional information below.

It looks like the phone is sending on port 10600, and the computer is listening 
on 10700.

Original issue reported on code.google.com by corne...@gmail.com on 30 Dec 2011 at 6:57

GoogleCodeExporter commented 9 years ago
This problems seems similar to mine and because it isn't resolved I'll attach 
some information here:

some info about my system: 
ubuntu 10.04
htc desire with android 2.2.2

1. I downloaded the deb file directly from the webpage, but the desktop-process 
only listened on 10700 while my mobile send packages on 10600. (I checked this 
with wireshark). After a while I dumped the deb-installation and moved on with 
the installation from the apt-get source
2. apt-get source server
now I can see the following process structure (netstat -lp)
tcp        0      0 *:10600                 *:*               LISTEN      
4273/java       
tcp        0      0 localhost:10700         *:*               LISTEN      
4273/java       
udp        0      0 *:10600                 *:*                           
4273/java  

packages are arriving from my phone on the desktop on port 10600 BUT nothing 
happen if I try out a test-notification.

By the way the log-file is empty even if I set the log4j-level to info.

Any ideas?
- Julian

Original comment by julian.b...@gmail.com on 17 Apr 2012 at 7:41