{"tool":"adb","tool_display":"Adb","intent":"push-package-to-specific-device","intent_display":"push package to specific device","title":"Adb Command: push package to specific device","command_string":"adb -s <serial_number> install <path/to/file>.apk","raw_command_string":"adb -s {{serial_number}} install {{path/to/file}}.apk","description":"Exact CLI syntax to push package to specific device using Adb.","usage_scenario":"During device provisioning when targeting a specific unit.","scenario_context":"Ensure your device is connected and recognized by ADB before pushing packages.","simulated_output":"Performing Streamed Install\nSuccess","how_to_steps":["Run: adb -s SERIAL_NUMBER install path/to/file.apk","Confirm successful installation with: adb -s SERIAL_NUMBER shell pm list packages | grep PACKAGE_NAME","Check the output for your package in the list."],"inferred_category":"Filesystem","canonical_url":"https://www.syntaxstandard.com/adb/push-package-to-specific-device"}