<?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>inmyplace.info &#187; biteSMS</title>
	<atom:link href="http://inmyplace.info/tag/bitesms/feed/" rel="self" type="application/rss+xml" />
	<link>http://inmyplace.info</link>
	<description>Thoughts and writings of someone loving linux, the web and his iphone</description>
	<lastBuildDate>Sat, 19 Feb 2011 15:06:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>[SOLUTION] iphone with FW 2.1 won&#8217;t start any app installed by AppStore</title>
		<link>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/</link>
		<comments>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 14:32:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[biteSMS]]></category>
		<category><![CDATA[firmware]]></category>

		<guid isPermaLink="false">http://inmyplace.info/?p=152</guid>
		<description><![CDATA[After successfully updating to firmware 2.1 using a custom firmware downloaded from ispazio.net, I started to install applications from Appstore and soon afterwards I installed the most important applications from Cydia: AppBackup, AptBackup and biteSMS. Before installing any app from Cydia, all apps from AppStore (Spore, BrainChall) started up with no problems, but soon after [...]]]></description>
			<content:encoded><![CDATA[<p>After successfully updating to firmware 2.1 using a custom firmware downloaded from ispazio.net, I started to install applications from Appstore and soon afterwards I installed the most important applications from Cydia: AppBackup, AptBackup and biteSMS.</p>
<p>Before installing any app from Cydia, all apps from AppStore (Spore, BrainChall) started up with no problems, but soon after installing biteSMS, NO app from AppStore wanted to start up anymore. They just crashed 2 seconds after starting.</p>
<p>So, biteSMS must be the app which blocks any other app. A short look at the bitsms forum (http://forums.bitesms.com/forums) revealed that I was right: Kimcha wrote in a <a href="http://forums.bitesms.com/forums/3/topics/193" target="_blank">post</a> about that. He also posted a solution, which didn&#8217;t work for me, but if anyone wants to have a go follow this 2 steps:</p>
<p>1. SSH into your iphone (using putty)<br />
2.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plutil <span style="color: #660033;">-c</span> xml1 <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist</pre></div></div>

<p>3. remove â€/var/mobile/Library/biteSMS/biteSMSsb.dylib:â€ from &lt;key&gt;<span class="caps">DYLD</span>_INSERT_LIBRARIES&lt;/key&gt;â€™s &lt;string&gt;.<br />
4 reboot</p>
<p>As I wrote already, this didn&#8217;t work for me, so I did remove biteSMS. The guys over at biteSMS promised a updated for tomorrow, monday!</p>
<p><strong>Actually I have made it to get biteSMS to work!!!!</strong><br />
Here the steps you have to do:<br />
1. Get Erica Saduns iphone utils here: <a href="http://ericasadun.com/ftp/EricaUtilities/EricaUtilitiesBeta-13.zip">http://ericasadun.com/ftp/EricaUtilities/EricaUtilitiesBeta-13.zip</a><br />
2. Copy plutil to your iphone &#8220;usr/bin&#8221; folder using WinSCP<br />
3. Using putty, SSH into your iphone, and chmod plutils to 755:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> plutil</pre></div></div>

<p>4. Then execute</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ldid <span style="color: #660033;">-S</span> plutil</pre></div></div>

<p>5. Then execute</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plutil <span style="color: #660033;">-c</span> xml1 <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons<span style="color: #000000; font-weight: bold;">/</span>com.apple.SpringBoard.plist</pre></div></div>

<p>6. Then remove â€/var/mobile/Library/biteSMS/biteSMSsb.dylib:â€ from DYLD_INSERT_LIBRARIESâ€™s .<br />
7. Then reboot your iphone</p>
]]></content:encoded>
			<wfw:commentRss>http://inmyplace.info/2008/09/14/solution-iphone-with-fw-21-want-start-any-app-installed-by-appstore/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

