After enabling developer options on the phone, connect the USB cable that came with the phone to the computer. Start adb shell as follows: $ cd android-sdks/platform-tools <enter> $ ./adb shell <enter> Within the shell, you can execute several commands. List all installed packages using the adb in android-platform-tools pm list packages <enter> List all … Continue reading How to connect Android phone in developer mode and use adb