<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: AppFlow and Erica Utilities updated for FW 2.1</title>
	<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/</link>
	<description>Erica Sadun</description>
	<pubDate>Thu, 09 Feb 2012 02:02:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: interface</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2788</link>
		<author>interface</author>
		<pubDate>Tue, 25 Aug 2009 12:58:40 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2788</guid>
		<description>Dear Erica,

I've been follwing you iPhone work nearly from day 1.

For Implementing a GUI Application with autostart I tried to use your "launch" command in F 3.0 but unfortunatly didn't succed.

Error is:

iScope-3-A:~ root# launch launch -com.apple.Calculator.Weather
2009-08-24 18:30:40.884 launch[73:903] *** Assertion failure in -[UIApplication init], /SourceCache/UIKit/UIKit-963.10/UIApplication.m:398
2009-08-24 18:30:40.902 launch[73:903] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'There can only be one UIApplication instance.'
2009-08-24 18:30:40.914 launch[73:903] Stack: (
    808001701,
    805397928,
    807551015,
    811055191,
    814675896
)
terminate called after throwing an instance of 'NSException'
Abort trap

We would be thankfull for any help.

Best regards from Berlin,

Hermann</description>
		<content:encoded><![CDATA[<p>Dear Erica,</p>
<p>I&#8217;ve been follwing you iPhone work nearly from day 1.</p>
<p>For Implementing a GUI Application with autostart I tried to use your &#8220;launch&#8221; command in F 3.0 but unfortunatly didn&#8217;t succed.</p>
<p>Error is:</p>
<p>iScope-3-A:~ root# launch launch -com.apple.Calculator.Weather<br />
2009-08-24 18:30:40.884 launch[73:903] *** Assertion failure in -[UIApplication init], /SourceCache/UIKit/UIKit-963.10/UIApplication.m:398<br />
2009-08-24 18:30:40.902 launch[73:903] *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;There can only be one UIApplication instance.&#8217;<br />
2009-08-24 18:30:40.914 launch[73:903] Stack: (<br />
    808001701,<br />
    805397928,<br />
    807551015,<br />
    811055191,<br />
    814675896<br />
)<br />
terminate called after throwing an instance of &#8216;NSException&#8217;<br />
Abort trap</p>
<p>We would be thankfull for any help.</p>
<p>Best regards from Berlin,</p>
<p>Hermann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikeneilson</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2662</link>
		<author>mikeneilson</author>
		<pubDate>Sat, 10 Jan 2009 04:32:02 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2662</guid>
		<description>Erica,

Thanks so much for the hard work you put into all of this.  

I am using the version of findme found in the latest version of Erica Utilities, and I can't figure out if there are any switches for the command, and, if so, how to use them. Specifically, I am trying to setup a lojack script using findme, and publishing current location to twitter, but the twitter post ends up being XML formatted.  is there any way to get this data in a different format?</description>
		<content:encoded><![CDATA[<p>Erica,</p>
<p>Thanks so much for the hard work you put into all of this.  </p>
<p>I am using the version of findme found in the latest version of Erica Utilities, and I can&#8217;t figure out if there are any switches for the command, and, if so, how to use them. Specifically, I am trying to setup a lojack script using findme, and publishing current location to twitter, but the twitter post ends up being XML formatted.  is there any way to get this data in a different format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bgrpubli</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2656</link>
		<author>bgrpubli</author>
		<pubDate>Sat, 03 Jan 2009 18:16:51 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2656</guid>
		<description>I discover your utilites today.
Very powerfull.

I was looking for a way to switch on and off the airplane mode by the command line. I didn't find that on the sb command-line. Maybe, I didn't undestrand everything ?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>I discover your utilites today.<br />
Very powerfull.</p>
<p>I was looking for a way to switch on and off the airplane mode by the command line. I didn&#8217;t find that on the sb command-line. Maybe, I didn&#8217;t undestrand everything ?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingvar</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2615</link>
		<author>ingvar</author>
		<pubDate>Wed, 26 Nov 2008 08:17:18 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2615</guid>
		<description>I can't get launch to work from within a perl script, when that script is called as a spring/winterboard application.

Sample script: 

#!/usr/local/bin/perl
system "/usr/bin/launch", "com.apple.mobilecal";
#EOF


Run this from the command line: Works great

But when I stuff this in /Applications/SomeApplication/someapp.pl with matching Info.plist, an icon.png and a Default.png for splash (respringing with BossPrefs), the script runs, but launch is not able to launch a new app when running as an app itself. exit code from launch  is 0 anyway, so it thinks that it succeeded itself, I guess.

Any hints on getting launch to work from a script running as an app?

Ingvar</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get launch to work from within a perl script, when that script is called as a spring/winterboard application.</p>
<p>Sample script: </p>
<p>#!/usr/local/bin/perl<br />
system &#8220;/usr/bin/launch&#8221;, &#8220;com.apple.mobilecal&#8221;;<br />
#EOF</p>
<p>Run this from the command line: Works great</p>
<p>But when I stuff this in /Applications/SomeApplication/someapp.pl with matching Info.plist, an icon.png and a Default.png for splash (respringing with BossPrefs), the script runs, but launch is not able to launch a new app when running as an app itself. exit code from launch  is 0 anyway, so it thinks that it succeeded itself, I guess.</p>
<p>Any hints on getting launch to work from a script running as an app?</p>
<p>Ingvar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RupertGee</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2613</link>
		<author>RupertGee</author>
		<pubDate>Wed, 26 Nov 2008 02:10:32 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2613</guid>
		<description>I'm reporting that sbar is not working for firmware 2.2, and looking forward to an update please.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I&#8217;m reporting that sbar is not working for firmware 2.2, and looking forward to an update please.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FinalFallacy</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2609</link>
		<author>FinalFallacy</author>
		<pubDate>Tue, 25 Nov 2008 05:32:28 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2609</guid>
		<description>So now they need an update for 2.2? Because AppFlow stopped loading.</description>
		<content:encoded><![CDATA[<p>So now they need an update for 2.2? Because AppFlow stopped loading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rwknop</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2604</link>
		<author>rwknop</author>
		<pubDate>Wed, 19 Nov 2008 00:30:04 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2604</guid>
		<description>When I rotate the Phone the appflow area is stuck to the left side. with the regular view rotates then stays main screen using most of the screen. I reset all files to 0755 but nothing lines up proper. any ideas</description>
		<content:encoded><![CDATA[<p>When I rotate the Phone the appflow area is stuck to the left side. with the regular view rotates then stays main screen using most of the screen. I reset all files to 0755 but nothing lines up proper. any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: applestar</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2596</link>
		<author>applestar</author>
		<pubDate>Thu, 13 Nov 2008 09:16:19 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2596</guid>
		<description>Hi there. I am just finishing a nice "lojack" script for FW 2.1 runs well. Now I would like to copy the full adressbook into an email. Could you enhande "abquery" to show ALL adressbook entries?

Regards</description>
		<content:encoded><![CDATA[<p>Hi there. I am just finishing a nice &#8220;lojack&#8221; script for FW 2.1 runs well. Now I would like to copy the full adressbook into an email. Could you enhande &#8220;abquery&#8221; to show ALL adressbook entries?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bluemint</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2565</link>
		<author>Bluemint</author>
		<pubDate>Sat, 25 Oct 2008 07:23:03 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2565</guid>
		<description>Sorry about the typo "bade iPod". It should read "badge iPod".</description>
		<content:encoded><![CDATA[<p>Sorry about the typo &#8220;bade iPod&#8221;. It should read &#8220;badge iPod&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bluemint</title>
		<link>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2564</link>
		<author>Bluemint</author>
		<pubDate>Sat, 25 Oct 2008 07:21:09 +0000</pubDate>
		<guid>http://ericasadun.com/2008/09/appflow-and-erica-utilities-updated-for-fw-21/#comment-2564</guid>
		<description>First of all, thank you for your apps and utilities.

I'm asking about the badge utility.  May I know how do I bade the iPod app?  No matter how I try (bade iPod, badge MobileMusicPlayer etc), it simply won't badge it.

Thanks.</description>
		<content:encoded><![CDATA[<p>First of all, thank you for your apps and utilities.</p>
<p>I&#8217;m asking about the badge utility.  May I know how do I bade the iPod app?  No matter how I try (bade iPod, badge MobileMusicPlayer etc), it simply won&#8217;t badge it.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

