flyfire / android-notifier

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

Wifi Notification error for input string "p" #273

Closed GoogleCodeExporter closed 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. Link android device to PC
2. Send notification
3.

What is the expected output? What do you see instead?
Expected: Notification
Result: An error occurred while receiving wifi notification:
For input string: "p"

What version of the product are you using? On what operating system?
Version: 0.5.1
OS: Ubuntu 10.10 64-bit

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):
See attachment.

Please provide any additional information below.

Original issue reported on code.google.com by moustafa...@gmail.com on 31 Oct 2010 at 4:33

Attachments:

GoogleCodeExporter commented 9 years ago
What is the output of the following command in terminal?

java -version

Original comment by lehph...@gmail.com on 31 Oct 2010 at 8:31

GoogleCodeExporter commented 9 years ago
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.1) (6b20-1.9.1-1ubuntu3)
OpenJDK 64-Bit Server VM (build 17.0-b16, mixed mode)

Original comment by moustafa...@gmail.com on 4 Nov 2010 at 5:04

GoogleCodeExporter commented 9 years ago
Same issue, Version 0.5.1 on Windows XP 32 bit

Original comment by jdanibl...@gmail.com on 17 Nov 2010 at 8:09

GoogleCodeExporter commented 9 years ago
I've no idea how this "p" got in the device ID so I made the desktop app handle 
device IDs as text instead of numbers to avoid this error. This fix will be 
available in next release.

Original comment by lehph...@gmail.com on 22 Dec 2010 at 7:42