Im an idiot... sorry guys (adb)

williek113

Well-known member
Jan 10, 2012
179
1
0
How do I get into adb shell? I downloaded and installed (i think) the sdk tools and stuff, but idk whats wrong, did i not install the right stuff?
 
Go to the the ADB tools are at using command prompt or hold shift and right click to click open command prompt here.

You can then type stuff like ADB push

Sent from my VM670 using Tapatalk 2
 
you also need to make sure your path information is right. there are tons of videos tutorials out there for how to get adb. would you like me to find you one?
 
Depends type this into your Command Prompt depending on your OS

Windows:
Code:
SET PATH=%PATH%;C:\Program Files\Android\android-sdk\platform-tools\
Linux/Mac:
Code:
export PATH=$PATH:/path/to/your/SDK

now type adb shell and enjoy.
 
Depends type this into your Command Prompt depending on your OS

Windows:
Code:
SET PATH=%PATH%;C:\Program Files\Android\android-sdk\platform-tools\
Linux/Mac:
Code:
export PATH=$PATH:/path/to/your/SDK

now type adb shell and enjoy.

it didnt have an error, but I dont think it did anything, i cant check with my phone in to see if this works at all tho cause my computer doesnt recognize my phone (yes i installed the drivers)
 
no, just type in your command prompt 'adb shell', and if it pops up with a $, then you have adb shell. Or if i pops up with a # then you have root access adb shell.
 

Trending Posts

Forum statistics

Threads
957,776
Messages
6,974,449
Members
3,163,907
Latest member
amin2k019