NAVIGATION BAR

Showing posts with label setup adb. Show all posts
Showing posts with label setup adb. Show all posts

Sunday, June 3, 2012

ALL TUTORIALS


HERE YOU CAN FIND ALL THE TUTORIALS WHAT I POSTED IN THIS BLOG

HOW TO ROOT HTC CHACHA



Rooting HTC Wildfire (Froyo)

How to Root Samsung Galaxy Y S5360


HOW TO ROOT SAMSUNG GALAXY S3 III


HOW TO ROOT Samsung Galaxy S2 for T-Mobile



How To Root Samsung Galaxy S2 at &t ICS

How To Root HTC RHYME

How to Root Samsung Galaxy S GT I9000 on Value PACK XXJVU 2.3.6 Firmware




HOW TO ROOT HTC ARIA



HOW TO ROOT HTC Droid Incredible 2



HOW TO ROOT HTC DROID INCERDIBLE


HOW TO ROOT HTC ONE V

HOW TO ROOT HTC ONE S


HOW TO ROOT HTC Thunderbolt



Root HTC Amaze 4G On Android 2.3.4 Gingerbread Permanently With ‘One Click Root



How To Root HTC Sensation XL


Root HTC Sensation XE Having ICS



How to Root HTC Sensation 4G

ROOT HTC Evo 4G to Android 4.0.3 ICS Firmware


Root and ClockworkMod Recovery for HTC Desire S

Rooting HTC Sensation with HTC Super Tool v3

HOW TO ROOT HTC Rezound


Root Micromax A85 Superfone 


Root Micromax A75


Root Micromax A73


How to root Micromax A70


Rooting Micromax A60



Micromax A55 : All Things Root Guide



How to root Micromax A50



How to Root HTC Incredible S – Tutorial

How to Install, Setup and use ADB for Android devices

App to Backup Android Phone Contacts, Call Logs, SMS & MMS

What is Android Rooting and its Advantages or Disadvantages?

How to Upgrade Motorola Droid 3 to Android 4.0 ICS Using CyanogenMod 9

How to Install Ice Cream Sandwich ROM on Motorola Droid X

How to Install ClockworkMod Recovery 5.0.2 on the Motorola Droid X

How to Root the Samsung Galaxy R and Install ClockworkMod Recovery

Root the HTC Wildfire S

BASIC INFORMATION OF ROOTING:

How To Root Your Android Phone With SuperOneClick

How To Root HTC Explorer – Tutorial

How to move the applications to sd card in unrooted android devices,it supports 2.0,2.2,2.3

Saturday, June 2, 2012

How to Install, Setup and use ADB for Android devices



How to Install, Setup and use ADB for Android devices


With day by day increase in the number of Android phones and the need for the customizations requires the setting up of adb. Now, for all those don’t know what am talking about, adb is actually a short form of Android Debug Bridge which is an integral part of the standard Android SDK and provides the terminal interface access so that you can easily interact with your phone’s file system. Since the Android is made on an open source platform as it’s a Linux based system which is useful for doing advanced operations on the device so that you can root your device as the ADB provides access between the machine as well as the computer. So, let’s proceed how you can install the adb. There are some of the procedures which you need to follow only after which you will be able to install the adb. So, let’s proceed and have a look at what are those.
Step 1: First of all you will have to download and install the Android Software Development Kit (SDK) from here on your computer, preferably on the desktop so that you can easily locate the same.
Step 2: As you have downloaded and installed the SDK in the last step in the computer, you will now have to browse for the SDK folder and launch SDK Manager. Please note that here that if you are launching this for the first time then you will see a window wherein you will be asked to choose for the packages as shown in the below screen shot. Also, you can check as well as un check any of the package just by clicking on the name after which you just need to select the Accept/Reject the radio button.
choose packages
Now, after this you just need to click on the “Install” button and need to wait for some time till the platform tools are installed. Now, as soon as the process is done, you will find that there is a “platform-tools” folder inside your SDK folder. That folder will now include ADB and all its functionalities.
Step 3: Now, next up after you have installed the ADB in your computer, you will now be required to use the complete path for the ADB command which is “C:\android-sdk-windows\platform-tools\adb” or alternatively you can change the directory to the platform-tools sub folder of the SDK folder each time which is not a recommended one as you need to do this more regularly. To make ADB along with other Android SDK tools and platform tools easily accessible from anywhere at the command line, we shall add their paths to the PATH environment variable. This method will apply to Windows users only. If you are a Linux or Mac user, add the ‘tools’ and ‘platform-tools’ sub-folders of the Android SDK to your system’s PATH variable using the standard method for your operating system.
Now, please note that if you don’t have prior experience of this environmental editing then it’s better to create the system restore point so that you can revert back to it just in case if anything goes wrong in an unlikely event. Also, additionally if you are a Windows 7 user then you need to right click on the “My Computer” icon > “Properties” tab > “Advanced system settings” from the left pane of options and then bring the same to the “System Properties” window while the Windows XP users can directly go to this option by My Computer and then directly to Properties.
Environment VariablesIn the system properties window you will have to click on the Environment variables button on the advanced tab. Now, you will have to find the ‘Path’ in the ‘System variables’ section and need to double-click it to edit it. Make sure NOT to delete the existing entry in ‘Variable value’ or it will mess up things on your computer. Just add the following string to the end of it, including both the semi-colons:
;c:\android-sdk-windows\tools;c:\android-sdk-windows\platform-tools
Now after this if you have extracted the SDK’s contents to another directory then you need to make sure to use that one for your PATH variable and after adding the string, this is what my Path variable, the code will look like as shown below,
C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jdk1.6.0_23\bin;C:\Program Files (x86)\Java\jdk1.6.0_23\bin;C:\android-sdk-windows\tools;C:\android-sdk-windows\platform-tools
Not to worry if you have made any mistakes in the above process or in the above pasting of the code then you can re follow the procedure so that you can easily reconfigure the same as the restore point is created earlier. “Third party Add-ons” followed by “Google Inc. add-ons” and check “Google Usb Driver package” as shown in the below snapshot,
Android SDK driver Manager
Step 4: Now, you need to make sure that you have downloaded and installed all the necessary USB drivers for your device. All you need to do is to just launch SDK Manager from the SDK folder and click on “Available packages” in the left pane. After this you will have to expand all the “third party add ons” followed by the Google Inc add ons” and then you need to check the “Google USB driver package” as you can see in the below snapshot and click on the “Install selected” to install the same and need to wait till the installation gets finished. Please note that the drivers are present for both the 32 bit as well as the 64 bit systems which will be there in the SDK folder under the options, “usb_driver\x86” and “usb_driver\x64” sub-folders.
Now next up you will have to install the drivers to your computer as for this first up you will have to go to the home screen of your device, press menu > Application > Development > enable USB debugging.After this all you need to do is to just connect the phone to the PC via the USB and after which you will see that the hardware installation will begin automatically and once the drivers are installed your phone will be showing up the “ADB interface”
Device Manager
Step 5: Now, finally in the adb interface now all you need to know is how you gonna make use of this one. You can easily ensure that whether the adb has been successfully configured or not as all you need to do is to just run the command prompt and need to type in the “adb devices” as shown in the below snap shot and need to hit on the enter key. Now, you will see that the device will be showing up the serial number.
adb prompt
You can also check out the full list of adb commands so that you can configure and check the same. Now, this is it you have now learnt on what is adb and how it can be used and configured. Do let us know if you face any problems and this can be performed in any of the androiddevices.