January 7, 2009

Unable to locate the application's 'main' class...

I've just got a error message from java application on Fedora 10 like:

Unable to locate the application's 'main' class. The class 'blahblahblah' must be public and have a 'public static void main(Stri
ng[])' method. (LAX)

with openjdk.
As a result, I have to install libXp.i386 package on my x86_64 box. it's not easy to imagine what's wrong... bah.

January 4, 2009

rlToday用skin


こちらのskinをベースにVGA化とTouchFLOちっくなアイコンに差し替えてみた。

通話履歴表示用にShowCallLogを使わせていただいた。

[Update: 2009/2/26] skinとアイコン一式をhttp://www.tagoh.org/junks/rlToday_Skin-foo.zipに置いたので、気に入った方はどうぞご利用ください。

新年

明けましておめでとうございます。昨年度お世話になった方、これからお付き合いするかもしれない方々、皆々様今年もよろしくお願いいたします。

December 18, 2008

How to setup your Linux box to access HTC Touch Pro through USB

No particular hacks against that, but just to keep it in mind.

Basically I've followed steps explained at SynCE site. and have tried on Fedora 10. there are some attentions on the installation process:

  1. Inputs will be messed up after installing synce-usb-rndis-lite-dkms package until you reboot your machine.
  2. As mentioned on wiki, you have to add ipaq kernel module to the blacklist.
  3. may be better disabling SELinux until AVC messages goes away with any updates.
Anyway, try to run odccm -f directly before starting odccm service, and make sure if you see debug logs like device_info like described in wiki. then SynCE works for you then.

Enjoy,

December 9, 2008

カレンダー同期アプリ

Google Calendarと同期するアプリを検討するために比較してみた。

  • POsync
    • Google Apps対応
    • 双方向の同期可
    • 複数カレンダー対応
    • スケジューリングによる自動同期不可
    • コンタクトの同期不可
  • OggSync
    • Google Apps対応
    • 双方向同期可
    • 複数カレンダー対応(Pro版のみ)
    • 自動同期可(Pro版のみ)
    • コンタクトの同期可(Pro版のみ)
  • GSync
    • Google Apps対応
    • 双方向の同期可
    • 複数カレンダー対応
    • スケジューリングによる自動同期不可
    • コンタクトの同期可

単純に機能比較だけするとOggSyncがよさそうだけど、ぶっちゃけ$30/yearのサブスクリプションは高い。しかもなぜかfree版で同期しようとするとあるべきものがGoogle Calendarにないから作成するかとききまくりでまともに動かなかった。一度端末側からすべてのイベントを削除すると、この警告は出なくなったけど、sync errorで話にならない。GSyncはコンタクトもImportできるのでよさそうだったけど、肝心のカレンダーの同期で終日イベントが00:00~00:00と登録されちゃってていまいち。結局POsyncが一番よさそう。自動同期はMortScriptとか使えばできるのかな