<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ryanium.com</title>
	<atom:link href="http://www.ryanium.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanium.com</link>
	<description>Sketch pad of Ryan Li</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:23:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on HP webOS Internet access via USB by Ryan Li</title>
		<link>http://www.ryanium.com/webos/hp-webos-internet-access-via-usb/#comment-195</link>
		<dc:creator>Ryan Li</dc:creator>
		<pubDate>Wed, 08 Feb 2012 05:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=129#comment-195</guid>
		<description>I&#039;m not a professional user of Windows, but since you can already ping the phone from the PC then almost for sure you are able to set up a transparent proxy server like Squid on your PC and use some chain forward rules as in iptables.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a professional user of Windows, but since you can already ping the phone from the PC then almost for sure you are able to set up a transparent proxy server like Squid on your PC and use some chain forward rules as in iptables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP webOS Internet access via USB by bhutten</title>
		<link>http://www.ryanium.com/webos/hp-webos-internet-access-via-usb/#comment-155</link>
		<dc:creator>bhutten</dc:creator>
		<pubDate>Mon, 19 Dec 2011 13:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=129#comment-155</guid>
		<description>Hi, that sounds great. Any idea how to do this with a Windows 7 PC? I have USBnet working, and I can ping the phone from the windows PC. But now what?
Any help would be great.</description>
		<content:encoded><![CDATA[<p>Hi, that sounds great. Any idea how to do this with a Windows 7 PC? I have USBnet working, and I can ping the phone from the windows PC. But now what?<br />
Any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making boot image for Huawei C8650 by ivan</title>
		<link>http://www.ryanium.com/android/making-boot-image-for-huawei-c8650/#comment-153</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Sun, 18 Dec 2011 07:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=149#comment-153</guid>
		<description>我使用的是机器拿下来的。按照博主的DEVICE编译libaudio不能通过。博主能否基于caf制作一个编译脚本呢。因为华为的C网机器源码是基于CAF来编译的
https://www.codeaurora.org/gitweb/quic/la/
用google 的源码 类似于APN 彩信都不能使用  ctwap上网无效</description>
		<content:encoded><![CDATA[<p>我使用的是机器拿下来的。按照博主的DEVICE编译libaudio不能通过。博主能否基于caf制作一个编译脚本呢。因为华为的C网机器源码是基于CAF来编译的<br />
<a href="https://www.codeaurora.org/gitweb/quic/la/" rel="nofollow">https://www.codeaurora.org/gitweb/quic/la/</a><br />
用google 的源码 类似于APN 彩信都不能使用  ctwap上网无效</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making boot image for Huawei C8650 by Ryan Li</title>
		<link>http://www.ryanium.com/android/making-boot-image-for-huawei-c8650/#comment-151</link>
		<dc:creator>Ryan Li</dc:creator>
		<pubDate>Sat, 17 Dec 2011 08:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=149#comment-151</guid>
		<description>你的 &lt;code&gt;libril.so&lt;/code&gt; 是自己编译的还是从原来机器上拿下来的?</description>
		<content:encoded><![CDATA[<p>你的 <code>libril.so</code> 是自己编译的还是从原来机器上拿下来的?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making boot image for Huawei C8650 by ivan</title>
		<link>http://www.ryanium.com/android/making-boot-image-for-huawei-c8650/#comment-150</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Sat, 17 Dec 2011 03:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=149#comment-150</guid>
		<description>你好博主，我给华为C8650 移植了2.3.7,基本上工作正常，但是在调试radio的时候发现，切换APN 上网方式不论是切换ctwap 和ctnet  都没有效果。主要调试日志我发现错误的地方如下
D/RILJ    (  343): [0011]&lt; SIM_IO error: com.android.internal.telephony.CommandException: GENERIC_FAILURE
D/RILJ    (  343): [0010]&lt; GET_IMSI 
D/CDMA    (  343): IMSI: 460991xxxxxxxxx
D/CDMA    (  343): RuimRecords: record load complete
D/CDMA    (  343): [IccCard] Broadcasting intent ACTION_SIM_STATE_CHANGED LOADED reason null

正确的IMSI:46003 开始的，请问博主，该错误该如何解决，谢谢</description>
		<content:encoded><![CDATA[<p>你好博主，我给华为C8650 移植了2.3.7,基本上工作正常，但是在调试radio的时候发现，切换APN 上网方式不论是切换ctwap 和ctnet  都没有效果。主要调试日志我发现错误的地方如下<br />
D/RILJ    (  343): [0011]&lt; SIM_IO error: com.android.internal.telephony.CommandException: GENERIC_FAILURE<br />
D/RILJ    (  343): [0010]&lt; GET_IMSI<br />
D/CDMA    (  343): IMSI: 460991xxxxxxxxx<br />
D/CDMA    (  343): RuimRecords: record load complete<br />
D/CDMA    (  343): [IccCard] Broadcasting intent ACTION_SIM_STATE_CHANGED LOADED reason null</p>
<p>正确的IMSI:46003 开始的，请问博主，该错误该如何解决，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hanvon N516 bricked by Zhang Chi</title>
		<link>http://www.ryanium.com/general/hanvon-n516-bricked/#comment-15</link>
		<dc:creator>Zhang Chi</dc:creator>
		<pubDate>Thu, 21 Apr 2011 12:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryanium.com/?p=105#comment-15</guid>
		<description>Smilence</description>
		<content:encoded><![CDATA[<p>Smilence</p>
]]></content:encoded>
	</item>
</channel>
</rss>

