06.27.06
Posted in gadgets, howto, unix at 8:49 pm by brainstorm
Sending sms via bluetooth with gentoo is “fairly” simple:
# emerge -pv gnokii
[ebuild R ] app-mobilephone/gnokii-0.6.10 +X +bluetooth -irda +mysql -nls -postgres +sms 0 kB
# emerge gnokii
(...)
Now tune your /etc/gnokiirc like this:
[global]
port =
model = 6510
initlength = default
connection = bluetooth
use_locking = yes
serial_baudrate = 19200
smsc_timeout = 10
[gnokiid]
bindir = /usr/sbin/
Then launch xgnokii, the gui is intuïtive enough. If you want to send the messages via cmdline, just use the example from gnokii’s manpage:
echo "This is a test message" | gnokii --sendsms +48501123456 -r
Read the rest of this entry »
Permalink
01.21.06
Posted in gadgets, inet, software at 3:22 pm by brainstorm
I’ve recently acquired a nokia 6230i cellphone but it’s locked for my provider: amena… but hey, good news, I can unlock it for free
The reason of this post is twofold:
- Give thanks to 3DES for his short but informative post about that matter
- The procedure required to unlock nokia 6230i differs from what’s advised on the web: you have to keep your SIM inserted on the phone while executing the procedure, do not remove it beforehand !
Just wanted to document that issue that kept me trying and reading recipes for a while.
Permalink
10.02.05
Posted in gadgets at 4:01 pm by brainstorm
El meu pare m’ha portat un teclat curiós:


Per a que funcioni amb linux, és necessari tenir suport HID al kernel (Device Drivers->USB Support->USB Human Interface Device (full HID) support & HID input layer support):
# grep HID .config
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
Fa uns anys havia provat teclats d’aquest tipus, però tots tenien tecles rígides (de goma) i funcionaven amb sensors de pressió, en canvi aquest teclat té la mateixa estructura que un teclat de membrana, les tecles ténen recorregut.
El tacte és estrany però agradable. S’ha de dir que treballant-hi una estona acaba sent una mica molest (algunes tecles com el shift, no responen sempre). Així doncs, si algún dia teniu pensat comprar-ne un, tingueu present que és útil si l’useu de forma esporàdica (mai per programar) … se m’han acudit alguns entorns on podria ser imprescindible:
- En una fàbrica que genera amb molta pols (fusteria, ferreteria, etc…)
- Connectat a un PC-Jukebox d’una festa (a qui no li ha caigut un got d’algun líquid sobre el teclat?)… o tb foam-party
- A les instruccions diu que és resistent a àcids també… espero no trobar-me mai en aquests entorns :-S
- Si l’usuari és extremadament porc i no vol perdre temps netejant les tecles (amb aigua i sabó es renta ràpidament).
S’accepten més idees 
Permalink
Next entries »