ADB WiFi interlock Correlation

Source: Internet
Author: User

    1. The client downloads a tool called adbwireless to open the ADB mode port

    2. Set the ADB environment variable on the PC side.

    3. Dual-ended connection to the same wifi, get the connection IP to the client

    4. Win7 cmd/adb connect IP (client) connection machine: ADB connect 192.168.0.11

    5. PC-Side Find Android Device Monitor button in the menu bar of Android Studio

    6. Android Device Monitor button

    7. At this point you will be able to see the information about the device you are connecting to. The operation at this time is the same as the USB connection.

    8. Let's introduce the ADB command:


    9. 1. ADB Connect IP Connection Machine

      2. Download the file
      Syntax: ADB pull [filename]/source path/
      For example:
      ADB pull blade_keypad.kl/system/usr/keylayout/
      ADB Pull/sdcard/mp3/1.mp3

      3. Uploading Files
      Syntax: ADB push [filename]/destination path/
      For example:
      ADB push qwerty.kl/system/usr/keylayout/
      ADB push 1.mp3/sdcard/mp3/

      4. Installation program
      Syntax: adb install-r [/path/software name. apk]
      For example: ADB install-r com.android.vending.apk
      ADB install-r com.android.vending.apk

      Installation: adb install-r com.android.vending.apk

ADB WiFi interlock Correlation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.