<?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 JesusFreke&#039;s AndBlog</title>
	<atom:link href="http://jf.andblogs.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jf.andblogs.net</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 17:14:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on smali/baksmali v1.2.1 bugfix release by jf</title>
		<link>http://jf.andblogs.net/2010/03/06/smalibaksmali-v1-2-1-bugfix-release/comment-page-1/#comment-19855</link>
		<dc:creator>jf</dc:creator>
		<pubDate>Sat, 06 Mar 2010 17:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=207#comment-19855</guid>
		<description>There is no &quot;setup&quot;. You can put it wherever you want. You download the jar, and then run it with java -jar baksmali-1.2.1.jar</description>
		<content:encoded><![CDATA[<p>There is no &#8220;setup&#8221;. You can put it wherever you want. You download the jar, and then run it with java -jar baksmali-1.2.1.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2.1 bugfix release by vb</title>
		<link>http://jf.andblogs.net/2010/03/06/smalibaksmali-v1-2-1-bugfix-release/comment-page-1/#comment-19851</link>
		<dc:creator>vb</dc:creator>
		<pubDate>Sat, 06 Mar 2010 13:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=207#comment-19851</guid>
		<description>how do I set this up on my computer? Do i put this in the tools folder of sdk?</description>
		<content:encoded><![CDATA[<p>how do I set this up on my computer? Do i put this in the tools folder of sdk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by jf</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19839</link>
		<dc:creator>jf</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19839</guid>
		<description>re: out of my mind. Yes, I think you might have mentioned that once or twice :)

I wasn&#039;t aware of the DALVIK_VM_BUILD property. That will certainly be helpful to help distinguish what inline methods should be used. 

At some point, I also want to read the dependencies from that area and automatically try to load them, instead of having to specify them manually via a command line parameter.

I figured things would change at some point - and I that I would have to deal with them when they did. I decided to go this route rather than the native binary mainly for ease of use. It was a pain to have to run the deodexerant binary on the phone.

Hopefully the vtable indexes and field offsets won&#039;t change as well. But if they do, I&#039;m sure I&#039;ll figure out how to handle that also.

Thanks for the heads up and the info! Much appreciated</description>
		<content:encoded><![CDATA[<p>re: out of my mind. Yes, I think you might have mentioned that once or twice <img src='http://jf.andblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I wasn&#8217;t aware of the DALVIK_VM_BUILD property. That will certainly be helpful to help distinguish what inline methods should be used. </p>
<p>At some point, I also want to read the dependencies from that area and automatically try to load them, instead of having to specify them manually via a command line parameter.</p>
<p>I figured things would change at some point &#8211; and I that I would have to deal with them when they did. I decided to go this route rather than the native binary mainly for ease of use. It was a pain to have to run the deodexerant binary on the phone.</p>
<p>Hopefully the vtable indexes and field offsets won&#8217;t change as well. But if they do, I&#8217;m sure I&#8217;ll figure out how to handle that also.</p>
<p>Thanks for the heads up and the info! Much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by fadden</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19837</link>
		<dc:creator>fadden</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19837</guid>
		<description>Did I mention you&#039;re out of your mind? :-)

Something to think about:

There&#039;s a value in the dependency area of a .odex file that has the value of the DALVIK_VM_BUILD constant (look for it in the sources to see where it&#039;s placed).  It&#039;s updated whenever something that affects the validity of .odex files changes, like the inline method table, field layout, vtable ordering, etc.  You may want to pull that out and make it available.

I mention this because the contents of gDvmInlineOpsTable are going to change in the next release, and there&#039;s really no other way to identify what was used.  (The DALVIK_VM_BUILD is not part of the version in the header because changing the inline methods doesn&#039;t change the structure or interpretation of the DEX file itself, e.g. dexdump continues to work as before.)

The fact that eclair simply extended donut is a trend that&#039;s about to break.  (Sorry.)  FWIW, donut version=14, eclair=17, future is not yet written.</description>
		<content:encoded><![CDATA[<p>Did I mention you&#8217;re out of your mind? <img src='http://jf.andblogs.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Something to think about:</p>
<p>There&#8217;s a value in the dependency area of a .odex file that has the value of the DALVIK_VM_BUILD constant (look for it in the sources to see where it&#8217;s placed).  It&#8217;s updated whenever something that affects the validity of .odex files changes, like the inline method table, field layout, vtable ordering, etc.  You may want to pull that out and make it available.</p>
<p>I mention this because the contents of gDvmInlineOpsTable are going to change in the next release, and there&#8217;s really no other way to identify what was used.  (The DALVIK_VM_BUILD is not part of the version in the header because changing the inline methods doesn&#8217;t change the structure or interpretation of the DEX file itself, e.g. dexdump continues to work as before.)</p>
<p>The fact that eclair simply extended donut is a trend that&#8217;s about to break.  (Sorry.)  FWIW, donut version=14, eclair=17, future is not yet written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by Jonas</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19817</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19817</guid>
		<description>Just a quick thanks! The Android scene wouldn&#039;t be the same without you or your tools. I&#039;ve used them a lot and really love them. Debugging on assembly level would be a dream come true, but seriously this is already insanely good!</description>
		<content:encoded><![CDATA[<p>Just a quick thanks! The Android scene wouldn&#8217;t be the same without you or your tools. I&#8217;ve used them a lot and really love them. Debugging on assembly level would be a dream come true, but seriously this is already insanely good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by Android - Metamorph Themes erstellen - Seite 6 - Android-Hilfe.de</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19640</link>
		<dc:creator>Android - Metamorph Themes erstellen - Seite 6 - Android-Hilfe.de</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19640</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by Hetal Patel</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19614</link>
		<dc:creator>Hetal Patel</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19614</guid>
		<description>Thank you very much.

Hey Where are you still missing the Old G1 days with RC29 Update.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>Hey Where are you still missing the Old G1 days with RC29 Update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by buttidroid</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19611</link>
		<dc:creator>buttidroid</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19611</guid>
		<description>Excellent work jf! Been waiting for this for a while now.
Waiting now for u to reach the ultimate goal (disasembling the whole system including libs) ;)</description>
		<content:encoded><![CDATA[<p>Excellent work jf! Been waiting for this for a while now.<br />
Waiting now for u to reach the ultimate goal (disasembling the whole system including libs) <img src='http://jf.andblogs.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on smali/baksmali v1.2 released by uberVU - social comments</title>
		<link>http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/comment-page-1/#comment-19609</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=182#comment-19609</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by cyanogen:  http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by cyanogen:  <a href="http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/..." rel="nofollow">http://jf.andblogs.net/2010/02/22/smali-baksmali-1-2-released/&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nook updates by Jim</title>
		<link>http://jf.andblogs.net/2009/12/23/nook-updates/comment-page-1/#comment-19233</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://jf.andblogs.net/?p=163#comment-19233</guid>
		<description>Dear Sir,

You are a scholar and a gentleman.  Thank you ever so much for this hack and your hard work.

And God bless the internets and all their tubes!

Jim</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>You are a scholar and a gentleman.  Thank you ever so much for this hack and your hard work.</p>
<p>And God bless the internets and all their tubes!</p>
<p>Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
