Re: RE : Re: RE : [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-08 Thread Robert Green
What's up with those 1281s? On Apr 8, 2:53 am, seb boyart wrote: > Here's a crashlog. > It happened on n1 after a rotation. > Looks like the swap function is called with a wrong arg. > 04/08/2010 09:30:00 [DEBUG] EglHelperSLWP(465) start() > 04/08/2010 09:30:00 [DEBUG] EglHelperSLWP(465) getting

RE : Re: RE : [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-08 Thread seb boyart
Here's a crashlog. It happened on n1 after a rotation. Looks like the swap function is called with a wrong arg. 04/08/2010 09:30:00 [DEBUG] EglHelperSLWP(465) start() 04/08/2010 09:30:00 [DEBUG] EglHelperSLWP(465) getting new EGL 04/08/2010 09:30:00 [DEBUG] EglHelperSLWP(465) getting new display 04

Re: RE : [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-07 Thread seb boyart
forget it, your code is fine, it call the surfacechanged right, passing good values for width and height. for obvious reasons, my sphere isn't restreched after a rotation (it does approx 5% of the time only), but all initialization is done in surfacechanged using passed width and height, it worked

Re: RE : [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-07 Thread Ralf Schneider
I didn't know about helixlauncher2. It's cool! Now I can navigate the home screen just with the thumb. That never worked reliable for me with the stock homescreen of the N1. And everything is smooth. Feels like an iphone... 2010/4/7 seb boyart > I use helixlauncher2 to rotate the desktop on n1

RE : [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-07 Thread seb boyart
I use helixlauncher2 to rotate the desktop on n1. Le 7 avr. 2010 23:01, "Robert Green" a écrit : That's strange.. First of all, how are you getting orientation changes on an N1? I never found a way to get it to do that. I tested my latest code on www.rbgrn.net on both the N1 and Droid and bot

Re: [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-06 Thread Ralf Schneider
Thanks a lot Robert for tracking this down! I'm planning to use the code from your web site, very soon. 2010/4/6 Robert Green > That occasional lock-up started happening constantly to me. I messed > around with a few things and found that the Droid really doesn't like > to have its Display and

Re: [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-06 Thread Ralf Schneider
I'm also interested in this topic. I got an 404 on the link: This seems to work: http://code.google.com/p/earth-live-wallpaper/ Thank you for sharing your code! 2010/4/6 unixseb > have a look at the svn repository on code.google.com/project/earth- > live-wallpaper