<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TwiPhone.com &#187; cydia</title>
	<atom:link href="http://www.twiphone.com/tag/cydia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twiphone.com</link>
	<description>Tweaks for the iPhone</description>
	<lastBuildDate>Thu, 06 May 2010 13:58:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to re-install all your Cydia packages in one run (after an upgrade or restore) &#8211; updated</title>
		<link>http://www.twiphone.com/2008/08/28/how-to-re-install-all-your-cydia-packages-in-one-run-after-an-upgrade-or-restore/</link>
		<comments>http://www.twiphone.com/2008/08/28/how-to-re-install-all-your-cydia-packages-in-one-run-after-an-upgrade-or-restore/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:30:56 +0000</pubDate>
		<dc:creator>TwiPhone</dc:creator>
				<category><![CDATA[Firmware 2.x]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 2G]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.twiphone.com/?p=78</guid>
		<description><![CDATA[I found a nice user entry on a german iPhone forum giving some examples how to quickly restore all Cydia applications after a full iPhone firmware upgrade or a restore. No more searching around in Cydia for all the packages you had installed before. A few preparational steps and you could save a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>I found a nice user entry on a german iPhone forum giving some examples how to <em>quickly</em> restore all Cydia applications after a full iPhone firmware upgrade or a restore. No more searching around in Cydia for all the packages you had installed before. A few preparational steps and you could save a lot of time later on.</p>
<p><span id="more-78"></span></p>
<p><strong>Create and backup a list of all your Cydia installed packages</strong>:</p>
<p>(1) Login via SSH into your iPhone (check old posts to know how to do that)</p>
<p>(2) Create a list of all your via Cydia installed packages by using this command:<br />
<code>dpkg -l | grep ^ii | awk '{print $2}' &gt; /private/var/mobile/Media/installed.txt</code></p>
<p>(3) Copy the file &#8220;installed.txt&#8221; to your computer using SFTP or e.g. <a href="http://www.digidna.net/diskaid/" target="_blank">DiskAid</a>.</p>
<p>Thats it. Now you can safely resotre or upgrade you phone. Make sure, Cydia is installed by using QuckPwn or PwnageTool.</p>
<p><strong>Re-install all packages:</strong></p>
<p>(1) Make sure you install OpenSSH with Cydia. Open Cydia, search for the OpenSSH package and install it. Then install all Repositories you had installed before: Open Cydia, go to &#8220;Sections&#8221; and open up &#8220;Repositories&#8221; and choose all you used before. Otherwise Cydia will not find all packages to restore.</p>
<p>(2) Copy the file &#8220;installed.txt&#8221; back to your device using using SFTP or <a href="http://www.digidna.net/diskaid/" target="_blank">DiskAid</a>.</p>
<p>(3) Login into your iPhone using root:</p>
<p><code>ssh -l root (IP-number of your iPhone)</code></p>
<p>(4) This was edited and updated, so only new packages will be installed. Enter:<br />
<code>dpkg -l | grep ^ii | awk '{print $2}' > /private/var/mobile/Media/installed-new.txt</code><br />
then<br />
<code>diff /private/var/mobile/Media/installed-new.txt /private/var/mobile/Media/installed.txt | grep ^\> | awk '{print $2}' > /private/var/mobile/Media/installed-todo.txt</code><br />
then<br />
<code>apt-get install `cat /private/var/mobile/Media/installed-todo.txt`</code></p>
<p>(5) You will not see all installed applications, because the iPhone did not re-spring. So the easiest solution would be a &#8220;reboot&#8221; &#8211;> reboot now! </p>
<p>That should be all <img src='http://www.twiphone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>
    
    
<script type="text/javascript"><!--
google_ad_client = "pub-1698934201924818";
/* iPhone-468x60 */
google_ad_slot = "2448863691";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>




</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twiphone.com/2008/08/28/how-to-re-install-all-your-cydia-packages-in-one-run-after-an-upgrade-or-restore/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
