[android-developers] Multi Apk and supports-gl-texture

2012-05-04 Thread laurent mallet
? Thanks, IOPixel Developper Laurent Mallet laurent.mal...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Backup Agent

2012-02-23 Thread laurent mallet
Hello, I'm trying to use BackupAgent but it doesn't work as i want. I'm trying this code: https://github.com/ellis2323/BackupRestore and have published a test app on market. On my Nexus S (ICS 4.0.3), if i install my app with auto-update, i can wipe my app and when i restore my account, my app

[android-developers] Re: GLES20 background bitmap on just 2 triangles kills 35 fps

2011-03-15 Thread laurent mallet
Alex Rempel, The problem is just your experience on mobile device. GPU on mobile devices have very low fillrate. So you must use very carefully your draw operations. N1 or Droid max overdraw is one for 30 FPS but on Nexus S (or SGS) you have a better fillrate, so you can have an overdraw of 3.

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-18 Thread laurent mallet
.glGetUniformLocation(program_, uMVPMatrix); On 16 fév, 18:52, Michael meicpal...@gmail.com wrote: I am testing my live wallpaper on a Galaxy Tab, and it works. On Feb 16, 5:12 am, laurent mallet laurent.mal...@gmail.com wrote: The blurred lines livewallpaper doesn't work on Samsung

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-17 Thread laurent mallet
My Galaxy Tab ROM is XWJJ4. The problem with OpenGL ES 2.0 Livewallpaper seems related to FBO. If i use them, it crashes on many phones. Only my N1 (CM7 alpha version 47) works. On 16 fév, 18:52, Michael meicpal...@gmail.com wrote: I am testing my live wallpaper on a Galaxy Tab, and it works.

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-17 Thread laurent mallet
I tried your livewallpaper with the official (carier Orange) ROM on my GalaxyTab and it doesn't work either. The problem is clearly the FBO. When you use a FBO in a LiveWallPaper, on your main surface you will have a Black Screen. The problem doesn't really crash your phone but you have no

[android-developers] Re: OpenGL ES 2.0 for Live Wallpapers

2011-02-16 Thread laurent mallet
The blurred lines livewallpaper doesn't work on Samsung Galaxy S (and Galaxy Tab), Droid, and Milestone. It works only on my Nexus One. The GLWallpaperService doesn't work either. We have a black screen or green screen. That's strange because many LWP with OpenGL ES 1.x as Aquarium are working.

[android-developers] OpenGL problems with Samsung Moment and Spica (Moblox)

2010-09-01 Thread laurent mallet
Hello, I'm a developper of Moblox and have users reports that this game doesn't work on Samsung Moment and Spica. They share the same soc, so the opengl drivers must be similar. First my chooseConfig selects 16bits mode, because it is available on all android phones. These phones reports that