jagomart
digital resources
picture1_Msense Lecture8


 192x       Filetype PPTX       File size 0.50 MB       Source: eisys.web.unc.edu


File: Msense Lecture8
what is adb android debug bridge adb is a command line utility to communicate with your android device platform tools adb exe uses listing connected devices installing and debugging apps ...

icon picture PPTX Filetype Power Point PPTX | Posted on 02 Sep 2022 | 3 years ago
Partial capture of text on file.
     What is ADB?
     • Android Debug Bridge (ADB) is a command line 
      utility to communicate with your Android device.
          /platform-tools/adb.exe
     • Uses: 
       • Listing connected devices.
       • Installing and debugging apps.
       • Copy files to and from the phone. 
       • Take screenshots, record screens, etc.  
         ADB Client-Server Architecture
         • Three entities are involved: a client, a server, a 
           daemon (adbd). 
                    Client    Port: 5037 Server             Port: 555X         Daemon
                 Invoked From           Background                            Background
                   Terminal              process                                process 
    Connecting over USB
    • Remember the first thing we did with the phone?
      Settings>About Phone> 
         Build number
      Settings>Developer options> 
          USB Debugging
           Why?
      Testing the ADB
      • Use a shell to invoke your first command:
         adb devices -l
        List of devices attached
        071b799a344bdc6b       device product:hammerhead model:Nexus_5 device:hammerhead
                                        USB
      When things go wrong …
      • Use a shell to kill and start the server:
         adb kill-server
         adb start-server
        * daemon not running. starting it now at tcp:5037 *
        * daemon started successfully *
                                        USB
The words contained in this file might help you see if this file matches what you are looking for:

...What is adb android debug bridge a command line utility to communicate with your device platform tools exe uses listing connected devices installing and debugging apps copy files from the phone take screenshots record screens etc client server architecture three entities are involved daemon adbd port x invoked background terminal process connecting over usb remember first thing we did settings about build number developer options why testing use shell invoke l list of attached babdcb product hammerhead model nexus when things go wrong kill start not running starting it now at tcp started successfully...

no reviews yet
Please Login to review.