j2mepolish
j2mepolish copied to clipboard
Image Capture on Blackberry 8520
When I try capture an image on Blackberry 8520 using SnapshotScreen there is no preview/video rendered, just a blank screen. (Polish 2.3 Stable)
According to official open source blackberry samples setDisplaySize support is device specific and needs to be wrapped in a try catch. see https://github.com/blackberry/JDE-Samples/blob/master/com/rim/samples/device/videorecordingdemo/VideoRecordingScreen.java
This is not wrapped in a try catch in polish source. This is causing the crash.