ADB Commands - devices, push, pull and remount with practical demo

Опубликовано: 02 Октябрь 2024
на канале: Dr. Parag Shukla
1,106
21

This video practically demonstrates how to push the file from computer to android emulator and how to pull the file from android emulator to computer. It also demonstrates the how to make system partition in writable mode.

adb devices - will return the list of emulator running

adb push source_path dest_path
(Source_path - Path of Computer, Dest_path - Path of Emulator)

adb pull source_path dest_path
(Source_path - Path of Emulator, Dest_path - Path of Computer)

adb remount - It is used to enable /system partition in writable mode

For Learning More about Programming
Subscribe to My Channel: https://www.youtube.com/c/drparagshuk...