• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Don't apply this wallpaper

As I understand it, the problem is due to the way that Android converts from one colour space to another. Apparently there's a single pixel in that image that causes a rounding error giving a colour value >255. And there's no OnSizeError try/catch, or IF Color_value > 255 Colour value = 255 Endif' to prevent a crash.
 
Back
Top Bottom