Friday, November 25, 2011

N8 Flipfont Galaxy S2

Hi,
My first step towards android modding and bringing good things from Symbian to Android.
I just repacked the Awesome looking Nokia N8 font into android package.
This is tested and working really well on my galaxy S2.

Thanks to nice tutorial on XDA forum

http://forum.xda-developers.com/showthread.php?t=745345

Here is the apk
N8 Flipfont Apk 


Install the Apk through root explorer or any file manager.
then Goto Setting-Display-Screen Display-Font Style. Select s60snr



 




























Enjoy!

Thursday, January 15, 2009

Mule Single Thread Component Profile

i was searching the net over the last whole weekend to find a solution to a classic problem.
How the Mule Component will act as a single threaded or like a singleton class i.e, only one instance will run at a time.
By default Mule components are pooled so they execute in concurrent fashion.
But if you want only one component should execute at a time here is the configuration.



<mule-descriptor name="FooServiceComponent"
implementation="FooService">
<inbound-router>
<endpoint address="FooDataInput" />
</inbound-router>

<pooling-profile exhaustedAction="WHEN_EXHAUSTED_WAIT"
maxActive="1" maxIdle="1" maxWait="20000" initialisationPolicy="INITIALISE_ALL" />
<queue-profile maxOutstandingMessages="1000" />
</mule-descriptor>

Wednesday, September 17, 2008

Burnout

I’m the alpha, I’m the Omega

It came to my mind from a famous verse.. it’s from bible I suppose……”I’m the alpha, I’m the Omega……the first and the last”

You are the Alpha
You are the Omega,

You are the first thought
And the last thought

You are the alpha
You are the beta,

You are the first thought
And the very next thought

You are the pi
You are the phi,

You are the irrational thought
The divine part……

Thursday, July 21, 2005

I started bugging………..or blogging?



Well I last I started blogging.
But how I started I can’t certainly define!
I heard about blogging long time back. Read enormous material regarding that, but never did it.
But two things made me to start it. First yahoo started their yahoo 360 service, which made me think about blogging bit seriously.
The second was a bit serious issue that was in hype when I was writing this blog.
It was related to our infy batch mate and some things related to our location. My friend Nilesh expressed his concern about this issue on his blog and I posted my comment. That’s how I really started!
Well Nilesh always cries b’cos whenever he writes a blog; my comment is always bigger than his blog!
Whatever, but I started bugging…….oops blogging my self!

-ru2raj