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
Thanks for your contribution on AndroidScreencast. Now I encounter a tricky issue and want to confirm the issue is related to platform or AndroidScreencast.
I change my device's resolutoin to bellowing configuration and AndroidScreencast failed on 1024x768.
1024x800 => Works fine.
1024x768 => Failed. No any frame showing. DDMS Screen Capture can't work too.
1024x600 => Work fine.
It shows me bellowing log
2015-10-18 23:37:32 [ERROR] [ScreenCaptureThread:105] - fetchImage()
com.android.ddmlib.TimeoutException
at com.android.ddmlib.AdbHelper.read(AdbHelper.java:767)
at com.android.ddmlib.AdbHelper.getFrameBuffer(AdbHelper.java:337)
at com.android.ddmlib.Device.getScreenshot(Device.java:508)
at com.github.xsavikx.android.screencast.api.injector.ScreenCaptureThread.fetchImage(ScreenCaptureThread.java:103)
at com.github.xsavikx.android.screencast.api.injector.ScreenCaptureThread.run(ScreenCaptureThread.java:134)
2015-10-18 23:37:32 [INFO ] [ScreenCaptureThread:111] - failed getting screenshot through ADB ok
2015-10-18 23:37:33 [DEBUG] [AndroidScreencastApplication:32] - close() - start
2015-10-18 23:37:33 [DEBUG] [Injector:26] - close() - start
2015-10-18 23:37:33 [DEBUG] [Injector:30] - close() - end
The text was updated successfully, but these errors were encountered:
I change the resolution in my Android BSP to specific resolution for different product's LCD.
If com.android.ddmlib.Device.getScreenshot(...) return failed on specific resolution, does it mean my Android BSP don't support this resolution in JPEG encoder?
Hi
Thanks for your contribution on AndroidScreencast. Now I encounter a tricky issue and want to confirm the issue is related to platform or AndroidScreencast.
I change my device's resolutoin to bellowing configuration and AndroidScreencast failed on 1024x768.
It shows me bellowing log
2015-10-18 23:37:32 [ERROR] [ScreenCaptureThread:105] - fetchImage()
com.android.ddmlib.TimeoutException
at com.android.ddmlib.AdbHelper.read(AdbHelper.java:767)
at com.android.ddmlib.AdbHelper.getFrameBuffer(AdbHelper.java:337)
at com.android.ddmlib.Device.getScreenshot(Device.java:508)
at com.github.xsavikx.android.screencast.api.injector.ScreenCaptureThread.fetchImage(ScreenCaptureThread.java:103)
at com.github.xsavikx.android.screencast.api.injector.ScreenCaptureThread.run(ScreenCaptureThread.java:134)
2015-10-18 23:37:32 [INFO ] [ScreenCaptureThread:111] - failed getting screenshot through ADB ok
2015-10-18 23:37:33 [DEBUG] [AndroidScreencastApplication:32] - close() - start
2015-10-18 23:37:33 [DEBUG] [Injector:26] - close() - start
2015-10-18 23:37:33 [DEBUG] [Injector:30] - close() - end
The text was updated successfully, but these errors were encountered: