Author Topic: Live Wllpaper Help  (Read 3229 times)

Offline Rademanc

  • byte
  • *
  • Posts: 2
    • View Profile
Live Wllpaper Help
« on: June 04, 2012, 01:03:22 pm »
Hi there.
I am trying to make a live wallpaper for android using jPCT-AE (Android Edition).
Does anybody have an example project I could take a look at?
I've been trying to turn the helloworld-ae project into a live wallpaper and i'm stuck.
I've managed to get a black screen that says: "Loading live wallpaper" and that's it.
Could someone help me before I go insane and start living in a sewer pipe?  :o :o :o :o

Offline zbych

  • int
  • **
  • Posts: 75
    • View Profile
Re: Live Wllpaper Help
« Reply #1 on: June 05, 2012, 01:05:36 pm »
I don't provide you ready solution, but I am using GLWallpaperService from this page: http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers and it works similar as GLSurfaceView. The only change you have to made there is when you want to use GLES2.0, but in that case changing phone orientation makes user to watch black screen for some time when framebuffer is initializing.

Offline Rademanc

  • byte
  • *
  • Posts: 2
    • View Profile
Re: Live Wllpaper Help
« Reply #2 on: June 05, 2012, 11:00:06 pm »
Thanks. I will check it out. 8)