kharaziamir / desktopsms

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

App force closes on phone after connect #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start app on phone
2.start gui + connect on pc
3.connection icon turns green
4.app on phone force closes

1.start gui + connect on pc
2.tries to start app on phone
3.Connection icon turns green
4.app on phone FC's

What is the expected output? What do you see instead?
a working connection, mine disconnects after force closing the app (forced,
cannot choose not to..)

What version of the product are you using? On what operating system?
latest version of desktopsms, on g1. Rooted and running latest SuperD ROM
with ramhack(hardspl, and 2.22.23.02 radio). PC is win 7 x64.

Please provide any additional information below.
if i don't start the app on phone first it wont work at all.
Funny thing is that if I don't tap the force-close button in 'stopped
responding' message on phone it works fine.

I know for sure that my pc drivers are working ok, I dev apps for android too.
If you want I can look over your code and debug it for a bit, just give me
a nudge! :) If you want anything else from me (log or whatever), let me know.

Original issue reported on code.google.com by yannickh...@gmail.com on 21 Mar 2010 at 9:28

GoogleCodeExporter commented 9 years ago
Having the same issue via WiFi or USB. As soon as I hit OK on the FC message on 
phone -> disconnects.

What steps will reproduce the problem? Exact same as original poster.

What version of the product are you using? On what operating system?
T-Mobile G1 w/CyanogenMod 4.2.15 | Firmware 1.6 | Radio 2.22.19.26I | Kernel 
2.6.29.6 | Build DRC83

PC is Windows 7 x64.

Original comment by jup...@gmail.com on 20 Apr 2010 at 6:46

GoogleCodeExporter commented 9 years ago
same problem... using Windows 7 and SE Xperia X10i

Original comment by KREISonl...@gmail.com on 27 Aug 2010 at 4:25

GoogleCodeExporter commented 9 years ago
Here is a relevant logfile:

I/ActivityManager(  146): Start proc fr.galize.android for service 
fr.galize.android/.MyService: pid=595 uid=10067 gids={3003, 1015}
W/System.err(  595): java.io.EOFException
W/System.err(  595):    at 
java.io.DataInputStream.readInt(DataInputStream.java:286)
W/System.err(  595):    at fr.galize.android.Listener.run(Listener.java:61)
W/System.err(  595):    at java.lang.Thread.run(Thread.java:1096)
E/ERROR   (  595): Error in Listener
E/ERROR   (  595): java.io.EOFException
E/ERROR   (  595):  at java.io.DataInputStream.readInt(DataInputStream.java:286)
E/ERROR   (  595):  at fr.galize.android.Listener.run(Listener.java:61)
E/ERROR   (  595):  at java.lang.Thread.run(Thread.java:1096)
E/ERROR   (  595): Channel close
E/ACCEPTED(  595): CLOSE
W/dalvikvm(  595): threadid=8: thread exiting with uncaught exception 
(group=0x400207d8)
E/AndroidRuntime(  595): FATAL EXCEPTION: Thread-9
E/AndroidRuntime(  595): java.util.concurrent.RejectedExecutionException
E/AndroidRuntime(  595):    at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPool
Executor.java:1876)
E/AndroidRuntime(  595):    at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:774)
E/AndroidRuntime(  595):    at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1295)
E/AndroidRuntime(  595):    at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java
:33)
E/AndroidRuntime(  595):    at 
fr.galize.android.Accepted.sendContact(Accepted.java:487)
E/AndroidRuntime(  595):    at 
fr.galize.android.Accepted.getContact(Accepted.java:330)
E/AndroidRuntime(  595):    at 
fr.galize.android.Accepted.getSendAll(Accepted.java:111)
E/AndroidRuntime(  595):    at fr.galize.android.Accepted.run(Accepted.java:104)
E/AndroidRuntime(  595):    at java.lang.Thread.run(Thread.java:1096)
I/Process (  595): Sending signal. PID: 595 SIG: 9
I/ActivityManager(  146): Process fr.galize.android (pid 595) has died.

Original comment by Zbrahea...@gmail.com on 15 Sep 2010 at 6:25