<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hax by Jaku &#187; Haxs</title>
	<atom:link href="http://haxbyjaku.com/category/haxs/feed/" rel="self" type="application/rss+xml" />
	<link>http://haxbyjaku.com</link>
	<description>Don't tell me what to do.</description>
	<lastBuildDate>Sat, 03 Dec 2011 11:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>More GPS updates!</title>
		<link>http://haxbyjaku.com/haxs/more-gps-updates/</link>
		<comments>http://haxbyjaku.com/haxs/more-gps-updates/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:55:55 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>
		<category><![CDATA[fireeagle]]></category>
		<category><![CDATA[flightstats]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[playnice]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=435</guid>
		<description><![CDATA[Didn&#8217;t think I&#8217;d have another update on the GPS software so soon. But on my way back from Utah I was informed that the plane had GPS tracking available online. Now because the flight also had WIFI I had to check it out. The site that did the tracking was http://www.flightstats.com and it did an [...]]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t think I&#8217;d have another update on the GPS software so soon. But on my way back from Utah I was informed that the plane had GPS tracking available online. Now because the flight also had WIFI I had to check it out.</p>
<p>The site that did the tracking was <a href="http://www.flightstats.com">http://www.flightstats.com</a> and it did an amazing job with updating where we were in real-time. Now being me, I found a quick and easy way to grab the GPS coordinates from the site and import them into my database. It was a quick and dirty shell script that was all of 3 lines of code. So I won&#8217;t be sharing it, however I do think it is something that should be added to my overall GPS tracking suite. </p>
<p>I&#8217;m going to start looking into other GPS type location services, such as FourSquare, and FireEagle and try to build a framework around all of them that allows one to update all of them by updating one. So if anyone can think of any other apps or services out there that allow one to share their GPS location with friends or just track it, let me know and I&#8217;ll see what I can do. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Also, one last thing I&#8217;d like to share. With the flight tracker I decided to have my script run every minute to pull the information. It&#8217;s pretty amazing how far planes get in a single minute. Here is a screenshot of when I started the script.<br />
<div id="attachment_436" class="wp-caption aligncenter" style="width: 508px"><img src="http://haxbyjaku.com/wp-content/uploads/2009/09/Screen-shot-2009-09-24-at-1.43.38-AM.png" alt="gps points" title="Flight Tracking" width="498" height="183" class="size-full wp-image-436" /><p class="wp-caption-text">GPS Flight Points</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/more-gps-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I made the locate Jaku feature</title>
		<link>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/</link>
		<comments>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:05:40 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Haxs]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jaku]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=387</guid>
		<description><![CDATA[The 2 main parts of this software have changed over the years, however this post will describe each change and will include what I currently use to get my location on the site. The main part is the use of the Mologogo software. Which I used because I had a old boost mobile cell phone [...]]]></description>
			<content:encoded><![CDATA[<p>The 2 main parts of this software have changed over the years, however this post will describe each change and will include what I currently use to get my location on the site.</p>
<p>The main part is the use of the Mologogo software. Which I used because I had a old boost mobile cell phone and this was the easiest and fastest way to get my location up on the web. It was also the cheapest at $1 dollar a day. After the iPhone came out I developed my own application to get my location and update the mologogo software that way. This was awesome because I could get rid of the boost mobile phone and I only had to carry a single phone then. However after almost every update to the iPhone software, I had to wait for a new jailbreak and then I had to change my code to work. This became a huge hassle and I had to deal with it after every update.</p>
<p>When the iPhone 2.0 software came out I assumed I wouldn&#8217;t have to do that anymore. Except for the fact that in order to actually use any application that you wrote, you needed to pay the developer fee. So instead I decided to get my location another way. On many of the twitter iPhone apps it would allow you to update your location and this would then update the GPS coordinates shown on your twitter.com page. This was an easy way to get the location of myself without the need of writing a new custom app. So I wrote some code that would look on my twitter page and find the location of me and check to see if it had updated since the last time it checked. This solution was great because it would only update as much as I wanted, and wouldn&#8217;t drain my battery since my phone would do none of the work. However, a few months after this went live twitter decided to change their design and at first the location info was no longer shown. So I had to come up with a new idea.<br />
<span id="more-387"></span><br />
Now, so far I&#8217;ve had 3 different ways to update my location. The first being the boost mobile phone, that worked great except for the fact thatI would forget to charge the phone and it was an additional $30ish a month for me to tell people where I was at. If anything people should of paid me for that info. The second was developing an app that would work on the iPhone and update my location every now and then. What was great about that was, it did not cost anything additional because it was on my main phone, and I didn&#8217;t have to worry about the phone not being charged since I always charge my iPhone. Then the 3rd solution was to use a 3rd party site that happens to get my location from another 3rd party app and just parse the data that way. This failed because I had to rely on 2 3rd party companies and hope they don&#8217;t make any drastic changes.</p>
<p>Now out of all 3 of the ways I&#8217;ve updated my phone, I enjoyed the 2nd the most. Since it wasn&#8217;t hard to do, it was just either a pain to wait for the next jailbreak or to pay for the developer license. So with the new iPhone 3.0 update, they allowed you to do something quite magical. You can now get your GPS coordinates though Safari on the iPhone! This was perfect. So I made a page, that would do the geolocation call that Safari now supports. After some testing I was able to get the calls to update a URL by tricking the javascript code I used to into thinking it was going to call an image. I coded my first version of the software off of the code found at http://smithsrus.com/gps-geolocation-in-safari-on-iphone-os-3-0/ and the 2nd version I coded around the source code found on http://www.thecssninja.com/javascript/geolocation-iphone the 2nd version allowed me to<br />
view exactly where I was on the map and looked awesome so I only needed to make some specfic changes so that it could post the data to my site.</p>
<p>I have included the files I use for the Mologogo portion of the site as well as the 2nd version code that I use to find my iPhone&#8217;s location. The main plus side on using the webbrowser to update my location is that it can work on multiple platforms without any changes. As long as the device and webbrowser support the new location feature you could use this on anything. </p>
<p>Now, since all of this has happened. I became an iPhone Developer, or at least I paid to be one. So I&#8217;ve been toying around with the idea of developing a new app that will use the push feature. I&#8217;m not quite sure if it can be done, but basically when ever someone visited my site it would send a push notification to my phone to get the latest GPS coordinates. Now, incase I get a huge amount of traffic I would limit it so that it would only do so every 10 minutes or so after the first push is sent out since it could get rather annoying. </p>
<p>The thing is, I&#8217;m not sure if one is able to get information from the phone like that. Perhaps it should be called &#8220;Pull&#8221; but if I can somehow tie in push alerts to activate a certain function on my phone then I don&#8217;t need to worry about opening another app to update my location ever again. </p>
<p>You can download the files in one nice package at <a href="http://haxbyjaku.com/gps_code.tar.gz">http://haxbyjaku.com/gps_code.tar.gz</a></p>
<p>We are past the story time and so now I will describe how you can download and setup the software. There&#8217;s gonna be a few things that might be a bit complicated but it&#8217;s fairly easy to do if you&#8217;re able to read code.</p>
<p>Once you get the software downloaded you will need to modify a few things. In the molo_config.php file, you will want to update the nickname that it updates the location as, as well as the HTTP_HOST and google maps key labeled as GMAPS_KEY. And of course you&#8217;ll want to put in your own database settings. Now the cool thing about the mologogo code is that if the correct tables are not in the database it will create them for you, as long as you give the mysql user enough access to do so.</p>
<p>The 2nd file you&#8217;ll want to update is the update.html file. You will want to update  USER_NAME and the SITE_URL_REFRESHES_EVERY_30_SECONDS parts of this file. Now I also suggest re-naming this file and the submit.php file something randomish but still easy for you to remember. The reason is that if anyone can figure out what the file names are they could post their own GPS data as yours. So while it&#8217;s not the worst thing in the world, it could confuse you if you start to see other peoples locations on your map.</p>
<p>If you have any questions or comments please let me know and I&#8217;ll do what I can to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting data to Pastebin with cURL</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/</link>
		<comments>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 04:02:43 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Haxs]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[pastebin and curl]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=379</guid>
		<description><![CDATA[I needed to get a bunch of text up on pastebin and I&#8217;ve used my own cURL script to get it up there before. But then I started to think that others might want to be able to just post to pastebin directly from their bash shell. What started off as a simple one-liner then [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to get a bunch of text up on pastebin and I&#8217;ve used my own cURL script to get it up there before. But then I started to think that others might want to be able to just post to pastebin directly from their bash shell. What started off as a simple one-liner then started to grow into a bit more. </p>
<p>With pastebin you are able to post to a sub-domain, as well as put a name along with the post and even set how long the data should stay up. So I&#8217;ve made it possible for you to edit those settings in the script so that if you want to post as &#8220;bob&#8221; and keep the data up there for a day you can do all of that. </p>
<p>The easiest way to install this would be the following 2 commands</p>
<p><code>sudo curl haxbyjaku.com/pastebin -o /usr/bin/pastebin<br />
sudo chmod +x  /usr/bin/pastebin</code></p>
<p>I know that you won&#8217;t run sudo on commands that download code from my server, but you can trust it since you get to see everything. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>After it is installed I suggest editing the file as well so that you can set your own settings such as username or pastebin URL. Once that is all set simple run a command like <code>"echo test | pastebin"</code> in your terminal and you&#8217;ll get the URL that pastebin posted it to. You can even do something like <code>"echo /etc/passwd | pastebin"</code> and it will work exactly as you expect it to.</p>
<p>I&#8217;ve pasted the code after the break as well.</p>
<p><span id="more-379"></span><br />
<code><br />
#!/bin/bash<br />
#Pastebin poster, created by Jaku</p>
<p>#Username<br />
USER="jaku_bin"<br />
#Data retainment (d=1 day, m=1 month, f=forever)<br />
RETAIN="d"<br />
#Default Text type (too many to list)<br />
TEXT="None"<br />
#Default pastbin URL<br />
URL="pastebin.com/pastebin.php"</p>
<p>while read input; do<br />
CODE="$CODE<br />
$input"<br />
done</p>
<p>curl -i -d "code2=$CODE&#038;paste=Send&#038;expiry=$RETAIN&#038;poster=$USER&#038;format=$TEXT" $URL -s| grep -i Location:<br />
</code></p>
<p>So like I said, it&#8217;s not very complicated but it certainly does get the job done. Let me know if you have any comments or questions! <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Been Lazy</title>
		<link>http://haxbyjaku.com/haxs/been-lazy/</link>
		<comments>http://haxbyjaku.com/haxs/been-lazy/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:01:04 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=243</guid>
		<description><![CDATA[The last presentation slides are now online. http://haxbyjaku.com/hax_GA1.pdf &#038; http://haxbyjaku.com/hax_GA2.pdf]]></description>
			<content:encoded><![CDATA[<p>The last presentation slides are now online.</p>
<p><a href="http://haxbyjaku.com/hax_GA1.pdf">http://haxbyjaku.com/hax_GA1.pdf</a> &#038; <a href="http://haxbyjaku.com/hax_GA2.pdf">http://haxbyjaku.com/hax_GA2.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/been-lazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Drought</title>
		<link>http://haxbyjaku.com/haxs/blogging-drought/</link>
		<comments>http://haxbyjaku.com/haxs/blogging-drought/#comments</comments>
		<pubDate>Tue, 06 May 2008 09:01:43 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=128</guid>
		<description><![CDATA[So I haven&#8217;t been keeping up with the blog as much as I&#8217;ve planned. But that seems to be the norm around here. As most of you are aware, I have been using twitter a lot more. Most likely going to delete the &#8220;Latest dodge coming soon&#8221; thing on the right hand side. Maybe get [...]]]></description>
			<content:encoded><![CDATA[<p>So I haven&#8217;t been keeping up with the blog as much as I&#8217;ve planned. But that seems to be the norm around here. As most of you are aware, I have been using twitter a lot more. Most likely going to delete the &#8220;Latest dodge coming soon&#8221; thing on the right hand side. Maybe get a new theme setup on here as well. Not sure yet about that, a lot of things are coded into this one now. :\</p>
<p>Changes in the past few months include:</p>
<p>Working nights now, 1am to 9am, instead of normal days.<br />
Moved into a new apartment. Much nicer and better view.<br />
Working on a few new projects, but this time with friends instead of alone.<br />
Been driving a bit more. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Otherwise, I don&#8217;t have to much else to say. In about 2 weeks, there should be a post about one of the projects. Some of you know a bit of the details, but the one&#8217;s that don&#8217;t should enjoy it. I will also be doing a new presentation at the next 2600 meeting in June. You won&#8217;t want to miss this one. </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/blogging-drought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of Warcraft? Wha&#8230;.</title>
		<link>http://haxbyjaku.com/haxs/world-of-warcraft-wha/</link>
		<comments>http://haxbyjaku.com/haxs/world-of-warcraft-wha/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 16:33:57 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/haxs/world-of-warcraft-wha/</guid>
		<description><![CDATA[This isn&#8217;t really a hax or anything but it&#8217;s kinda funny. I got a WoW trial yesterday from a friend at work, and so when I got home I figured I&#8217;d try it out. I played no more than 49 minutes when I got banned. I didn&#8217;t get banned for anything I did, I got [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t really a hax or anything but it&#8217;s kinda funny.</p>
<p>I got a WoW trial yesterday from a friend at work, and so when I got home I figured I&#8217;d try it out. I played no more than 49 minutes when I got banned. I didn&#8217;t get banned for anything I did, I got banned for something an &#8220;associated&#8221; account did. However, my friend that gave me the trial, isn&#8217;t banned. So I don&#8217;t see how that would work. So I figured I would call to try and get this fixed, as I was actually having fun for those 49 minutes. I wait on hold for 50 minutes before I get connected with someone and talk to them for no more than a minute. All they can tell me is to email the email address I got in my Inbox about the ban, and they might be able to reverse it. Nothing can be done over the phone. Also he tells me that it can take up to 3 weeks for them to even reply. o_0</p>
<p>So, let&#8217;s see, I played for 49 minutes, was on hold for 50 minutes. I was on hold longer than I played. Thats neat. However it gets better. Since I am on a 10-day trial, I have 10 days to play, but wait, it takes 3 weeks to reply back. Thats 21 days, my trial will have been over for 11 days before I even get a reply. That is just awesome.</p>
<p>I can now see why they call it WoW&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/world-of-warcraft-wha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server move</title>
		<link>http://haxbyjaku.com/haxs/server-move/</link>
		<comments>http://haxbyjaku.com/haxs/server-move/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 17:03:12 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/haxs/server-move/</guid>
		<description><![CDATA[Moving from one server to another wasn&#8217;t bad at all. Had very little downtime, and was able to do a few things I was putting off doing anyways. Either way, site should load a bit faster for people in Chicago, which is good. Because 90% of my traffic is from Chicago or Chicago areas. Let [...]]]></description>
			<content:encoded><![CDATA[<p>Moving from one server to another wasn&#8217;t bad at all. Had very little downtime, and was able to do a few things I was putting off doing anyways. Either way, site should load a bit faster for people in Chicago, which is good. Because 90% of my traffic is from Chicago or Chicago areas.</p>
<p>Let me know if you find any errors or anything like that. </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/server-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS iPhone &#8211; POC Part 6</title>
		<link>http://haxbyjaku.com/haxs/gps-iphone-poc-part-6/</link>
		<comments>http://haxbyjaku.com/haxs/gps-iphone-poc-part-6/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 04:45:26 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/aggregated/consumating/gps-iphone-poc-part-6/</guid>
		<description><![CDATA[I should have really though of a better title when starting these blog posts. Oh well. So yesterday the app was finished and working pretty much exactly how I wanted it. A few things were left out but overall it is working. Well, that is if it has the MAC address of the router that [...]]]></description>
			<content:encoded><![CDATA[<p>I should have really though of a better title when starting these blog posts. Oh well.</p>
<p>So yesterday the app was finished and working pretty much exactly how I wanted it. A few things were left out but overall it is working. Well, that is if it has the MAC address of the router that it found while searching. And right there is the flaw. Without a huge database of MAC addresses this app is pretty useless. I&#8217;ve been working on adding MAC addresses that I find to my database and geocoding them, but that won&#8217;t really be fun for people not in Chicago, and even then people in Chicago wouldn&#8217;t have fun with it either. So that is why I contacted WiGle.net, who actually was a bit of help but not as much of a help as they could have been.</p>
<p>Also I was just informed that the server that HaxbyJaku.com is currently on, might not be up much longer. So I am going to end this post now and backup all my stuff and then move it. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>K thx. Bye.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/gps-iphone-poc-part-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS iPhone &#8211; POC Part 5</title>
		<link>http://haxbyjaku.com/haxs/gps-iphone-poc-part-5/</link>
		<comments>http://haxbyjaku.com/haxs/gps-iphone-poc-part-5/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 04:43:07 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/haxs/gps-iphone-poc-part-5/</guid>
		<description><![CDATA[Been busy at work so wasn&#8217;t able to invest as much time today on the app as I was the past 2, however. I did get past the point that I wanted to reach by tonight. I had Jeff and Josh help look at the code. Maybe, I should just name it JGPS or JPS, [...]]]></description>
			<content:encoded><![CDATA[<p>Been busy at work so wasn&#8217;t able to invest as much time today on the app as I was the past 2, however. I did get past the point that I wanted to reach by tonight. I had Jeff and Josh help look at the code. Maybe, I should just name it JGPS or JPS, since so far most of the people that have helped have names that start with J. Either way it&#8217;s almost ready for a public beta, I really need to get a bigger database of data, I have asked the administrators at <a href="http://www.wigle.net/">Wigle.net</a> for assistance with using their database, but haven&#8217;t heard anything yet. </p>
<p>Anyways, the app does look ups of the MAC addresses that are around it. Which is what I wanted to do. The next step after this is to make it not open Safari first, this would work already if the ? in the url didn&#8217;t get changed to the hex value. But whatever, I&#8217;ll try to find a way to call the Maps.app directly with the GPS coordinates. If I can&#8217;t figure that out, it&#8217;s not a big deal and I can let the community figure it out.</p>
<p>After I get the MAC lookup how I want, I&#8217;ll add the cell tower lookup. I&#8217;ll try to add that on the weekend or Monday. But don&#8217;t promise anything. Anyways, the app is at the state I wanted, the app looks like an official app or at least an unofficial 3rd party app, and I hope after I finish it that people will want to use it. No screen shots or anything tonight, as the only difference in the app is the code, nothing cosmetic has changed. Anyways, I need to sleep. </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/gps-iphone-poc-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS iPhone &#8211; POC Part 4</title>
		<link>http://haxbyjaku.com/haxs/gps-iphone-poc-part-4/</link>
		<comments>http://haxbyjaku.com/haxs/gps-iphone-poc-part-4/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 04:53:20 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/haxs/gps-iphone-poc-part-4/</guid>
		<description><![CDATA[Another day, another post. So I got a little bit further than I was yesterday. Still a few annoying things that I need to figure out how to do. But by the looks of it, I got about 2 more real things left to do and then I can release as a beta or alpha. [...]]]></description>
			<content:encoded><![CDATA[<p>Another day, another post. So I got a little bit further than I was yesterday. Still a few annoying things that I need to figure out how to do. But by the looks of it, I got about 2 more real things left to do and then I can release as a beta or alpha. After that I might try to get the cell triangulation implemented in it. I found some code that I could use, but I&#8217;d rather focus on my first idea for now and work on that later. Anyways, here is a video for your viewing enjoyment. It is recorded sideways, so umm tilt your head.<br />
<center><br />
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="296" width="480"><param name="src" value="http://www.haxbyjaku.com/iPhone%20GPS.mov"><param name="autoplay" value="false"><param name="type" value="video/quicktime" height="296" width="480"><embed src="http://www.haxbyjaku.com/iPhone%20GPS.mov" height="296" width="480" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></p>
<p></object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/gps-iphone-poc-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.haxbyjaku.com/iPhone%20GPS.mov" length="1232795" type="video/quicktime" />
		</item>
	</channel>
</rss>

