<?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>iPhone i-Bloog</title>
	<atom:link href="http://iphone.i-bloog.com/feed" rel="self" type="application/rss+xml" />
	<link>http://iphone.i-bloog.com</link>
	<description>iPhone Blog 提供應用教學及分享</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:14:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 解決方法</title>
		<link>http://iphone.i-bloog.com/2010/fix-message-send-failure.html</link>
		<comments>http://iphone.i-bloog.com/2010/fix-message-send-failure.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 17:08:02 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 分享]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10583</guid>
		<description><![CDATA[&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 的解決方法
http://iphone.i-bloog.com/2010/fix-message-send-failure.html
起因:
http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html
注意:
這個方法只適用於這種情況, 因為信息傳送失敗原因也很多的
而且這個方法也不知會不會有其他影響的.
另外這個問題也有可能是對方手機的設定問題喔.
後果自負:)
需要的程式:

ifunbox (或其他可取得iphone檔案的程式)
sqlitebrowser

開始:
先下載 手機上的 sms.db
位置是/user/Library/SMS/sms.db
用sqlitebrowser 開啟sms.db
看一看情況是否一樣
Browse Data &#62; Table(message) &#62; 看看不能send 的聯絡人中的 svc center 是否變了為其他號碼. 正常來說是空白的

如是請試試
Execute SQL &#62; SQL String 輸入
CREATE TRIGGER hack_svc_center AFTER INSERT ON message BEGIN UPDATE message SET svc_center=NULL WHERE ROWID=new.ROWID; END;
&#62; Execute query.

之後就save 一次吧
再把sms.db 傳上iphone的/user/Library/SMS/sms.db
之後開啟SMS 把該聯絡人的對話清除後再試試  
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 的解決方法</p>
<p><a href="http://iphone.i-bloog.com/2010/fix-message-send-failure.html"><span id="sample-permalink">http://iphone.i-bloog.com/2010/<span id="editable-post-name" title="Click to edit this part of the permalink">fix-message-send-failure</span>.html</span></a></p>
<p>起因:<a href="http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html"><br />
http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html</a></p>
<p>注意:</p>
<p>這個方法只適用於這種情況, 因為信息傳送失敗原因也很多的<br />
而且這個方法也不知會不會有其他影響的.<br />
另外這個問題也有可能是對方手機的設定問題喔.<br />
後果自負:)</p>
<p>需要的程式:</p>
<ul>
<li><a href="http://www.i-funbox.com/">ifunbox </a>(或其他可取得iphone檔案的程式)</li>
<li><a href="http://sourceforge.net/projects/sqlitebrowser/">sqlitebrowser</a></li>
</ul>
<p>開始:</p>
<p>先下載 手機上的 sms.db</p>
<p>位置是/user/Library/SMS/sms.db</p>
<p>用sqlitebrowser 開啟sms.db</p>
<p>看一看情況是否一樣</p>
<p>Browse Data &gt; Table(message) &gt; 看看不能send 的聯絡人中的 svc center 是否變了為其他號碼. 正常來說是空白的</p>
<p><img title="smsdb1" src="../wp-content/files/2010/03/smsdb1.jpg" alt="smsdb1" width="550" height="449" /></p>
<p>如是請試試</p>
<p>Execute SQL &gt; SQL String 輸入</p>
<p>CREATE TRIGGER hack_svc_center AFTER INSERT ON message BEGIN UPDATE message SET svc_center=NULL WHERE ROWID=new.ROWID; END;</p>
<p>&gt; Execute query.</p>
<p><img class="alignnone size-full wp-image-10585" title="smsdb2" src="http://iphone.i-bloog.com/wp-content/files/2010/03/smsdb2.jpg" alt="smsdb2" width="555" height="455" /></p>
<p>之後就save 一次吧</p>
<p>再把sms.db 傳上iphone的/user/Library/SMS/sms.db</p>
<p>之後開啟SMS 把該聯絡人的對話清除後再試試 <img src='http://iphone.i-bloog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Ffix-message-send-failure.html&amp;t=%22Message%20Send%20Failure%22%20%E6%88%96%20%22%E4%BF%A1%E6%81%AF%E5%82%B3%E9%80%81%E5%A4%B1%E6%95%97%22%20%E8%A7%A3%E6%B1%BA%E6%96%B9%E6%B3%95" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/fix-message-send-failure.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221;</title>
		<link>http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html</link>
		<comments>http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:37:36 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 分享]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10581</guid>
		<description><![CDATA[最近一直被&#8221;Message Send Failure&#8221; 困擾~
情況是這樣的&#8230;回某人的SMS時會出現 Message Send Failure(即sms 旁邊有紅色感嘆號)
研究完後發覺他的sms send來後我就不能回覆&#8230;
只要delete 上次他send 來的sms就可以send&#8230;
問題只出現在這個人身上
現在終於解決了~
應該不會再出現的了
解決方法 ~
http://iphone.i-bloog.com/2010/fix-message-send-failure.html
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}

]]></description>
			<content:encoded><![CDATA[<p>最近一直被&#8221;Message Send Failure&#8221; 困擾~</p>
<p>情況是這樣的&#8230;回某人的SMS時會出現 Message Send Failure(即sms 旁邊有紅色感嘆號)</p>
<p>研究完後發覺他的sms send來後我就不能回覆&#8230;</p>
<p>只要delete 上次他send 來的sms就可以send&#8230;</p>
<p>問題只出現在這個人身上</p>
<p>現在終於解決了~</p>
<p>應該不會再出現的了</p>
<p>解決方法 ~</p>
<p><a href="http://iphone.i-bloog.com/2010/fix-message-send-failure.html"><span id="sample-permalink">http://iphone.i-bloog.com/2010/<span id="editable-post-name" title="Click to edit this part of the permalink">fix-message-send-failure</span>.html</span></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fmessage-send-failure-%25e6%2588%2596-%25e4%25bf%25a1%25e6%2581%25af%25e5%2582%25b3%25e9%2580%2581%25e5%25a4%25b1%25e6%2595%2597.html&amp;t=%22Message%20Send%20Failure%22%20%E6%88%96%20%22%E4%BF%A1%E6%81%AF%E5%82%B3%E9%80%81%E5%A4%B1%E6%95%97%22" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google地圖玩街景 &#8211; 香港</title>
		<link>http://iphone.i-bloog.com/2010/google%e5%9c%b0%e5%9c%96%e7%8e%a9%e8%a1%97%e6%99%af-%e9%a6%99%e6%b8%af.html</link>
		<comments>http://iphone.i-bloog.com/2010/google%e5%9c%b0%e5%9c%96%e7%8e%a9%e8%a1%97%e6%99%af-%e9%a6%99%e6%b8%af.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:43:02 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 分享]]></category>
		<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[GoogleMap]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10574</guid>
		<description><![CDATA[Google 最近推出的香港街景圖
iPhone 也可以玩喔!
請看圖~~
質素不錯的!
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}

]]></description>
			<content:encoded><![CDATA[<p>Google 最近推出的香港街景圖</p>
<p>iPhone 也可以玩喔!</p>
<p>請看圖~~</p>
<p>質素不錯的!</p>
<div id="attachment_10575" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10575" title="Google Map" src="http://iphone.i-bloog.com/wp-content/files/2010/03/IMG_1840-copy.jpg" alt="Google Map" width="320" height="480" /><p class="wp-caption-text">Google Map</p></div>
<div id="attachment_10576" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10576" title="Google Map - Drop Pin" src="http://iphone.i-bloog.com/wp-content/files/2010/03/IMG_1841-copy.jpg" alt="Google Map - Drop Pin" width="320" height="480" /><p class="wp-caption-text">Google Map - Drop Pin</p></div>
<div id="attachment_10577" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10577" title="GoogleMap - 按一下人仔" src="http://iphone.i-bloog.com/wp-content/files/2010/03/IMG_1842-copy.jpg" alt="GoogleMap - 按一下人仔" width="320" height="480" /><p class="wp-caption-text">Google Map - 按一下人仔</p></div>
<div id="attachment_10578" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-10578" title="Google Map - 我屋企附近!" src="http://iphone.i-bloog.com/wp-content/files/2010/03/IMG_1843-copy.jpg" alt="Google Map - 我屋企附近!" width="480" height="320" /><p class="wp-caption-text">Google Map - 我屋企附近!</p></div>
<div id="attachment_10579" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-10579" title="Google Map - 按一下右下角可以跳回地圖模式" src="http://iphone.i-bloog.com/wp-content/files/2010/03/IMG_1844-copy.jpg" alt="Google Map - 按一下右下角可以跳回地圖模式" width="480" height="320" /><p class="wp-caption-text">Google Map - 按一下右下角可以跳回地圖模式</p></div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fgoogle%25e5%259c%25b0%25e5%259c%2596%25e7%258e%25a9%25e8%25a1%2597%25e6%2599%25af-%25e9%25a6%2599%25e6%25b8%25af.html&amp;t=Google%E5%9C%B0%E5%9C%96%E7%8E%A9%E8%A1%97%E6%99%AF%20-%20%E9%A6%99%E6%B8%AF" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/google%e5%9c%b0%e5%9c%96%e7%8e%a9%e8%a1%97%e6%99%af-%e9%a6%99%e6%b8%af.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>iBlueNova 藍芽傳輸軟件 已推出</title>
		<link>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6-%e5%b7%b2%e6%8e%a8%e5%87%ba.html</link>
		<comments>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6-%e5%b7%b2%e6%8e%a8%e5%87%ba.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:33:36 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[iPhone 新聞]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[ibluenova]]></category>
		<category><![CDATA[藍芽]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10557</guid>
		<description><![CDATA[iBlueNova 藍芽傳輸軟件 已推出
iBlueNova 相關介紹: http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html
iBlueNova 2.0 終於推出了
iBlueNova 可以去Cydia 下載, 試用版為期 15天, 收費為 US$5.99. 試用後覺得ok的可以買來用呀
已測試過可以send 收圖片,鈴聲,MP3,影片 等等呀
介面跟之前差不多~
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}

]]></description>
			<content:encoded><![CDATA[<p><a href="http://iphone.i-bloog.com/2010/ibluenova-藍芽傳輸軟件-已推出.html">iBlueNova 藍芽傳輸軟件 已推出</a></p>
<p>iBlueNova 相關介紹:<a href="http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html"> http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html</a></p>
<p>iBlueNova 2.0 終於推出了</p>
<p>iBlueNova 可以去Cydia 下載, 試用版為期 15天, 收費為 US$5.99. 試用後覺得ok的可以買來用呀</p>
<p>已測試過可以send 收圖片,鈴聲,MP3,影片 等等呀</p>
<p>介面跟之前差不多~</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fibluenova-%25e8%2597%258d%25e8%258a%25bd%25e5%2582%25b3%25e8%25bc%25b8%25e8%25bb%259f%25e4%25bb%25b6-%25e5%25b7%25b2%25e6%258e%25a8%25e5%2587%25ba.html&amp;t=iBlueNova%20%E8%97%8D%E8%8A%BD%E5%82%B3%E8%BC%B8%E8%BB%9F%E4%BB%B6%20%E5%B7%B2%E6%8E%A8%E5%87%BA" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6-%e5%b7%b2%e6%8e%a8%e5%87%ba.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Apple iPhone 3.1.3 Firmware 推出</title>
		<link>http://iphone.i-bloog.com/2010/apple-iphone-3.1.3-firmware-%e6%8e%a8%e5%87%ba.html</link>
		<comments>http://iphone.i-bloog.com/2010/apple-iphone-3.1.3-firmware-%e6%8e%a8%e5%87%ba.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:56:51 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 新聞]]></category>
		<category><![CDATA[3.1.3]]></category>
		<category><![CDATA[firmware]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10554</guid>
		<description><![CDATA[Apple iPhone 3.1.3 Firmware 推出
已出了新Firmware 3.1.3
更新如下:
• Improves accuracy of reported battery level on iPhone 3GS
• Resolves issue where third-party apps would not launch in some instances
• Fixes bug that may cause an app to crash when using the Japanese Kana keyboard
新Firmware 因為更新了  Modem Verson, 所以有鎖版請不要升級~!


Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) [...]]]></description>
			<content:encoded><![CDATA[<p>Apple iPhone 3.1.3 Firmware 推出</p>
<p>已出了新Firmware 3.1.3</p>
<p>更新如下:</p>
<p>• Improves accuracy of reported battery level on iPhone 3GS<br />
• Resolves issue where third-party apps would not launch in some instances<br />
• Fixes bug that may cause an app to crash when using the Japanese Kana keyboard</p>
<p>新Firmware 因為更新了  Modem Verson, 所以<span style="color: #ff0000;">有鎖版請不要升級~!</span></p>
<p><span style="color: #ff0000;"><br />
</span></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fapple-iphone-3.1.3-firmware-%25e6%258e%25a8%25e5%2587%25ba.html&amp;t=Apple%20iPhone%203.1.3%20Firmware%20%E6%8E%A8%E5%87%BA" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/apple-iphone-3.1.3-firmware-%e6%8e%a8%e5%87%ba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBlueNova 藍芽傳輸軟件</title>
		<link>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html</link>
		<comments>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:42:48 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[iPhone 新聞]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[ibluenova]]></category>
		<category><![CDATA[藍芽]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10552</guid>
		<description><![CDATA[幾天來我們一直在討論MeDevil快完成的iBluetooth。這個程序已經進入beta測試階段，以下是iSpazio上關於iBluetooth的介紹。MeDevil更改了操作界面，圖標，功能甚至是名字：iBlueNova。




iBlueNova是這個世界上唯一能讓用戶通過藍牙與其他設備傳輸文件，圖片，視頻和照片的程序。因為被蘋果的阻止，App Store上所有的程序應用的藍牙都是不完全的。
一打開程序，用戶就可以輕點菜單上方的「啟用」來開啟藍牙，目前用戶還可以設置iPhone的可見性，使它能被顯示在藍牙設備列表中以傳輸文件。
iBlueNova有一個非常完備的文件管理器，用戶可以快速選擇照片，歌曲，鈴聲，視屏和其他文件用於傳輸或者寫入iPhone曲庫。下面是與Nokia和一台電腦傳輸文件的測試。




 選擇一個相冊後，選擇任意想要傳輸的文件，輕點程序右下方的傳輸按鈕，附近的藍牙設備列表就會彈出以供選擇接受設備。



選擇了接受設備後，文件在幾秒鐘後就傳輸成功了！


 點擊「音樂」，音樂文件被分成了：
* 歌曲
* 歌手
* 專輯
* 鈴聲




 由此可見，找到一個用戶想要傳輸的文件是非常簡單的，歌曲都以曲名而不是iTunes的隨機編碼顯示。可以說，文件管理器的媒體部分做的非常全面。
如果用戶想要傳輸其他文件，只需輕點「其他文件」，一個文件管理器會彈出，用戶就可以瀏覽root下的所有文件和文件夾了。



iBlueNova還有一個「活動」菜單，裡面包含了：
* 傳輸列表
* 設備列表
傳輸列表可以顯示正在傳輸的文件。在設備列表中，用戶可以重新搜索附近的藍牙設備，並將他們存入個人收藏中以備快速傳輸多個文件。從測試的結果來看，傳輸速度達到了100kb/秒，非常的令人欣喜。
最後，用戶還可以設置：
* 設備名稱
* 是否自動搜索附近的藍牙設備
* 收到文件後振動提示
* 設置配對的PIN碼
* 以JPEG格式或原始格式傳輸圖片
* 自動將收到的圖片存入iPhone圖庫
* 選擇用於存放接收到的文件的目錄



iBlueNova可兼容任何設備。
購買過iBluetooth舊版本的用戶將可以免費升級，新用戶購買iBlueNova的價格還未公佈。
正式版本將通過Cydia的iSpazio源放出。
我們將繼續更新有關iBluetooth的消息，請大家隨時關注，謝謝！
 來自：威鋒網(weiphone.com)
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = [...]]]></description>
			<content:encoded><![CDATA[<p>幾天來我們一直在討論MeDevil快完成的iBluetooth。這個程序已經進入beta測試階段，以下是iSpazio上關於iBluetooth的介紹。MeDevil更改了操作界面，圖標，功能甚至是名字：iBlueNova。<br />
<span id="att_739066"><br />
<img src="http://images.weiphone.com/attachments/Day_100111/7_3366_9ca680fd8304b55.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739067"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_9bb7c46887f6b65.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739068"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_ea4804db11ce018.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p>iBlueNova是這個世界上唯一能讓用戶通過藍牙與其他設備傳輸文件，圖片，視頻和照片的程序。因為被蘋果的阻止，App Store上所有的程序應用的藍牙都是不完全的。</p>
<p>一打開程序，用戶就可以輕點菜單上方的「啟用」來開啟藍牙，目前用戶還可以設置<a href="http://iphone.weiphone.com/">iPhone</a>的可見性，使它能被顯示在藍牙設備列表中以傳輸文件。</p>
<p>iBlueNova有一個非常完備的文件管理器，用戶可以快速選擇照片，歌曲，鈴聲，視屏和其他文件用於傳輸或者寫入<a href="http://iphone.weiphone.com/">iPhone</a>曲庫。下面是與Nokia和一台電腦傳輸文件的測試。<br />
<span id="att_739069"><br />
<img src="http://images.weiphone.com/attachments/Day_100111/7_3366_930154a97266f41.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739070"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_fbd2d90c4c36216.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739071"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_f68d937eba810b4.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span> </span>選擇一個相冊後，選擇任意想要傳輸的文件，輕點程序右下方的傳輸按鈕，附近的藍牙設備列表就會彈出以供選擇接受設備。<!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739072"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_e4db5955f62a7e6.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739073"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_79df9f15687310b.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739074"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_dae0faf02ab5906.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p>選擇了接受設備後，文件在幾秒鐘後就傳輸成功了！<br />
<span id="att_739075"><br />
<img src="http://images.weiphone.com/attachments/Day_100111/7_3366_61893200e4cc681.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span> </span>點擊「音樂」，音樂文件被分成了：<br />
* 歌曲<br />
* 歌手<br />
* 專輯<br />
* 鈴聲<br />
<span id="att_739076"><br />
<img src="http://images.weiphone.com/attachments/Day_100111/7_3366_bfa07d66abd5c77.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739077"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_9a309ac7c30b6c8.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739078"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_b050418cf546418.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span> </span>由此可見，找到一個用戶想要傳輸的文件是非常簡單的，歌曲都以曲名而不是iTunes的隨機編碼顯示。可以說，文件管理器的媒體部分做的非常全面。</p>
<p>如果用戶想要傳輸其他文件，只需輕點「其他文件」，一個文件管理器會彈出，用戶就可以瀏覽root下的所有文件和文件夾了。<!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739079"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_8d4cb7e982818f3.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739080"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_37d4d283b86cb1b.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739081"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_56c0d5dfd28d760.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p>iBlueNova還有一個「活動」菜單，裡面包含了：</p>
<p>* 傳輸列表<br />
* 設備列表</p>
<p>傳輸列表可以顯示正在傳輸的文件。在設備列表中，用戶可以重新搜索附近的藍牙設備，並將他們存入個人收藏中以備快速傳輸多個文件。從測試的結果來看，傳輸速度達到了100kb/秒，非常的令人欣喜。</p>
<p>最後，用戶還可以設置：<br />
* 設備名稱<br />
* 是否自動搜索附近的藍牙設備<br />
* 收到文件後振動提示<br />
* 設置配對的PIN碼<br />
* 以JPEG格式或原始格式傳輸圖片<br />
* 自動將收到的圖片存入<a href="http://iphone.weiphone.com/">iPhone</a>圖庫<br />
* 選擇用於存放接收到的文件的目錄<!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739082"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_f4d360285d93ada.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739083"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_4f2f0a62cdd76cb.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p><span id="att_739084"><img src="http://images.weiphone.com/attachments/Day_100111/7_3366_ca24c999d1c8afc.png" border="0" alt="" /></span><!--威锋网www.weiphone.com版权所有121.14.226.47 --></p>
<p>iBlueNova可兼容任何設備。</p>
<p>購買過iBluetooth舊版本的用戶將可以免費升級，新用戶購買iBlueNova的價格還未公佈。</p>
<p>正式版本將通過Cydia的iSpazio源放出。</p>
<p>我們將繼續更新有關iBluetooth的消息，請大家隨時關注，謝謝！<!--威锋网www.weiphone.com版权所有121.14.226.47 --><br />
<span> 來自：<a href="http://www.weiphone.com/">威鋒網(weiphone.com)</a></span></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fibluenova-%25e8%2597%258d%25e8%258a%25bd%25e5%2582%25b3%25e8%25bc%25b8%25e8%25bb%259f%25e4%25bb%25b6.html&amp;t=iBlueNova%20%E8%97%8D%E8%8A%BD%E5%82%B3%E8%BC%B8%E8%BB%9F%E4%BB%B6" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/ibluenova-%e8%97%8d%e8%8a%bd%e5%82%b3%e8%bc%b8%e8%bb%9f%e4%bb%b6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmarTone-Vodafone 正式推出 iPhone月費計劃</title>
		<link>http://iphone.i-bloog.com/2010/smartone-vodafone-%e6%ad%a3%e5%bc%8f%e6%8e%a8%e5%87%ba-iphone%e6%9c%88%e8%b2%bb%e8%a8%88%e5%8a%83.html</link>
		<comments>http://iphone.i-bloog.com/2010/smartone-vodafone-%e6%ad%a3%e5%bc%8f%e6%8e%a8%e5%87%ba-iphone%e6%9c%88%e8%b2%bb%e8%a8%88%e5%8a%83.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 08:18:06 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 新聞]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[SMV]]></category>
		<category><![CDATA[上台優惠]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10550</guid>
		<description><![CDATA[SmarTone-Vodafone 即日宣佈於 1 月 23 日正式推出 iPhone。配合 iPhone 3GS 及 iPhone 3G的推出，SmarTone-Vodafone 將為 iPhone 用家提供一系列的月費計劃。

除月費計劃外，SmarTone-Vodafone 更提供多項獨家的服務，包括 26 條電視直播及自選影片，用家更可參加免費工作坊及每星期獲推介不同的應用程式。SmarTone-Vodafone 今次特別為 iPhone 推出三個月費計劃，包括免費數據用量及無限任用收費上限。各項優惠計劃亦包括免費 Wi-Fi 及免費附送荷里活熱門娛樂新聞 E! 或中文娛樂頻道 &#8211; 娛樂台。




月費計劃



月費
$138
$248
$398


通話分鐘 (基本+網內)
1,400 (800 + 600)
2,100 (1,200 + 900)
3,900 (2,400 + 1,500)


數據用量
100MB
500MB
無限


網內短訊
無限
無限
無限


Picturemail / moviemail
-
20
40


iPhone 3G 8GB
$2,900
$0
$0


iPhone 3GS 16GB
$3,680
$1,180
$0


iPhone 3GS 32GB 
$4,480
$1,980
$780



用家現可於 smartone-vodafone.com/iphone 登記預售 iPhone 及參加於 1 月 23 日 2:30pm，假沙田新城市廣場舉行的 [...]]]></description>
			<content:encoded><![CDATA[<p>SmarTone-Vodafone 即日宣佈於 1 月 23 日正式推出 iPhone。配合 iPhone 3GS 及 iPhone 3G的推出，SmarTone-Vodafone 將為 iPhone 用家提供一系列的月費計劃。</p>
<p align="center"><img src="http://dcfever.com/articles/news/2010/01/100120_sv_iphone_01.jpg" alt="" width="500" height="334" /></p>
<p>除月費計劃外，SmarTone-Vodafone 更提供多項獨家的服務，包括 26 條電視直播及自選影片，用家更可參加免費工作坊及每星期獲推介不同的應用程式。SmarTone-Vodafone 今次特別為 iPhone 推出三個月費計劃，包括免費數據用量及無限任用收費上限。各項優惠計劃亦包括免費 Wi-Fi 及免費附送荷里活熱門娛樂新聞 E! 或中文娛樂頻道 &#8211; 娛樂台。</p>
<table border="1" width="100%">
<tbody>
<tr>
<td colspan="4">
<div><strong>月費計劃</strong></div>
</td>
</tr>
<tr>
<td width="40%"><strong>月費</strong></td>
<td width="20%"><strong>$138</strong></td>
<td width="20%"><strong>$248</strong></td>
<td width="20%"><strong>$398</strong></td>
</tr>
<tr>
<td width="40%"><strong>通話分鐘<span lang="EN-GB"> (</span>基本<span lang="EN-GB">+</span>網內<span lang="EN-GB">)</span></strong></td>
<td width="20%"><strong>1,400 (800 + 600)</strong></td>
<td width="20%"><strong>2,100 (1,200 + 900)</strong></td>
<td width="20%"><strong>3,900 (2,400 + 1,500)</strong></td>
</tr>
<tr>
<td width="40%"><strong>數據用量</strong></td>
<td width="20%"><strong>100MB</strong></td>
<td width="20%"><strong>500MB</strong></td>
<td width="20%"><strong>無限</strong></td>
</tr>
<tr>
<td><strong>網內短訊</strong></td>
<td><strong>無限</strong></td>
<td><strong>無限</strong></td>
<td><strong>無限</strong></td>
</tr>
<tr>
<td width="40%"><strong><span lang="EN-GB">Picturemail / moviemail</span></strong></td>
<td width="20%"><strong>-</strong></td>
<td width="20%"><strong>20</strong></td>
<td width="20%"><strong>40</strong></td>
</tr>
<tr>
<td width="40%"><strong><span lang="EN-GB">iPhone 3G 8GB</span></strong></td>
<td width="20%"><strong>$2,900</strong></td>
<td width="20%"><strong>$0</strong></td>
<td width="20%"><strong>$0</strong></td>
</tr>
<tr>
<td width="40%"><strong><span lang="EN-GB">iPhone 3GS 16GB</span></strong></td>
<td width="20%"><strong>$3,680</strong></td>
<td width="20%"><strong>$1,180</strong></td>
<td width="20%"><strong>$0</strong></td>
</tr>
<tr>
<td width="40%"><strong><span lang="EN-GB">iPhone 3GS 32GB </span></strong></td>
<td width="20%"><strong>$4,480</strong></td>
<td width="20%"><strong>$1,980</strong></td>
<td width="20%"><strong>$780</strong></td>
</tr>
</tbody>
</table>
<p>用家現可於 smartone-vodafone.com/iphone 登記預售 iPhone 及參加於 1 月 23 日 2:30pm，假沙田新城市廣場舉行的 iPhone launch party。已登記的用家更可優先進場、有機會免費獲贈iPhone 及於完成選購後獲贈禮品。當日亦邀得人氣偶像鄧麗欣、方力申，連同吳雨霏、小肥及組合 at 17 作現場演出，並將由名 DJ 森美與小儀擔任司儀，主持娛樂及遊戲節目。</p>
<p><strong>網址：<span lang="EN-US">www.smartone-vodafone.com/iphone</span></strong></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Fsmartone-vodafone-%25e6%25ad%25a3%25e5%25bc%258f%25e6%258e%25a8%25e5%2587%25ba-iphone%25e6%259c%2588%25e8%25b2%25bb%25e8%25a8%2588%25e5%258a%2583.html&amp;t=SmarTone-Vodafone%20%E6%AD%A3%E5%BC%8F%E6%8E%A8%E5%87%BA%20iPhone%E6%9C%88%E8%B2%BB%E8%A8%88%E5%8A%83" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/smartone-vodafone-%e6%ad%a3%e5%bc%8f%e6%8e%a8%e5%87%ba-iphone%e6%9c%88%e8%b2%bb%e8%a8%88%e5%8a%83.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何暫停/取消GPRS 功能!及減少GPRS造成額外的收費!</title>
		<link>http://iphone.i-bloog.com/2010/%e5%a6%82%e4%bd%95%e6%9a%ab%e5%81%9cgprs-%e5%8a%9f%e8%83%bd%e5%8f%8a%e6%b8%9b%e5%b0%91gprs%e9%80%a0%e6%88%90%e9%a1%8d%e5%a4%96%e7%9a%84%e6%94%b6%e8%b2%bb.html</link>
		<comments>http://iphone.i-bloog.com/2010/%e5%a6%82%e4%bd%95%e6%9a%ab%e5%81%9cgprs-%e5%8a%9f%e8%83%bd%e5%8f%8a%e6%b8%9b%e5%b0%91gprs%e9%80%a0%e6%88%90%e9%a1%8d%e5%a4%96%e7%9a%84%e6%94%b6%e8%b2%bb.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:22:21 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 分享]]></category>
		<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[charges]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[sbsettings]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10533</guid>
		<description><![CDATA[如何暫停/取消GPRS 功能!及減少GPRS造成額外的收費!

今次要說的是如何在iPhone上暫停/取消 GPRS功能
原因是最近看到網上有些公司不能取消GPRS功能,而又不知為何不設setting也可以上網
可能是iphone太smart! 為瞭解決這個問題我寫出一些方法吧!
暫停GPRS方法一:
設為飛行模式 ! XD
暫停GPRS方法二:
需要先JB, 在Cydia 安裝 SBSettings
Cydia &#62; Featured Package &#62; SBSettings
安裝後
要學習如何開啟這個程式&#8230; 我自己就習慣了右手單打握著iphone, 拇指在機的上方向下一掃把sbsetting 拉出來的  
首次使用建議先進入 &#8220;More&#8221;  &#62;  &#8221; Set Toggles&#8221;
把EDGE 轉成 &#8220;ON&#8221; 開啟
OK後 HOME鍵跳出主畫面
再拉出一次 SBSettings 把EDGE 的icon off [變紅色就ok!]了就上不到網


如何減少GPRS收費用量:

Setting 入面的Notification 儘量Off
Email 更新設為手動
留意有沒有什麼軟件/遊戲會出廣告
不要亂開email 附件



Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://iphone.i-bloog.com/2010/如何暫停gprs-功能及減少gprs造成額外的收費.html">如何暫停/取消GPRS 功能!及減少GPRS造成額外的收費!</a></strong><span id="sample-permalink"><br />
</span></p>
<p>今次要說的是如何在iPhone上暫停/取消 GPRS功能</p>
<p>原因是最近看到網上有些公司不能取消GPRS功能,而又不知為何不設setting也可以上網</p>
<p>可能是iphone太smart! 為瞭解決這個問題我寫出一些方法吧!</p>
<p><strong>暫停GPRS方法一:</strong></p>
<p>設為飛行模式 ! XD</p>
<h1><strong>暫停GPRS方法二:</strong></h1>
<p>需要先JB, 在Cydia 安裝 SBSettings</p>
<p>Cydia &gt; Featured Package &gt; SBSettings</p>
<div id="attachment_10538" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10538" title="Cydia SBSettings" src="http://iphone.i-bloog.com/wp-content/files/2010/01/IMG_1579.PNG" alt="Cydia SBSettings" width="320" height="480" /><p class="wp-caption-text">Cydia SBSettings</p></div>
<p>安裝後</p>
<p>要學習如何開啟這個程式&#8230; 我自己就習慣了右手單打握著iphone, 拇指在機的上方向下一掃把sbsetting 拉出來的 <img src='http://iphone.i-bloog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_10536" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10536" title="IMG_1577" src="http://iphone.i-bloog.com/wp-content/files/2010/01/IMG_1577.PNG" alt="sbsettings" width="320" height="480" /><p class="wp-caption-text">sbsettings &quot;More&quot;</p></div>
<div id="attachment_10535" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10535" title="Turn On &quot;EDGE&quot; toggle" src="http://iphone.i-bloog.com/wp-content/files/2010/01/IMG_1576.PNG" alt="Turn On &quot;EDGE&quot; toggle" width="320" height="480" /><p class="wp-caption-text">Turn On &quot;EDGE&quot; toggle</p></div>
<p>首次使用建議先進入 &#8220;More&#8221;  &gt;  &#8221; Set Toggles&#8221;</p>
<p>把EDGE 轉成 &#8220;ON&#8221; 開啟</p>
<p>OK後 HOME鍵跳出主畫面</p>
<p><strong>再拉出一次 SBSettings 把EDGE 的icon off [變紅色就ok!]了就上不到網</strong></p>
<p><strong><br />
</strong></p>
<h1><strong>如何減少GPRS收費用量:</strong></h1>
<ul>
<li>Setting 入面的Notification 儘量Off</li>
<li>Email 更新設為手動</li>
<li>留意有沒有什麼軟件/遊戲會出廣告</li>
<li>不要亂開email 附件</li>
</ul>
<div id="attachment_10539" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10539" title="上面有廣告..." src="http://iphone.i-bloog.com/wp-content/files/2010/01/IMG_1580.PNG" alt="上面有廣告..." width="320" height="480" /><p class="wp-caption-text">上面有廣告...</p></div>
<div id="attachment_10537" class="wp-caption alignnone" style="width: 330px"><img class="size-full wp-image-10537" title="下面有廣告..." src="http://iphone.i-bloog.com/wp-content/files/2010/01/IMG_1578.PNG" alt="下面有廣告..." width="320" height="480" /><p class="wp-caption-text">下面有廣告...</p></div>
<p><strong><br />
</strong></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2F%25e5%25a6%2582%25e4%25bd%2595%25e6%259a%25ab%25e5%2581%259cgprs-%25e5%258a%259f%25e8%2583%25bd%25e5%258f%258a%25e6%25b8%259b%25e5%25b0%2591gprs%25e9%2580%25a0%25e6%2588%2590%25e9%25a1%258d%25e5%25a4%2596%25e7%259a%2584%25e6%2594%25b6%25e8%25b2%25bb.html&amp;t=%E5%A6%82%E4%BD%95%E6%9A%AB%E5%81%9C%2F%E5%8F%96%E6%B6%88GPRS%20%E5%8A%9F%E8%83%BD%21%E5%8F%8A%E6%B8%9B%E5%B0%91GPRS%E9%80%A0%E6%88%90%E9%A1%8D%E5%A4%96%E7%9A%84%E6%94%B6%E8%B2%BB%21" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/%e5%a6%82%e4%bd%95%e6%9a%ab%e5%81%9cgprs-%e5%8a%9f%e8%83%bd%e5%8f%8a%e6%b8%9b%e5%b0%91gprs%e9%80%a0%e6%88%90%e9%a1%8d%e5%a4%96%e7%9a%84%e6%94%b6%e8%b2%bb.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smartone 都出 iPhone 3GS 啦!!</title>
		<link>http://iphone.i-bloog.com/2009/smartone-%e9%83%bd%e5%87%ba-iphone-3gs-%e5%95%a6.html</link>
		<comments>http://iphone.i-bloog.com/2009/smartone-%e9%83%bd%e5%87%ba-iphone-3gs-%e5%95%a6.html#comments</comments>
		<pubDate>Sat, 26 Dec 2009 16:51:06 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 新聞]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10530</guid>
		<description><![CDATA[Smartone 都出 iPhone 3GS 啦!!
http://www.smartone-vodafone.com/jsp/iPhone/tchinese/index.jsp
質素應該比3HK 會較好&#8230;..
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}

]]></description>
			<content:encoded><![CDATA[<p>Smartone 都出 iPhone 3GS 啦!!</p>
<p><a href="http://www.smartone-vodafone.com/jsp/iPhone/tchinese/index.jsp">http://www.smartone-vodafone.com/jsp/iPhone/tchinese/index.jsp</a></p>
<p>質素應該比3HK 會較好&#8230;..</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2009%2Fsmartone-%25e9%2583%25bd%25e5%2587%25ba-iphone-3gs-%25e5%2595%25a6.html&amp;t=Smartone%20%E9%83%BD%E5%87%BA%20iPhone%203GS%20%E5%95%A6%21%21" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2009/smartone-%e9%83%bd%e5%87%ba-iphone-3gs-%e5%95%a6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Multifl0w] Multitasking 軟件</title>
		<link>http://iphone.i-bloog.com/2009/multifl0w-multitasking-%e8%bb%9f%e4%bb%b6.html</link>
		<comments>http://iphone.i-bloog.com/2009/multifl0w-multitasking-%e8%bb%9f%e4%bb%b6.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 05:36:15 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[multifl0w]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10525</guid>
		<description><![CDATA[[Multifl0w] Multitasking 軟件
http://iphone.i-bloog.com/2009/multifl0w-multitasking-軟件.html
簡介:
這個軟件可以多個軟件同時運行, 例如: 一邊聽KKbox, 邊上網.  如果沒裝這軟件, KKbox 一離開去主畫面就會停播了!
預設 double-click 就可以進入切換程式的畫面. 而且採用了coverflow 的形式去切換.又好看又方便
**建議 用3GS 的才去玩這個, 因為3g/2g 可能會不夠ram 而重啟

安裝方法:
Cydia 加入Source &#62; http://repo.beyouriphone.com
加入後按search &#62; Multifl0w就可以安裝了!
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">[Multifl0w] Multitasking 軟件</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;"><a href="http://iphone.i-bloog.com/2009/multifl0w-multitasking-軟件.html">http://iphone.i-bloog.com/2009/multifl0w-multitasking-軟件.html</a></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">簡介:</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">這個軟件可以多個軟件同時運行, 例如: 一邊聽KKbox, 邊上網.  如果沒裝這軟件, KKbox 一離開去主畫面就會停播了!</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">預設 double-click 就可以進入切換程式的畫面. 而且採用了coverflow 的形式去切換.又好看又方便</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">**建議 用3GS 的才去玩這個, 因為3g/2g 可能會不夠ram 而重啟</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;"><img class="alignnone size-full wp-image-10526" title="multifl0w" src="http://iphone.i-bloog.com/wp-content/files/2009/12/IMG_13951.PNG" alt="multifl0w" width="320" height="480" /></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">安裝方法:</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">Cydia 加入Source &gt; http://repo.beyouriphone.com</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; text-align: left; vertical-align: baseline; line-height: 17px; margin: 0px; border: 0px initial initial;">加入後按search &gt; Multifl0w就可以安裝了!</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2009%2Fmultifl0w-multitasking-%25e8%25bb%259f%25e4%25bb%25b6.html&amp;t=%5BMultifl0w%5D%20Multitasking%20%E8%BB%9F%E4%BB%B6" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2009/multifl0w-multitasking-%e8%bb%9f%e4%bb%b6.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.335 seconds -->
<!-- Cached page served by WP-Cache -->
