Posted by
Sven Gothel on
Oct 17, 2011; 10:17am
URL: https://forum.jogamp.org/Android-Test-APKs-201110080141utc-tp3404613p3427793.html
On Monday, October 17, 2011 11:58:14 AM Ondrej [via jogamp] wrote:
>
> Just tried your test apps on HTC Desire Z.
>
800MHz Qualcomm MSM7230 chipset, 512MB of RAM ?
Snapdragon S2 ? [
http://en.wikipedia.org/wiki/Snapdragon_%28system_on_chip%29 ]
Great, since we don't have that device to test.
> RedSqr and Gears works perfectly.
Both ? ES1 and ES2 ?
And the transparent GearsES2 as well (the one with the 'T') ?
> GraphUI1p renders text at around 30 fps
> with or without v-sync.
Right, v-sync for some reason is always enabled, weather you enable or
disable it via 'eglSwapInterval()'. 30fps is great for the current code.
> Background of buttons is not visible at low zooms
> (maybe missing mipmaps).
Something else .. we don't know yet, but have seen similar behavior on Omap3.
> Application start and text switching takes some
> time.
Yes, the current tesselation behaves slowish on mobile and keeps the GC
very busy (you see this w/ logcat). So there is room for improvement
in regards to 'flying objects' [temp. created objects] :)
> The other apps throws exceptions.
GraphUI2p and Elekro ? Yes, I see .. GLSL couldn't be linked.
Would be nice to see the whole logcat, I guess we have enabled GLSL debugging,
ie it's dumps the whole shader code w/ line numbers.
The device GLSL compiler should write an error message w/ a GLSL source line number.
>
> Great work! Looking forward to write my first Jogl app for Android.
Awesome!
After my OSX tour .. I will try to make the Android packaging more easy,
ie. simplify the dependencies: gluegen/jogl, your-demo-code, derived-launcher.
We will see .. if you have ideas .. shoot.
~Sven
>
> Ondrej
>
>
> GraphUI2p app throws exception:
>
> E/AndroidRuntime(27567): FATAL EXCEPTION: main-Animator-1
> E/AndroidRuntime(27567): javax.media.opengl.GLException: RegionRenderer:
> Couldn't link program: ShaderProgram[id=1, linked=false, inUse=false,
> program: 1,
> E/AndroidRuntime(27567): ShaderCode[id=1, type=VERTEX_SHADER, valid=true,
> shader: 2, source]
> E/AndroidRuntime(27567): ShaderCode[id=2, type=FRAGMENT_SHADER,
> valid=false,shader: 3, source]]
> E/AndroidRuntime(27567): at
> jogamp.graph.curve.opengl.RegionRendererImpl01.initShaderProgram(RegionRendererImpl01.java:74)
> E/AndroidRuntime(27567): at
> com.jogamp.graph.curve.opengl.Renderer.init(Renderer.java:133)
> E/AndroidRuntime(27567): at
> com.jogamp.opengl.test.junit.graph.demos.GPUUISceneGLListener0A.init(GPUUISceneGLListener0A.java:220)
>
> and Elektro app:
>
> E/dalvikvm(27622): Could not find class
> 'jogamp.opengl.gl4.GL4bcProcAddressTable', referenced from method
> jogamp.opengl.GLDebugMessageHandler.init
> E/AndroidRuntime(27622): FATAL EXCEPTION: main-Animator-1
> E/AndroidRuntime(27622): javax.media.opengl.GLException: could not link
> program: ShaderProgram[id=1, linked=false, inUse=false, program: 1,
> E/AndroidRuntime(27622): ShaderCode[id=1, type=VERTEX_SHADER, valid=true,
> shader: 2, source]
> E/AndroidRuntime(27622): ShaderCode[id=2, type=FRAGMENT_SHADER,
> valid=false, shader: 4, source]]
> E/AndroidRuntime(27622): at
> com.jogamp.opengl.util.glsl.ShaderState.useProgram(ShaderState.java:172)
> E/AndroidRuntime(27622): at
> com.jogamp.opengl.test.junit.jogl.demos.es2.ElektronenMultiplizierer.init(ElektronenMultiplizierer.java:243)
>