Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could you help to add function change carplay oem icon #8

Open
HuChundong opened this issue Oct 7, 2022 · 4 comments
Open

could you help to add function change carplay oem icon #8

HuChundong opened this issue Oct 7, 2022 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@HuChundong
Copy link

HuChundong commented Oct 7, 2022

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 HuChundong changed the title could you help to could you help to add function change carplay oem icon Oct 7, 2022
@s8ngyu
Copy link
Owner

s8ngyu commented Oct 16, 2022

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 s8ngyu added the help wanted Extra attention is needed label Oct 16, 2022
@Peng1029
Copy link

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

@HuChundong
Copy link
Author

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.

@s8ngyu
Copy link
Owner

s8ngyu commented Oct 22, 2022

@HuChundong

-(void)imageToCPBitmap:(UIImage *)img path:(NSString *)path {

Check this method out. It writes UIImage as cpbitmap to a specific path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants