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/30 08:33] – 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 27: | Line 29: | ||
| After installing, open a terminal (such as Powershell) and run this command to install ADB: | 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. | You will now be able to use ADB commands from your terminal. | ||
| Line 39: | 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 === |
| - | Use your package manager to install ADB tools, look for '' | + | == Homebrew (Recommended)== |
| + | If you use [[https:// | ||
| - | After installation you can now run ADB and Fastboot commands from the terminal. | + | Install Brew: |
| + | Open the Terminal and paste this command: | ||
| + | < | ||
| - | === Mac === | + | Install ADB: |
| + | Run in Terminal: | ||
| + | < | ||
| - | == Homebrew (Recommended)== | + | You can now run ADB commands |
| - | If you use [[https:// | + | |
| == Manually == | == Manually == | ||
| Line 56: | Line 62: | ||
| You will need to prefix every command with ./. (e.g. ./adb devices). | You will need to prefix every command with ./. (e.g. ./adb devices). | ||
| + | |||
| + | === Linux === | ||
| + | |||
| + | Use your package manager to install ADB tools, look for '' | ||
| + | |||
| + | After installation you can now run ADB and Fastboot commands from the terminal. | ||
setting_up_adb.1769790809.txt.gz · Last modified: by phobos