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 20:35] – 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 21: | Line 23: | ||
| === Windows === | === Windows === | ||
| - | First, download the [[https:// | + | == WinGet (Recommended) == |
| - | Afterwards, download | + | Install |
| - | In order to do do, navigate to the folder and change the text in the address bar to " | + | After installing, open a terminal |
| - | === Linux === | + | < |
| - | Use your package manager! | + | You will now be able to use ADB commands from your terminal. |
| - | Debian | + | == Manually == |
| - | '' | + | |
| - | Fedora | + | First, download the [[https:// |
| - | '' | + | |
| - | Arch | + | Afterwards, download [[https:// |
| - | '' | + | |
| - | + | In order to do do, navigate to the folder and change the text in the address bar to " | |
| - | You can now run ADB and Fastboot commands from the terminal. | + | |
| === Mac === | === Mac === | ||
| + | == Homebrew (Recommended)== | ||
| + | If you use [[https:// | ||
| + | |||
| + | Install Brew: | ||
| + | Open the Terminal and paste this command: | ||
| + | < | ||
| + | |||
| + | Install ADB: | ||
| + | Run in Terminal: | ||
| + | < | ||
| + | |||
| + | You can now run ADB commands from the terminal. | ||
| + | |||
| + | == 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.1769315700.txt.gz · Last modified: by phobos