1. adb에서 마운트 하기
#  mount -rw -t vfat /dev/block/mmcblk1p1 /sdcard
#  umount /sdcard


2. 설정 -> 저장공간 -> SD카드 마운트


3. 어플에서 인식 확인

http://mc500.tistory.com/100

# mount -t ext3 -o rw,remount /dev/block/mmcblk0p6 /system
# mount -o remount,rw rootfs /
# mount -o remount,rw /dev/block/mtdblock4 /system

'Operating System > Android' 카테고리의 다른 글

Android 미디어 스캔 방지 방법  (0) 2012.08.26
adb 커맨드  (2) 2012.08.26
안드로이드 오픈소스 내려받기  (0) 2011.06.13

+ Recent posts