<?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 Linux kernel, Android, Golang &amp; Recsys</title>
	<atom:link href="http://wifihack.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wifihack.net/blog</link>
	<description>simple is powerful</description>
	<lastBuildDate>Wed, 09 May 2012 06:13:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1280</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Wed, 09 May 2012 06:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1280</guid>
		<description>&lt;a href=&quot;#comment-1279&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
晕，没碰到过这样的版本， 你可以升级一下你的cwm试试看。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1279" rel="nofollow">@sss </a><br />
晕，没碰到过这样的版本， 你可以升级一下你的cwm试试看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1279</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Wed, 09 May 2012 05:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1279</guid>
		<description>崩溃了。。这cwm问题还真多。reboot recovery 的时候在 /sdcard/clockworkmod 下会生成一个 .salted_hash  文件。里面记录了 一串hash值9329ccbdb1c7b1bdfa3d128b50943cec 。这个就是 签名认证的。和 extendedcommand 有关。我测试的时候用 rom manager 生成的extendedcommand  没问题，但我要改 extendedcommand 的话，就不行了。猜测是和 extendedcommand 的生成时间有关，.salted_hash 里的hash值就应该是根据extendedcommand的创建时间算出来的。  把.salted_hash 删掉的话就会报  sd marker not found 错。唉&lt;a href=&quot;#comment-1276&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>崩溃了。。这cwm问题还真多。reboot recovery 的时候在 /sdcard/clockworkmod 下会生成一个 .salted_hash  文件。里面记录了 一串hash值9329ccbdb1c7b1bdfa3d128b50943cec 。这个就是 签名认证的。和 extendedcommand 有关。我测试的时候用 rom manager 生成的extendedcommand  没问题，但我要改 extendedcommand 的话，就不行了。猜测是和 extendedcommand 的生成时间有关，.salted_hash 里的hash值就应该是根据extendedcommand的创建时间算出来的。  把.salted_hash 删掉的话就会报  sd marker not found 错。唉<a href="#comment-1276" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1276</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Wed, 09 May 2012 02:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1276</guid>
		<description>&lt;a href=&quot;#comment-1275&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
嗯，照这这个版本的脚本改改应该就没有问题了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1275" rel="nofollow">@sss </a><br />
嗯，照这这个版本的脚本改改应该就没有问题了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1275</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Wed, 09 May 2012 02:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1275</guid>
		<description>啊，搜噶。执行了/data/data/com.koushikdutta.rommanager/files/rommanager.sh using shell /system/bin/sh : sh
原来是在  com.koushikdutta.rommanager/files 文件夹里。都看到了。果然脚本是不一样的，多了一个 preparewipedalvikcache.sh。。 觉得离成功不远了。。


/data/data/com.koushikdutta.rommanager/files/preparewipedalvikcache.sh ; mkdir -p /cache/recovery ; cat /data/data/com.koushikdutta.rommanager/files/extendedcommand &gt; /cache/recovery/extendedcommand ;  rm /cache/recovery/command ; mkdir -p /sdcard/clockworkmod ; echo 1 &gt; /sdcard/clockworkmod/.recoverycheckpoint ;  reboot recovery ; /data/data/com.koushikdutta.rommanager/files/reboot recovery ; 
&lt;a href=&quot;#comment-1274&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>啊，搜噶。执行了/data/data/com.koushikdutta.rommanager/files/rommanager.sh using shell /system/bin/sh : sh<br />
原来是在  com.koushikdutta.rommanager/files 文件夹里。都看到了。果然脚本是不一样的，多了一个 preparewipedalvikcache.sh。。 觉得离成功不远了。。</p>
<p>/data/data/com.koushikdutta.rommanager/files/preparewipedalvikcache.sh ; mkdir -p /cache/recovery ; cat /data/data/com.koushikdutta.rommanager/files/extendedcommand &gt; /cache/recovery/extendedcommand ;  rm /cache/recovery/command ; mkdir -p /sdcard/clockworkmod ; echo 1 &gt; /sdcard/clockworkmod/.recoverycheckpoint ;  reboot recovery ; /data/data/com.koushikdutta.rommanager/files/reboot recovery ;<br />
<a href="#comment-1274" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1274</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Wed, 09 May 2012 01:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1274</guid>
		<description>&lt;a href=&quot;#comment-1273&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
