Saturday 12 November 2011

How to type Gujarati/Hindi in Windows XP/Vista/7 easily?




Hi...to everyone...so Im coming with new tip to share with you. So lets see,,,,
Many of Indian users are not knowing original Gujarati/Hindi typing which is used by type-writer and many fonts.
So there is one solution called “GOOGLE IME” software provided by Google to write in your own language.
Lets download it selecting the language into selection box and selection your OS version(32 bit/64 bit) then install it (it will download from internet).
After installation of Google IME,it will show you the language selection in language br(Language bar mostly available at taskbar near to right corner) then select the language and try to type in any word editor....and you can see its magic…


Screenshots:

 

 

Special thanks to Viral parekh to share this tip with me.

Latex Start Up Guide

    LaTeX Startup Guide
    Latex is a Document preparation suite for creating well formated reports,pdfs,e books,magazine and etc..
    In this guide we will learn how to handle LaTeX at geek level not at expert level.
    There are two tools which we will need to understand.
    1. Miktex-It is a compiler which will compile our document to generate pdf output.
    (Download from here http://miktex.org/2.9/setup )
    1. Led-It is a latex editor. In which we will write our code and we will compile it using Miktex.
    All latex file(code) has extension as a .tex and all bibliography file has extension as a .bbl
    Some points to remember for easy understanding and handling:
    1. F7 is short cut key to compile your code in led.
    2. Please do back up before editing any code.
    3. If you found any error in compiling your code in led then type 'H/h' in console and press enter. It will show the error did by you.
    4. Most of all tags starts from \tag-name
    5. Some format needs its class to be in same directory where our tex fie is stored,like in IEEE format its class IEEEtrans.cls to be at same place where tex file is stored.
    1. All images which are included in our tex are to be stored at same place where tex file is.
    How to do :
    1. Open LED.
    1. Open .tex file.
    1. Do modification in your way.
    1. Compile it using F7.
    1. Enable “Tools” menu in menu bar by right click.
    2. Open PDF(PDF symbol) in Tools menu.
    3. See your output in your installed pdf reader.
    Examples of LaTex report formats:(Download Links are in brackets )
    1. Simple format(http://ubuntuone.com/1j1bYh35ZEJhX7ryy4Dvec )
    1. IEEE format(http://ubuntuone.com/3PIgBcl336e84tFsSW6qJL )
    2. University Format(http://ubuntuone.com/3VkpaouTcYYzbJeEZ32OEi )
    So modify it in your way and enjoy of doing LaTex.

How to Unlock Samsung Galaxy SL i9003?

  1. Insert a non accepted SIM card on your phone
  2. Your phone will now display “SIM network unlock PIN” or “enter network code” GET YOUR SAMSUNG GALAXY SL I9003 UNLOCK CODE
  3. Enter the unlock code and press unlock
  4. Code accepted or network unlock successful phone will reboot
  5. Your phone is now unlocked to any GSM network
If the phone does not give the prompt to enter unlock PIN or network code, then:
  1. Switch ON your phone with a NOT ACCEPTED SIM Card
  2. Compose: #7465625*638*CODE# (or *#7465625*638*CODE#).
  3. Phone may reboot.

Friday 21 October 2011



Fork of Android



As we know,Android is open source mobile operating system developed by google. And Its all versions

Without Honeycomb(Android 3.0-Tablet Version) are fully opensource.

Lets see some its most famous forks(derived versions of android)

1. CyanogenMOD:It is very famous among all android forks and it is built on android 2.3.5(Gingerbread).It proveides many functionality which is not available in original android versions.

2. MIUI ROM: its totally iOS experience android fork developed by CHINISE community and based on same gingerbread.It is very attractive and has more user friendly UI.


3. Baidu Yi



4. Baidu Yi (Chinese: 百度•易平台; pinyin: Bǎidù-Yì píngtái; literally "Baidu Yi Platform", Yì meaning "change" or "easy") is an operating system for mobile devices.[1] It is based on Google's Android but is a fork by Baidu, the dominant search engine operator in China. It was announced on 2 September 2011 at the 2011 Baidu Technology Innovation Conference in Beijing.[2] So far it is a vaporware, and you can't see any progress or updates on their website.

Saturday 8 October 2011

Quick How-To : Broadcom Wireless driver support in Ubuntu

When you install, or upgrade to, Ubuntu 11.04 you may notice that you can not use your Broadcom Wireless adapter. Many people have left Ubuntu and/or Linux for this reason. Yes, you can look online for a way to install the driver, but I'm going to show you how to quickly install the driver. The way I'm going to show you works in all Ubuntu derivatives.
First, open a Terminal, and enter:
sudo apt-get firmware-b43-installer
It will ask you for your password which you should enter. When the program has been successfully installed go back to your terminal and type in:
sudo apt-get install b43-fwcutter
Again, typing in your password.If you don’t wont to use the terminal you can open your package manager and search for bcm. Make sure you uninstall the bcmw1-
kernal-source package. Search for firmware-b43-installer and install
it, then search for b43-fwcutter and install that. Your wireless should
now work.. Remember, you need to have a wired network connection to do the
steps above!