Active Topics

 



Notices


Reply
Thread Tools
Posts: 179 | Thanked: 90 times | Joined on Dec 2007
#1
Hello All,

This is more of a preview/proof of concept than anything. I was working on a phone-home app for linux/maemo but the good ole folks at the University of Washington beat me to it.

So I've done the logical thing and compiled it for Maemo. I'll be adding GPS/Camera/Microphone capture as I can. But for now this is the unmodified source. Please test it and let me know if it works well/badly/not at all ;-)

Cheers,
kernelpanic

To install-
1. download the tarball
2. extract into your home directory (i.e.- not on MMC, needs execute permissions.)
3. as root, cd to that directory and do-
Code:
./scripts/installadeona.sh
4. follow the instructions. (including the etc/init.d/rcS file edit.)

To use- See the homepage linked to above...

p.s.- needs traceroute ;-)
Attached Files
File Type: gz adeona-maemo.tar.gz (215.9 KB, 223 views)

Last edited by kernelpanic; 2008-07-20 at 08:06. Reason: clarification
 

The Following 6 Users Say Thank You to kernelpanic For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
I dislike them using the exe extension :P
 
Posts: 179 | Thanked: 90 times | Joined on Dec 2007
#3
Originally Posted by qwerty12 View Post
I dislike them using the exe extension :P
me too. For the deb release I'll probably rename it 'cron' or something just to fool the casual 'ps' anyway. (I'll release a deb once GPS is added. image/audio capture will follow...) This is merely a test for anyone who wishes to play with the 'stock' version on Maemo in the meantime.

cheers,
kernelpanic
 

The Following User Says Thank You to kernelpanic For This Useful Post:
Posts: 157 | Thanked: 16 times | Joined on Jan 2008
#4
Now if only there was a way to incorporate usage of the n8x0's built-in camera to snap shots like the mac version

edit: a bit slow, just saw your message above :P
 
Posts: 179 | Thanked: 90 times | Joined on Dec 2007
#5
Hello All,

A progress report and a question for everyone-

Adeona on MacOS uses a separate command line app to capture pictures. So I've got a couple of options for adding functionality to Adeona on Maemo.

1. I can create a command line app to grab pictures. Then a separate one to get GPS, another for audio, etc. Then adeona can control and call them at will.
pros- maintains upstreamability and a small memory footprint.
cons- more binaries == more to go wrong. It'll likely more issues for the end user.

2. I can create one helper daemon for maemo that gathers data automatically and passes it along to adeona.
pros- maintains upstreamability, gives a lot of functionality as the maemo daemon can choose when to take a picture or see when a GPS fix is achieved and grab a location.
cons- uses more resources. (more CPU/memory)

3. I can integrate everything into one executable.
pros- only one daemon makes setup and running easier with the same functionality as 2 above.
cons- larger memory usage and loss of upstreamability with the main adeona project.

I'm leaning towards #2 because it'll let me use a lot of the code I wrote for my own 'phone-home' app without me having to hack into Adeona too much. But I am open to ideas...

feedback anyone?

cheers,
kernelpanic
 
Posts: 674 | Thanked: 191 times | Joined on Mar 2008 @ Buenos Aires, Argentina
#6
#2 sounds good. Thanks.
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#7
#4 Make python plugins ...
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#8
That has the cons of #2 & #3 together :P

Last edited by qwerty12; 2008-07-22 at 15:34. Reason: 2 and 3 even
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#9
Make a helper daemon #2, which take python plugins, would work...
Not a big Python fan though, so I'd go for #1 over that. Flat files and small progs that do one thing well FTW! (But #2's not bad either.)


Love their FAQ:
Can I install this on my girlfriend or boyfriend's computer and track her or him, and perhaps get pictures of them while they're doing certain activites?

Yes. Like all technologies, Adeona has the potential for being abused. However, if you are malicious enough to want to do the above, there is probably other software available out there more suited for your needs. (We won't provide links to these more malicious tools.)
 
Posts: 179 | Thanked: 90 times | Joined on Dec 2007
#10
Hello All,

o.k. in the interest of getting things running quickly, option #1 is the flavor of the day.

For image capture, rather than reinvent the wheel, I've chosen motion to capture images. I chose it over other utilities because it can take both timed pictures and pictures triggered by motion(as the name implies). I've already gotten it to compile and run. But I have to tweak the config file to capture images only when needed. I also have to generate a *deb package. (BTW, motion is a very cool app in it's own right. Even those uninterested in adeona may find it worth toying with...) Expect a deb in the next day or two...

For GPS and other Maemo specific stuff it'll likely be lumped together into one executable. This is so we can monitor DBUS, the ambient light sensor, and such to control things. It will also *hopefully* allow us to disable the GPS statusbar and LEDs so our 'thief' doesn't notice Adeona...

cheers,
kernelpanic
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:14.