PropEditor program Running the program: Main screen: Clicking Open File button opens a [text box] file dialog, defaulting to the sdcard); enter the name of a build.prop type file on the sdcard. (cp /system/build.prop /sdcard/build.prop first) Open
Android 中build.prop 文件与 getprop 命令
在android系统中,它的根文件系统下有几个用于启动系统时需要的配置文件:
/init.rc
/default.prop
/system/build.prop
我们先看看 build.prop 里面到底有些什么东西:
E:\AndroidProject\NowaMagic>adb shell
shellandroid:/ $ su
su
rootandroid:/ # cd system
cd syste