setting_up_adb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| setting_up_adb [2026/01/24 13:11] – phobos | setting_up_adb [2026/05/29 13:42] (current) – fixed code blocks phobos | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | The [[https:// | + | ====== Setting up ADB ====== |
| + | |||
| + | The [[https:// | ||
| The stock Keitais do not come with Google Play Services, or the Play Store. Also, the phones do not come with any built in way to install apps. | The stock Keitais do not come with Google Play Services, or the Play Store. Also, the phones do not come with any built in way to install apps. | ||
| Line 13: | Line 15: | ||
| ==== ADB Installation ==== | ==== ADB Installation ==== | ||
| - | < | + | < |
| + | On your first interaction with the phone via ADB you will be prompted to accept the PC's fingerprint. | ||
| + | Consider checkmarking " | ||
| - | **It is highly recommended to checkmark " | ||
| - | This is so that you can debug the phone later down the line in a situation where you are locked out.</ | + | === Windows === |
| + | == WinGet (Recommended) == | ||
| - | === Windows | + | Install [[https:// |
| + | |||
| + | After installing, open a terminal (such as Powershell) and run this command to install ADB: | ||
| + | |||
| + | < | ||
| + | |||
| + | You will now be able to use ADB commands from your terminal. | ||
| + | |||
| + | == Manually | ||
| First, download the [[https:// | First, download the [[https:// | ||
| Line 29: | Line 41: | ||
| In order to do do, navigate to the folder and change the text in the address bar to " | In order to do do, navigate to the folder and change the text in the address bar to " | ||
| - | === Linux === | + | === Mac === |
| - | Download | + | == Homebrew (Recommended)== |
| + | If you use [[https://brew.sh/|Brew]], simply install the '' | ||
| - | Many desktop environments support right clicking in the folder | + | Install Brew: |
| + | Open the Terminal | ||
| + | < | ||
| - | You may need to right click ADB and Fastboot and make them executable. | + | Install |
| + | Run in Terminal: | ||
| + | < | ||
| - | You can now run ADB and Fastboot | + | You can now run ADB commands from the terminal. |
| - | + | ||
| - | === Mac === | + | |
| + | == Manually == | ||
| Download [[https:// | Download [[https:// | ||
| - | Open Terminal and type cd followed by a space. Then, drag the platform-tools folder from your Finder window directly into the Terminal window and press Enter. | + | Open Terminal and type '' |
| You will need to prefix every command with ./. (e.g. ./adb devices). | You will need to prefix every command with ./. (e.g. ./adb devices). | ||
| - | You may need to make ADB and Fastboot | + | === Linux === |
| + | |||
| + | Use your package manager | ||
| + | |||
| + | After installation you can now run ADB and Fastboot | ||
setting_up_adb.1769289103.txt.gz · Last modified: by phobos