Index ¦ Archives ¦ RSS

Samsung Galaxy S

Estimated read time: 1 minutes

As this post already suggested, about a week ago I replaced my S40 with $title. (Yes, I know that S II is just released, but that pushed down the price of S a bit, and I don’t want to waste so much money for a phone.)

So far I’m quite pleased about the product, here are the tools I used to migrate data:

  • gammu, to convert the calendar to ics, which can be imported by the calendar

  • gammu2gcontacts to extract contacts from the gammu backup (earlier post)

  • mgmaps can export to kml, which can be imported to my maps

  • finally a throw-away (use once, and never look back) script to generate emails from my notes, which can be imported by gnotes

The hardware is supported by CyanogenMod, but I did not experiment with that so far. (bookmark)


Recent contributions

Estimated read time: 1 minutes

  • BitlBee: a patch for skyped got merged, helping to avoid the cryptic openssl error messages when the certificate is missing.

  • openSUSE: the mutt package now contains one more patch from Frugalware’s mutt-ng package, which means my mutt config can be used unmodified (no more unknown config settings)

  • jBPM and bpm-console: these were part of my MSc thesis, github branches are available, upstreaming is in progress (on IRC they confirmed that they are interested in the feature, at least)


S40 applications I use

Estimated read time: 1 minutes

See this post for motivation.


Inserting current date and time vs. Hungarian keyboard layout

Estimated read time: 1 minutes

There was an old Calc bugreport about this, and it was an interesting challenge, since I never touched Calc code before.

First, the references:

Given that there is no easy way to enter Ctrl-Shift-";" using a Hungarian keyboard, the Hungarian equivalent is Ctrl-Shift-".".

Actually, once this feature will be implemented, not sure how the Hungarian users will access it. :)


Duplex printing

Estimated read time: 1 minutes

This will be similar to my mysql post.

In case you do duplex printing, select:

  • long side: in general

  • short side: if the PDF already contains a 2 pages per sheet


Magyar Szamitogepes Nyelveszeti Konferencia

Estimated read time: 1 minutes

Kollegammal csutortokon Szegeden jartunk az idei MSzNy-en, ahol elo is adtunk. A slide-ok itt erhetoek el (valosagos tinyurl!), illetve a konferenciakotetbe is irtunk egy cikket.


Patience, please!

Estimated read time: 1 minutes

So Lennart already had great slides about what is the preferred attitude when you’re hacking Free Software (don’t expect gratefulness && be grateful), but recently there was such a great example, I wanted to mention it. :)

So I saw there is a new etckeeper release and I checked its changelog, mentioning me. What the hell? I didn’t contribute anything to that project in the past 3 years! It turned out it was a patch that was considered "too new" at that time, but now got merged. ;) Remember, if you contribute, usually integration takes much less time, so no need to whine about it.


Lenovo szerviz beszelni magyarul

Estimated read time: 1 minutes

/pic/lenovo-thankyou.png

A pontos reszletekre mar nem emlekszem, lenyeg, hogy valamikor augusztus elejen leadtam a Lenovo netbookom szervizbe (kotyogo ventillator, megrepedt haz, elveszett (!) enter billentyu), es pofatlanul sok ideig ultek rajta, valamikor oktober vegen lett kesz a cucc. Persze garancialisan csak az elso problemat javitottak, de megis a legzavarobb a hihetetlen lassu kiszolgalas volt. Ma jott egy email, hogy ertekeljem a szerviz munkajat, a form elkuldese utan a fenn lathato kep fogadott. Ki hany hibat talal benne? ;)


From gammu to Google Contacts

Estimated read time: 1 minutes

One typical migration people do when changing phones is migration of contacts and calendar items. In case of mine, this is about migrating data from an S40 phone to Google apps, where every smartphone can sync from.

Migrating calendar items is easy: gammu can save the data from the phone to a .ics file and Google Calendar can just import that. The situation is a bit harder for the phonebook, as Google Contacts would take a .csv, while gammu as its own ini-like format for storing this data.

I already found a script doing something similar, but the result was unusable. ;) Given that the whole task is not that complex, I decided to write my own converter, available here.


Replying to SCM commits using Gmane

Estimated read time: 1 minutes

SCM commit mailing lists are handy in case you want to comment others' commits in an email. OTOH they are problematic, as they generate a lot of mails, and in case I subscribe to the list, usually I don’t read those commits at all. (In case you have time to read them, that’s a different use case.)

So here is an example how to reply properly — without having to subscribe.

  • search for the commit ID you want to comment (here b863767bd1ddc2af18900fa1df0cd61ef2fa6edb)

  • extract the article ID associated to the push from the link (here 1643)

  • download the article in mbox format, so you can reply to it from mutt (or your other favorite MUA).

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.