Thread: Extract .artwork files
-
05-08-2008, 04:46 AM #1
Extract .artwork files
Hi,
anyone know how to do it?
-
05-08-2008, 06:03 AM #2
Just do a quick search for Artwork 1.1.4 and there is a guide on how to use it.
-
05-08-2008, 06:16 AM #3
There's no program on search for it! anyone else?
Thanks anyway..
-
05-08-2008, 10:01 AM #4
Make a folder somewhere on your computer named "artwork". Inside that folder create another folder named "pngs". Download iphoneshop-0.72.... http://modmyi.com/forums/attachment....1&d=1206717627
After you download the file place it in your "artwork" folder as well
Ok, now browse to your "System/Library/Frameworks/UIKit.framework" folder on your phone using whatever program you get into the iPhone from your computer. Save the other.artwork file in your artwork folder.
I use a Windows PC, so this is where it may start differing from you if you use Apple.
Click on "start", "Run" and type "cmd". Hit OK. This should bring up the black command prompt screen.
In command prompt type "cd (then the listing where your artwork folder is located)" without the ""
(For example mine would be cd C
Users\Doomi\Desktop\iPhonestuff\artwork)
and press enter. The directory listing on Command Prompt should change to your artwork folder.
Now copy and paste the following line into your command prompt screen
java -jar iPhoneShop-0.72.jar ARTWORK Other.artwork export pngs
Your command prompt should now scroll through a bunch of lines, and when it stops you should now have a bunch of .png files in your "pngs" folder.
When you have edited the files to your liking, save them and make sure they are all still located in your pngs file with everything else. Now, back in your command prompt, make sure your still pointing at the artwork file, and copy and paste this in and press enter:
java -jar iPhoneShop-0.72.jar ARTWORK Other.artwork import pngs
Your command prompt should do a lot of scrolling again, and when it is finished you should have a new Other.artwork file located in your "pngs" folder. Replace the same file on your iPhone with this new one and you should be good to go.
If you are on a Mac you might want to take a look at this link as the steps are the same, just the command prompt is different. Mac
Hopefully this works for you.
*******if you want to edit different artwork files, just exchange its name for the "other.artwork" in your commands... i.e. java -jar iPhoneShop-0.72.jar ARTWORK "input artwork file name exactly as it appears".artwork export pngs*******
-
The Following 3 Users Say Thank You to doomi For This Useful Post:
Dashti (05-08-2008), saytovikas (06-07-2008), thekirbylover (01-10-2012)
-
05-08-2008, 10:30 AM #5
thank you so much man
what the point of iphoneshop?
-
05-08-2008, 10:58 AM #6
It's the java program that actually extracts the png's out of the artwork file.
-
05-08-2008, 09:34 PM #7
Thanks a lot bro:* I'll try it..
Hey doomi,
I'm getting this why?
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C
Documents and Settings\DaShti\Desktop\artwork>java -jar iPhoneShop-0.72.jar A
RTWORK Other.artwork export pngs
Unable to write to targetDir C
Documents and Settings\DaShti\Desktop\artwork\pn
gs
Usage: java -jar iPhoneShop.jar ARTWORK artworkFile export|import targetDir
KeyboardArtwrokMGR v. 0.3 (iiton)Last edited by Dashti; 05-08-2008 at 09:34 PM. Reason: Automerged Doublepost
-
The Following User Says Thank You to Dashti For This Useful Post:
jscot (07-02-2011)
-
05-09-2008, 09:22 AM #8
Is your "pngs" folder inside of artwork labled exactly as "pngs"?
Do you have the lastest version of Java?
I'm not sure about KeyboardArtwrokMGR v. 0.3 as I have never seen it before.... but it does appear to have "Artwork" misspelled.
edit: Also make sure you have the "other.artwork" file located inside of you "artwork" folder on your desktop.
-
05-09-2008, 11:26 AM #9
Thanks buddy all fixed

