You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device name : Motorola Atrix 4G, Motorola Droid 3, Motorola Droid X2
Device rooted (yes/no) : Yes
Device OS version (1.5/1.6/2.0,...) :2.3.4
Computer OS and version (Mac,Win,Linux,...) :Win7EntSp1
Java version (java -version from command line) : 1.6.0_10-rc
ADB version (adb version from command line) : 1.0.29
AndroidScreencast version :
What steps will reproduce the problem?
1. USB Debugging on
2. adb devices
3.
What is the expected output? What do you see instead?
ERROR: Timeout Getting device list
-----
Launch File:
-----------
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="0.2 1.0"
codebase="http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/"
href="androidscreencast.jnlp">
<information>
<title>Android Screencast</title>
<vendor>Alexandre Thiel</vendor>
<homepage href="http://code.google.com/p/androidscreencast/"/>
<description>Control an android device remotely !</description>
<description kind="short">Control an android device remotely</description>
<offline-allowed/>
<shortcut online="true"/>
<update check="timeout" policy="always"/>
</information>
<resources>
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.5+"/>
<jar href="androidscreencast.jar" main="true" download="eager"/>
<jar href="ddmlib.jar" main="false" download="eager"/>
</resources>
<application-desc main-class="net.srcz.android.screencast.Main"/>
<security>
<all-permissions/>
</security>
</jnlp>
Exception:
---------
java.lang.RuntimeException: Timeout getting device list!
at net.srcz.android.screencast.Main.waitDeviceList(Main.java:86)
at net.srcz.android.screencast.Main.initialize(Main.java:37)
at net.srcz.android.screencast.Main.<init>(Main.java:25)
at net.srcz.android.screencast.Main.main(Main.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Please provide any additional information below:
Problem with these devices only. Samsung, LG, HTC devices working fine!!!
Original issue reported on code.google.com by [email protected] on 5 Apr 2012 at 6:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Apr 2012 at 6:15The text was updated successfully, but these errors were encountered: