Mugunghwa
Mugunghwa copied to clipboard
could you help to add function change carplay oem icon
the path is: /var/mobile/Library/Caches/MappedImageCache/CarPlayIconCache/com.apple.cardisplay.OEM-E5D86B0F-6480-4243-8658-EC67892B5F6E.cpbitmap the file name maybe different.
I can't develop that myself since I don't have any cars that supports CarPlay. But since this project is open sourced and anyone can contribute, I hope someone add this feature to Mugunghwa.
@s8ngyu I can try helping with CarPlay but I don’t have a Mac so it’d be hard
I can't develop that myself since I don't have any cars that supports CarPlay. But since this project is open sourced and anyone can contribute, I hope someone add this feature to Mugunghwa.
could you add a function that to convert png to cpbitmap in the specified size. so we can try to replace some picture manual, so i can try to replace by myself.
@HuChundong https://github.com/s8ngyu/Mugunghwa/blob/bdc36ed703a4ff37c5df4bf97f56c25a92f34faf/Mugunghwa/mugunghwa/ObjcHelper.m#L38
Check this method out. It writes UIImage as cpbitmap to a specific path.