markfguerra / GLWallpaperService

Please submit issues and pull requests to the main repository
https://github.com/GLWallpaperService/GLWallpaperService
Apache License 2.0
218 stars 114 forks source link

Textures show on emulator, not on phone #17

Closed RenegadeMaster closed 11 years ago

RenegadeMaster commented 13 years ago

Hi,

Great work, by the way. I'm quite willing to contribute.

I have a wallpaper that maps some textures onto simple squares and rotates them. Textures are loaded from .png images using BitmapFactory. On any emulator I try, it renders correctly. On my phone, the textures don't show up. It's very odd. I based my code on the Deep wallpaper example which also uses GLWallpaperService. His app seems to have the same problem.

Any ideas? I find it odd that it works on Froyo and Gingerbread AVD, but on phone... everything is fine except the textures. Thanks Dirk

markfguerra commented 11 years ago

This issue is being closed because the project is being moved to the GLWallpaperService GitHub organization

If you're still having this problem, please go there and open new issue or pull request. Don't forget to link back to this page.