Messtone LLC Enable Wireless Debugging

android_sdk/platform-tools.Enter pairing code:482924 Successful paired to 192.168.1.130:37099[guid=adb-235XY]device to listen for a TCP/IP connection on port 5555:adb tcpip 5555 adb connect device_ip_address:5555 $adb devices list of devices attached device_ip_address:5555 device adb kill-server adb devices -l $adb devices List of devices attached emulator-5556 device product:sdk_google_phone_x86_64 model:Android_SDK_built_for_x86_64 device:generic_x86_64 emulator-5554 device product:sdk_google_phone_x86 model:Android_SDK_built_for_x86 device:generic_x86 0a388e93 device usb:1-1 product:razor model:Nexus_7 device:flo $adb kill-server emulator -avd Nexus_6_API_25 -port 5555 $adb devices List of devices attached *daemon not running.starting it now on port 5037* *daemon started successfully*adb devices command:$adb kill-server $emulator -avd Nexus_6_API_25 -port 5557 $adb start-server $adb devices List of devices attached emulator-5557 device $adb devices List of devices attached emulator-5554 device emulator-5555 device $adb -s emulator-5555 install helloWorld.apk adb install path_to_apk adb forward tcp:6100 tcp:7100 adb forward tcp:6100 local:logd adb pull remote local adb push local remote adb push myfile.txt/sdcard/myfile.txt adb[-d | -e | -s serial_number] command adb –help adb[-d | -e | -s serial_number]she’ll shell_command adb[-d | -e | -s serial_number]shell adb shell ls/system/bin

Leave a comment