ADB CMD
adb commands: listing devices : cmd : adb devices o/p db devices List of devices attached emulator-5554 device emulator-5556 device shell to the particular device: cmd: adb -s deive name shell i/p:$ adb -s emulator-5556 shell root to the particular device: $ adb -s emulator-5554 root adbd is already running as root list all the package pm list packages cmd: megala@kali:~/Downloads/sample apk files$ adb -s emulator-5554 shell generic_x86:/ # pm list packages pushing the files to the device: adb push local file mbl location $ adb push Instagram_v144.0.0.25.119_apkpure.com.apk /sdcard Instagram_v144.0.0.25.119_apkpure.....0 MB/s (30809534 bytes in 0.249s) megala@kali:~/Downloads/sample apk files/insta_zip extract$ adb shell generic_x86:/ # cd sdcard/ ...