This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, December 20, 2014

Reset Opera master password

1) Close Opera.

2) If "Tools ---> Pref. ---> Advanced ---> Security ---> Use master password to protect" is not ticked, then delete opcert6.dat from the following folder :
    "C:\Users\YOUR_USER_NAME\AppData\Roaming\Opera\Opera"
    or 
    in Address bar of explorer, paste this 
    %appdata%\Opera\Opera

If "Use master password to protect" is ticked, then delete opcert6.dat & wand.dat from the path.

Thursday, December 18, 2014

How to open android SDK manager through terminal.

go to the sdk-directory/tools and run sdk manager by typing "./android". 
>cd android-sdks
>cd tools
>./android

Monday, December 15, 2014

Working with Android (Question and Answer)


Question :
How to fix “unknown filesystem type 'exfat'” issue in ubuntu

answer:
execute this command sudo apt-get install exfat-fuse exfat-utils