วันเสาร์ที่ 24 มีนาคม พ.ศ. 2555

ซ่อมgalaxy P1000 How To Setup ADB (Android Debug Bridge) On Windows

ซ่อมgalaxy P1000   How To Setup ADB (Android Debug Bridge) On Windows

 

http://www.dkszone.net/setup-install-adb-android-debug-bridge-windows-7

http://www.oracle.com/technetwork/java/javase/overview/index.html

http://www.oracle.com/technetwork/java/javase/downloads/index.html

http://developer.android.com/sdk/index.html

There are many useful apps in Android market using which you can do more things. But many of these popular apps need root access to your android phone. Root access is restricted by manufacturer due to security reasons, hence you need to root android.
Before rooting Android devices one should install and setup ADB (Android Debug Bridge) on your PC. We show you procedure for Samsung Galaxy S (GT I9000) android phone, although it should work for other Android devices too.
Here is a step-by-step guide on how to setup ADB on your Windows 7 PC and debug your Android device.
1. Download and install Java SE Software Development Kit (SDK). Make sure you download the package by clicking on first icon named Java Platform (JDK).
setup_install_ADB_Windows2. Download Android Software Development Kit (SDK) depending upon your OS and extract the zip content to your desktop.setup_install_ADB_Windows_2
3. Open the folder and then double-click on “SDK Manager”. From the packages to install list double-click on “USB Driver package, revision..”. You can choose to deselect all items except USB Package if you have slower internet download speed. Click “Install” and wait for the installation to finish.
setup_install_ADB_Windows_6
4. On your Android device (Samsung Galaxy S in our case), go to:
Applications –> Settings –>Applications—> Development
Turn ON “USB debugging” mode.
setup_install_ADB_Windows_1
5. Connect the android phone to PC by using the USB connection.
6. Windows will start recognizing the device. You will then see a message “Device driver software was not successfully installed”. Clicking on the message will lead to another popup that says “SAMSUNG_Android” driver was not found. The message varies depending the Android model and brand. Ignore the message and click “Close”.
Instead if you see “Device installed successfully”, jump to STEP:15!
setup_install_ADB_Windows_3
setup_install_ADB_Windows_5
7. Click “Start” –> right-click on “Computer”—> “Manage” (You need to have admin rights to do this on your PC).
8. Expand the tree in left pane by clicking on System Tools –> Device Manager.
9. In the right pane, expand “Other devices”. You will see a yellow exclamatory mark on the device icon. Right-click on it and select “Properties”.
setup_install_ADB_Windows_4
10. In the following window, click on “Update Driver” button.
5
12. Select “Browse my computer for driver software” and then select “Let me pick from list of device drivers on my computer”.
13. Click “Next”—>“Have disk”, browse through and select “android_winusb” item as shown below.
device_driver
14. Click “Next”. Windows will confirm whether to update drivers. Go ahead and click “Yes”.
11-17-2010 8-03-12 PM
adb_android
15. Windows should successfully finish the driver software for your android phone.
adb_android_1
You are done with ADB installation. To verify, connect android device to your computer and then “Start”—> right-click on “Computer”—> Manage.
In the left pane, click on  “System Tools”—> “Device Manager”.
In the right pane, expand “ADB Interface”. Your device will be listed. In our case, it is shown as “SAMSUNG Android Composite ADB Interface”. In most cases, it shows “Android ADB Interface” which implies successful ADB setup.
adb_installed_complete
-OR-
adb_installed_successfully

adb_installed_successfully