kharaziamir / desktopsms

Automatically exported from code.google.com/p/desktopsms
0 stars 0 forks source link

Sending SMS does not work #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running MainGUI.jar under linux (sdk 1.5)
HTC G1/Dream Rom:Cyanogen 4.0.2

Click on the Send button does'nt send the sms.

Exception in thread "SendSMS" java.lang.NullPointerException
    at fr.galize.desktopsms.comm.Communication.sendSMS(Communication.java:178)
    at fr.galize.desktopsms.ui.SendSMS$1.run(SendSMS.java:38)
    at java.lang.Thread.run(Thread.java:619)

java.io.IOException: Write end dead
    at java.io.PipedInputStream.read(PipedInputStream.java:294)
    at java.io.PipedInputStream.read(PipedInputStream.java:361)
    at java.io.InputStream.read(InputStream.java:85)
    at fr.galize.desktopsms.ui.MainGui$9.readLine(MainGui.java:270)
    at fr.galize.desktopsms.ui.MainGui$9.run(MainGui.java:255)
    at java.lang.Thread.run(Thread.java:619)

Original issue reported on code.google.com by launayje...@gmail.com on 23 Aug 2009 at 11:05

GoogleCodeExporter commented 9 years ago
For more infos this happened only in USB mode, WIFI works perfect.

Original comment by launayje...@gmail.com on 23 Aug 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Sending message unconnected

-> Add a message informing user that connection is closed

Original comment by gaetan.e...@gmail.com on 23 Aug 2009 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by gaetan.e...@gmail.com on 23 Aug 2009 at 11:24

GoogleCodeExporter commented 9 years ago
Thk Gaetan, nice app by the way!

Original comment by launayje...@gmail.com on 23 Aug 2009 at 11:31