TY again!
-
05-09-2008, 11:47 PM #10My iPhone is a Part of Me
- Join Date
- Dec 2007
- Location
- Nar Nar Goon, Victoria, Australia
- Posts
- 741
- Thanks
- 83
- Thanked 88 Times in 71 Posts
Hmmm, doesn't appear to work for me...
I get this:
Btw, I'm on a Mac.Code:matt-rileys-macbook:artwork mattriley$ java -jar iPhoneShop-0.72.jar ARTWORK Other.artwork export pngs Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) at ee.rumba.iPhoneShop.artwork.Main.main(Unknown Source) at ee.rumba.iPhoneShop.iPhoneShop.main(Unknown Source)
Last edited by MattMac; 05-09-2008 at 11:50 PM.
16GB iPhone 3G
2.2 Pwned
Dedicated Cydia User
2.2 GHz Intel MacBook
Mac OS X 10.5.5
Bootcamp w/ Windows XP
-
05-09-2008, 11:57 PM #11
Try this (Im on Windows)
Rename the iPhoneShop-0.72.jar to iPhoneShop
java -jar iPhoneShop.jar ARTWORK Other.artwork EXPORT ./pngs/
java -jar iPhoneShop.jar ARTWORK Other.artwork IMPORT ./pngs/
That worked for me!
-
05-10-2008, 12:03 AM #12My iPhone is a Part of Me
- Join Date
- Dec 2007
- Location
- Nar Nar Goon, Victoria, Australia
- Posts
- 741
- Thanks
- 83
- Thanked 88 Times in 71 Posts
-
05-10-2008, 12:06 AM #13
Do you want me to export them for you?!
-
05-10-2008, 12:14 AM #14My iPhone is a Part of Me
- Join Date
- Dec 2007
- Location
- Nar Nar Goon, Victoria, Australia
- Posts
- 741
- Thanks
- 83
- Thanked 88 Times in 71 Posts
16GB iPhone 3G
2.2 Pwned
Dedicated Cydia User
2.2 GHz Intel MacBook
Mac OS X 10.5.5
Bootcamp w/ Windows XP
-
05-10-2008, 07:35 AM #15
I use my windows computer for iPhone editing, so I've never tried this but check out this thread....http://www.modmyi.com/forums/showthread.php?t=21585.
-
The Following User Says Thank You to doomi For This Useful Post:
MattMac (05-10-2008)
-
05-10-2008, 09:02 AM #16My iPhone is a Part of Me
- Join Date
- Dec 2007
- Location
- Nar Nar Goon, Victoria, Australia
- Posts
- 741
- Thanks
- 83
- Thanked 88 Times in 71 Posts
Thanks, worked like a treat. xD
16GB iPhone 3G
2.2 Pwned
Dedicated Cydia User
2.2 GHz Intel MacBook
Mac OS X 10.5.5
Bootcamp w/ Windows XP
-
06-16-2008, 05:08 AM #17
For the tool getting working, you have to instal java 15 update and Dotfixnet 3.5, you kan download them here
Here are some Screenshots of my software modding on the 114 iphone, you can instal these by repo's for installer: ifoneguide.nl/exp and ifoneguide.nl/114Last edited by godzillas14; 06-16-2008 at 05:19 AM.
-
06-18-2008, 06:00 AM #18My iPhone is a Part of Me
- Join Date
- Dec 2007
- Location
- Nar Nar Goon, Victoria, Australia
- Posts
- 741
- Thanks
- 83
- Thanked 88 Times in 71 Posts
-
05-04-2009, 09:53 PM #19
I'm curious how to do this too. I was getting the same error as MattMac, but in Windows. I'll try out Artworker soon. Hopefully it works with 3.0.
-
05-04-2009, 09:58 PM #20Supreme Moderator
- Join Date
- Jan 2008
- Location
- TX Follow me @StealthBravo
- Posts
- 32,492
- Thanks
- 44
- Thanked 5,315 Times in 3,106 Posts



LinkBack URL
About LinkBacks
Reply With Quote



