+ Reply
Page 1 of 2 12 LastLast
Results 1 to 20 of 22
  1. #1
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Extract .artwork files

    Hi,
    anyone know how to do it?

  2. #2
    Green Apple
    Join Date
    Mar 2008
    Posts
    37
    Thanks
    0
    Thanked 11 Times in 7 Posts

    Just do a quick search for Artwork 1.1.4 and there is a guide on how to use it.

  3. #3
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    There's no program on search for it! anyone else?
    Thanks anyway..

  4. #4
    Green Apple
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    1
    Thanked 12 Times in 8 Posts

    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 CUsers\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*******

  5. 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)

  6. #5
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    thank you so much man
    what the point of iphoneshop?

  7. #6
    Green Apple
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    1
    Thanked 12 Times in 8 Posts

    It's the java program that actually extracts the png's out of the artwork file.

  8. #7
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    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.

    CDocuments and Settings\DaShti\Desktop\artwork>java -jar iPhoneShop-0.72.jar A
    RTWORK Other.artwork export pngs
    Unable to write to targetDir CDocuments 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

  9. The Following User Says Thank You to Dashti For This Useful Post:

    jscot (07-02-2011)

  10. #8
    Green Apple
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    1
    Thanked 12 Times in 8 Posts

    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.

  11. #9
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    Thanks buddy all fixed
    TY again!

  12. #10
    My iPhone is a Part of Me MattMac's Avatar
    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:

    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)
    Btw, I'm on a Mac.
    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

  13. #11
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    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!

  14. #12
    My iPhone is a Part of Me MattMac's Avatar
    Join Date
    Dec 2007
    Location
    Nar Nar Goon, Victoria, Australia
    Posts
    741
    Thanks
    83
    Thanked 88 Times in 71 Posts

    Quote Originally Posted by Dashti View Post
    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!
    Nah, same problem as before. Says something about bad version number in .class...
    16GB iPhone 3G
    2.2 Pwned
    Dedicated Cydia User

    2.2 GHz Intel MacBook

    Mac OS X 10.5.5
    Bootcamp w/ Windows XP

  15. #13
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post
    Do you want me to export them for you?!

  16. #14
    My iPhone is a Part of Me MattMac's Avatar
    Join Date
    Dec 2007
    Location
    Nar Nar Goon, Victoria, Australia
    Posts
    741
    Thanks
    83
    Thanked 88 Times in 71 Posts

    Quote Originally Posted by Dashti View Post
    Do you want me to export them for you?!
    I would like to do it. So then I can compress them later.
    But if you want to give me something to play with for them time being until I can do it myself, then you can.
    16GB iPhone 3G
    2.2 Pwned
    Dedicated Cydia User

    2.2 GHz Intel MacBook

    Mac OS X 10.5.5
    Bootcamp w/ Windows XP

  17. #15
    Green Apple
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    1
    Thanked 12 Times in 8 Posts

    Quote Originally Posted by MattMac View Post
    I would like to do it. So then I can compress them later.
    But if you want to give me something to play with for them time being until I can do it myself, then you can.
    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.

  18. The Following User Says Thank You to doomi For This Useful Post:

    MattMac (05-10-2008)

  19. #16
    My iPhone is a Part of Me MattMac's Avatar
    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

  20. #17
    What's Jailbreak?
    Join Date
    Nov 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by MattMac View Post
    Nah, same problem as before. Says something about bad version number in .class...
    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/114
    Last edited by godzillas14; 06-16-2008 at 05:19 AM.

  21. #18
    My iPhone is a Part of Me MattMac's Avatar
    Join Date
    Dec 2007
    Location
    Nar Nar Goon, Victoria, Australia
    Posts
    741
    Thanks
    83
    Thanked 88 Times in 71 Posts

    Quote Originally Posted by godzillas14 View Post
    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/114
    Lol, month too late. I already worked it out, as I stated above.
    16GB iPhone 3G
    2.2 Pwned
    Dedicated Cydia User

    2.2 GHz Intel MacBook

    Mac OS X 10.5.5
    Bootcamp w/ Windows XP

  22. #19
    Banned
    Join Date
    May 2009
    Posts
    236
    Thanks
    0
    Thanked 11 Times in 10 Posts

    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.

  23. #20
    Supreme Moderator StealthBravo's Avatar
    Join Date
    Jan 2008
    Location
    TX  Follow me @StealthBravo
    Posts
    32,492
    Thanks
    44
    Thanked 5,315 Times in 3,106 Posts

    Quote Originally Posted by BeSweeet View Post
    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.
    Try the one on the first post of the 3.0 jailbreak thread in my sig. It works well on 3.0

+ Reply
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts