노무현 전 대통령 서거 추모글 남기기

remount 한다.
>adb remount

안드로이드에 있는 host 파일을 받는다.
>adb pull /system/etc/hosts D:\TDPlatform\android_home\backup\

hosts 파일 수정한다.
---------------------------------------
기본적으로 로컬만 등록되어 있음.
127.0.0.1      localhost
---------------------------------------

host 파일을 넣는다.
>adb push D:\TDPlatform\android_home\work\hosts /system/etc/


hosts 파일 수정 확인해보기

>adb -e shell
#cat /system/etc/hosts
Posted by Kelly Cook
,