Open GoogleCodeExporter opened 8 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
Original issue reported on code.google.com by
corne...@gmail.com
on 30 Dec 2011 at 6:57