• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How do I open the console to delete apps? (Rooted Phone)

khaag27

Android Enthusiast
Hi I am wondering what it means to open console? I plugged in my phone to the computer but where exactly do I go to start removing apps.

My phone is rooted and backed up
 
Hi I am wondering what it means to open console? I plugged in my phone to the computer but where exactly do I go to start removing apps.

My phone is rooted and backed up
It's the same console you ran commands in to root your phone. Run adb shell and you're there...
 
You go to cd c:\android-sdk-windows\tools
Then... adb shell
Should see a $..then you type...su at the prompt and hit enter. This will take you to root...should look like this.

<prompt>cd c:\android-sdk-windows\tools
<c:\android-sdk-windows\tools>adb shell
$su
#
 
Back
Top Bottom