[android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Robert Green
Forgive my ignorance. I set up my contributor account, signed the agreement and set up ssh authorization then successfully uploaded my branch for review. Who should I notify about the branch? Thanks On Jan 15, 4:06 pm, Robert Green wrote: > I committed my changes under the branch GL_WALLPAPER_

[android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Robert Green
I committed my changes under the branch GL_WALLPAPER_SERVICE but am unable to upload it for review using "repo upload" I get a publickey failure (seems like I don't have auth to do that). Who should I email to notify of the branch and then where can I look for help on finishing this? It's my fir

Re: [android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Romain Guy
> I'm all set up.  What branch should I submit this to? The branch would be master. > The reason I didn't just submit this is because one would think that > nice integration would involve reuse instead of a copy of much of that > code.  If GLSurfaceView were refactored a bit, both it and GLEngine

[android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Robert Green
The link that works for me is http://source.android.com I'm all set up. What branch should I submit this to? The reason I didn't just submit this is because one would think that nice integration would involve reuse instead of a copy of much of that code. If GLSurfaceView were refactored a bit,

Re: [android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Romain Guy
Hi, If you want to contribute to Android, please go to http://s.android.com and follow the instructions. On Fri, Jan 15, 2010 at 10:53 AM, Robert Green wrote: > Romain, > > I adapted the code from GLSurfaceView into a GLWallpaperService/ > GLEngine design and posted it here - > http://www.rbgrn.

[android-developers] Re: GL for Live Wallpaper?

2010-01-15 Thread Robert Green
Romain, I adapted the code from GLSurfaceView into a GLWallpaperService/ GLEngine design and posted it here - http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers I'd like for your team to review it and consider adding it (with whatever modifications the API designers deem ne

[android-developers] Re: GL for Live Wallpaper?

2010-01-11 Thread Robert Green
I guess I should have checked out the defaults first. Very good. This will be a nice little break from the game programming. On Jan 11, 8:09 pm, Romain Guy wrote: > Yes you can, all default live wallpapers except one are implemented in GL. > > On Mon, Jan 11, 2010 at 4:59 PM, Robert Green wrote