Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to push selection: Read-only file system

Tags:

android

I am trying to push my video in SD Card but its showing error in console failed to push selection, please help me this problem.

like image 416
Chandu Avatar asked Feb 06 '26 18:02

Chandu


1 Answers

In commmand

  1. Write: cd :/>C:\android\android-sdk-windows\platform-tools (or where ever adb.exe is located.if adb.exe is not present in sdk,download it saperately)
  2. Write: adb remount

not solved? see https://stackoverflow.com/a/14293973/1190809

like image 176
Amel Jose Avatar answered Feb 12 '26 12:02

Amel Jose