Sei sulla pagina 1di 7

Operating 1.What is ADB?

instruction for connection and use of ADB

The Full name of ADB is Android Debug Bridge which play a role of debugging .With ADB ,We can debug Android program conveniently by DDMS in the Eclipse.By means of ADB,we can manage the status of ZT-180 tablet ,and we can also undertake much operation on the tablet,such as install program ,system upgrade,running shell

commands and so on.So ADB is the bridge which connect ZT-180 tablet with PC and enable the user to operate ZT-180 tablet on PC fully-fledged.

2.How to use ADB tool? The first is manageing ZT-180 tablet by 91 PC Suite The second is manageing ZT-180 tablet by ADB commands.

manageing ZT-180 tablet by 91 PC Suite 1.After burning successfully,pls choose the system with pressing right side of this key appears. The systems are as below
1 2

when the boot logo

Android mass storage Android adb

2.When choose Android adb,Press ESC to enter this systme Keep the same choose when you turn on the tablet next time

3.After

enter

the

system,choosesetting

ApplicationsDevelopment USB debugging,Then it will appear the hint Allow USB debugging? Choose Ok

4.Connect ZT-180 with PC by USB cable there will be a prompt window appeared on PC New device detected install the ADB driver namedAndroid-usb-windows After installing

successfully,there will be a device namedAndroid Sooner Single ADB Interfaceappeared in device manager of PC

5.When installing the driver,pls check if the USB universal serial port is in good condition.If you install the ADB driver after PC hints detecting new device,but no device namedAndroid Sooner Single ADB Interface appears in the device manager of PC,that means program is not installed correctly.Pls check device manager on the PC and see if there is any hints for Android driver,then install the driverAndroid-usb-windows.After that ,there will be a device named Android Sooner Single ADB Interface in the device manager. 6.Managering your zt-180 by 91 PC Suite In the IE,enter http://soft.si.91.com/91helper/ .

7.In the above page,choose Android downloadand download the software.

8.Start the software of 91 PC Suite you will see the connection states of the device and the Edition No.You can operate and manage zt-180 by this software.For example:download files

manageing ZT-180 tablet by ADB commands


The operation method of ADB tool and introduction of several commonly used commands below.
a) The software that need to be installed(See below links)

ADB_USB_Driver: android_usb_windows.rar ADB tool_SDK: android-sdk-windows.rar b) Software installation First step: USB Driver installation Enter the ZT-180 tablet system and follow the steps , setting ApplicationsDevelopment USB USB

debugging,Then it will appear the hint Allow debugging? Choose Ok

Connect tablet with PC by USB cable there will be a prompt window appeared the ADB on driver PC New device

detected install

namedAndroid-usb-

windows After installing successfully,there will be a device namedAndroid Sooner Single ADB Interfaceappeared in device manager of PC When installing the driver,pls check if the USB universal serial port is in good condition.If you install the ADB driver after PC hints detecting new device,but no device

namedAndroid Sooner Single ADB Interface appears in the device manager of PC,that means program is not installed correctly.Pls check device manager on the PC and see if there is any hints for Android driver,then install the driverAndroidusb-windows.After that ,there will be a device named Android Sooner Single ADB Interface in the device manager. Second step: Install SDK tool package Unzip the file :android-sdk-windows.rar and copy to

D:\ADB_Test .This is not designated position,but it will bring

convenience to entering the file in MS-DOS.The folder paths for operating ADB commands is : D:\ ADB_Test\ Tools. Third step: Enter into order status

c) Operating command (1) Viwe device: adb devices

This command is to check Android ZT-180 device which is currently connected with the PC,for example:

(2) :adb install

This command is to install specified APK files into ZT-180.For example: Install Performancev1.0 program into zt-180

3 Enter the shell of zt-180 device: Enter shell environment through adb shell command.You can execute kinds of Linux command in this Linux shell.In addition,if you would like to execute only one shell command,you can follow below
4

methord. adb shell [command] For example adb shell dmesg,it will print the Kernel debugging information. 4Send files to ZT-180 through PC adb push <Local path> <remote path> Copy files or file folders on the PC into ZT-180 by Push command. For example

5Download files to PC through ZT-180 adb pull < remote path > < Local path > Copy files or file folders in ZT-180 into PC by Pull command.

6Check bug report adb bugreport 7re-start zt-180 adb reboot (8) Check adb Version NO. Adb version

(9) Check Serial No of ZT-180

adb get-serialno

(10) Check all commands which adb support Adb help

operation instruction of Mass storage


1 Use ZT-180 as mass storage 1. After burning successfully,pls choose the system with pressing right side of this key appears. The systems are as below Android mass storage Android adb 2. When choose Android mass storage,Press ESC to enter this systme Keep the same choose when you turn on the tablet next time 3After enter the systemconnect ZT -180 with PC by USB cable. there will be one USB icon appeared On the top left conner of ZT-180,at same time it will hint USB connected.Gliding down screen and clickusb connected->Mount Then there will be a removable disk appears on the PC 4Open the removable disk on the PC ,it will show the files and its contents which are saved in the harddisk of ZT-180.then ZT-180 when the boot logo

can be used as mass storage Attention If you clickharddiskon ZT-180 at this time it will hintempty fileyou need to pull off the USB cable to get the content of in the harddisk 5Copy the files you need from PC to Harddisk

2 Update /burning by mass storage 1Pls follow the step 1-3 as above 2 The system has created one file namedzt-updata in the harddisk of ZT-180 copy the image file which need upgrade into the file of zt-updata 3 Clicksetting->Privacy->Updata Image ChooseUpdata firewareThe zt-180 make the burning itselves.After burning,you need to re-start zt-180 by hand.It will enter the system of Android mass storage after re-start.

adb driver download addr: http://developer.android.com/sdk/win-usb.html

adb Tools download addr: http://developer.android.com/sdk/index.html

Potrebbero piacerti anche