indigofalo.blogg.se

How to install adb fastboot standalone on windows 10
How to install adb fastboot standalone on windows 10








how to install adb fastboot standalone on windows 10

  • adb shell - Gives you an interactive Linux command-line shell on your device.
  • adb logcat - View your Android device’s log.
  • adb pull /sdcard/file C:\file - Pulls a file from your device to your computer - works like adb push, but in reverse.
  • For example, the command here pushes the file located at C:\file on your computer to /sdcard/file on your device
  • adb push C:\file /sdcard/file - Pushes a file from your computer to your device.
  • For example, you’d use the name to uninstall the Angry Birds app.
  • adb uninstall package.name - Uninstalls the package with package.name from your device.
  • adb install C:\package.apk - Installs the package located at C:\package.apk on your computer on your device.
  • In addition to the variety of tricks that require ADB, ADB offers some useful commands: RELATED: How to Edit Your System PATH for Easy Command Line Access in Windows Useful ADB Commands

    how to install adb fastboot standalone on windows 10

    The process is a bit different on Windows 11, 10, and 7, so check out our full guide to editing your System PATH for the steps required to do this. However, if you add it to your Windows System PATH, that won’t be necessary–you can just type adb from the Command Prompt to run commands whenever you want, no matter what folder you’re in. Step Four (Optional): Add ADB to Your System PATHĪs it stands, you have to navigate to ADB’s folder and open a Command Prompt there whenever you want to use it. Change your phone’s USB mode to PTP, MTP (File Transfer/Android Auto), or USB Tethering.Plug the USB cable directly into the USB ports on your motherboard (at the back), rather than the ports on the front of your PC or on a USB hub.Plug the USB cable into a different port.Swap out your USB cable for a higher quality one.










    How to install adb fastboot standalone on windows 10