Some phones run fine with the image others don`t. I can confirm that Samsung and Huawei phones do not like this wallpaper. (Ive personally tested with both). Its the supported color space (sRGB). sRGB offers a limited color space and calculateds colors using a sum of RGB (Red Green Blue). There are two other color spaces (Adobe RGB and Pro Photo RGB) – typically when possible they get converted to sRGB but since one of the pixels could not be converted to sRGB it stays in a color space unsupported by Android. Because the color of each pixel is a sum of RGB with a max value of 255, it adds the RGB but also rounds it, so before being rounded it was equal to 255 but since the Google Skia color profile rounds it up, it rounds to 256 which is above 255 so is unsupported by sRGB (Androids color profile)