Following the instructions from
http://modmyi.com/wiki/index.php/Edi..._artwork_files and working with online artwork file, I have no problems.
I've downloaded Keyboard-Common.artwork from my iPhone (1.1.1) and I get the following error:
k$ java -jar iPhoneShop-0.4.jar ARTWORK Keyboard-Common.artwork export ./pngs/
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported artwork type
at ee.rumba.iPhoneShop.artwork.Artwork.<init>(Unknown Source)
at ee.rumba.iPhoneShop.artwork.Main.main(Unknown Source)
at ee.rumba.iPhoneShop.iPhoneShop.main(Unknown Source)
Any help appreciated. The jar has no source so I'm not able to dig any deeper into the Java code.