Tuesday, December 8, 2020

Nissan pulsar FN15 fuse board diagram

Nissan pulsar FN15/CJ2 fuse board diagram in english

Monday, September 1, 2014

Sorry Friends for the inconvenience caused by word verification.

I activated the word verification and stopped anonymous comments because I found my site is getting flooded by spammers. 

sorry for the inconvenience

Saturday, May 3, 2014

Configuring flashtool on Linux to root/install custom roms on Sony/SonyEricsson Android phone

This is the easy simple guide to Configuring flashtool on Linux to root/install custom roms on Sony/SonyEricsson Android phone. Using the windows version of Flashtool is easy but, Linux fans can't find a Windows PC to get the work done.

First of all download the Linux version of Flash tool from Flashtool website.
http://www.flashtool.net

Then ensure that you have libusb-1.0 is installed. 64bits system needs the both  64bit and 32bit. If you don't have it, simply download it using the package manager of your distribution version. 

Now type this command the configure some USB settings for Flashing interface 
Settings are saved inside /etc/udev/rules

create new file for settings using terminal/command line as root (sudo/su followed by password for root)
cp /etc/udev/rules.d/70-persistent-net.rules /etc/udev/rules.d/80-persistent-usb.rules

then open the file by
vi /etc/udev/rules.d/80-persistent-usb.rules

paste the following lines to the file.
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"

save the file and close it.


then go to the place where you saved the extracted Flashtool-xxxxxx.tar.7z by using 
#cd <place_where_extracted_files_saved> 
Run the program using 
#./FlashTool

wait until "Cloning devices from github project" or any other waiting window closes.




Saturday, October 19, 2013

unlock network blocked dongles to use any sim card from any operator using linux

Do you have any dongle bought from any operator who blocked the dongle to the particular operator/network?

sinhala translation is available at ලිනක්ස් මගින් ඩොංගල් අන්ලොක් කරමු.

if you are in a hurry and don't like to read the whole article, simply go to the bottom of the article to know how the dongle could be unlocked.

Reasons to network/operator block the dongle from using the SIM cards from other operators.
  • To stop using a sim card from another operator who is a competitor of the operator
  • to keep the customer with one operator. it will help to earn more money while keeping the customer with the particular operator. 
  • customer can't switch to another operator with the network blocked dongle because the dongle doesn't accept the sim card from any new operator than the network blocked operator.

Reasons to unlock the dongle
  • to switch to a new operator because the new operator would provide more efficient and economical packages to the customer
  • coverage/signal problems to some places of the country. 
  • customer service of the operator is unsatisfactory
Be careful
  • most of the dongles comes with a warranty for some period of time. that warranty would be avoid if the dongle is unlocked.
  • if the dongle is provided at low cost or on an agreement with the operator, it would be violating the agreement with the operator. sometimes some operators provide the dongles with the packages with the agreements. so, unlocking or using another sim card or package form another operator could be illegal. 
  • user will have to pay for the dongle if canceling the agreement.
After all you would need to switch to another operator due to any reason and if you had to buy another dongle to be used with the new operator, never buy an another dongle, try to use the old dongle while buying a suitable broadband or 3g plan from the new operator. don't throw out the old network blocked dongle because it would cost your hard earn money and would pollute the environment.

I'm using a linux (openSuse) operating system in my Laptop and I encourage other to use Linux on their computers. My dongle had cost me a sum of LKR 7829.99 on December 2009 (with one year warranty) without any plan or agreement but it has blocked to a mobile network operator from using another sim from other operators. Still I'm satisfied with the network but I needed to unlock the dongle for a fun because I needed to know is it could be done by my own.



Now I would explain how to unlock the network blocked dongle to be used with another operator.

