+ Reply
Results 1 to 2 of 2
  1. #1
    Green Apple
    Join Date
    Mar 2008
    Posts
    33
    Thanks
    2
    Thanked 4 Times in 3 Posts

    Default Packages Will Not DL From Installer - What Did I Do Wrong!?!

    I am trying to create a repository for my website that allows users to download more customizable things such as dialers, skins, etc.

    Here is a sample from my installer.xml that I have in testing right now. Every time I try to install the package it says it cannot find the host.

    Code:
    	<key>packages</key>
    	<array>
    		<dict>
    			<key>author</key>
    			<string>Tyler</string>
    			<key>bundleIdentifier</key>
    			<string>com.hotiphonewallpapers.albadialer1</string>
    			<key>category</key>
    			<string>Hot iPhone Dialers</string>
    			<key>date</key>
    			<string>1196015456</string>
    			<key>description</key>
    			<string>A hot Jessica Alba dailer replacement.</string>
    			<key>location</key>
    			<string>http://hotiphonewallpapers/sources/zips/AlbaDialer.zip</string>
    			<key>name</key>
    			<string>Jessica Alba</string>
    			<key>size</key>
    			<string>1671168</string>
    			<key>hash</key>
           		<string>780b1cfa188d3e236639e430a0f8ce66</string>
    			<key>sponsor</key>
    			<string>HotiPhoneWallpapers.com</string>
    			<key>url</key>
    			<string>http://www.hotiphonewallpapers.com</string>
    			<key>version</key>
    			<string>1.0</string>
    			<key>scripts</key>
    			<dict>
    				<key>install</key>
    				<array>
    					<array>
    						<string>CopyPath</string>
    						<string>AlbaDailer/AlbaDialer/</string>
    						<string>/Applications/MobilePhone.app</string>
    					</array>
    				</array>
    			</dict>
    		</dict>
    	</array>
    The MD5 hash is correct and I have tried both the size on disk and regular size (converted to bits) and it still will not download.

    Any help would be great.
    Thanks!

  2. #2
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    when inside the installer, just press the home button ( the square button below the screen ) and keep it pressed for more than 5 seconds. then it will go to home. ( pressing once will also take it to home. ) and then go into installer and then try downloading. THIS WORKED FOR ME IN 1.1.4 OTB

Posting Permissions

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