fr0z3nic3
01-30-2008, 01:39 PM
Ok guys, I have the link here, but I also have a few questions about it to anyone who has done this tutorial before successfully..

Heres The Tutorial Link (http://modmyifone.com/wiki/index.php/Creating_A_Source_For_Installer.App)

Right now I'm on 'Step Two - Upload Your Repository'.. I need a little help from there to the end, and has anyone successfully made there own package yet since its not in the tutorial? :confused:

fr0z3nic3
01-30-2008, 01:40 PM
Bump, Anyone? ;)

renato1000
01-30-2008, 01:47 PM
i“ll try it


\o/

fr0z3nic3
01-30-2008, 02:48 PM
Bump... C'mon people...

fr0z3nic3
01-30-2008, 05:37 PM
OMFG People! BUMP!!!

fr0z3nic3
01-30-2008, 06:44 PM
|3(_)/\/\|>.. Hello.. People.. :eek:

BigDaveyJ
01-30-2008, 06:48 PM
dont use modmyifones for that. its sooooo annoying and it doesnt teach package development (downloads)

fr0z3nic3
01-30-2008, 07:06 PM
dont use modmyifones for that. its sooooo annoying and it doesnt teach package development (downloads)
THEN SOMEONE PLEASE MAKE A TUTORIAL ON HOW TO DO THIS!? DO YOU KNOW HOW TO DO IT!? :eek:

fr0z3nic3
01-30-2008, 07:15 PM
][3 ][_][ ][\/][ ][D... Sorry for the "Bumps", but I need someone to look into doing my request I can't believe this hasn't been done properly yet by a MOD or something! (*hint*, *hint* SkylarEC) :D

exit1010
01-30-2008, 07:33 PM
have you try SEARCHING the post before doing this.. b/c it is already done way back before....

fr0z3nic3
01-30-2008, 07:51 PM
have you try SEARCHING the post before doing this.. b/c it is already done way back before....
Dude, your lying if your talking about shotgunfool's tutorial its shit.. Everyone knows that.. I've search this entire site in every archive so don't criticize me on Searching maybe you should try it.. :)

fr0z3nic3
01-30-2008, 08:08 PM
Apple iBump. will be released soon if no one gets to my thread! :mad:

Vic20
01-31-2008, 02:06 AM
I will start researching this more in depth latter on today as I have some ideas I would like to give to the community. Looking at the XML doesn't seem to difficult, my problem will be with the actual packaging. If/when I find something I will post back here in your thread. Eventually I'll make a refined tut for it.

Nike
01-31-2008, 06:58 AM
I did it following the link fr0z3nic3 (http://www.ipodtouchfans.com/forums/member.php?u=46459) provided...
by the way I have problems downloading my packages...how to create .plist files?
I use my notepad in order to create plist files...
I added my private source and.... iPod see my repository and my files too...but they don't install... I got this: "main script execution failed!"
how can I solve this problem?

exit1010
01-31-2008, 01:16 PM
first off "lying" ??? and i just suggest something and i thought you haven't seen it.... 2nd i am sry geesh. i ain't trying to be rude i was only trying to help around here... but i guess i am not wanted around this forum... my bad man. if you don't want me here then just tell me so and i am off and away from this forum.

Nike
01-31-2008, 01:24 PM
so...have you got a solution?

fr0z3nic3
01-31-2008, 02:24 PM
first off "lying" ??? and i just suggest something and i thought you haven't seen it.... 2nd i am sry geesh. i ain't trying to be rude i was only trying to help around here... but i guess i am not wanted around this forum... my bad man. if you don't want me here then just tell me so and i am off and away from this forum.
Dude, I just don't need the criticism right now, if I post a thread I've searched already.. I'm not a noob okay, I've posted at least 100 times okay.. I don't need anyone telling me to search.. :rolleyes:

exit1010
01-31-2008, 02:27 PM
once again sry... just trying to help here. but i am very sorry.

Vision_Again
01-31-2008, 02:35 PM
Ha calm down and shotgunfool has a great tutorial on this

exit1010
01-31-2008, 03:05 PM
Ha calm down and shotgunfool has a great tutorial on this

(thank you this is what i mean to say earlier on) but this still have potential!!!

Nike
02-01-2008, 08:31 AM
Ok guys...but you didn't answer any questions!
following the guide in the link provided by fr0z3nic3 (http://www.ipodtouchfans.com/forums/member.php?u=46459) I was able to have my repository:
- index.php
- repository.plist
- /plists folder
- /zips folder
- /info folder (addictional)

Now...packaging!
I tried with a eBook... I have my .htm files in my ebook folder...now:
1) I made a zip file: any particular expedient to make zip files?
2) I made the plist file as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleIdentifier</key>
<string>WHAT HAVE I TO FILL IT???</string>
<key>description</key>
<string>my description</string>
<key>hash</key>
<string>(MD5, can I assume?)b1455b6769e62c9ad4b3477195b06d08</string>
<key>location</key>
<string>http://mysite.com/zips/file.zip</string>
<key>name</key>
<string>The ebook name</string>
<key>scripts</key>
<dict>
<key>preflight</key>
<array>
<array>
<string>Notice</string>
<string>(optional field!)Released under a Creative Commons Attribution-NonCommercial license.</string>
</array>
</array>
<key>install</key>
<array>
<array>
<string>CopyPath</string>
<string>EBooks</string>
<string>/var/root/Media/EBooks</string>
</array>
</array>
<key>uninstall</key>
<array>
<array>
<string>RemovePath</string>
<string>/var/root/Media/EBooks/Filefolder</string>
</array>
</array>
<key>update</key>
<array>
<array>
<string>RemovePath</string>
<string>/var/root/Media/EBooks/Filefolder</string>
</array>
<array>
<string>CopyPath</string>
<string>EBooks</string>
<string>/var/root/Media/EBooks</string>
</array>
</array>
</dict>
<key>size</key>
<string>(Zip file size in byte)186481</string>
<key>url</key>
<string>http://my url..com</string>
<key>version</key>
<string>1.0</string>
</dict>
</plist>
I upload all the file on my website, I installa source in installer.app and... voilą! my book!
let's go downloading it...
installer download it...but: "ERROR Main execution failed!"

Now, guru dei miei stivali, how can I fix it? where did I go wrong?

michigan033
02-05-2008, 07:25 AM
Yeah shotgunfools tutorial is shit. has anyone actually had a success using it