Android appears "Read-only File system" solution

Source: Internet
Author: User

android-appears read-only file system solution

Enter command:

The code is as follows Copy Code

Mount-o remount Rw/system

(Execute once each time)

Some friends say is "/" the question, the order should read: ADB push alarmclock.apk Systemapp namely "/" Change "" can. ADB push computer Path simulator path must be "" in the computer path and the emulator must be "/" and the emulator's path is read-only


Manipulate file on device file system result encountered "... Read-only file System ".


Solution:

1. The simplest, ADB remount

2. If not, the ADB shell su remount file system to read and Write permission: Mount-o Rw,remount/system. For security reasons, remember afterwards remount back to read only: Mount-o Ro,remount/system

3. Similar to Method 2, Mount-o rw,remount-t Ext3/dev/block/mmcblk1p21/system


1. Use command: ADB push Alarmclock.apk/system/app
Tips:

The code is as follows Copy Code
Failed to copy ' alarmclock.apk ' to '/system/app/alarmclock.apk ': Read-only file system
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.