06.16.07

Nokia 6230i simple backup

Posted in gadgets, howto, software, unix at 5:55 pm by brainstorm

If you’re switching between providers and want to keep your addressbook and sms’s, here is a simple way of doing so with gnokii:

$ gnokii --getsms AR 1 10 -d >> sms_archive
$ gnokii --getphonebook SM 1 200 > phonebook

The “AR” stands for “ARchive” and tells gnokii to search the SMS’s there, and not in the INbox (”IN” being another cellphone storage area). Following AR, there is the SMS range you want to save (sms 1st till 10th). Make sure you have a look at gnokii manpage if this is not working for you. For instance, on the following command, the “SM” is referring to the SIM card… perhaps you’re not storing your phonebook there, but in the internal mobile phone memory (”ME”).

Here I’m assuming that you have configured your /etc/gnokiirc properly. Just for the record, I’m using a bluetooth usb adapter.

As a result of this mini-howto, you have a plaintext copy of your phonebook and sms messages on your computer, isn’t it easy and convenient ? :) Sure, there are clearly better and comprehensive alternatives out there, like SyncML (OpenSync), but this solution suits my needs very quickly and it’s quite effortless.

Doing a backup of the photos is even simpler if you happen to have kblueetothd, one of the coolest KDE kioslaves: just drag&drop the pictures to your PC and you’re done !

02.14.07

Cap al 3GSM World Congress

Posted in gadgets, hardware, wifi at 8:07 pm by brainstorm

Doncs si, he estat per allà dins dos dies lluïnt un passi on posa “MANTENIMIENTO”, i es que juntament amb més gent m’han contractat temporalment per oferir suport a la xarxa wifi de la fira… però primer anem al gra:

OLPC: Estaven allà mateix per tastar-los tant com volguessis, tot i que no disposava de massa temps per remenar-lo (feina), ha estat suficient per fer-me’n les primeres impressions… és una joguina molt interessant. Defectes trobats a primera vista:

  1. Pesa ! La bateria de NiMH fa que el pes del portàtil sigui considerable per un nen, imho.
  2. Les tecles de goma són molt petites. Estan preparades per nens de fins a ~12 anys, així que si en volieu comprar un per treballar cómodament, oblideu-vos ! (nota: no és un defecte per nens de < =12 anys!)

Per la resta és un gadget fantàstic, genial per menuts i també indicat per geeks més crescuts (té una hackability bastant alta) :-)

Playstation 3: Tot review negatiu que trobeu a internet és correcte… quin fiasco de màquina. No sóc cap expert en videojocs, però el Ridge Racer que estava corrent es podia confondre perfectament amb qualsevol joc de consola d’avui en dia o de la generació anterior… cap diferència :-! La consola físicament molt grossa (la imaginava més petita). Segueixo pensant que per posar-hi linux, fer càlcul científic intens (cell) i com a reproductor domèstic Blueray pot ser genial, però com a consola de videojocs no li veig massa futur.

M’ha agradat veure que en la resta de fira es veu GNU/Linux en força stands. Es nota l’entrada cada cop més acceptada per part dels fabricants d’aquest SO al món del mòbils… linux going mobile at last :-)

Altres stands interessants vistos de passada són Freescale i ARM i nvidia (amb unes plaques de desenvolupament impressionants)… disculpeu la brevetat del post però la feina és la feina ;_) Si voleu preguntar alguna cosa i me’n recordo, endavant !

09.22.06

2GiB a la nokia770

Posted in gadgets, hardware, software at 1:04 am by brainstorm

Post típic: Pels qui no ho sabieu, tinc una nokia770 ! :-P

No content amb els 64MiB de flash que vènen de sèrie (més la tarja RS-MMC DV de 64MiB), m’he comprat amb en pancake una tarja de 2GiB relativament bé de preu a ebay (portada desde hong kong :-!)… però la tarja de marres no funciona de sèrie: diu “Corrupt memory card” només inserir-la. Ni tant sols amb l’últim software, anomenat IT2006, ugh :_/ …

Read the rest of this entry »

06.27.06

SMS with gnokii and nokia 6230i

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 »

01.21.06

Nokia 6230i unlock procedure

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.

« Previous entries