Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9192d5a5 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '44-add-details-about-setting-device-to-file-transfer-mode-in-adb' into 'master'

Resolve "Add details about setting device to File Transfer mode in adb"

Closes #44

See merge request e/documentation/user!59
parents 3ca1e4d8 426626cb
Loading
Loading
Loading
Loading

pages/install-adb.md

0 → 100644
+37 −0
Original line number Diff line number Diff line
---
layout: page
permalink: /pages/install-adb
search: exclude
---
## Steps to Install adb on your PC
  * Get[ SDK Platform tools](https://developer.android.com/studio/releases/platform-tools) package specific to your PC OS
  * Check the installation instructions and install dependencies as per the details on the site.
     > Please note: Windows users will need the proper drivers installed on their computer


### For Ubuntu users:

  *  Open a terminal window and type:
  ```
  sudo apt update
  sudo apt install android-tools-adb android-tools-fastboot
  ```
### To check ADB version type:
  ```
  adb version
  ```
### Sample output:
  ```
  Android Debug Bridge version 1.0.36
  ```
### Set File transfer mode on the device
* On the phone you would need to change the default USB Preferences

  Steps to do this are
* Swipe down on the phone once it is connected via USB to an adb enabled PC
* You would see an option 'Android system: Charging this device via USB'
> This is the default mode when connected via USB

* Tap on the option to display other modes available
* Select 'File Transfer mode'
* Come out of the screen