Thursday, December 5, 2013

How to login to my android device from terminal

Steps

1. sudo adb start-server

2. Check whether you are able to view your device
sudo adb devices

3. Start the shell:
sudo adb shell.

Listing all the packages installed:

pm list packages

No comments:

Post a Comment