Unable to set icon for car button
steelbrain opened this issue · 5 comments
steelbrain commented
gozmanyoni commented
@steelbrain what resolution/file extension did you have?
steelbrain commented
@gozmanyoni I used a png file in 256x256, then modified the code to point to two other files that are 120 and 180.
gozmanyoni commented
@steelbrain hmm, we might need to also write the 256x256 image to the oem_icon path, could you try that:
await driver.send(new SendFile(iconBuff, FileAddress.OEM_ICON))
steelbrain commented
@gozmanyoni No dice, is it working for you locally?
steelbrain commented
Okay so this is embarassing but I tried a non-transparent PNG and it finally worked :)
Apologies. Closing the issue. I also did it with the OEM_ICON, not sure if that helped