Actually, Droid@Screen is an improvement on my original:
http://blog.ribomation.com/2010/01/21/droidscreen/
The advent of Droid@Screen is one of the reasons I set DroidEx aside,
as I have not done much with that code in a year-plus.
But thanks for the sentiment!
> I'm running current SDK r06 (on a mac), trying to capture video on
> Android 2.2 systems (Droid, Evo). Similar problems to those earlier in
> related threads.
>
> I'm running ddms, select the device, capture screen. I can see that
> the display is refreshing as I do things on the device. However I
> can't stop and save the video file.
>
> I got the problem down to this error:
>
>> ./adb start-server
>> java -cp DroidEx.jar:./lib/ddmlib.jar com.commonsware.droidex.DroidEx
> 53:43 E/adb: Cannot stop adb when AndroidDebugBridge is created
> without the location of adb.
Make sure your Android SDK tools/ directory is in your PATH. In other
words, you need to be able to run:
adb start-server
not:
./adb start-server
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.1 Available!