Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Android - adb push not working on /system, read only

The sequence of commands that worked for me was

adb root
adb disable-verity
adb reboot
adb root
adb remount

If I don't reboot, remount does not succeed.

Tags:

Adb

File System

Related

Android - Does Titanium Backup backup the Signal private Key? Android - How to extract Google contacts pictures? Android - Where to download official Wiko Jerry drivers for ADB/USB connection? Android - What's the difference between Data and Internal Storage? Android - Creating a bootable USB through android Android - How to set one Ringtone for Contacts and another for non contacts? Android - How to play 5.1 audio direct to speakers Android - Why doesn't Huawei provide just the USB driver to use ADB? Android - How can I edit the URL of a home screen bookmark? Android - Soft bricked Moto G4 (XT1625) after SuperSU install Android - Possible to transfer songs from iTunes (on Mac) to Android phone? Android - How to access and modify previous commands (bash history) in Termux

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy