Mugunghwa icon indicating copy to clipboard operation
Mugunghwa copied to clipboard

could you help to add function change carplay oem icon

Open HuChundong opened this issue 2 years ago • 4 comments

the path is: /var/mobile/Library/Caches/MappedImageCache/CarPlayIconCache/com.apple.cardisplay.OEM-E5D86B0F-6480-4243-8658-EC67892B5F6E.cpbitmap the file name maybe different.

HuChundong avatar Oct 07 '22 07:10 HuChundong

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 avatar Oct 16 '22 21:10 s8ngyu

@s8ngyu I can try helping with CarPlay but I don’t have a Mac so it’d be hard

Peng1029 avatar Oct 18 '22 17:10 Peng1029

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 avatar Oct 21 '22 18:10 HuChundong

@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.

s8ngyu avatar Oct 22 '22 04:10 s8ngyu