Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Runtime Exception #97

Open
GoogleCodeExporter opened this issue Apr 9, 2016 · 0 comments
Open

Java Runtime Exception #97

GoogleCodeExporter opened this issue Apr 9, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant