Thanks a lot, especially for the crash report on the Nexus S. It looks like a problem with the config chooser for the render context :

Code:
java.lang.RuntimeException: createContext failed: EGL_SUCCESS
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1195)
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1186)
at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1036)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1403)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1242)
Pretty funny first line. Returning success, but failing. I'll have a look into this and will release an update as soon as I found the cause for the crash.