Simple open adb

1xmattx1

Well-known member
Jul 1, 2010
64
1
0
Visit site
I know it's a pretty easy task to open adb and blah blah. but for the people who are lazy or just like click stuff I wrote a Batch file that will open and go to the directory of were your Android SDK tools is then will run "adb devices" pauses then runs "adb shell"

This is a batch file so open up notepad, save It with a name, and remember to change the extension to .bat

Also change the path to were your android sdk tools is etc.

Code:
@echo off
cd c:\AndroidSDK\Tools
adb devices
pause
adb shell
 

Trending Posts

Forum statistics

Threads
943,152
Messages
6,917,538
Members
3,158,848
Latest member
kerokekerol