Skip to content

Commit e4412d4

Browse files
authored
Create README.md
1 parent 94d24a2 commit e4412d4

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This is an open source adb shell for Windows only.
2+
3+
Instructions:
4+
1. Grab the zip from the latest release.
5+
2. Unzip the file directly into an area of your user's directory - I recommend unzipping the file into your documents folder.
6+
3. Download the latest android SDK Platform Tools zip for windows from this link: https://developer.android.com/tools/releases/platform-tools
7+
4. Open the "openadbshell" directory you unzipped and you should see the exe and an internal folder. Create another folder named "adb".
8+
5. Unzip the sdk and move the individual files directly into the adb folder.
9+
6. Now, you can run the openadbshell.exe to test out the shell.
10+
11+
Your installation should look like:
12+
13+
openadbshell>adb>adb.exe and other files
14+
15+
To add to windows 11 terminal:
16+
1. Follow the above instructions.
17+
2. Go to terminal>settings>add a new profile>duplicate current profile>duplicate command prompt profile.
18+
3. Go to the new duplicated profile.
19+
4. Change the name to "OpenADB Shell"
20+
5. Change the command line executable to the openadbshell.exe
21+
6. Set the starting directory to the openadbshell directory.
22+
7. Now, you can access the shell from windows 11 terminal - just like cmd or powershell.
23+
24+
**Not affiliated with android, windows, google, or microsoft.

0 commit comments

Comments
 (0)