|
|||||||||
|
|||||||||
|
|||
|
This tutorial is for Mac users.
Feel free to ask any questions. Preparing: First thing you want to do is get the application on to your computer (wether from your phone or anywhere else) Step 1 Make a new folder anywhere on your system. Name it whatever you like, but i suggest something that will help you know which app it is, or anything like that. In this example we're going to call it Summerboard Inside 'Summerboard' make another folder called 'Files' Inside 'Files' Make a folder called 'Applications'(This is for adding applications only, if you want to add anything else, you just navigate it where it should go on the phone. Think of the 'Files' directory as the main directory on the iphone, the /) Drag your application into the Applications folder. Step 2 Open up whatever you're going to use to make your Plist file.(I'm using TextMate, it's free to try) Edit the name, Identifier, description part of it. (To be honest, i am not sure what the identifier really does, if anyone want to explain feel free to. What I did is just make sure it's unique to every one I make, just so I don't run into problems.) Under the 'file' string make it so it navigates to your app (Applications/SMBPrefs.app) So it knows what permissions to change. ![]() and under Size, just do 'get info' on the Files directory, and type in whatever it says in bytes. ![]() Save the file as info.plist to the first folder you created, (Summerboard) Step 3 Rename the summerboard folder to 'Summerboard.bundle' Click add on the warning message that comes up. ![]() Navigate to your applications folder of your system, right click on 'Pwnage Tool' and press 'Show Package Contents' ![]() Navigate to Contents/Resources/InternalPackages Drag your newly created bundle into that folder. (If you had pwnage tool open, restart it and... YOU'RE DONE. I hope this helps, and good luck. |
|
|||
|
i'm including the plist file contets so noone has to go rewriting the whole thing
use this as a template. Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Name</key> <string>Summerboard</string> <key>Identifier</key> <string>app.summerboard</string> <key>Description</key> <string>Customize Your Iphone</string> <key>SupportedFirmware</key> <array> <string>iPhone1,1_1.1.4_4A102</string> <string>iPod1,1_1.1.4_4A102</string> </array> <key>Size</key> <integer>146065</integer> </dict> </plist> Last edited by idastheman; 04-15-2008 at 10:15 PM. |
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
when we enter the size of the bundle in the plist, is that before or after you put the info.plist in the folder ? (may be a stupid question but just making sure)
thanks in advance Last edited by skeredmobile; 04-16-2008 at 07:16 AM. |
|
|||
|
Before if i get what you're saying.
|
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
do you have a list of commands i can use under "commands" , not only SetOwner and SetPremissions , i need a command for execute for the install to run a patch for some program?
plz help iv been looking everywhere with no solution
|
|
|||
|
Quote:
volkspost
__________________
Read the stickies and search the forum before posting! If you want to become a Hackint0sh supporter click here ---------- iPhone 3GS factory unlocked (3.1.2; Blackra1n, Cydia, OpenSSH, custom 3.0 ipcc file (no sig), tethering hack by Dev team, 32 GB) iPhone 3G (3.0.1; Redsn0w 0.8, Cydia, OpenSSH) 16 GB |
|
|||
|
And can somebody help me with the command to delete a folder or file :p
|
| Sponsored links Remove advertisements | |
|
|
|
|
|
||||
|
Quote:
E.g. A symlink from /fake/var to /var just paste into /files/fake a symlink from var to /var
__________________
Neonkoala.co.uk |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|