The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Discussion > Installer Support
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-15-2008, 10:13 PM
Chase817's Avatar
Livin the iPhone Life
 
Join Date: Mar 2008
Device + Firmware: White iPhone 3G
Operating System: MacBook - Leopard & Vista
Location: Orange County, CA
Posts: 1,405
Thanks: 102
Thanked 74 Times in 56 Posts
Send a message via AIM to Chase817
installer help

since no one answered my last thread, what is the basic install script to put an application in the /Appliction directory? i was using this one:
HTML Code:
<key>install</key>
				<array>
					<array>
						<string>CopyPath</string>
						<string>MyTestApplication.app</string>
						<string>/Applications</string>
					</array>
				</array>
but it didnt seem to work.
also, my package is in a .zip file, do i need another script to unzip it?
if you could help me with this it would help me out a lot

thanx,
Chase817
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 03-15-2008, 10:50 PM
jakecigar's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: 2 x 3G iPhone 2.2, pwned
Operating System: OS X 10.5.6
Location: San Francisco, CA
Posts: 475
Thanks: 24
Thanked 108 Times in 93 Posts
Send a message via AIM to jakecigar Send a message via Yahoo to jakecigar Send a message via Skype™ to jakecigar



CopyPath
MyTestApplication.app
/Applications/MyTestApplication.app

Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 03-15-2008, 10:52 PM
Chase817's Avatar
Livin the iPhone Life
 
Join Date: Mar 2008
Device + Firmware: White iPhone 3G
Operating System: MacBook - Leopard & Vista
Location: Orange County, CA
Posts: 1,405
Thanks: 102
Thanked 74 Times in 56 Posts
Send a message via AIM to Chase817

ok, let me test that out... 1 sec
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 03-15-2008, 10:55 PM
jakecigar's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: 2 x 3G iPhone 2.2, pwned
Operating System: OS X 10.5.6
Location: San Francisco, CA
Posts: 475
Thanks: 24
Thanked 108 Times in 93 Posts
Send a message via AIM to jakecigar Send a message via Yahoo to jakecigar Send a message via Skype™ to jakecigar

Code:

	CopyPath
	MyTestApplication.app
	/Applications/MyTestApplication.app
I can't get the < > right in the post... I hope you get the idea!

Last edited by jakecigar; 03-15-2008 at 10:55 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 03-15-2008, 11:00 PM
Chase817's Avatar
Livin the iPhone Life
 
Join Date: Mar 2008
Device + Firmware: White iPhone 3G
Operating System: MacBook - Leopard & Vista
Location: Orange County, CA
Posts: 1,405
Thanks: 102
Thanked 74 Times in 56 Posts
Send a message via AIM to Chase817

ya i get it, but if you want the < >'s to show up, use the HTML code box.
-------------------------------
when i try it now it says "package download failed"(same as before) do i need to use an unzip script?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 03-15-2008, 11:06 PM
jakecigar's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: 2 x 3G iPhone 2.2, pwned
Operating System: OS X 10.5.6
Location: San Francisco, CA
Posts: 475
Thanks: 24
Thanked 108 Times in 93 Posts
Send a message via AIM to jakecigar Send a message via Yahoo to jakecigar Send a message via Skype™ to jakecigar

Quote:
Originally Posted by Chase817 View Post
ya i get it, but if you want the < >'s to show up, use the HTML code box.
-------------------------------
when i try it now it says "package download failed"(same as before) do i need to use an unzip script?
installer does all the unzipping for you.
that code assumes the name of the zip file is correct and has a directory structure in it!
HTML Code:
<h1> AHA! </h1>
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to jakecigar For This Useful Post:
Chase817 (03-15-2008)
  #7  
Old 03-15-2008, 11:09 PM
Chase817's Avatar
Livin the iPhone Life
 
Join Date: Mar 2008
Device + Firmware: White iPhone 3G
Operating System: MacBook - Leopard & Vista
Location: Orange County, CA
Posts: 1,405
Thanks: 102
Thanked 74 Times in 56 Posts
Send a message via AIM to Chase817

wait, so theres a special structure inside of the app? i just built it like normal
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 03-15-2008, 11:16 PM
jakecigar's Avatar
iPhoneaholic
 
Join Date: Aug 2007
Device + Firmware: 2 x 3G iPhone 2.2, pwned
Operating System: OS X 10.5.6
Location: San Francisco, CA
Posts: 475
Thanks: 24
Thanked 108 Times in 93 Posts
Send a message via AIM to jakecigar Send a message via Yahoo to jakecigar Send a message via Skype™ to jakecigar

normal macintosh archive works! but you have to have chmod command in the repo xml to make the code run.

get me on IM!

Here's an old one of mine.
HTML Code:
		<dict>
			<key>bundleIdentifier</key>
			<string>com.jakecigar.Swapper</string>
			<key>RestartSpringBoard</key>
			<true/>
			<key>name</key>
			<string>Swapper</string>
			<key>version</key>
			<string>0.5</string>
			<key>size</key>
			<string>100493</string>
			<key>date</key>
			<string>1199044330</string>
			<key>description</key>
			<string>Swap For 2 M68AP.plist files</string>
			<key>location</key>
			<string>http://xxxx.org/repo/Swapper.app.zip</string>
			<key>url</key>
			<string>http://xxxx.org/repo/Swapper</string>
			<key>scripts</key>
			<dict>
				<key>install</key>
				<array>
					<array>
						<string>RemovePath</string>
						<string>/Applications/Swapper.app</string>
					</array>
					<array>
						<string>CopyPath</string>
						<string>Swapper.app</string>
						<string>/Applications/Swapper.app</string>
					</array>
					<array>
						<string>Exec</string>
						<string>/bin/chmod 755 /Applications/Swapper.app/Swapper</string>
					</array>
				</array>
				<key>uninstall</key>
				<array>
					<array>
						<string>RemovePath</string>
						<string>/Applications/Swapper.app</string>
					</array>
				</array>
			</dict>
			<key>category</key>
			<string>Shell Apps</string>
		</dict>

Last edited by jakecigar; 03-15-2008 at 11:16 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to jakecigar For This Useful Post:
Chase817 (03-15-2008)
  #9  
Old 03-16-2008, 12:06 AM
Chase817's Avatar
Livin the iPhone Life
 
Join Date: Mar 2008
Device + Firmware: White iPhone 3G
Operating System: MacBook - Leopard & Vista
Location: Orange County, CA
Posts: 1,405
Thanks: 102
Thanked 74 Times in 56 Posts
Send a message via AIM to Chase817

i did everything i could and it still gave me the package download error
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Discussion > Installer Support

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 12:04 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top