Hi,
Can you add live wallpaper support?
I can get the android live cube wallpaper example to run and install using cocos2d-x and NDK.
To do this i created a new java class like so …public class Cocos2dxWallPaper extends WallpaperService{ … and created a cubeEngine like in the android sample for live wallpapers.
I also had to change the manifest xml to reflect a live wallpaper service. But the problem with this is the code that makes the live wallpaper is in java not c**.
I am now trying to get the Cocos2dxWallPaper to nivoke my c** delegate/helloworld class. That way i can code my live wallpaper in c++.
How can i do this? I seem to be very close…
Great work by the way, cocos2d-x is a little more effort but very good