application/vnd.wap.emn+wbxmlなContent TypeのWAP PUSHを受け取った際に、jp.co.nttdocomo.carriermail/.SMSServiceを呼ぶだけの簡単なアプリをマーケットに上げてみた。CM7.2以降じゃないと動きません。理由はこのへん。
FreeXperiaProject系のROMだとFXP046以降で動作します。
November 23, 2011
November 16, 2011
Rendering on Emacs stopped working on GNOME3
It happens after "suspending" from Emacs with C-z or evaluating (suspend-frame) or whatever. though it still accepts inputs from the keyboard. and still works fine on KDE say. so the problem may be in GNOME perhaps.
If you are facing unfortunately, there are the way to be recovered from this situation; try C-x 5 2 to make an frame. you will get back the well-rendered window there and C-x 5 1 on new frame to get rid of the broken window. it saves you and your modified files.
To avoid this situation forever, I have decided to have an advice for suspend-frame in my .emacs as a workaround like this:
If you are facing unfortunately, there are the way to be recovered from this situation; try C-x 5 2 to make an frame. you will get back the well-rendered window there and C-x 5 1 on new frame to get rid of the broken window. it saves you and your modified files.
To avoid this situation forever, I have decided to have an advice for suspend-frame in my .emacs as a workaround like this:
(defadvice suspend-frame (around my-suspend-frame () activate)
(if (y-or-n-p "frame is gonna iconify ")
ad-do-it))
Enjoy,
May 12, 2011
PES-6600
6600mAhの携帯型バッテリがやっと届いた。ホントは帰省前に届いてほしかったところなんだけども。
他にも候補はあったけど、決め手は高輝度白色LEDが付いていたこと。試しにつけてみたけど、結構明るい。LED側のスイッチのON/OFFで点灯と点滅を交互に切り替えられる。暗い夜道を歩くなど、有事の際には役に立つかもしれない。
他にも候補はあったけど、決め手は高輝度白色LEDが付いていたこと。試しにつけてみたけど、結構明るい。LED側のスイッチのON/OFFで点灯と点滅を交互に切り替えられる。暗い夜道を歩くなど、有事の際には役に立つかもしれない。
April 20, 2011
March 30, 2011
March 20, 2011
January 6, 2011
im-chooser 1.4.1 released
There aren't so much changes at all. this release supports imsettings-1.0.0.
For more information about im-chooser, visit here.
For more information about im-chooser, visit here.
January 5, 2011
imsettings 1.0.0 released
3 years ago, this project has been branched from im-chooser, GUI frontend to select the input method for desktop use. there has been some dozens of bugs -- even in this release probably but anyway ;) -- being fixed in releases.
Today I'm pleased to announce this release finally, with the support of the majority toolkits/desktops in the opensource world.
Today I'm pleased to announce this release finally, with the support of the majority toolkits/desktops in the opensource world.
Subscribe to:
Posts (Atom)