User:Marcus/Prey

(DaisyFormals Voluminous Skirt Party Dress Formal Dress Prom Dress (CST2231))
m (Reverted edits by 216.244.87.67 (Talk) to last revision by andre)
Line 1: Line 1:
-
http://www.crazecool.xyz/knitwear-c-1_150/acts-mtv-mens-crew-round-neck-pullover-yo-mtv-raps-logo-black-size-s-m-l-xl-p-19893.html
+
==Forum topic==
-
+
http://talk.maemo.org/showthread.php?p=1021829
-
http://www.goodsfull.xyz/dresses-c-1_2_211/sarah-dean-womans-printed-belted-pleated-dress-p-16901.html
+
 
-
+
==Prey==
-
http://www.goodsgorgeous.xyz/women-c-1/elaine-straight-leg-pants-by-atmoshere-p-12432.html
+
[[:wikipedia:Prey_(software)|Prey article at Wikipedia]]
-
+
 
-
http://www.geargreat.xyz/knitwear-c-1_213/cotton-belt-round-neck-pullover-color-grey-p-19975.html
+
Prey is a free and open source laptop tracking software developed by Fork Ltd, that helps recover computers by tracing their location through the remote retrieval of information. The software is activated from the outside by using a URL as a checking method, and phones home by sending a detailed report either to a centralized control panel or directly to the computer owner's mailbox.
-
+
 
-
http://www.goodsinitial.xyz/women-c-1/qualify-34-technical-run-tights-black-by-bella-bustiere-p-13163.html
+
Prey is almost purely written in Bash, and runs on various versions of GNU/Linux, Mac OS X and Microsoft Windows. Its source code is hosted on GitHub and is free software, released under the GNU GPLv3.
-
+
 
-
http://www.fashionprimary.xyz/dresses-c-1_2_206/unomatch-american-womens-vneck-lace-slim-hip-skirt-style-sleeve-lace-dress-red-p-18299.html
+
Latest Prey features include Wi-Fi autoconnect, an alarm system, remote messaging, screenshot grabbing, screen locking, data securing, hardware scanning and webcam capturing, if the computer includes one. All of these functions are managed as modules, which can be activated on demand by the user, and new functions can be added by adding new modules.
-
+
 
-
http://www.fashionsuitable.xyz/knitwear-c-1_142/yepme-daniel-striped-sweater-p-18910.html
+
The application was originally released for Linux and Mac OS X on March 24, 2009, and on April 19, 2009 the Windows port was released as well. The current stable release is 0.5.3.
-
+
 
-
http://www.fanoutstanding.xyz/tops-tees-c-9_21_38/snoogg-personalized-digitally-printed-tank-tops-vests-blouse-sleeveless-casual-t-shirts-for-women-girls-p-15441.html
+
==General==
-
+
Basically I've modified the source of Prey to make most of its features work for the N900.
-
http://www.lockerdelicate.xyz/pants-c-1_2_110/abetteric-womens-plus-size-floral-print-stretch-wide-leg-pants-p-13430.html
+
Since it's been a little trial-and-error procedure, I might have forgot some dependencies. But you will figure out when you run into errors!
-
+
 
-
http://www.crazeimpressive.xyz/dresses-c-1_2_211/peggynco-womens-black-sexy-sensual-leather-bodycon-midi-dress-p-18359.html
+
==Dependencies==
-
+
* fcron
-
http://www.crazesplendid.xyz/shirts-c-1_2_44/black-plus-size-wrap-tie-side-blouse-p-11642.html
+
* curl
-
+
* traceroute
-
http://www.linesplendid.xyz/women-c-1/the-love-affair-knit-dress-by-mossman-p-12564.html
+
* wireless-tools
-
+
* imagemagick
-
http://www.hubsplendid.xyz/shirts-c-13_14_46/fruit-of-the-loom-100-heavy-cotton-hd-pocket-tshirt-burnt-orange-p-10765.html
+
* espeak
-
+
 
-
http://www.outletoriginal.xyz/pants-c-1_2_39/style-co-straightfit-capri-pants-size-4-p-13478.html
+
==Download Link==
-
+
http://www.mediafire.com/?u4ytvcid49f8cmi
-
http://www.clubprimary.xyz/pants-c-1_2_17/ingear-baggy-genie-harem-hippie-pants-one-size-orange-p-13596.html
+
 
-
+
==What's working==
-
http://www.clubfair.xyz/clothing-c-1_2/jm-collection-womens-embellished-slim-leg-pants-p-14705.html
+
* Geolocation info
-
+
* Network info
-
http://www.crazegorgeous.xyz/shirts-c-1_2_49/tall-choker-midi-dress-red-p-11727.html
+
* Take screenshot
-
+
* List of running programs
-
http://www.linemodish.xyz/knitwear-c-1_150/mirrormask-drama-family-adventure-fantasy-movie-poster-black-adult-tank-top-p-19312.html
+
* Take picture with front camera
-
+
* Alarm feature
-
http://www.placefair.xyz/clothing-c-1_2/elan-tan-casual-rollover-waistband-pants-with-drawstring-tie-p-14290.html
+
* Alert feature
-
+
* Lock feature
-
http://www.kittop.xyz/clothing-c-1_2/oliver-shirt-by-mng-p-13375.html
+
 
 +
