<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Crazydog</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Crazydog"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Crazydog"/>
	<updated>2026-04-22T00:51:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Android&amp;diff=6187</id>
		<title>Talk:Android</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Android&amp;diff=6187"/>
		<updated>2010-04-23T16:08:01Z</updated>

		<summary type="html">&lt;p&gt;Crazydog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Easy Stuff ==&lt;br /&gt;
*Virtual buttons have been &amp;quot;put down&amp;quot; in favor for such a combination (subject to change): &lt;br /&gt;
&lt;br /&gt;
Tap Home Button -&amp;gt; Menu. &lt;br /&gt;
&lt;br /&gt;
Hold Home Button 1s -&amp;gt; Home screen.    &lt;br /&gt;
&lt;br /&gt;
Hold Home Button 3s (or however long is standard in Android for this) -&amp;gt; Task Switcher.  &lt;br /&gt;
&lt;br /&gt;
Lock Button -&amp;gt; Back.&lt;br /&gt;
&lt;br /&gt;
Hold Lock Button -&amp;gt; Sleep.&lt;br /&gt;
&lt;br /&gt;
==== DNS issue ====&lt;br /&gt;
&lt;br /&gt;
A couple people in IRC were mentioning it, although I wasn't really sure what they were talking about, as I didn't have it running on my phone yet.&lt;br /&gt;
After I did get it running, I saw that DNS didn't work on the browser, and realized what they were talking about.&lt;br /&gt;
&lt;br /&gt;
==== This is just a suggestion for anyone intending to do this. ====&lt;br /&gt;
 --&amp;gt; Courtesy BHSPitMonkey&lt;br /&gt;
&lt;br /&gt;
Firmware Extraction:  Simple extractor + injector to add firmware to images&lt;br /&gt;
    3.x.x Firmware locations:&lt;br /&gt;
        /private/var/stash/share/firmware/multitouch/iPhone.mtprop&lt;br /&gt;
        /usr/share/firmware/multitouch/iPhone.mtprops &lt;br /&gt;
        base64 encoded&lt;br /&gt;
&lt;br /&gt;
    2.x.x Firmware:&lt;br /&gt;
        Run as root on iPhone, over SSH:&lt;br /&gt;
        (Requires iokittools, coreutils, vim)&lt;br /&gt;
        REVISED to avoid ugly hard-coded byte offsets:&lt;br /&gt;
        -&lt;br /&gt;
        ioreg -l -w 0 | grep '&amp;quot;Firmware&amp;quot; =' | cut -d '&amp;lt;' -f2 | cut -d '&amp;gt;' -f1 | xxd -r -ps - zephyr_main.bin&lt;br /&gt;
        ioreg -l -w 0 | grep '&amp;quot;A-Speed Firmware&amp;quot; =' | cut -d '&amp;lt;' -f2 | cut -d '&amp;gt;' -f1 | xxd -r -ps - zephyr_aspeed.bin&lt;br /&gt;
~~ Courtesy of Apocolipse&lt;br /&gt;
&lt;br /&gt;
== Harder Stuff ==&lt;br /&gt;
*Just making the section for you, remove when actually starting a discussion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Porting ==&lt;br /&gt;
*Just making the section for you, remove when actually starting a discussion.&lt;/div&gt;</summary>
		<author><name>Crazydog</name></author>
		
	</entry>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=Talk:Android&amp;diff=6186</id>
		<title>Talk:Android</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=Talk:Android&amp;diff=6186"/>
		<updated>2010-04-23T16:07:33Z</updated>

		<summary type="html">&lt;p&gt;Crazydog: /* DNS issue */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Easy Stuff ==&lt;br /&gt;
*Virtual buttons have been &amp;quot;put down&amp;quot; in favor for such a combination (subject to change): &lt;br /&gt;
&lt;br /&gt;
Tap Home Button -&amp;gt; Menu. &lt;br /&gt;
&lt;br /&gt;
Hold Home Button 1s -&amp;gt; Home screen.    &lt;br /&gt;
&lt;br /&gt;
Hold Home Button 3s (or however long is standard in Android for this) -&amp;gt; Task Switcher.  &lt;br /&gt;
&lt;br /&gt;
Lock Button -&amp;gt; Back.&lt;br /&gt;
&lt;br /&gt;
Hold Lock Button -&amp;gt; Sleep.&lt;br /&gt;
&lt;br /&gt;
==== This is just a suggestion for anyone intending to do this. ====&lt;br /&gt;
 --&amp;gt; Courtesy BHSPitMonkey&lt;br /&gt;
&lt;br /&gt;
Firmware Extraction:  Simple extractor + injector to add firmware to images&lt;br /&gt;
    3.x.x Firmware locations:&lt;br /&gt;
        /private/var/stash/share/firmware/multitouch/iPhone.mtprop&lt;br /&gt;
        /usr/share/firmware/multitouch/iPhone.mtprops &lt;br /&gt;
        base64 encoded&lt;br /&gt;
&lt;br /&gt;
    2.x.x Firmware:&lt;br /&gt;
        Run as root on iPhone, over SSH:&lt;br /&gt;
        (Requires iokittools, coreutils, vim)&lt;br /&gt;
        REVISED to avoid ugly hard-coded byte offsets:&lt;br /&gt;
        -&lt;br /&gt;
        ioreg -l -w 0 | grep '&amp;quot;Firmware&amp;quot; =' | cut -d '&amp;lt;' -f2 | cut -d '&amp;gt;' -f1 | xxd -r -ps - zephyr_main.bin&lt;br /&gt;
        ioreg -l -w 0 | grep '&amp;quot;A-Speed Firmware&amp;quot; =' | cut -d '&amp;lt;' -f2 | cut -d '&amp;gt;' -f1 | xxd -r -ps - zephyr_aspeed.bin&lt;br /&gt;
~~ Courtesy of Apocolipse&lt;br /&gt;
&lt;br /&gt;
== Harder Stuff ==&lt;br /&gt;
*Just making the section for you, remove when actually starting a discussion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Porting ==&lt;br /&gt;
*Just making the section for you, remove when actually starting a discussion.&lt;br /&gt;
&lt;br /&gt;
== DNS issue ==&lt;br /&gt;
&lt;br /&gt;
A couple people in IRC were mentioning it, although I wasn't really sure what they were talking about, as I didn't have it running on my phone yet.&lt;br /&gt;
After I did get it running, I saw that DNS didn't work on the browser, and realized what they were talking about.&lt;/div&gt;</summary>
		<author><name>Crazydog</name></author>
		
	</entry>
</feed>