Take backup of your Android phone
Always you might be wondering that how to take backup of your phone if your Phone manufacturer does not provide you backup software. Also you may have seen option of "Backup password" in your Android phone. Do you wonder what's that ? Following is the way to backup your Android phone and it will answer all your above questions. 1). You need to have "adb" tool in your system. If you don't know what's this, then simply install Android SDK in your system by following procedure on developer.android.com. If you don't want to install whole SDK then just search for adb on google and just download single file for adb. 2). Once USB debugging is on, connect your phone to your PC. Go to the directory where "adb" is placed. Now on the command prompt or terminal write command "adb devices" (for Linux "./adb devices"). The output of the command should list your device with its serial number. If device is not listed then go here...