不是在recovery模式下面运行 adb shell logcat.
而是在正常启动后，你打开rom Manager软件的时候，运行 adb shell logcat.
还有就是要把调试打开，才能用adb shell</description>
		<content:encoded><![CDATA[<p><a href="#comment-1273" rel="nofollow">@sss </a><br />
不是在recovery模式下面运行 adb shell logcat.<br />
而是在正常启动后，你打开rom Manager软件的时候，运行 adb shell logcat.<br />
还有就是要把调试打开，才能用adb shell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1273</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Wed, 09 May 2012 01:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1273</guid>
		<description>啊，，在recovery模式下输入 adb shell logcat 报：
/sbin/sh: logcat: not found

真是不顺啊。。
&lt;a href=&quot;#comment-1271&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>啊，，在recovery模式下输入 adb shell logcat 报：<br />
/sbin/sh: logcat: not found</p>
<p>真是不顺啊。。<br />
<a href="#comment-1271" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1272</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Tue, 08 May 2012 11:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1272</guid>
		<description>&lt;a href=&quot;#comment-1270&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
应该是CWM版本之间有些差别。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1270" rel="nofollow">@sss </a><br />
应该是CWM版本之间有些差别。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1271</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Tue, 08 May 2012 11:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1271</guid>
		<description>&lt;a href=&quot;#comment-1270&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
adb shell logcat</description>
		<content:encoded><![CDATA[<p><a href="#comment-1270" rel="nofollow">@sss </a><br />
adb shell logcat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1270</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Tue, 08 May 2012 10:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1270</guid>
		<description>啊。。我用rom magager 选SD卡的rom更新非常成功。。。可以证明是我的问题了。你说的logcat信息，我什么也看不到啊，进入 recovery 的时候usb连接就断了。之前的都是一些下载连接。 请问你是怎么 cat extendedcommand 。我如果能看到 extendedcommand 里面的命令估计会有些帮助。
&lt;a href=&quot;#comment-1269&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>啊。。我用rom magager 选SD卡的rom更新非常成功。。。可以证明是我的问题了。你说的logcat信息，我什么也看不到啊，进入 recovery 的时候usb连接就断了。之前的都是一些下载连接。 请问你是怎么 cat extendedcommand 。我如果能看到 extendedcommand 里面的命令估计会有些帮助。<br />
<a href="#comment-1269" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1269</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Tue, 08 May 2012 09:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1269</guid>
		<description>&lt;a href=&quot;#comment-1268&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt;  不客气，相互学习。
你把RomManager相关的logcat打印信息贴出来，一起分析一下，应该就能找到问题在哪了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1268" rel="nofollow">@sss </a>  不客气，相互学习。<br />
你把RomManager相关的logcat打印信息贴出来，一起分析一下，应该就能找到问题在哪了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1268</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Tue, 08 May 2012 09:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1268</guid>
		<description>啊。我下了Rom manager ，也更新了一下，还是5.0.2.0...还是报：
ClockworkMod Recovery V5.0.2.0
Waiting for SD Card to mount (20s)
SD Card mounted…
Error verifying extendedcommand.
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.lod. Please open ROM Manager to report the issue.
我觉得是挂载SD卡的错误。。
我再研究一下吧，感谢你的回复
&lt;a href=&quot;#comment-1267&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>啊。我下了Rom manager ，也更新了一下，还是5.0.2.0&#8230;还是报：<br />
ClockworkMod Recovery V5.0.2.0<br />
Waiting for SD Card to mount (20s)<br />
SD Card mounted…<br />
Error verifying extendedcommand.<br />
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.<br />
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.lod. Please open ROM Manager to report the issue.<br />
我觉得是挂载SD卡的错误。。<br />
我再研究一下吧，感谢你的回复<br />
<a href="#comment-1267" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1267</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Tue, 08 May 2012 09:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1267</guid>
		<description>&lt;a href=&quot;#comment-1266&quot; rel=&quot;nofollow&quot;&gt;@sss &lt;/a&gt; 
我手头上只有三星的平板，CWM recovery 版本是 5.5.0.4.
你可以安装一个ROM Manager，用logcat看看，它打印了那些信息，或者它里面的脚本是怎么写的。我调试的时候就是跟踪RomManager才得到这些信息。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1266" rel="nofollow">@sss </a><br />
我手头上只有三星的平板，CWM recovery 版本是 5.5.0.4.<br />
你可以安装一个ROM Manager，用logcat看看，它打印了那些信息，或者它里面的脚本是怎么写的。我调试的时候就是跟踪RomManager才得到这些信息。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1266</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Tue, 08 May 2012 09:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1266</guid>
		<description>啊。第一个问题不要紧。可以想其他的办法。主要是第二个问题，困扰我一下午了。
我的机器是HTC G7.recovery 是CWM的5.0.2.0，总提示上面那个错误。但我用moto defy试了一下，没问题。recovery 都是cwm的。但htc的recovery 需要按 音量- 好多下，打开bootmenu enable，和这个有关系吗？&lt;a href=&quot;#comment-1265&quot; rel=&quot;nofollow&quot;&gt;@BianJiang  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>啊。第一个问题不要紧。可以想其他的办法。主要是第二个问题，困扰我一下午了。<br />
我的机器是HTC G7.recovery 是CWM的5.0.2.0，总提示上面那个错误。但我用moto defy试了一下，没问题。recovery 都是cwm的。但htc的recovery 需要按 音量- 好多下，打开bootmenu enable，和这个有关系吗？<a href="#comment-1265" rel="nofollow">@BianJiang  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by BianJiang</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1265</link>
		<dc:creator>BianJiang</dc:creator>
		<pubDate>Tue, 08 May 2012 08:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1265</guid>
		<description>应该是权限的问题，你把apk放到/system/app 目录下面运行一下试试看。</description>
		<content:encoded><![CDATA[<p>应该是权限的问题，你把apk放到/system/app 目录下面运行一下试试看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android基于ClockworkMod Recovery(CWM)的系统升级 by sss</title>
		<link>http://wifihack.net/blog/2012/04/android-clockworkmod-recovery-system-updat/comment-page-1/#comment-1264</link>
		<dc:creator>sss</dc:creator>
		<pubDate>Tue, 08 May 2012 07:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://wifihack.net/blog/?p=760#comment-1264</guid>
		<description>下了你的 demo 
 报：
java.io.FileNotFoundException: /cache/recovery/extendedcommand (Permission denied)

我手动把 extendedcommand 放到cache下。
恢复的时候又报：

ClockworkMod Recovery V5.0.2.0
Waiting for SD Card to mount (20s)
SD Card mounted...
Error verifying extendedcommand.
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.lod. Please open ROM Manager to report the issue.</description>
		<content:encoded><![CDATA[<p>下了你的 demo<br />
 报：<br />
java.io.FileNotFoundException: /cache/recovery/extendedcommand (Permission denied)</p>
<p>我手动把 extendedcommand 放到cache下。<br />
恢复的时候又报：</p>
<p>ClockworkMod Recovery V5.0.2.0<br />
Waiting for SD Card to mount (20s)<br />
SD Card mounted&#8230;<br />
Error verifying extendedcommand.<br />
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.<br />
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.lod. Please open ROM Manager to report the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

