[android-developers] downgrade to 1.5

2009-10-15 Thread Larry Chen
Upgrading to 1.6 broke my camera app. Are there any ways of downgrading to 1.5? I tried flashing factory system images on the Dev Phone but that did not work. TIA. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Android 1.6 startPreview failed with SURFACE_TYPE_NORMAL

2009-10-13 Thread Larry Chen
Hello, I've encountered a startPreview failed RuntimeException in Android 1.6 where it worked fine in 1.5. I intercept a frame from the camera preview, process it, then redraw it on the surface. I had to use SURFACE_TYPE_NORMAL because TYPE_PUSH_BUFFERS does not agree with lockCanvas( ). My