===Alarm feature===
 +
Uses the default Maemo 5 media player to start the alarm sound. Hopefully this won't be necassary later on.
 +
 
 +
===Alert feature===
 +
Puts up a notification and if espeak is installed it will say it out aloud as well.
 +
 
 +
===Lock feature===
 +
Uses the default Maemo 5 lock system, so please remember your lock code if you are using this.
 +
 
 +
==What's not working at the moment==
 +
* Secure feature
 +
 
 +
==Installation==
 +
MUST BE DONE AS ROOT!
 +
 
 +
===Manual (RECOMMENDED)===
 +
* Download the MAEMOPREY folder here: http://www.mediafire.com/?u4ytvcid49f8cmi
 +
* Make sure dependencies are installed
 +
* Copy all of the contents within the prey folder (the folder with the core, modules etc. folders inside) to the folder <code>/usr/share/prey</code>
 +
* Add /usr/share/prey/prey.sh to fcron with this code:<pre>(fcrontab -l | grep -v prey; echo "*/20 * * * * /usr/share/prey/prey.sh > /var/log/prey.log") | crontab -</pre>
 +
 
 +
===Automatic===
 +
* Download the MAEMOPREY folder here: http://www.mediafire.com/?u4ytvcid49f8cmi
 +
* Run <code>INSTALLER.sh</code> as root
 +
 
 +
<code>INSTALLER.sh</code> should install Prey on the N900 for you automatically. If any problem occurs or you simply want to do it manually learn from the file instead of running it.
 +
 
 +
==Configuration==
 +
===Control Panel===
 +
I do not know if this is too important, but this is what I did.
 +
Add a new device and use these settings:
 +
* Device type: Laptop
 +
* Operating System: Debian
 +
* OS Version: Squeeze (6.0)
 +
 
 +
===Prey===
 +
Edit config at <code>/usr/share/prey/config</code>
 +
 
 +
==FAQ==
 +
* Why fcron and not cron?
 +
** It seems that cron is not supported by Maemo 5.
 +
 
 +
[[Category:Software]]
 +
[[Category:N900]]

Revision as of 11:07, 18 March 2017

Contents

Forum topic

http://talk.maemo.org/showthread.php?p=1021829

Prey

Prey article at Wikipedia

Prey is a free and open source laptop tracking software developed by Fork Ltd, that helps recover computers by tracing their location through the remote retrieval of information. The software is activated from the outside by using a URL as a checking method, and phones home by sending a detailed report either to a centralized control panel or directly to the computer owner's mailbox.

Prey is almost purely written in Bash, and runs on various versions of GNU/Linux, Mac OS X and Microsoft Windows. Its source code is hosted on GitHub and is free software, released under the GNU GPLv3.

Latest Prey features include Wi-Fi autoconnect, an alarm system, remote messaging, screenshot grabbing, screen locking, data securing, hardware scanning and webcam capturing, if the computer includes one. All of these functions are managed as modules, which can be activated on demand by the user, and new functions can be added by adding new modules.

The application was originally released for Linux and Mac OS X on March 24, 2009, and on April 19, 2009 the Windows port was released as well. The current stable release is 0.5.3.

General

Basically I've modified the source of Prey to make most of its features work for the N900. Since it's been a little trial-and-error procedure, I might have forgot some dependencies. But you will figure out when you run into errors!

Dependencies

  • fcron
  • curl
  • traceroute
  • wireless-tools
  • imagemagick
  • espeak

Download Link

http://www.mediafire.com/?u4ytvcid49f8cmi

What's working

  • Geolocation info
  • Network info
  • Take screenshot
  • List of running programs
  • Take picture with front camera
  • Alarm feature
  • Alert feature
  • Lock feature

Alarm feature

Uses the default Maemo 5 media player to start the alarm sound. Hopefully this won't be necassary later on.

Alert feature

Puts up a notification and if espeak is installed it will say it out aloud as well.

Lock feature

Uses the default Maemo 5 lock system, so please remember your lock code if you are using this.

What's not working at the moment

  • Secure feature

Installation

MUST BE DONE AS ROOT!

Manual (RECOMMENDED)

  • Download the MAEMOPREY folder here: http://www.mediafire.com/?u4ytvcid49f8cmi
  • Make sure dependencies are installed
  • Copy all of the contents within the prey folder (the folder with the core, modules etc. folders inside) to the folder /usr/share/prey
  • Add /usr/share/prey/prey.sh to fcron with this code:
    (fcrontab -l | grep -v prey; echo "*/20 * * * * /usr/share/prey/prey.sh > /var/log/prey.log") | crontab -

Automatic

INSTALLER.sh should install Prey on the N900 for you automatically. If any problem occurs or you simply want to do it manually learn from the file instead of running it.

Configuration

Control Panel

I do not know if this is too important, but this is what I did. Add a new device and use these settings:

  • Device type: Laptop
  • Operating System: Debian
  • OS Version: Squeeze (6.0)

Prey

Edit config at /usr/share/prey/config

FAQ

  • Why fcron and not cron?
    • It seems that cron is not supported by Maemo 5.