vincenthsu / androidscreencast

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

Java Runtime Exception #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Device name : LG Optimus G
Device rooted (yes/no) : No
Device OS version (1.5/1.6/2.0,...) : 4.0.4

Computer OS and version (Mac,Win,Linux,...) : win 7 64bit
Java version (java -version from command line) :7
ADB version (adb version from command line) : not sure
AndroidScreencast version : newest as of Feb 21 '13

What steps will reproduce the problem?
1.Run platform-tools>adb usb in Win Console
2.Run androidscreencast.jnlp

What is the expected output? What do you see instead?

Expected result is screencast running properly, actual result is:

java.lang.RuntimeException: java.lang.RuntimeException: 
java.lang.RuntimeException: SyncService is null, ADB crashed ?
    at net.srcz.android.screencast.api.injector.Injector.uploadAgent(Injector.java:52)
    at net.srcz.android.screencast.api.injector.Injector.init(Injector.java:162)
    at net.srcz.android.screencast.api.injector.Injector.access$0(Injector.java:155)
    at net.srcz.android.screencast.api.injector.Injector$1.run(Injector.java:26)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: SyncService 
is null, ADB crashed ?
    at net.srcz.android.screencast.api.AndroidDevice.pushFile(AndroidDevice.java:51)
    at net.srcz.android.screencast.api.injector.Injector.uploadAgent(Injector.java:49)
    ... 3 more
Caused by: java.lang.RuntimeException: SyncService is null, ADB crashed ?
    at net.srcz.android.screencast.api.AndroidDevice.pushFile(AndroidDevice.java:43)
    ... 4 more

Basically I run ASC and the window to display my device pops up, but shows 
nothing but grey.  I then get the error message from above.

Original issue reported on code.google.com by taylor.c...@gmail.com on 21 Feb 2013 at 5:45