0xced/iOS-Artwork-Extractor

ipod/music tab bar icons

dannybabiy opened this issue · 5 comments

Is there anyway to grab the ipod/music tab bar icons? I don't see them being detected even on the device.

To elaborate, I mean the images that are contained in the MPMediaPickerController from the MediaPlayer framework

They are inside iPodUI.framework. You can grab them on the device or by mounting the decrypted firmware dmg matching the simulator version.

I looked on iphone4 and there are only 8 images for iPodUI, none of which are tab bar icons.

What is your iOS version? And are you running on your device or on the simulator? I get 64 images with all the toolbar items when running on an iPhone 4 device on iOS 5.0.1.

Oh, thats strage, I was running on 5.0.1 device, but after deleting the app from device and compiling again I get the 64. Thanks!