User Tools

Site Tools


adb_setup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
adb_setup [2026/01/12 11:26] phobosadb_setup [2026/01/15 16:09] (current) – removed phobos
Line 1: Line 1:
-The [[https://developer.android.com/tools/adb| Android Debug Bridge (ADB)]] is a command-line tool that can be used to install, uninstall, and debug applications. It also may be used to transfer files and access a device shell. It also is a necessary component for tools such as [[wp>scrcpy]] or Vysor. 
- 
-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. 
- 
-Keitais bought from online sellers will sometimes preload the phones with [[https://auroraoss.com/|Aurora Store]] or [[https://f-droid.org/|F-Droid]]. Otherwise, you will need to use ADB in order to install apps. 
- 
-===== Setup ===== 
- 
-First you will need to enable USB Debugging on the phone. Go into Settings>About Phone, in here click Build Number 5 times (It will say "You are now a Developer!"). You will now have access to Developer options which will be in Settings>More Settings>Dev Options. In here find USB Debugging and enable it. Now you may make use of ADB. 
- 
- 
-https://developer.android.com/tools/releases/platform-tools 
- 
- 
- 
- 
-==== Installation ====  
- 
- 
-=== Windows === 
- 
-First, download the [[https://developer.android.com/studio/run/win-usb|Google USB Driver]] and install it. 
- 
-Afterwards, download [[https://developer.android.com/tools/releases/platform-tools|SDK Platform Tools]]. After unzipping the download you may run commands using ADB from the folder.  
- 
-In order to do do, navigate to the folder and change the text in the address bar to "cmd", after pressing Enter you will get a terminal in the folder. You can now run ADB and Fastboot commands from the terminal. 
- 
-=== Linux === 
- 
-Download [[https://developer.android.com/tools/releases/platform-tools|SDK Platform Tools]]. After unzipping the download you may run commands using ADB from the folder.  
- 
-Many desktop environments support right clicking in the folder and opening it in the terminal. However, if this is not the case for you simply navigate to the folder in the terminal.  
- 
-You may need to right click ADB and Fastboot and make them executable.  
- 
-You can now run ADB and Fastboot commands from the terminal. You will need to prefix every command with ./. (e.g. ./adb devices). 
- 
-=== Mac === 
- 
-Download [[https://developer.android.com/tools/releases/platform-tools|SDK Platform Tools]]. After unzipping the download you may run commands using ADB from the folder.  
- 
-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. 
- 
-You will need to prefix every command with ./. (e.g. ./adb devices). 
- 
-You may need to make ADB and Fastboot executable via terminal. (Please let us know if that is or is not the case!). 
  
adb_setup.1768246005.txt.gz · Last modified: by phobos