반응형
android 에서 "Read-only file system" 이라는 메세지가 나오며 file operation 이 안 되면...
su ( super user ) 모드에서 다음 명령어를 수행하면 된다.
su ( super user ) 모드에서 다음 명령어를 수행하면 된다.
mount -o rw,remount /system
작업을 마친 다음에는 아래 명령어로 원래 mode 로 바꿔준다
mount -o ro,remount /system
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] Google Play Service 는 나쁜놈이었다. (0) | 2015.09.16 |
---|---|
병렬 프로그램을 위한 어노테이션 (0) | 2015.07.20 |
Android StrictMode (0) | 2015.06.26 |
@NotNull annotation 의 장점 (0) | 2015.06.23 |
이클립스 실행시 Java was started but returned exit code=1 에러가 날때 (0) | 2015.06.23 |
댓글