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

Published: 08 July 2023
on channel: 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...


Watch video ADB Commands - devices, push, pull and remount with practical demo online, duration hours minute second in high quality that is uploaded to the channel Dr. Parag Shukla 08 July 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,106 times and liked it 21 visitors.