-
08-25-2007, 09:32 PM #1
Adding more Installer.app sources
I see people talking about at least for different sources for the installer, but when I go to sources on my installer I only see Nullriver Software, Conceited Software, & Ste Packaging. I don't see where you can add more sources, so how do I go about doing that.
-
08-25-2007, 10:52 PM #2iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
you have to add it to the PackageSources.plist
It is located under var/root/library/installer
-
08-26-2007, 12:28 AM #3
What are the other sources out there? All of them would be great
-
08-26-2007, 12:37 AM #4iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
^^^ I only know of two others.
Mine right here
<dict>
<key>contact</key>
<string>[email protected]</string>
<key>location</key>
<string>http://hightymes.org/iphone/index.xml</string>
<key>maintainer</key>
<string>Kyle</string>
<key>name</key>
<string>HighTymes.org</string>
<key>url</key>
<string>http://hightymes.org/iphone/themes/</string>
</dict>
And Deathtodesign's right here
<dict>
<key>contact</key>
<string>[email protected]</string>
<key>location</key>
<string>http://iphone.deathtodesign.com/</string>
<key>maintainer</key>
<string>Aaron</string>
<key>name</key>
<string>Deathtodesign.com</string>
<key>url</key>
<string>http://iphone.deathtodesign.com/themes/</string>
</dict>
-
08-26-2007, 11:43 AM #5
One other quick question
How do you pull down the .plist, and then edit it. So far, I've only put files ONTO my iPhone, not pulled them off. Thanks.
-
08-26-2007, 12:03 PM #6
HighThymes, will those 2 apps eventually make it to the Installer's sources and therefore downloadable within the iphone? If not, on a Mac, what are the steps in Terminal to achieve this?
-
08-26-2007, 12:43 PM #7iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
I hope they add the sources to the app so when people download installer they will have access to these but i dont think they will anytime soon unless they see there is demand from people.
I am not sure how to add these through terminal but if you guys have away to add files to your iphone, i can upload the PackageSource.plist and then you can drop it into the var/root/Library/Installer folder.
I use WinSCP and navigate to var/root/Library/Installer then right click on the PackageSource.plist file and click copy and copy it to your pc. Edit it there and then drop and drag the modified file back inro your phone.
EDIT: Here is PackageSources.plist
Right Click and SaveLast edited by HighTymes; 08-26-2007 at 01:01 PM. Reason: Automerged Doublepost
-
08-26-2007, 08:52 PM #8
okay.. I tried tried and tired again.. edited that sucker 7 times.. I canNOT get you to show up as a source KYLE. Instead of xml.. can you upload the actual plist? Thanks
jp
-
08-26-2007, 09:34 PM #9iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
If you download and directly copy the file I have in my sig into the var/root/Library/Installer folder(overriding the current one), then it should work, that is the PackageSource.plist file.
The actual link where installer is grabbing from is XML because that is the only way I could get Installer to read it. Is it supposed to be a .plist extention? Isn't the .plist really just in XML language?
-
08-26-2007, 09:58 PM #10
well that sucks. added the 2 extra sources, installed a theme and now cant get it off my screen! greeeeaaat.
-
08-26-2007, 10:03 PM #11iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
Which theme you install? If they are any of mine, then if you can't see a installer button it will be a hidden one in the 4th row all the way to the left. All the themes I uploaded can access Installer and be able to go from theme to theme no problem. I am not sure about all DeathtoDesign's though.
If it is one of DeathtoDesign's then goto /System/Library/CoreServices/SpringBoard.app
and open the DisplayOrder.plist and add this to the first section
<dict>
<key>displayIdentifier</key>
<string>com.nullriver.iphone.Installer</string>
</dict>
it will at least help you get a installer icon to show up to be able to change to another themeLast edited by HighTymes; 08-26-2007 at 10:07 PM.
-
08-26-2007, 10:07 PM #12
I installed transformers, uninstalled and its still there. It gave me a warning AS I WAS INSTALLING telling me I shoulve backed up my current theme. Well woops. If I can atleast get the theme off then I have backups of my icons and stuff on my desktop.
any help will be appreciated.
-
08-26-2007, 10:08 PM #13
okay.. I have the xml.. do I just rename that .plist? or if I put it directly into the folder.. will the phone see it as plist?
a little slow here.. sorry
j
-
08-26-2007, 10:11 PM #14iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
-
08-26-2007, 10:14 PM #15
okay.. I've done that..and it's in the installer folder as PackageSources.xml
.. and there's a PackageSources.plist -- restarted still have only nullriver, conceited and ste --
-
08-26-2007, 10:14 PM #16iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
Uninstalling doesn't actually take the present theme just installed off, it just puts the theme name back into the install menu and out of the uninstall one so you can download it again.
At this point you can either install another theme from installer(it will take away the current one and install the new one)
or
manually drop all the icons in the apps the way you would normally do it without installer.
Thats wierd that is has a XML extention. Well then I guess you will have to put the .plist extention at the end of it so it looks like the other in there because you want to replace that.Last edited by HighTymes; 08-26-2007 at 10:17 PM. Reason: Automerged Doublepost
-
08-26-2007, 10:18 PM #17
Oh ok, thanks buddy i appreciate it!
-
08-26-2007, 10:22 PM #18
dude.. it's the craziest thing.. even deleted the plist completely .. renamed the xml to plist.. and nothing..
same three sources.. wtf?
I'm sure I'm doing sometihng wrong.. but, can't see what.
I'm all set.. got it.. I'm good.. thanks man!!
jpLast edited by joejoeiphone1; 08-26-2007 at 10:27 PM. Reason: Automerged Doublepost
-
08-26-2007, 10:27 PM #19iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- Bakersfield
- Posts
- 286
- Thanks
- 14
- Thanked 16 Times in 16 Posts
Can you open that PackageSource.plist file that is in your iphone right now and see if it has this added to it at the bottom?
<dict>
<key>contact</key>
<string>[email protected]</string>
<key>location</key>
<string>http://iphone.deathtodesign.com</string>
<key>maintainer</key>
<string>Aaron</string>
<key>name</key>
<string>DeathtoDesign.com</string>
<key>url</key>
<string>http://iphone.deathtodesign.com/themes/</string>
</dict>
<dict>
<key>contact</key>
<string>[email protected]</string>
<key>location</key>
<string>http://hightymes.org/iphone/index.xml</string>
<key>maintainer</key>
<string>Kyle</string>
<key>name</key>
<string>HighTymes.org</string>
<key>url</key>
<string>http://hightymes.org/iphone/themes/</string>
</dict>
If it doesn't then put it in there and save it
EDIT: Cool man
-
The Following User Says Thank You to HighTymes For This Useful Post:
joejoeiphone1 (08-26-2007)
-
08-26-2007, 10:27 PM #20Moderator / DRP Dev Team
- Join Date
- Jul 2007
- Location
- c.s. texas
- Posts
- 969
- Thanks
- 49
- Thanked 113 Times in 89 Posts



LinkBack URL
About LinkBacks
Reply With Quote
