Tuesday, October 11, 2011

easynews zip queue downloader...

Hi All,

if any of you have an easynews account (and an n900) you can use this python script to automatically download any files in Queue 1.

Its smart enough to determine if you have already downloaded a file and will not download the files again and again.

it doesn't download the zip file but the files within it.

Hope this is of some use to people.

the python script can be found here for easy copy&pasting

http://www.refactory.org/s/python_script_toautomatically_download_files_store_in_an_easynews_zip_queue/view/latest

Theres life in the ol' girl (N900) yet....

Hi All,

Its been a while since I posted, I'm afraid I was drawn to the dark side and purchased a Samsung Galaxy S2.its a fantastic phone but thats not the point of this thread.

I recently rewired my home network and decided I wanted to get a VPN appliance, but they are amazingly expensive...so I thought about a sheeva plug pc running linux with SSH tunelling...but even though they are small pcs, they are still pretty bulky and expensive.

and then I spied out of the corner of my eye, my N900, gathering dust in my office drawer.

After a good long charge the device booted up, I had already installed ssh so it was ready to go!

I removed all non required apps and settings, IE email accounts and facebook etc.

I then disabled powersaving on the wifi (as that tends to limit incoming connections)

and now it sits there providing me a loverly SSH vpn system, with a full pyhon interpreter (which I have written an automatic easynew downloading tool)

it has lynx on there for an emergency bit of text based browsing.

I also installed X11VNC so I can remote in and control the phone should I need to.

it also acts as a 32GB online storage device, and using truecrypt gives me full encryption of that storage should the device get stolen!

I have a cheap timer plug which switches charging off for a few hours every day to allow the battery to drain.

I'd love to hear others ideas of what I could add?

Thanks

Saturday, March 12, 2011

BounceBounce, a Doodle-Jump Clone


Hi Everyone,

I'm pleased to announce my latest game, this was a popular request from the talkmaemo website.

BounceBounce is a simple accelerometer controlled game, simply bounce your fella as high as possible. Different blocks have different bounce properties and watch out for the bad guy too!

Can be found in extras-testing, and don't forget to vote!

Saturday, February 26, 2011

Paper Toss N900


I've been playing with Python and Pygame over the last few days and decided to make a version of the best thing that is available for Android.

Now you can play Paper Toss without having to install Nitdroid, although you should still do that anyway :)

Its packaged as a zip file, simply extract to a folder on your n900 (preferably under your mydocs folder) and then launch the python file from xterm with "python game.py"

To download click here

Have Fun!