Android 4.0.3 OpengL ES 2.0 issue
- by user1662184
i develop live wallpapers using Opengl ES 2.0 engine.
My wallapapers run smooth on 2.x Android Devices , but in 4.03 i see some strange things.
1st seconds (maybe a minute max) lwp runs smooth , but after that starts dropping frames especially when objects passing near camera allmost crashes. But no error on eclipse Log.
I watched Eclipse log from the begining of loading the lwp to the point of dropping frames.
I ve seen that on My LG optimus 2X , and my Samsung Galaxy S2.
Any Idea what to check , or what is going on??
UPDATE i just noticed that changing render mode from dirty to continuously fixed the problem , but until screen orientation changes , or goes of and on. after that renderer freaks out.