First of all you need to know the IMEI number of your dongle. then you could find the unlock code using a web site in the internet. I used a web site on this url to get the unlock code for my dongle. ( http://www.mapmyplace.com/calc/ )

then I installed "minicom" to unlock the dongle using my laptop.
simply the linux package manager helps to install the "minicom" using the graphical way. but there's the text mode as well.

on ubuntu or debian based systems open the terminal and type
sudo apt-get install minicom

on redhat or fedora based systems (yum installer) open the terminal and type
su yum install minicom

on redhat or fedora based systems (yum installer) open the terminal and type
su zypper install minicom

then we need to find the place which the dongle is mounted. most of the cases ttyUSB0 will be the place which identifies the dongle.
use 
  • "tail -f /var/log/syslog" on debian based systems or 
  • "tail -f /var/log/messages" on rpm based systems 
as superuser/su to check whether the ttyUSB0 is the port which dongle attached. unplug and plug the dongle after running the command to find the port easily.

open the "terminal"
log in as root/super user using "sudo" (debian/ubuntu) or "su" (rpm) in terminal

type
minicom -s

will open a window like




then select "serial port setup"


type "A" in front of the "Change which setting?" to change the port attached the dongle
change /dev/ttyS1 to the port which your dongle is attached. /dev/ttyUSB0 is for mine



type "E" in front of the "Change which setting?" to change the Bps/Par/Bits

type "C" in front of "Choice, or <enter> to exit. it will select 9600 for current speed.
press "enter" to exit from the menu

then it will show a window like



Press "esc" to go to previous/main menu

select "modem and dialing"

it will initialize the modem. don't worry any message didn't come. then select exit from main menu





then the window will go off and will show command line to unlock the dongle
then type the command to unlock the dongle.



AT^CARDLOCK="12345678"

command should be in capital/uppercase letters and the 12345678 should be replaced with the code you got for the IMEI  of your dongle. unlock code should be within double quotes " and ". then press enter to continue.
it should show a message like "OK" or something if you done properly.

AT^CARDLOCK="12345678"     
OK                                              


you've done.

then insert SIM card (from previously blocked operator) in to the dongle and use it.


thank you Girobiro's blog for the article about "Unlock 3G USB Dongles in Linux" helping me to get an idea how to unlock my dongle.






recover the boot loader and start the computer - Super Grub Disk

Threre are several operating systems in the world and most of them are far differ from the other. It's useful if we have different operating systems. But, how could we buy two computers to install that operating systmes. It's no need to own two computers anymore. 

try to install both operating systems on one computer as dual boot. If you need to use the operating system , you need to boot the system using the desired operating system. Using VMWARE or VIRTUAL-BOX helps to use one operating system inside the another operating system, but we can't feel the real power of the operating system when we run one opearting system inside another.

If you have installed two operating systems in to one computer (may be on laptop or desktop) you need to ensure that the boot loader is installed properly. so, you need to install the latest operating system just after installing the previous version. If you installed windows xp after installing windows 7 or windows 7 after windows 8, it will overwrite the boot loader and will hide the operating system previously installed.

Anotherthing is when you installed any linux distro and if you installed windows operating system on to a partition in the computer, it will simply hide the linux operating system and boots in to windows. but this will not effect to dual boot systems if the both operating systems are linux because linux identifies other linux operating systems well.

if you lost any of the operating system after installing the second operating system, you could use "Super Grub Disk" to recover the boot loader. it could be use to boot the computer using a Live USB or CD.  no need to install anything, just select the desired menu to find the boot loader list and boot in to the latest operating system and then repair the boot loader. it will ensure the boot loader is installed properly.

http://www.supergrubdisk.org/

Tuesday, September 17, 2013

count the balance after you pay

we entered in to a hotel nearby mathale town at the evening for a refreshment last month when travelling via that town. After we having our refreshment the bill was 680 rupees. I handed over 1000 rupee note to the waiter and I needed to get the balance quickly because we are getting too late there. So I went to the counter and got my balance. I got 220 rupees of balance instead of 320 rupees and the waiter asked "is that balance is okay".

I was shocked and tried to figure out the balance when deducting 680 from 1000. I'm sure I should get 320 rupees instead of 220 rupees and I complained it to that waiter. He went to the counter and gave me another 100 rupee note as the balance. but the waiter and the cashier didn't talked to each other. So I thought they have done the thing by planning. so, I shouted at the waiter because they given me some wrong amount of balance and trying to rob some money.

I think they do that thing to other people as wel. so, please be patient and count on your balance when you buy or pay for something at  any outlet. Some of my friends told me most of the time the cashiers do such mistakes at "bentota bake house- outlets". that robbed money goes to their pocket, not to the company drawer.

Sunday, August 25, 2013

Bank of Ceylon launches another “first” in Sri Lanka- 3G Savings. First Sri Lankan Bank to provide a facility for saving as you shop and spend.


In celebration of its 74th Anniversary, the Bank of Ceylon, in August 2013, launched “3G Savings”- A novel experience and another “first” in the Sri Lankan market.

This unique product “BOC 3 G Savings” allows a customer to link three generations of a customer’s family (the “3G’ concept) -customer’s parents, children and him/herself and to save when the customer shops and spends. This allows a customer to save and set aside money to care for a customer’s loved ones.


 


This specific feature could be activated to a customer’s account through any BOC branch and customers could make a deposit from their current or savings accounts to any BOC Ran Kekulu Children’s savings account, BOC Senior Citizens account or any other BOC savings account. Any customer who maintains a savings or current account with BOC and possesses a BOC Debit Card is eligible to register for this unique facility. This unique product gives the opportunity to care their parents and as well as their kids as they shop with BOC Debit Card. This is a concept of “savings while spending” and facilitates the customer to make a savings build up for their children or to make some money available for parents, without much effort and burden to their pocket and as well as with their busy schedule finding time to visit a branch to make a deposit.



This novel concept has been introduced by Bank of Ceylon, Asia’s Best Brand and Sri Lanka’s No 1 Bank to care your loved ones as you shop with BOC Debit Card. Brand Finance Lanka ranked Bank of Ceylon as the No.1 brand for the last five consecutive years and the bank is also ranked among the top 1000 banks in the world above all other Sri Lankan banks (country ranking is No.1) by “The Banker” magazine UK in 2013. BOC has penetrated half of the population in the country with 10 million account holders with over 1,000 customer touch points covering all parts of the country. Bank of Ceylon is the only bank in Sri Lanka with an asset base of over Rs.1 trillion and is the market leader in the banking and financial services sector in Sri Lanka.

Saturday, September 22, 2012

BOC MASTERCARD – TITANIUM


We are pleased to inform you that BOC will commence the issue of EMV MasterCards in conjunction with MasterCard International.

Existing Master Gold Card will be converted to a Titanium Card at the next renewal.

o Added Benefits

  1. Secured CHIP (EMV) Card
  2. Life Insurance Cover up to Rs100,000/- *
  3. Free Lost Baggage Insurance Cover up to Rs50,000/- *
  4. 24 Hours Call Centre facility

        * Conditions apply

Branches can invite its customers on the following basis to offer the “BOC Titanium Card”.

  • Minimum Credit Limit - Rs.50,000/-
  • Validity period - 04 years
  • Joining Fee - Rs.1,500/-
  • Annual Fee - Rs.2,000/-

o Documents required -Same as current instructions

Tuesday, October 11, 2011

Why we Forward emails?????

Life is the first gift,
Love is the second,
Understanding is the third.

Sometimes, we think of why friends keep
forwarding mails to us
without writing a single word........
Maybe this could explain why..........

When you have nothing to say,
still want to keep contact,
guess what you do,
you forward mails.

When you have something to say,
but don't know what,
and don't know how,
guess what you do,
you forward mails.

When you have a lot to say,
and don't know why,
guess what you do,
you forward mails.

When you are still wanted,
when you are still remembered,
when you are still important,
when you are still loved,
when you are still missed,
guess what you get
A Forwarded Mail.

So dear friends and family
next time if I forward you a mail
don't think I have only sent you a mail
but I've remembered you in my heart.



references: accessed on 11-oct-11
http://www.prokerala.com/community/showthread.php?t=395
http://my.opera.com/Mayur/blog/show.dml/329545

Wednesday, September 7, 2011

why people fall in love?

people fall in love because they need to find the lost part of their life to succeed their life.life will be unsuccessful and unhappy without that part. it bring them the happiness and the sadness as well. but, love will help them to defeat the every obstacle in their life.

people fall in love with someone because they can't love everyone in the world because they feel that they are comfortable with the person who loves to, than they are with others who doesn't love to+helps to defeat every obstacle in life with the COURAGE that it gives.. (love helps to forget every sorrow of the life.)

this is the hardest question in life because fall in love doesn't depends on the beauty, wealth or anything that the other person has.

Wednesday, August 24, 2011

it's hard to do studies while doing a job.

it's hard to do studies while doing a job. We have to do assignments, discussion forums and quizzes as well. so, no time to do studies till the exam comes in front of us.

but, I have done it before as well. no worries then. just doing it. I know,finally,  I could reach to the destination which I needed to reach.

there's no success without any effort.. there should be a target to succeed in life..

Friday, August 12, 2011

don't beg for the love if she/he don't care about you

don't use facebook to say that you are falling love on someone. and don't beg for the love if she/he don't care about you. let her to go. take time and find a one who cares you. I know, it's easy to say and hard to do. but, you must.

Thursday, August 4, 2011

thank you for calling sri lanka telecom call center.

thank you for calling sri lanka telecom call center. I'll add a reminder for your complain sir..

so funny.
just complain.
then call them everyday to add reminders till the work get done.

Sunday, July 24, 2011

sir, there could be a location problem that you use your mobitel 3G connection

contacted mobitel srilanka help center to inform that I'm getting disconnected very often when I use my mobitel 3g connection in the evenings. the person who answered my call said thet "sir, there could be a location problem that you use your mobitel 3G connection".

so, I decided not to say anyone to buy mobitel 3-G in future.. If there's a location problem (as they say) that I'm using my dongle, how could I use my dongle in the morning without getting disconnected for hours?

I can't use my dongle in the evening not daytime. So, where's the QoS (quality of service) of mobitel? they should upgrade their network without advertising for 4G. they advertises for 4g, but average 3g users can't use their 3g connection at the evening. what's the use of a connection like this? I have to getup at night after 11PM or early in the morning (like 3AM) to surf the internet.

I think every other network should think to provide a good service at the evening.

(mobitel just advertising about their network and tells crazy things like location problems that we use the network.)

It's better if they could provide atleast 100kbp/s per every user at the evenings without getting disconnected. we don't need 96Mbp/s.I think we don't getting disconnected often  when we use our connection at colombo. we just facing this when we use it from  outside of colombo. Is it "colambata kiri, gamata kekiri (කොළඔට කිරි, ගමට කැකිරි)" method?

FINALLY I HAVE TO ASK, HOW COULD WE HAVE A LOCATION PROBLEM, IF WE COULD USE M3 IN THE MORNING AND HOW COULD WE FACE TO A LOCATION PROBLEM JUST IN THE EVENINGS.

Friday, April 16, 2010

An interview with a journalist...(dream)

I thought to write about a dream that I've seen on last-week
a journalist came to meet me to do an interview on myself for their magazine. here are the conversation that happened between us.

Hello sir. could you please tell me your full name?
Why should I tell you my name as you know my name?

Ok. tell me about your school
I didn't go to any school and I have attended to a college.

could you tell me your age?
of course. I'm 23 years old.

what did you do for sports when you schooling?
I've done running events, football and many other sports.

what are the running events you've involved in?
it's simply running when a dog barking on me.

how was the support that you got from your wife to be a successful person?
She agrees with everything what I say her to do and she tries to complete it on the level best of her.

It says both of you badly loves each other?
yeah.

But we know, your wife works as the MD at ASDF.co. Then how could she find free-time to help you?
I don't know a wife like that. Did I say I'm married?

If you didn't marry, how could there be a wife ?
Oh. you've got it wrong. My wife is my PC because she knows every secret of me and never tells those secrets to anyone.

I think you are playing with me?
no. I don't play with you.

what did you do for become so famous around the world?
I didn't do anything to be famous. I think you've made a mistake.

are you Mr.XYZ ?
no. he is in the next house..

Oh no! I'm sorry sir.
It's OK. I've enjoyed it well. thanks.


sorry for the grammar/spelling mistakes in this post.
---------
2010-04-16
rh

Wednesday, April 14, 2010

happy new year for all "Sri Lankans" and "the people who celebrates it"

"සුබ අලුත් අවුරුද්දක් වේවා සැමටම ...!""happy new year for all "Sri Lankans" and "the people who celebrates it....!"
I would like to wish a happy new year for all "Sri Lankans". this is not a "religious festival". this is a "cultural festival". so, no need to mention it as "Sinhala-Hidu" or say "we are not Sinhala or Hindu." WE ALL ARE SRILANKANS....(THERE COULD BE SOME DIFFERENT RELIGIONS, BUT WE ARE ONLY ONE NATION CALLED "SRILANKANS")

Now I got to know that some Asian countries also celebrates this festival. So, I'd like to  wish them too as " happy new year for all "Asians and the people who celebrates it"

 Happy new year

Friday, March 26, 2010

Design your blogger template by yourself

I found something new when I roaming in the internet. It's http://draft.blogger.com which helps to design more creative blogger templates than before as our wish.
I think if you are a blogger at blogger/blogspot (http://www.blogger.com) you could remember there was a limited number of templates to use inside blogger from the scratch. If we need to use another template, we had to find a good template and had to do many changes to use it under blogger/blogspot.


now blogger/blogspot gives us a new template designer by themselves. Try using http://draft.blogger.com url and crate your own template. If you are in doubt , simply log in to http://www.blogger.com and change "www" with the word "draft".
Then you will see a page saying " make blogger in draft my default Dashboard". It's your choice to decide your default dashboard. You can ignore it..


Then click on the "layout" link of your blog.
You'll see an additional link saying "template designer". Click on it and go to the page. You'll find many valuable features to change/edit your template. If you have done somthing wrong , there is a link to "reset" the edits to default. You could see a preview while you doing changes to the template. (template designer shows the place which we do our changes by highligting them at the "bottom" of the page.

Then click on the "view blog" to see how could you see the blog and click on the "APPLY TO BLOG" if you satisfy with your template.

Friday, March 12, 2010

How to control your privacy in facebook?

Wanna know how to control your privacy when using facebook? read this guide which created by me..
http://www.box.net/shared/aoj17poati
http://www.box.net/shared/aoj17poati

Tuesday, March 9, 2010

Rise Up - by Yves Larock

My dream is to fly
Over the rainbow so high

My dream is to fly
Over the rainbow so high

My dream is to fly
Over the rainbow so high

eh.. eh.. eh..
over the rainbow so high.

My dream is to fly
Over the rainbow so high (x4)

Rise Up
don’t falling down again

Rise Up
long time I broke Its hands.

I try to fly a while so high
direction’s sky

I try to fly a while so high
direction’s sky

My dream is to fly
Over the rainbow so high (x4)

Song Information

Released 2007
Genre Pop, Dance, House
Length 4:00
Label Universal
Writers Yves Cheminade, Jaba Gawan Seiler, Pascal Brunkow
Producer Yves Larock

Friend or Foe - by TATU

"Friend Or Foe"

Is it too late
Nothing to salvage
You look away
Clear all the damage

The meaning to
All words of love
Has disappeared
We used to love one another
Give to each other
Lie under covers so,
Are you friend or foe

Love one another
Live for each other
So, are you friend or foe
Cause I used to know

The promises
Hollow concessions
And innocent show of affection
I touch your hand
A hologram
Are you still there
We used to love one another
Give to each other
Lie under covers so,
Are you friend or foe

Love one another
Live for each other
So, are you friend or foe
Cause I used to know
Is it too late
Nothing to salvage
You look away
Clear all the damage
The meaning to
All words of love
Has disappeared
We used to love one another
Give to each other
Lie under covers so,
Are you friend or foe

Love one another
Live for each other
So, are you friend or foe
Cause I used to know