Steven-Mark-Ford
Steven-Mark-Ford
I found this delay work around also works on the Samsung Galaxy Tab 2 7". stack trace: 04-09 11:35:27.746: E/AndroidRuntime(15761): java.lang.NullPointerException 04-09 11:35:27.746: E/AndroidRuntime(15761): at com.visionsmarts.pic2shop.view.ScannerLiveView.stopCamera(ScannerLiveView.java:353) 04-09 11:35:27.746: E/AndroidRuntime(15761): at...
Yeah I was still getting a crash on the Samsung Galaxy Tab 2 after implementing the delay so I will give this a try and let you know.
@VisionSmarts I tried the "Do not keep activities" setting and it did not work. It never seems to be the first time the app launches. i.e. if I launch pic...
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...