Difference between revisions of "FTC adb Android Debugging Bridge 202008"
From wikidb
(→Install) |
|||
Line 9: | Line 9: | ||
** also ADB Android Debug Bridge http://developer.android.com/tools/help/adb.html | ** also ADB Android Debug Bridge http://developer.android.com/tools/help/adb.html | ||
− | = Install = | + | = Windows = |
+ | |||
+ | == Install == | ||
I found adb in | I found adb in | ||
Line 15: | Line 17: | ||
Probably from an Android Studio install | Probably from an Android Studio install | ||
− | + | == Connecting == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | Open a command Window get into Android's platform-tools directory | |
− | + | ||
− | + | TBD set up path to find adb | |
+ | >cd C:\Users\epp\AppData\Local\Android\sdk\platform-tools | ||
+ | |||
+ | >adb connect 192.168.43.1 | ||
+ | connected to 192.168.43.1:5555 | ||
+ | |||
+ | >adb devices | ||
+ | List of devices attached | ||
+ | 192.168.43.1:5555 device | ||
− | |||
= Notes and Logs = | = Notes and Logs = | ||
* [[FTC adb pull 202008 Note and Log]] | * [[FTC adb pull 202008 Note and Log]] |
Revision as of 08:46, 21 August 2020
References
- Wireless Programming for FTC Robots
- install Android Debug Bridge (adb)
- Android customization – how to transfer files using ADB push and pull commands
- FTC workshop debugging
- log on page 72
- also ADB Android Debug Bridge http://developer.android.com/tools/help/adb.html
Windows
Install
I found adb in
- Users\epp\AppData\Local\Adroid\sdk\platform-tools
Probably from an Android Studio install
Connecting
Open a command Window get into Android's platform-tools directory
TBD set up path to find adb
>cd C:\Users\epp\AppData\Local\Android\sdk\platform-tools >adb connect 192.168.43.1 connected to 192.168.43.1:5555 >adb devices List of devices attached 192.168.43.1:5555 device