Resize and send to Nokia

Just made an automator script to select images, resize them to fit my Nokia 6280 screen and send the via bluetooth.

You have to install this action. If you have an intel cpu use this version.

And here is the action. Don’t forget to modify it to suit you needs!

Anomos on Mac OS X Leopard

I managed to get Anomos running on my Mac with Leopard 10.5.7.

Anomos @ Leopard

Here is how I did it. Please, keep in mind that some commands may be unnecessary, but hey, I got it running here! =)

Install MacPorts with this dmg.

(I am almost sure the following step is unnecessary, but not sure)
Type at the terminal: sudo port install py25-m2crypto

After this there was still a m2crypto error, so i downloaded this egg file, extracted it using Stuffit Expander (this is like a zip file as far as I understand), and copied the contents to /Library/Python/2.5/site-packages , getting something like this screenshot.

screenshot1
Then I installed git (dont know if it is necessary, but it’s ok…):
Type at the terminal: sudo port install git-core

And afterwards:

cd jhbuild && make -f Makefile.plain install
Now its time to use jhbuid. Keep in mind that some commands take a while!
(Replace <username> with your username)
cd /Users/<username>/bin

./jhbuild bootstrap

./jhbuild build meta-gtk-osx-bootstrap

./jhbuild build fontconfig

./jhbuild build pygtk

And thats it!
Just type python btdownloadgui.py or python btdownloadcurses.py and enjoy!

Weekly TED presentation

So, I am starting a project to post here a TED presentation per week (at least), as well as in tech-tips.estudass.es.

The first one is by Dan Ariely, and shows that you really have to care about what you write on surveys and questionnaires.

LibJpeg Framework for MacOSX

I’ve compiled the libjpeg framework for MacOSX 10.5 and thought it might be usefull for someone else.

You can download it here. It is in tbz so you will need to extract it.

Any questions, just ask!

Cheers.

OpenCV/Java/MacOSX

Just extract this file and copy the contents of the library folder into /Library/Java/Extensions.

Just copy the contents!

I’ve succesfully runned these examples under Netbeans this way.

Cheap and Eco-friendly Arduinos

This is just genial! =)

The guys at altlablx managed to do Arduinos over a piece of cardboard.

PaperDuino

Check it here.

Menu for Lucca GPS

Hi there!

I made some modifications to the “Simple Unlock” to meet my needs. So, changed the interface, small cleanup, added some apps, removed others…

Just download it here and give it a go!

Instructions: Copy the Menu folder to the SD card and run “SystemInformation.exe”. You can obviously rename the name to wathever you want.

Missing: Some new icons (some apps have the same icon), script to open the menu at boot.

WEP to WPA-TKIP repeater with a Fonera and DD-WRT

Hi there!

So this weekend I needed to repeat a WEP network into a WPA-TKIP network, with different SSIDs, obviously. So, once again, DD-WRT to the rescue.

Some of the configurations may be redundant, but hey, it was easy and it is working. Further improvements are left as an exercise to the reader =)

I assume you have a working Fonera with DD-WRT v24.

So, in my case I am connecting to a network 192.168.2.0/24 and the gateway is at 192.168.2.1. The network I am repeating to is 192.168.1.0/24, and my Fonera is at 192.168.1.1.

On the Setup tab, on WAN connection type, I’ve left it as “Automatic Configuration - DHCP” (we will override this later on). The remaining options in this tab are as follows:

Setup tab

Then head to the Wireless tab. Select your “Regulatory Domain” and set “Wireless Mode” to “Client”. In the “Wireless Network Name (SSID)”, insert the SSID of the network you want to repeat.

Then create a Virtual Interface with the SSID of the new network. A bit like in the following picture:

Wireless tab

Then head to the “Wireless Security” tab and configure it accordingly. Here is an example, in this case, the first network is the WEP one, and the second is the brand new WPA-TKIP network I want to create.

Wireless Security tab

I don’t think the password of the WEP network is needed here because we will overwrite it later on, but hey, it wont harm you…

Last step! Head to “Administration” > “Commands” and past the following in the box:

iwconfig ath0 key WEP_NETWORK_KEY

sleep 10

ifconfig ath0 up

sleep 10

ifconfig ath0 192.168.2.1

echo “nameserver 192.168.2.1″ > /etc/resolv.conf

Click on the button “Save Startup”.

And thats it! Reboot your Fonera and enjoy!

Be advised that the all process may take a while to startup. In my case it usually takes around 3~4 minutes since I start the Fonera, and even though the WPA network is available I still have to wait another minute before I can connect. Oh, and be sure the WEP network is available! =)

New Firefox builds

I like this new restore session interface with the new builds of Firefox.

You can see and select which tabs you want to open.

Pretty cool.

screen-capture

TomTom on a Blaupunkt Lucca 3.3

Hi there!

So, TomTom is running on my Blaupunkt Lucca 3.3 =)

I managed to get a genuine version of TomTom 7 through an online retailer named “demonfatal”, just google it. I believe you can get there eventually…

So, the installation is somewhat straightforward, if you have any doubts, just contact the helpdesk at “demonfatal”…

The only thing you may run into trouble is the configuration of TomTom in order to work with the Lucca.

When TomTom asks you what type of GPS receiver configure it as:

- Other NMEA receiver

- Baud rate: 9600

- COM Port: 7 (although I believe this may change)

Thats all!