<?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 on: Enabling HierarchyViewer on Rooted Android Devices</title>
	<atom:link href="http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/</link>
	<description></description>
	<lastBuildDate>Fri, 08 Nov 2013 08:02:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Geo</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-37</link>
		<dc:creator><![CDATA[Geo]]></dc:creator>
		<pubDate>Fri, 08 Nov 2013 08:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-37</guid>
		<description><![CDATA[Thanks! This is great and helps a lot! :)]]></description>
		<content:encoded><![CDATA[<p>Thanks! This is great and helps a lot! <img src="http://mspotten.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayenoh</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-36</link>
		<dc:creator><![CDATA[jayenoh]]></dc:creator>
		<pubDate>Thu, 01 Aug 2013 13:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-36</guid>
		<description><![CDATA[Great trick! Thanks!]]></description>
		<content:encoded><![CDATA[<p>Great trick! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Rahlis</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-35</link>
		<dc:creator><![CDATA[Maxim Rahlis]]></dc:creator>
		<pubDate>Mon, 22 Jul 2013 17:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-35</guid>
		<description><![CDATA[AWESOME! Thanks! Worked perfectly for my Galaxy SII 4.0.3 and on my Galaxy S4 4.2.2.

Keep on the good work!]]></description>
		<content:encoded><![CDATA[<p>AWESOME! Thanks! Worked perfectly for my Galaxy SII 4.0.3 and on my Galaxy S4 4.2.2.</p>
<p>Keep on the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-33</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Fri, 09 Nov 2012 21:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-33</guid>
		<description><![CDATA[I&#039;ve had great success with your patch on ICS devices (thank you!). It seems, however, that this does not work for Gingerbread devices (I&#039;ve tried on a Nexus One). It fails at the step where dexopt-wrapper is to be used, with message:

--- BEGIN &#039;./services_hacked.jar&#039; (bootstrap=0) ---
--- waiting for verify+opt, pid=6785
--- would reduce privs here
--- END &#039;./services_hacked.jar&#039; --- status=0x000b, process failed

I&#039;ve noticed, for one, that WindowManagerService lives in services, not services/wm for GB devices, and that the smali file is slightly different (for example, :goto_25 instead of :goto_21.

Any ideas on how to get this working for Gingerbread devices?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had great success with your patch on ICS devices (thank you!). It seems, however, that this does not work for Gingerbread devices (I&#8217;ve tried on a Nexus One). It fails at the step where dexopt-wrapper is to be used, with message:</p>
<p>&#8212; BEGIN &#8216;./services_hacked.jar&#8217; (bootstrap=0) &#8212;<br />
&#8212; waiting for verify+opt, pid=6785<br />
&#8212; would reduce privs here<br />
&#8212; END &#8216;./services_hacked.jar&#8217; &#8212; status=0x000b, process failed</p>
<p>I&#8217;ve noticed, for one, that WindowManagerService lives in services, not services/wm for GB devices, and that the smali file is slightly different (for example, :goto_25 instead of :goto_21.</p>
<p>Any ideas on how to get this working for Gingerbread devices?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davtbaum</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-32</link>
		<dc:creator><![CDATA[davtbaum]]></dc:creator>
		<pubDate>Sat, 28 Jul 2012 17:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-32</guid>
		<description><![CDATA[@Dave thanks for the clarification. 

I am aware of Romain&#039;s ViewServer plugin.  It&#039;s a nice tool, although I found it much easier to just patch the services.jar on our test devices and use HierarchyViewer with non-debuggable apps.]]></description>
		<content:encoded><![CDATA[<p>@Dave thanks for the clarification. </p>
<p>I am aware of Romain&#8217;s ViewServer plugin.  It&#8217;s a nice tool, although I found it much easier to just patch the services.jar on our test devices and use HierarchyViewer with non-debuggable apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Smith (@devunwired)</title>
		<link>http://mspotten.com/wordpress/enabling-hierarchyviewer-on-rooted-android-devices/#comment-31</link>
		<dc:creator><![CDATA[Dave Smith (@devunwired)]]></dc:creator>
		<pubDate>Fri, 27 Jul 2012 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://apkudo.wordpress.com/?p=397#comment-31</guid>
		<description><![CDATA[&quot;I personally had no idea what Android meant by this statement, so we spent some time investigating the implementation of the ViewServer in Android OS&quot;

It means the Android ROM was built using the &quot;userdebug&quot; or &quot;eng&quot; configuration flag rather than the &quot;user&quot; flag from the lunch menu.  Most custom or ported ROMs (which is often what users of a rooted device end up installing) have these features enabled already.

Also, Romain&#039;s comments were made in 2010, prior to his later release of ViewServer as a drop-in project that can be run on any device 3.1 and later: https://github.com/romainguy/ViewServer]]></description>
		<content:encoded><![CDATA[<p>&#8220;I personally had no idea what Android meant by this statement, so we spent some time investigating the implementation of the ViewServer in Android OS&#8221;</p>
<p>It means the Android ROM was built using the &#8220;userdebug&#8221; or &#8220;eng&#8221; configuration flag rather than the &#8220;user&#8221; flag from the lunch menu.  Most custom or ported ROMs (which is often what users of a rooted device end up installing) have these features enabled already.</p>
<p>Also, Romain&#8217;s comments were made in 2010, prior to his later release of ViewServer as a drop-in project that can be run on any device 3.1 and later: <a href="https://github.com/romainguy/ViewServer" rel="nofollow">https://github.com/romainguy/ViewServer</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
