Platform-tools R31.0.3-windows |verified|
The platform-tools package is relatively lightweight but contains powerful tools that are indispensable for Android modification:
| Command | Purpose | | :--- | :--- | | adb devices | Lists connected devices. Daemon starts here. | | adb install app.apk | Installs a 3rd party app (sideloading). | | adb uninstall com.example.app | Removes an app via its package name. | | adb shell | Opens a Linux terminal on the phone. | | adb pull /sdcard/DCIM/ . | Copies photos from phone to PC. | | adb push file.txt /sdcard/ | Copies a file from PC to phone. | | adb reboot bootloader | Restarts the device into Fastboot mode. | platform-tools r31.0.3-windows