User Tools

Site Tools


android:adb-tools:adb-tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

android:adb-tools:adb-tools [2022/02/06 08:59] – created oscarandroid:adb-tools:adb-tools [2022/02/06 09:04] (current) oscar
Line 11: Line 11:
 Next, go back up one level to System. You’ll see Developer options there now. Tap to open it up. Next, go back up one level to System. You’ll see Developer options there now. Tap to open it up.
 There are a lot of options in the Developer tools, scroll until you see the Debugging header. Flip the switch to enable Android debugging. There are a lot of options in the Developer tools, scroll until you see the Debugging header. Flip the switch to enable Android debugging.
 +
 +===== Connect Your Phone =====
 +Open up a terminal. List out the available devices with adb:
 +<code>
 +# adb devices
 +* daemon not running; starting now at tcp:5037
 +* daemon started successfully
 +List of devices attached
 +bb6ad1ae unauthorized
 +</code>
 +You’ll see a number corresponding to your phone, but it’ll be listed as unauthorized. Turn your attention back to the phone. You’ll have a message requesting access. Accept. Run the command again on your computer to confirm that they’re connected.
 +<code>
 +# adb devices
 +List of devices attached
 +bb6ad1ae device
 +</code>
  
 ===== Commands ===== ===== Commands =====
   * [[android:adb-tools:adb|ADB Commands]]   * [[android:adb-tools:adb|ADB Commands]]
   * [[android:adb-tools:fastboot|FastBoot Commands]]   * [[android:adb-tools:fastboot|FastBoot Commands]]
android/adb-tools/adb-tools.1644137965.txt.gz · Last modified: by oscar