Android/adb

android /etc/hosts file modify

linuxism 2013. 1. 24. 10:12


1. 기존 파일을 수정하려면 파일을 가져와서 수정한다
>adb remount
>adb pull /system/etc/hosts C:\
>adb push C:\hosts /system/etc/
>adb -e shell
#cat /system/etc/hosts


2. 기존 파일 수정하지 않고 새파일로 교체

>adb push C:\hosts /system/etc/