<?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>Prey &#187; releases</title>
	<atom:link href="http://preyproject.com/blog/tag/releases/feed" rel="self" type="application/rss+xml" />
	<link>http://preyproject.com</link>
	<description>Track down your stolen laptop</description>
	<lastBuildDate>Thu, 10 May 2012 22:30:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prey for iOS: The inner workings</title>
		<link>http://preyproject.com/blog/2011/11/prey-for-iphone-and-ipad-how-it-works</link>
		<comments>http://preyproject.com/blog/2011/11/prey-for-iphone-and-ipad-how-it-works#comments</comments>
		<pubDate>Fri, 18 Nov 2011 14:58:47 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[on-demand]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1408</guid>
		<description><![CDATA[
Months ago, when we began drawing sketches, trying to imagine what the iPhone client for Prey would look like, well it sure looked easy-peasy. It really did. But when we actually put our hands into it, we bumped into a number of things we had to sort out to make Prey work the way we [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/up/2011/11/prey-ios-screenshot.png" alt="prey-ios-screenshot" title="prey-ios-screenshot" width="320" height="480" class="alignright size-full wp-image-1747 border" align="right" /></p>
<p>Months ago, when we began drawing sketches, trying to imagine what the iPhone client for Prey would look like, well it sure looked easy-peasy. It really did. But when we actually put our hands into it, we bumped into a number of things we had to sort out to make Prey work the way we wanted to, and of course, without breaking any of Apple&#8217;s rules. So it took longer than expected but the work is now done, and the wait finally over.</p>
<p><a href="http://itunes.apple.com/us/app/prey-anti-theft/id456755037">Prey is now available</a> for iPhones and iPads at the App Store. Open source, for free, tested and ready to kick some burglar butt. Check it out.</p>
<p><span id="more-1408"></span></p>
<p>As you may know, the <a href="http://preyproject.com/blog/2010/12/prey-for-android-new-features">Android client</a> has a few differences with the one for desktops and laptops, mainly regarding the activation system (PC&#8217;s check with the server, while Androids wait for the activation SMS). On iOS the approach is a mixture of both, as iOS doesn&#8217;t provide a way for apps to make use of the iPhone&#8217;s SMS system as Android does.</p>
<p>Here&#8217;s a detailed explanation of how the iOS client actually works.</p>
<h3>Keeping the bird watchful</h3>
<p>The first thing that Prey does after being installed on a device, is to add a hook for iOS&#8217; Significant Location Change (SLC) service. This provides a way for Prey to be woken up when needed, <a href="http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html#//apple_ref/doc/uid/TP40009497-CH2-SW10">using the least possible amount of battery</a>. </p>
<p>What the SLC service does, internally, is to instruct the phone or tablet to poke Prey every time it connects to a different cell antenna. Once Prey receives that poke, it will ask the Control Panel about its status, very much like the desktop and laptop version does using Cron or CronSVC. </p>
<p>What comes next, you already know: if the device is marked as missing, Prey will begin to send new reports. If it isn&#8217;t, it will simply go back to sleep and wait until it is poked again, when the phone connects to another cell antenna.</p>
<p>So, the first difference with the laptop/desktop version is that on iOS <strong>the delay between reports and actions isn&#8217;t a fixed, regular interval</strong>, but rather a semi random one which is triggered when phones move from one location to another. Pro users, however, do have <strong>On-Demand activation</strong> available in the Control Panel, that activates Prey in a glimpse without having to wait. Just as it works on PCs and Android devices.</p>
<p><img src="/up/2011/11/prey-ios-client-beta.png" alt="prey-ios-client-beta" title="prey-ios-client-beta" width="580" height="370" class="alignright size-full wp-image-1751" /></p>
<p>Of course, regardless of the way you sent the signal &#8212; either pull (interval) or push (On-Demand) &#8212; <strong>Prey will send reports until the device is unflagged as missing in the Control Panel</strong>. </p>
<p>The main reason why Prey uses the SLC listener from iOS is simple: if it didn&#8217;t, it would need to be opened by the person holding the device in order to work. This way, Prey can run silently in the background, without giving any indication to the guy who took your phone that he&#8217;s being chased. </p>
<p>By the way, the SLC service as well as support for background apps was added on iOS 4.0, so unfortunately Prey won’t work on older versions of iOS. So if you&#8217;re running an earlier version then it may be time to update!</p>
<h3>Geo module accuracy</h3>
<p>On iOS devices, Prey&#8217;s Geo module includes a accuracy option which defines the frequency it will poll iOS for a new geolocation fix. As you may imagine, more accuracy means more battery consumption, but also a higher level of precision about your phone&#8217;s current location. </p>
<p>We suggest you try different options, so you get a better idea of the level of accuracy and the delay between reports. This is important because when setting the accuracy to the lowest level, Prey may not get a new fix from the iOS in a while so reports may take longer to arrive than expected. In the end, it all depends on how fast the person holding the phone moves around.</p>
<h3>Front-facing camera support</h3>
<p><img src="/up/2011/11/Screenshot-2011.11.10-16.52.06.png" alt="Screenshot 2011.11.10 16.52.06" title="Screenshot 2011.11.10 16.52.06" width="320" height="480" class="alignright size-full wp-image-1745 border" align="right" /></p>
<p>Yup, that&#8217;s right! If your iPhone or iPad has a front facing camera then you&#8217;ll be happy to know that Prey&#8217;s iOS client supports it. This is how it works.</p>
<p>As soon as you push the On-Demand button, a predefined message will be displayed on your device (like the one on the right). Once the thief moves the slider, Prey will take a picture using the built-in camera, while a random bank page is opened showing a &#8220;Loading&#8221; message. This way we can get the thief&#8217;s attention so that he looks right into the camera lens when the picture is taken!</p>
<p>Unfortunately, <strong>Apple only allows the use of the camera when the application is running on the foreground</strong>, so the webcam module won&#8217;t work if the application is sent to the background. Bummer, I know.</p>
<p>In other words, if you&#8217;re not a Pro user you&#8217;ll need the app to be running in the foreground for the Webcam module to work (i.e. the user must tap the Prey icon on the phone, which is not likely to happen). If you are Pro, however, you&#8217;ll be able to send the On-Demand, push notification that, if opened, <strong>will</strong> raise the app to the foreground.</p>
<p>The bottom line is that if you want to take pictures remotely, you&#8217;ll probably want to <abbr title="Try typing the Konami Code when you do, and you'll get a sweet surprise.">upgrade to Pro</abbr>. :)</p>
<h3>Camouflage mode</h3>
<p>Oh yes, almost forgot about this. If you installed the app on your device then you probably saw an option called Camouflage Mode. When Camouflage is enabled, a random image is shown instead of the Prey logo when the app&#8217;s icon is tapped by the user. This is just to trick the guy into thinking that Prey is a game and not the reason of his future arrest!</p>
<p>We&#8217;d love to be able to hide the Prey icon altogether, but unfortunately that&#8217;s not possible on iOS. However, what you can &#8212; and probably should &#8212; do is to move the Prey icon into one of iOS&#8217;s subfolders (like Utilities, which includes the Clock and Calculator). This way the thief won&#8217;t notice the application at a first glance.</p>
<h3>Thanks beta testers</h3>
<p>Last but not least, we&#8217;d like to thank everyone who helped us test and debug the iOS version since its early days. As promised the code is <a href="https://github.com/prey/prey-ios-client">available in our repository</a> so feel free to fork away and send pull requests. We want to build the best way for keeping track of your phone, tablet or laptop and we know that <strong>openness is the way</strong>.</p>
<p>So that&#8217;s it &#8212; happy hunting guys. <a href="http://itunes.apple.com/us/app/prey-anti-theft/id456755037">Enjoy the app</a> and don&#8217;t forget to submit reviews through the App Store!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2011/11/prey-for-iphone-and-ipad-how-it-works/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>It&#8217;s official: Prey is now on Ubuntu and Debian</title>
		<link>http://preyproject.com/blog/2011/04/its-official-prey-is-now-on-ubuntu</link>
		<comments>http://preyproject.com/blog/2011/04/its-official-prey-is-now-on-ubuntu#comments</comments>
		<pubDate>Fri, 29 Apr 2011 17:09:45 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1493</guid>
		<description><![CDATA[
Good news Ubuntu users! If you already upgraded to Ubuntu Natty Narwhal (11.04) then you&#8217;ll be able to install Prey directly from Ubuntu&#8217;s official package repositories. We&#8217;ve been working side by side with the Debian devs so now you&#8217;ll be able to find Prey in Ubuntu&#8217;s Software Center or get it by opening up a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/up/2011/04/prey-official-debian-ubuntu-repos.png"><img src="/up/2011/04/prey-official-debian-ubuntu-repos-580x454.png" alt="prey-official-debian-ubuntu-repos" title="prey-official-debian-ubuntu-repos" width="580" height="454" class="alignnone size-medium wp-image-1494" /></a></p>
<p>Good news Ubuntu users! If you already upgraded to Ubuntu Natty Narwhal (11.04) then you&#8217;ll be able to install Prey directly from Ubuntu&#8217;s official package repositories. We&#8217;ve been working side by side with the Debian devs so now you&#8217;ll be able to find Prey in <a href="http://packages.ubuntu.com/natty/prey">Ubuntu&#8217;s Software Center</a> or get it by opening up a terminal and typing the famous one-liner: </p>
<p><code>$ sudo apt-get install <strong>prey</strong></code></p>
<p>The package is listed on Ubuntu&#8217;s universe repository so be sure to enable it through Synaptic it (Settings > Repositories > check Community-maintained Open Source software) if you want to use it. </p>
<p>Now, there&#8217;s a few differences between the official Prey version and the one bundled in Debian and Ubuntu. Keep on reading!</p>
<p><span id="more-1493"></span></p>
<h3>Modified paths</h3>
<p>To comply better with the Debian package policies, some stuff <a href="http://packages.debian.org/sid/all/prey/filelist">has been moved</a> from their regular locations. While our package keeps everything on /usr/share/prey, on the Debian/Ubuntu Prey version:</p>
<ul>
<li>The core files were moved to <strong>/usr/lib/prey</strong>.</li>
<li>Configuration is now stored on <strong>/etc/prey/config</strong> instead of /usr/share/prey/config.</li>
<li>Modules are now kept on <strong>/var/lib/prey/modules</strong>, rather than /usr/share/prey/modules</li>
<li>Instead of modifying the running user&#8217;s crontab, the install script creates an entry in <strong>/etc/cron.d/prey</strong>.</li>
</ul>
<h3>Manual configuration &#8212; for now</h3>
<p>The graphic configurator is not available yet as there are some things that need to be tweaked before it can shipped on Debian. This means that if you use the Debian/Ubuntu version, you&#8217;ll need to setup your configuration by hand for the time being (sudo gedit /etc/prey/config). Control Panel users need to enter their device and API keys while standalone users need to enter a Check URL and setup their SMTP server settings.</p>
<h3>Updates via apt-get</h3>
<p>The Debian policy is that packages should not upgrade themselves, but rather through the system&#8217;s package manager. This means that the Debian/Ubuntu version will not auto-update as the official client does. This also means that you will get updates with a small delay, depending on the time it takes Debian or Ubuntu to sync their repos with the upstream version.</p>
<p><img align="right" src="/up/2011/04/tux-prey-sonar.png" alt="tux-prey-sonar" title="tux-prey-sonar" width="250" height="232" class="alignright size-full wp-image-1504" /></p>
<h3>Current available version is 0.4.4</h3>
<p>The current version available on Ubuntu&#8217;s universe repo is 0.4.4, which means that you won&#8217;t be able to use the features we&#8217;ve been <a href="/blog/tag/releases">adding lately</a>, such as On Demand activation, Hardware Scan or Offline Actions. Prey 0.5.3 is already on Debian&#8217;s unstable repo so hopefully we&#8217;ll get that soon on Ubuntu too.</p>
<p>In other words, if you&#8217;re considering upgrading to Pro we recommend to stick to the official client for now. Otherwise you&#8217;ll miss the good stuff!</p>
<h3>Can I switch from one version to the other?</h3>
<p>Yes but <strong>you&#8217;ll need to uninstall the one you&#8217;re running first</strong>, otherwise your computer might explode into pieces. Jokes aside, the Debian/Ubuntu version will not be aware of the previous installation so things might get hairy if you don&#8217;t remove your previous installation (e.g. a version might try to overwrite the other one&#8217;s files when upgrading).</p>
<p>Remember if you wish to install the official release as usual, you can always do by <a href="/download">downloading the .DEB package</a> and using GDebi or simply dpkg -i prey-*.deb. So thanks to everyone who made this possible, especially Debian ninjas <a target="_blank" href="http://twitter.com/alessiotreglia">Alessio Treglia</a> and <a href="http://www.samba.org/~jelmer/">Jelmer Vernooij</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2011/04/its-official-prey-is-now-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sign up for the iOS private beta! [updated]</title>
		<link>http://preyproject.com/blog/2011/04/sign-up-for-the-ios-private-beta</link>
		<comments>http://preyproject.com/blog/2011/04/sign-up-for-the-ios-private-beta#comments</comments>
		<pubDate>Tue, 26 Apr 2011 21:17:30 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1472</guid>
		<description><![CDATA[
Yup, it&#8217;s here. 
It took as a bit longer than expected but the iOS client is ready to run in the wild, and we want you to help us try it out. If you have an iPhone running iOS version 4 or above, you can be one of the first to see Prey running on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/up/2011/04/prey-ios-client-beta.png" alt="prey-ios-client-beta" title="prey-ios-client-beta" width="580" height="370" class="alignnone size-full wp-image-1473" /></p>
<p>Yup, it&#8217;s here. </p>
<p>It took as a bit longer than expected but the iOS client is ready to run in the wild, and we want you to help us try it out. If you have an <strong>iPhone running iOS version 4 or above</strong>, you can be one of the first to see Prey running on Apple&#8217;s platform. You&#8217;ll <strong>also get a Personal Pro account for a whole year</strong> and we&#8217;ll only ask that you fill in a form a week or two after installing the app.</p>
<p>Want to give it a shot? Then send us a <a target="_blank" href="http://twitter.com/preyproject">Direct Message through Twitter</a> with your registered email address (the one associated to your Control Panel account). If you get a DM back from us then it means you were one of the selected few who made it!</p>
<p><em><strong>Update</strong>: Registration is now closed. Thanks everyone who signed up!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2011/04/sign-up-for-the-ios-private-beta/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prey 0.5.2: Keeping it tough</title>
		<link>http://preyproject.com/blog/2011/01/prey-0-5-2-keeping-it-tough</link>
		<comments>http://preyproject.com/blog/2011/01/prey-0-5-2-keeping-it-tough#comments</comments>
		<pubDate>Thu, 27 Jan 2011 15:13:00 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[on-demand]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[standalone]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1396</guid>
		<description><![CDATA[0.5.2 is out! A while ago we pushed this release update which includes a couple of security enhancements, lots of code cleanups and a small fix for On-Demand mode, as some people were having trouble switching back to On-Interval after going to stand-by mode. Lets take a deeper look at the changelog:

Response encryption: Prey now [...]]]></description>
			<content:encoded><![CDATA[<p>0.5.2 is out! A while ago we pushed this release update which includes a couple of security enhancements, lots of code cleanups and a small fix for On-Demand mode, as some people were having trouble switching back to On-Interval after going to stand-by mode. Lets take a deeper look at the changelog:</p>
<ul>
<li><strong>Response encryption:</strong> Prey now supports 128 bit AES decryption for response bodies, which means that all data sent by the Control Panel will be encrypted with a salted secret key, rending theoretical man-in-the-middle attacks impossible. We&#8217;ll be deploying this gradually during the next days!</li>
<li>We also added a check to prevent malitious code execution through config values in the response XML. (Issue <a href="https://github.com/tomas/prey/issues#issue/85">#85</a>)</li>
<li>Better way of knowing if On-Demand is still active or not, using timestamps from the keepalive pings sent by the server. This should fix the issue that prevented some users from switching back to Interval mode.</li>
<li>Lots of code cleanups, removed duplicate or unused stuff. We&#8217;re also switching backticks for $() calls, which is much easier to read.</li>
<li>Small improvements to the auto update process.</li>
<li><strong>Initial support for Prey to be run as a non-root user</strong>. On Ubuntu we were able to run as a third user with some sudo permissions. Once we get it working on Mac we&#8217;ll switch over and not run Prey as root any more (yes, we heard you guys).</li>
<li>Support for <strong>SMTP servers which don&#8217;t require authentication</strong>. Simply leave the SMTP user/pass fields blank and you&#8217;re set. Passwords with spaces should also work.</li>
<li>Added a simple SMTP user/pass verification routing in check mode (Standalone users).</li>
</ul>
<p>That&#8217;s about it! For the full commit list <a href="https://github.com/tomas/prey/compare/v0.5.1...v0.5.2">check out the comparison view</a> on Github. As always, any questions or comments are welcome.</p>
<p>Happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2011/01/prey-0-5-2-keeping-it-tough/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prey 0.5 released! [updated]</title>
		<link>http://preyproject.com/blog/2010/12/prey-0-5-released</link>
		<comments>http://preyproject.com/blog/2010/12/prey-0-5-released#comments</comments>
		<pubDate>Mon, 20 Dec 2010 23:47:24 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1202</guid>
		<description><![CDATA[
Update: 0.5.1 was just pushed. Fixed an issue regarding password on Standalone mode and checks for On Demand mode.
Good news for all Prey users. Version 0.5 is available for download and ready to roll. Codenamed &#8220;Cloud Strife&#8221;, 0.5&#8217;s changes include:

On Demand support for laptops/desktops (via a secure, persistent TCP connection) and Androids (via Google&#8217;s Cloud [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/up/2010/12/prey-0.5-text.png" alt="prey-0.5-text" title="prey-0.5-text" width="560" height="113" class="alignright size-full wp-image-1249" /></p>
<p><em><strong>Update:</strong> 0.5.1 was just pushed. Fixed an issue regarding password on Standalone mode and checks for On Demand mode.</em></p>
<p>Good news for all Prey users. Version 0.5 is available for download and ready to roll. Codenamed &#8220;Cloud Strife&#8221;, 0.5&#8217;s changes include:</p>
<ul>
<li class="hidden">On Demand support for laptops/desktops (via a secure, persistent TCP connection) and Androids (via Google&#8217;s Cloud To Device messaging system).
<li class="hidden">Updated Lock for Mac to make sure it triggers deactivation of module on Control Panel when successful password is entered.</li>
<li><strong>Offline actions support</strong>: You can now force the actions to be kept running even if the device goes offline.</li>
<li>CronService for Windows optimizations and fixes (<strong>read note at the bottom</strong>!).</li>
<li>Android: Lock module support for 2.2+ Androids. You need to grant permissions on your phone after updating, otherwise it won&#8217;t work.</li>
<li>Android: can now reassign current SIM as the valid one, so you don&#8217;t need to disable the SIM lock function to stop getting alert messages when switching SIMs.</li>
<li>Windows Lock binary rewritten in C#. Better focus management. Task Manager disabling works as it should in XP and Vista/7 as well. As we&#8217;re not bundling WinLock.dll any more, <strong>there shouldn&#8217;t be any more false positives</strong>.</li>
<li>Mac Geo Module: support for weird chars like slashes.</li>
<li>Mac &#038; Windows screenshot grab in JPG which is lighter than PNG. Reports should get faster to destination now.</li>
<li>New strategy for capturing webcam shots in Linux (waaay better image quality and lightness). Thanks to everyone who helped on this.</li>
<li>Linux: Change the delay to give wifi time to work when using autoconnect (thanks <a href="https://github.com/tomas/prey/commit/c4ed42b7b60cedb1cf9ade48b7e6208a8e79c5af">Drew</a>!)</li>
<li>Linux: When using autoconnect mode in the config, Prey will use the network with the strongest signal available (again, thanks <a href="https://github.com/tomas/prey/commit/642095c518d134688b2131bc01df891febf285ed">Drew</a>!)</li>
<li>Fixed file sending in SCP mode (screenshot, picture). (<a href="https://github.com/tomas/prey/issues/issue/76/">#76</a>)</li>
<li>Mac installer fixes. You shouldn&#8217;t get any more &#8220;Unverified&#8221; states anymore.</li>
<li>Removed rubbish on Mac/Linux log files.</li>
<li>Linux: Fixed Wifi device getting (using iwconfig now).</li>
<li>Linux: Lock module should work on distros with Python 3 installed.</li>
</ul>
<p>And a couple of other <a href="http://github.com/tomas/prey/compare/v0.4.4...v0.5">smaller fixes</a> too.</p>
<p><strong>Important</strong>: On Windows, running Prey as a system service &#8211;rather than at user-level &#8212; should not only be the default option but <em>the</em> way of running Prey on Windows, so we&#8217;re deprecating it on next release. If you&#8217;re still running at user level we strongly encourage you to switch modes. You don&#8217;t have to if you don&#8217;t want, but Prey will refuse to auto update until you do. :)</p>
<p>That&#8217;s it. Hope you enjoy 0.5 and, as always, happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/12/prey-0-5-released/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Prey 0.4.4 to go, thieves beware</title>
		<link>http://preyproject.com/blog/2010/09/prey-0-4-4-to-go</link>
		<comments>http://preyproject.com/blog/2010/09/prey-0-4-4-to-go#comments</comments>
		<pubDate>Wed, 29 Sep 2010 21:59:57 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=1111</guid>
		<description><![CDATA[We just pushed version 0.4.4 which fixes some things and also makes it even tougher than before.

In Windows, the uninstaller will ask either for the user&#8217;s registration password or API key before proceeding. This is a request we received in the early days, so we&#8217;re glad to finally deliver as requested. On a sidenote, remember [...]]]></description>
			<content:encoded><![CDATA[<p>We just pushed version 0.4.4 which fixes some things and also makes it even tougher than before.</p>
<ul>
<li>In Windows, the uninstaller will ask either for the user&#8217;s registration password or API key before proceeding. This is a request we received in the early days, so we&#8217;re glad to finally deliver as requested. On a sidenote, remember you can choose to not generate Start Menu entries for Prey during installation. </li>
<li>Lots of path fixes in all OSs. In Windows there shouldn&#8217;t be any more problems running Prey from a path containing spaces (e.g. C:\Program Files). </li>
<li>Fixes for Geo in Linux for Access Points with weird chars. Also, the module now supports all output formats from iwconfig.</li>
<li>Secure module doesn&#8217;t delete browsers&#8217; data, it simply appends .backup so you won&#8217;t lose any information if you activate the module by mistake.</li>
<li>Interface improvements for Configurator in Linux. Thanks <a href="http://github.com/delwin">Delwin</a> for all the code!</li>
<li>Fixes for Windows Service mode 64 bit Windows, which prevented some modules from working correctly (such as alert).</li>
<li>No more WScript for Alert&#8217;s message box in Windows. We dumped it for a much stronger C version.</li>
<li>Prey Lock in Windows and Linux has been greatly improved. Always on top, full screen support and Alt-Tab protection, among other things. </li>
<li>When unlocking with the right password, the Lock module will be automatically deactivated on the Control Panel.</li>
<li>System module enhancements. RAM check in 2000/XP has been fixed. Also, we now grab Motherboard information in PCs (Windows and Linux), as they contain a different set of Serial Numbers/Versions than the core system&#8217;s info.</li>
<li>Better char escaping logic for standalone emails. Thanks Tom Wood for this one!</li>
</ul>
<p>That&#8217;s all guys. For the whole list of commits <a target="_blank" href="http://github.com/tomas/prey/compare/v0.4.3...v0.4.4">click here</a>. Happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/09/prey-0-4-4-to-go/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prey 0.4.1 released</title>
		<link>http://preyproject.com/blog/2010/08/prey-0-4-1-released</link>
		<comments>http://preyproject.com/blog/2010/08/prey-0-4-1-released#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:02:38 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[auto-update]]></category>
		<category><![CDATA[configurator]]></category>
		<category><![CDATA[ips]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[windows service]]></category>

		<guid isPermaLink="false">http://new.preyproject.com/?p=1069</guid>
		<description><![CDATA[A while ago we pushed a new release that addresses some issues and also makes Prey a bit tougher.

Screenshot grabber in Windows was replaced by preyshot.exe, a lighter version which is based on this code.
The System Service in Windows now actually runs as the SYSTEM user, and calls programs as the logged in user only [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago we pushed a new release that addresses some issues and also makes Prey a bit tougher.</p>
<ul>
<li>Screenshot grabber in Windows was replaced by <strong>preyshot.exe</strong>, a lighter version which is based on <a target="_blank" href="http://ted.mielczarek.org/code/screenshot/screenshot.win32.cpp">this code</a>.</li>
<li>The System Service in Windows now actually runs as the SYSTEM user, and calls programs as the logged in user only when needed (such as for taking the screenshot).</li>
<li>Patching logic for auto-updates is now more fail-safe. Hopefully this will fix the issues we&#8217;ve been seeing on the mailing list. Another important change is that <strong>auto-update only will work if the device is not marked as missing</strong>.</li>
<li>New Ifconfig.exe binary for Windows, which allows getting always the right Private and Gateway IP addresses, either if your Windows version is in english or not.</li>
<li>Creating a new account through the Linux configurator should have problems dealing with strange characters in the password.</li>
</ul>
<p>You can check the full list of commits <a target="_blank" href="http://github.com/tomas/prey/compare/v0.4...v0.4.1">over here</a>.</p>
<p>That&#8217;s all. Happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/08/prey-0-4-1-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prey 0.4: Lock and secure your PC</title>
		<link>http://preyproject.com/blog/2010/07/prey-0-4-lock-and-secure-your-pc</link>
		<comments>http://preyproject.com/blog/2010/07/prey-0-4-lock-and-secure-your-pc#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:04:51 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=851</guid>
		<description><![CDATA[
Hello everyone!
The latest and greatest of Prey is packed and ready to go. Codenamed &#8220;Solid Snake&#8221;, version 0.4 features two new modules, a lot of fixes and enhancements and some important code optimizations. If you wish to know how to update you can scroll to the bottom. Otherwise lets cut to the chase and see [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/up/2010/07/prey-0.41.png" alt="prey-0.4" title="prey-0.4" width="501" height="104" class="alignnone size-full wp-image-914" /></p>
<p>Hello everyone!</p>
<p>The latest and greatest of Prey is packed and ready to go. Codenamed &#8220;Solid Snake&#8221;, version 0.4 features two new modules, a lot of fixes and enhancements and some important code optimizations. If you wish to know how to update you can <a href="#updating">scroll to the bottom</a>. Otherwise lets cut to the chase and see what&#8217;s new!</p>
<p><span id="more-851"></span></p>
<h3>Windows System Service</h3>
<p><img src="/up/2010/07/prey-system-service.png" alt="prey-system-service" title="prey-system-service" width="530" height="190" class="alignnone size-full wp-image-859 border" /></p>
<p>Because you <a href="http://prey.uservoice.com/forums/16226-general/suggestions/442880-prey-should-run-as-a-windows-service-on-nt-2k-xp-v?ref=title">asked</a> <a href="http://prey.uservoice.com/forums/16226-general/suggestions/352977-que-corra-como-un-servicio-de-windows-en-vez-de-un?ref=title">for it</a>. Now Prey can run in Windows not only as the current logged in user but also as a System Service, which makes it much harder to remove. This is the setting by default for new installations, but can easily be changed with one click. Users who auto updated and want to switch must open up Prey Config and select &#8220;Run as System Service&#8221; under the Options for Execution panel.</p>
<h3>New Mac installer</h3>
<p><img src="/up/2010/07/Screenshot.png" alt="prey-installer-mac-cocoa" title="prey-installer-mac-cocoa" width="466" height="411" class="alignnone size-full wp-image-885" /></p>
<p>We&#8217;d seen the current Mac installer was having some trouble with odd passwords so we decided to take matters into hands. We rewrote the whole thing in native Cocoa + ObjectiveC so not only there won&#8217;t be any more issues with passwords (hopefully) but also it&#8217;ll look and work much nicer. Good one Carlos!</p>
<h3>New configurator for Linux</h3>
<p><img src="/up/2010/07/screenshot10.png" alt="screenshot10" title="screenshot10" width="536" height="477" class="alignnone size-full wp-image-858" /></p>
<p>No more keys to mingle with in Linux as well! This was something we still owed the Linux community. Written in PyGTK so it integrates nicely with the GNOME desktop. Additionally, when installing the Debian/Ubuntu package Prey will check if there was a previous installation, and if so it will copy your configuration so you don&#8217;t have to set it up twice.</p>
<p><img align="right" src="/up/2010/07/prey-ssl-installer-mini.png" alt="prey-ssl-installer-mini" title="prey-ssl-installer-mini" width="199" height="92" class="alignnone size-full wp-image-865 border" style="margin-top: 5px" /></p>
<h3>SSL support</h3>
<p>At last! All account setup though the installers is now done via SSL, so there will be no more passwords flying openly in the wild. We still need to &#8220;SSLize&#8221; the password log in for the Control Panel itself, but it&#8217;s on our top 10 priority list so be sure that it&#8217;ll be done in the forthcoming weeks.</p>
<h3>New Lock and Secure modules</h3>
<p><img align="right" src="/up/2010/07/screenshot8.png" alt="screenshot8" title="screenshot8" width="255" height="300" class="alignnone size-full wp-image-870 border" /></p>
<p>As we promised, Prey <strong>now has a way to remotely remove any stored passwords</strong> either in your keychains or your browser cookies, and <strong>can additionally hide your profile data from Outlook and Thunderbird</strong> if you wish to prevent unauthorized access to your emails and contacts. This module is called <strong>Secure</strong> and you can find it under the Action Modules list.</p>
<p>The second module we&#8217;re releasing today is a rad new one called <strong>Lock</strong>. As the name implies, it lets you <strong>lock down your computer from being used unless a specific password is entered</strong>. How does it work? Simple: if you activate the module, your computer will show an unremovable/oncloseable/unhideable/always-on-top/fullscreen black window which won&#8217;t let the user do a thing until the password is entered (or the module deactivated). </p>
<p>It looks like this:</p>
<p><a href="/up/2010/07/prey-lock-module.png"><img src="/up/2010/07/prey-lock-module-540x337.png" alt="prey-lock-module" title="prey-lock-module" width="540" height="337" class="alignnone size-medium wp-image-854 border" /></a></p>
<p>Both modules work in Mac, Windows and Linux &#8212; Android users will have to wait a bit! &#8212; and from our tests <abbr title="But if you find a way to pass easily through the Lock screen please let us know so we can make it tougher!">they work real good</abbr>. Check them out, although we advice you to be extreme careful with the first one as it can do real damage!</p>
<p>By the way, <strong>a huge applause to Mark</strong> (a.k.a MKHCB on the mailing list) which wrote most of the stuff for the Windows version of the Lock module, and inspired us to write the Linux and Mac versions to provide multiplatform support.</p>
<h3>Asynchronous actions (important!)</h3>
<p>We realized there was no good reason why actions should be bound to reports, so we decided to separate them. If you&#8217;re using Prey with the Control Panel, <strong>actions now are run regardless if the device is marked as missing or not</strong> &#8212; if it is, they will be triggered right after the report is delivered. In other words, be careful not to enable an action module by mistake as it will be activated even if the device is not missing!</p>
<p>Oh, and just to make sure you don&#8217;t get any unexpected behavior from Prey, we batch-deactivated all currently enabled action modules so your PC won&#8217;t start screaming if you had left the alarm module on. </p>
<p>The reason why this doesn&#8217;t apply to non Control Panel users is that <strong>the current way of activating modules in Standalone mode doesn&#8217;t allow us to differ between report and action modules</strong>. In other words, in Standalone mode, modules are still run only when Prey gets the &#8220;404 Not Found&#8221; response. </p>
<h3>Additional changes and fixes</h3>
<ul>
<li>Geo module should now work in all XP systems, thanks to Premik&#8217;s excellent contribution.</li>
<li>Much better parsing method in Linux&#8217;s geo module. The bug that made it fail on some Linux systems is now also gone.</li>
<li>Webcam module in Linux now takes two pictures (and uses the last one) so the camera can adjust better to the lighting conditions on the room. Pictures look a lot better!</li>
<li>Debian package install in Linux now detects if there was a previous config and copies all data so you don&#8217;t have to resetup your PC.</li>
<li>SFTP transfer method for Standalone mode (Thanks <a href="http://github.com/birdtori">Birdtori</a>!)</li>
<li>Alarm module in Mac sets the volume to the highest level before sounding the siren.</li>
<li>A whole lot of optimizations, some of them that specially made Mac go a bit crazy sometimes (good one Carlos!).</li>
<li>New Curl bundled in Windows systems (version 7.20) which includes SSL support for setting up new accounts.</li>
<li>Additional custom options for Curl requests (such as using HTTP 1.0 instead of HTTP 1.1 for passing through proxies) through a new $curl_options parameter.</li>
<li>Lots of fixes here and there for modules (e.g. uptime in Windows if service wasn&#8217;t started, <em>netstat</em> for Macs, etc).</li>
<li>Better auto connect routine for Macs, this should fix Snow Leopard issues.</li>
<li>Better: OS detection logic, logging management, auto update checks, handling of processes.</li>
</ul>
<h3 id="updating">How to update</h3>
<p>There&#8217;s two ways to update to the new version. You can simply <a href="/download">download the new package</a> and run it, or you can also log into your Control Panel account and select the Auto Update feature for your PC&#8217;s. In this case, however, we suggest you <a href="http://preyproject.com/troubleshooting">run Prey in Check Mode</a> afterwards to see if everything worked out smoothly (it should show &#8220;Version 0.4&#8243;). From our tests the Auto update works real solid, but you never know!</p>
<p>And that&#8217;s about it! If you&#8217;re interested you can look at the full <a href="http://github.com/tomas/prey/compare/v0.3.7...v0.4">commit list</a> or simply <a href="http://github.com/tomas/prey">browse the code itself</a>. As always, we&#8217;d love to know what you think of the new features so drop us a line any time <a href="http://groups.google.com/group/prey-security/topics">though the mailing list</a>.</p>
<p>Thanks everyone for the feedback, and happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/07/prey-0-4-lock-and-secure-your-pc/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prey 0.3.7: Now, locate your computer</title>
		<link>http://preyproject.com/blog/2010/03/prey-0-3-7-now-locate-your-computer</link>
		<comments>http://preyproject.com/blog/2010/03/prey-0-3-7-now-locate-your-computer#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:26:06 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=596</guid>
		<description><![CDATA[Good news everyone. As of today Prey officially supports Wifi geolocation for Mac, Windows and Linux PCs. Check it out.

Original picture by Borya.

Did you notice the little birdie at the top left? Hehe.
Now, as good as the geo functionality may sound, it&#8217;s not just a new module we&#8217;re releasing today. We&#8217;re talking about a completely [...]]]></description>
			<content:encoded><![CDATA[<p>Good news everyone. As of today Prey officially supports Wifi geolocation for Mac, Windows and Linux PCs. Check it out.</p>
<p><a href="/up/2010/03/prey-0.3.7-geolocation-support.png"><img src="/up/2010/03/prey-0.3.7-geolocation-support-533x400.png" alt="prey-0.3.7-geolocation-support" title="prey-0.3.7-geolocation-support" width="533" height="400" class="alignnone size-medium wp-image-598 border" /></a><br />
<small class="author" style="margin-top: -20px; color: #A2B4BF;">Original picture by <a href="http://www.flickr.com/photos/barthelomaus/">Borya</a>.</small></p>
<p><span id="more-596"></span></p>
<p>Did you notice the little birdie at the top left? Hehe.</p>
<p>Now, as good as the geo functionality may sound, it&#8217;s not just a new module we&#8217;re releasing today. We&#8217;re talking about a completely revamped, rewritten, retweaked, restructured, reoptimized version of Prey. Not only did we take care of a lot of bugs and feature requests we&#8217;ve received, but we also packed in a whole new set of stuff that makes us really proud of this new release.</p>
<h3>Geo&#8230; how?</h3>
<p>Okay, basically what the new geo module does is &#8212; having that your computer has a Wifi card installed &#8212; it scans the area for existing Wifi hotspots, and then attempts to obtain a geo fix using Google&#8217;s Location API, pretty much the same way Gears and Latitude positions you on a map. This means you don&#8217;t actually need to have access to any of those hotspots, your computer just needs to detect them. And boom!</p>
<p>To try it just install the new version, log into your Control Panel account and activate the geo module for your device. That&#8217;s it! When set to missing, your computer will report its location in addition to everything else.</p>
<h3>Forget about updates, for real</h3>
<p><img src="/up/2010/03/prey-packages-540x237.png" alt="prey-packages" title="prey-packages" width="540" height="237" class="alignnone size-medium wp-image-636" /></p>
<p>Remember Prey previously supported auto-updating of modules? Well, one of the biggest new features is a full-fledged updater for Prey as a whole, including its core, binary files, whatever&#8217;s in there. This means that hopefully (in case you want to use that feature) this will be the last version you&#8217;ll need to come and grab here, and to install by hand. From now on you can just toggle the Auto Update checkbox on your device page and Prey will take care of the rest.</p>
<p>Important to note is that <strong>this option is disabled by default</strong>, not only because it&#8217;s a new feature but we want you (now and always) to be in control, and not touch anything unless you ask us to.</p>
<h3>No more keys to mingle with</h3>
<p><img src="/up/2010/03/prey-configuration-windows-533x400.png" alt="prey-configuration-windows" title="prey-configuration-windows" width="533" height="400" class="alignnone size-medium wp-image-635" /></p>
<p>Another big update is that from now on, Mac and Windows users won&#8217;t need to copy and paste the dreadful API and Device keys from the Control Panel in order to set up Prey. Just enter your login credentials (if you&#8217;ve already signed up for a Control Panel account) or your user information (in case you haven&#8217;t) and the installer will take care of everything. </p>
<p>Well, here is the complete list of changes (or the most important, at least) for this new release of Prey, version 0.3.7.</p>
<h3>All platforms</h3>
<ul>
<li>New Geo module for geolocating PCs using wifi hotspots as reference.</li>
<li>Double check for network connection, in case the network blocks ICMP (ping) requests.</li>
<li>Hidden temp folder for better cloaking when Prey is woken up.</li>
<li>A lot of code optimizations, better handling of functions and variables, less filesystem access.</li>
<li>Fewer requests for communicating with Control Panel.</li>
<li>Split core into smaller chunks; better structure in general.</li>
<li>Added hooks for asynchronous job support for modules.</li>
<li>Updated email client to version 1.56.</li>
<li>Better logging of actions and responses, to make debugging easier.</li>
<li>Enhanced security for Control Panel, clients now get a unique one-time URL for posting reports, to avoid eventual device spoofing.</li>
<li>Added updater so you don&#8217;t need to reinstall the core files for each release (to use you must enable &#8220;Auto update&#8221; for your device on the Control Panel).</li>
<li>Optimized parsing of traces. They are also now handled with URL encoding.</li>
<li>Email&#8217;s from Standalone mode are better formatted, and they don&#8217;t include the previous header message any more.</li>
</ul>
<h3>Mac</h3>
<ul>
<li>Using now LaunchDaemon for running Prey, no more Cron. (Good one Diego!)</li>
<li>Better installer, no more API or Device keys needed.</li>
<li>Installer checks for previous configuration and restores it on installation after verifying the keys.</li>
<li>No more &#8220;Darwin&#8221; references, now straightly &#8220;Mac&#8221;.</li>
</ul>
<h3>Windows</h3>
<ul>
<li>Easy Guest account set up through configurator for password-enabled systems.</li>
<li>New configurator, no more API or Device keys needed.</li>
<li>Wifi autoconnect finally! A huge thanks to <a href="http://pablo.poo.cl/">Pablo Poo</a> for this one.</li>
<li>Can now set delay easily through Configurator, as well as managing other features.</li>
<li>Delay is now handled in the Windows registry.</li>
<li>Custom installation path support (you can now install Prey on C:\HarmlessLittleProgram or whatever you like).</li>
<li>New routes for platform-specific stuff (cron.exe, prey-config.exe, etc).</li>
<li>Better handling of security permissions (ACLs).</li>
</ul>
<h3>Module updates</h3>
<ul>
<li>Session: Better uptime output in Windows.</li>
<li>Alert: Support for text-to-speech in Linux (requires festival or espeak installed).</li>
<li>Alert: Now shouts the message only upon request. Disabled by default.</li>
<li>Session: Get current logged in user</li>
<li>Network: Get gateway IP as well.</li>
<li>Webcam: Better quality of pictures in Windows.</li>
</ul>
<p>That&#8217;s it! We&#8217;ve also made small usability enhancements to the Control Panel, such as making the latest reports easier to find, and also better management of system paths for the Session module. </p>
<h3>New Terms of Service</h3>
<p><a href="http://usefork.com" target="_blank"><img align="right" src="/up/2010/03/black-fork.png" alt="black-fork" title="black-fork" width="200" height="94" class="alignright size-full wp-image-640" /></a></p>
<p>You may have noticed that the <a href="http://control.preyproject.com/signup">Signup form</a> now includes a link to a <a href="http://preyproject.com/terms">Terms of Service</a> page. This is something we were missing and is really important (and frankly, better for everyone, for you and for us). These Terms cover only the use of the Control Panel as a service, as the Standalone mode doesn&#8217;t require you to use the web application.</p>
<p>Now, the Terms as an agreement isn&#8217;t done between you and me but rather between you and my company, <a href="http://usefork.com">Fork Ltd.</a>, as obviously I cannot risk getting into trouble directly as a person. This also means that now Prey as a project is officially backed up by <strong>Fork</strong>, which also means that we as a company are now commited to make this thing keep rolling on for good. Hopefully in time we will be able to redirect some resources towards having a better server infrastructure and getting more developers involved, but for now it&#8217;s just a technical issue, and we wanted you to be the first to know.</p>
<h3>Anything else?</h3>
<p><img align="right" src="/up/2010/03/todo-list-oxygen.png" alt="todo-list-oxygen" title="todo-list-oxygen" width="200" height="205" class="alignnone size-full wp-image-639" /></p>
<p>Yes indeed. We want to make it easier for developers to dig in Prey&#8217;s code and to push their own modules, so we want to tell you we&#8217;re now putting our hands on providing better documentation for hacking Prey and building new modules. We&#8217;re also launching (finally) the translation management platform we&#8217;ve been working on for a while.</p>
<p>If you have any questions, feedback, as always, let us know. Hope you like this new release, and happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/03/prey-0-3-7-now-locate-your-computer/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Prey arrives for mobiles: Android version available</title>
		<link>http://preyproject.com/blog/2010/01/prey-arrives-on-mobiles-android-version-available</link>
		<comments>http://preyproject.com/blog/2010/01/prey-arrives-on-mobiles-android-version-available#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:47:52 +0000</pubDate>
		<dc:creator>Tomás</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://preyproject.com/?p=533</guid>
		<description><![CDATA[We told you this had been some crazy weeks! Well, we&#8217;re happy to start off this new year with the announcement of the first mobile version of Prey. That&#8217;s right: Prey now works in Android phones, thanks to the amazing work of Carlos.

Why mobiles
Simple: because you asked for it! It was also the natural next [...]]]></description>
			<content:encoded><![CDATA[<p>We told you this had been some <a href="http://preyproject.com/blog/2009/12/new-version-of-the-control-panel-ready-to-serve">crazy weeks</a>! Well, we&#8217;re happy to start off this new year with the announcement of the first mobile version of Prey. That&#8217;s right: Prey now works in Android phones, thanks to the amazing work of <a href="http://twitter.com/cyaconi">Carlos</a>.</p>
<p><img class="alignnone size-full wp-image-534 border" title="DSC_0174" src="/up/2010/01/DSC_0174.png" alt="DSC_0174" width="540" height="261" /></p>
<h3>Why mobiles</h3>
<p>Simple: because you <a href="http://prey.uservoice.com">asked for it</a>! It was also the natural next step, considering that we already have Prey running on Windows, Apples, and penguins as well.</p>
<h3>Why Android</h3>
<p><a title="Opens download link in Android Market" href="market://search?q=pname:com.prey"><img src="/up/2010/01/prey-mobile-icon-trimmed.png" alt="prey-mobile-icon-trimmed" title="prey-mobile-icon-trimmed" width="104" height="120" class="alignnone size-full wp-image-542" align="right" /></a></p>
<p>Because we think it&#8217;s a good place to start. Google&#8217;s platform looks very promising (amazing phones are available and even more are <a href="http://www.google.com/phone">on the way</a>), the documentation is quite good, and they have helped us all along with the development &#8212; we were lucky enough to get one of the Magic&#8217;s <a href="http://www.techcrunch.com/2009/05/27/googles-oprah-moment-an-android-phone-for-everyone-at-google-io/">they gave out</a> last year!</p>
<h3>What it does</h3>
<p>Basically, Prey for Android works the same way as it does in Portables and Desktops. The only difference is that there&#8217;s no standalone mode (yet), and the activation is not done via the Control Panel, but by sending an SMS to your phone with any message you want. By default this is &#8220;GO PREY&#8221; but you can (and should) put something else that will keep your friends from pulling jokes on you.</p>
<p>The good thing is that Android phones are geo capable, which means that we don&#8217;t need to try to grab a picture of the thief, we can just fetch the exact current location using the phones GPS or by using GSM triangulation. And it works!</p>
<p><img src="/up/2010/01/trimmed-report.png" alt="trimmed-report" title="trimmed-report" width="552" height="615" class="alignnone size-full wp-image-544" /></p>
<p><a title="Opens download link in Android Market" href="market://search?q=pname:com.prey"><img src="/up/2010/01/android-prey-tracker-enabled.png" alt="android-prey-tracker-enabled" title="android-prey-tracker-enabled" width="231" height="256" class="alignnone size-full wp-image-547" align="right" /></a></p>
<p>So basically, when installing the app, you can attach it to your current Prey account (if you have one) or you can easily create a new one from the phone. Then you set up the SMS messages for activation/deactivation and, whenever the time comes, you just send an SMS message from another phone to yours and the reports will start coming in. </p>
<p>If you then want to disable Prey, you can do so by sending another SMS (by default, &#8220;STOP PREY&#8221;, which you can also change), or by unsetting the missing status on the Control Panel. That&#8217;s it.</p>
<h3>What&#8217;s the catch</h3>
<p>None! As the Windows, Linux and Mac versions, Prey for Android is free as in free beer. Our goal is to have a complete tracking solution for all your different devices, so that you have a centralized location in which you can monitor not only your computers but your gadgets as well, phones, cameras, microwave ovens, who knows. This is just getting started!</p>
<h3>How do I get it</h3>
<p>You can scan the QR below, follow the link on the image above, or just look for it in the Android Market. You can find it by searching for &#8220;Prey&#8221; or browsing the Applications &gt; Tools menu.</p>
<p><a title="Opens download link in Android Market" href="market://search?q=pname:com.prey"><img src="/up/2010/01/Market-QR1.png" alt="Market QR" title="Market QR" width="101" height="101" class="alignnone size-full wp-image-556 border" /></a></p>
<h3>What&#8217;s next</h3>
<p>Exactly what&#8217;s on your mind: other mobile platforms. We&#8217;ve already started playing around and hopefully we&#8217;ll have another one rather sooner than later. Right now we want to focus in making the Android version work smooth as silk, and see what response we get from our users. So go on, try the application out, and let us know if you experience any issues. While you&#8217;re at it, you can always take the time to give it a couple of stars too! :)</p>
<p>If you have any questions, as always, feel free to ask in the <a href="http://groups.google.com/group/prey-security/topics">mailing list</a>. Happy hunting!</p>
]]></content:encoded>
			<wfw:commentRss>http://preyproject.com/blog/2010/01/prey-arrives-on-mobiles-android-version-available/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

