<?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 The home of wwsean08</title>
	<atom:link href="http://wwsean08.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwsean08.com</link>
	<description>Programming: Just another if statement</description>
	<lastBuildDate>Mon, 01 Apr 2013 12:47:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on [How To] Install Mountain Lion in VirtualBox by Shabbir Shakir</title>
		<link>http://wwsean08.com/2012/09/24/how-to-install-mountain-lion-in-virtualbox/#comment-127</link>
		<dc:creator>Shabbir Shakir</dc:creator>
		<pubDate>Mon, 01 Apr 2013 12:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1228#comment-127</guid>
		<description><![CDATA[can you tell me the program you typed into run to change resolution ?]]></description>
		<content:encoded><![CDATA[<p>can you tell me the program you typed into run to change resolution ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [How To] Install Mountain Lion in VirtualBox by Shabbir Shakir</title>
		<link>http://wwsean08.com/2012/09/24/how-to-install-mountain-lion-in-virtualbox/#comment-126</link>
		<dc:creator>Shabbir Shakir</dc:creator>
		<pubDate>Mon, 01 Apr 2013 12:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1228#comment-126</guid>
		<description><![CDATA[can you tell  me the program you typed into run to change the screen resolution.]]></description>
		<content:encoded><![CDATA[<p>can you tell  me the program you typed into run to change the screen resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RespawnHealth 1.2.0 [Inactive] by Walter</title>
		<link>http://wwsean08.com/bukkit-plugins/respawnhealth-1-0-1/#comment-124</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Sun, 17 Mar 2013 16:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?page_id=78#comment-124</guid>
		<description><![CDATA[&lt;strong&gt;Walter...&lt;/strong&gt;

It’s a shame you don’t have a donate button! I’d without a doubt donate to this fantastic blog! I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to new updates and will share this blog with my ...]]></description>
		<content:encoded><![CDATA[<p><strong>Walter&#8230;</strong></p>
<p>It’s a shame you don’t have a donate button! I’d without a doubt donate to this fantastic blog! I suppose for now i’ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to new updates and will share this blog with my &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus 7 Repurpose: Part 1 Lock Screen Bypass by Sean</title>
		<link>http://wwsean08.com/2012/12/16/nexus-7-repurpose-part-1/#comment-123</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 13 Feb 2013 17:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1372#comment-123</guid>
		<description><![CDATA[possibly, I&#039;ve never looked into enabling adb manually (not thru the settings like you normally would)]]></description>
		<content:encoded><![CDATA[<p>possibly, I&#8217;ve never looked into enabling adb manually (not thru the settings like you normally would)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus 7 Repurpose: Part 1 Lock Screen Bypass by Max</title>
		<link>http://wwsean08.com/2012/12/16/nexus-7-repurpose-part-1/#comment-122</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 13 Feb 2013 17:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1372#comment-122</guid>
		<description><![CDATA[Ok, sorry. My adb devices does not show anything because I never enabled usb debugging. Right? Am I completely screwed because of this?]]></description>
		<content:encoded><![CDATA[<p>Ok, sorry. My adb devices does not show anything because I never enabled usb debugging. Right? Am I completely screwed because of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus 7 Repurpose: Part 1 Lock Screen Bypass by Sean</title>
		<link>http://wwsean08.com/2012/12/16/nexus-7-repurpose-part-1/#comment-121</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 13 Feb 2013 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1372#comment-121</guid>
		<description><![CDATA[Don&#039;t worry, this took me a few days of tinkering to get anywhere, first off this relies on adb having been enabled on your device before breaking the digitizer.  However if you do have adb enabled on the tablet and it&#039;s not detecting it, my first guess would be drivers, because you should be able to query it via adb even if it&#039;s locked (unless you did a tweak to disable that).  You will execute those sql statements from adb shell in the directory /data/system/.  As for after the sql commands, you will essentially be telling your tablet that there is a dpad and that you are pressing buttons with the key events i mentioned which will allow you to go to the settings and turn on menu to unlock.  Because there is no physical menu button you will need to use the same adb shell input method mentioned every time to unlock your device (so you should probably make it not lock for a while).  Then you restore the sql back to normal (changing the 0 back to a 1) and you should be able to unlock your device with the adb menu key input event.  Hope this brief explanation makes sense, if not feel free to reply on what doesn&#039;t make sense and I&#039;ll do my best to clear it up.]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry, this took me a few days of tinkering to get anywhere, first off this relies on adb having been enabled on your device before breaking the digitizer.  However if you do have adb enabled on the tablet and it&#8217;s not detecting it, my first guess would be drivers, because you should be able to query it via adb even if it&#8217;s locked (unless you did a tweak to disable that).  You will execute those sql statements from adb shell in the directory /data/system/.  As for after the sql commands, you will essentially be telling your tablet that there is a dpad and that you are pressing buttons with the key events i mentioned which will allow you to go to the settings and turn on menu to unlock.  Because there is no physical menu button you will need to use the same adb shell input method mentioned every time to unlock your device (so you should probably make it not lock for a while).  Then you restore the sql back to normal (changing the 0 back to a 1) and you should be able to unlock your device with the adb menu key input event.  Hope this brief explanation makes sense, if not feel free to reply on what doesn&#8217;t make sense and I&#8217;ll do my best to clear it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus 7 Repurpose: Part 1 Lock Screen Bypass by Max</title>
		<link>http://wwsean08.com/2012/12/16/nexus-7-repurpose-part-1/#comment-120</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 13 Feb 2013 16:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1372#comment-120</guid>
		<description><![CDATA[Hey,

I am in the same situation here. I have a screen lock and the screen digitizer on my nexus 7 broke. Could you go into a little more detail of how you are going through this. I am slowly learning what you are doing. ADB does not list my device when i query adb devices. This is because it is locked, correct? Second, how do I even start with the SQL commands? I know how to run sqlite in my cmd prompt but where do I go from here? Sorry for being such a noob. This is a real help!]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I am in the same situation here. I have a screen lock and the screen digitizer on my nexus 7 broke. Could you go into a little more detail of how you are going through this. I am slowly learning what you are doing. ADB does not list my device when i query adb devices. This is because it is locked, correct? Second, how do I even start with the SQL commands? I know how to run sqlite in my cmd prompt but where do I go from here? Sorry for being such a noob. This is a real help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [How To] Install Mountain Lion in VirtualBox by Sean</title>
		<link>http://wwsean08.com/2012/09/24/how-to-install-mountain-lion-in-virtualbox/#comment-118</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 09 Feb 2013 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1228#comment-118</guid>
		<description><![CDATA[Not sure, try starting the dvd in verbose mode, maybe it&#039;ll give you an error, so type &quot;-v&quot; then hit enter]]></description>
		<content:encoded><![CDATA[<p>Not sure, try starting the dvd in verbose mode, maybe it&#8217;ll give you an error, so type &#8220;-v&#8221; then hit enter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [How To] Install Mountain Lion in VirtualBox by Keith</title>
		<link>http://wwsean08.com/2012/09/24/how-to-install-mountain-lion-in-virtualbox/#comment-117</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 08 Feb 2013 22:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1228#comment-117</guid>
		<description><![CDATA[I have tried this several times, but I keep getting stuck.  I follow every bit of the video, I load hackboot 1, then select the OSX Mountain Lion DVD.iso it runs the commands but then stops after  uptime in nanoseconds: then it states how many.

Any ideas how I can overcome this?]]></description>
		<content:encoded><![CDATA[<p>I have tried this several times, but I keep getting stuck.  I follow every bit of the video, I load hackboot 1, then select the OSX Mountain Lion DVD.iso it runs the commands but then stops after  uptime in nanoseconds: then it states how many.</p>
<p>Any ideas how I can overcome this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [How To] Install Mountain Lion in VirtualBox by Sean</title>
		<link>http://wwsean08.com/2012/09/24/how-to-install-mountain-lion-in-virtualbox/#comment-115</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 21 Jan 2013 21:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://wwsean08.com/?p=1228#comment-115</guid>
		<description><![CDATA[No problem, glad you liked it, I had to do it for school myself.]]></description>
		<content:encoded><![CDATA[<p>No problem, glad you liked it, I had to do it for school myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
