I want to change build.prop file on my emulator. Here are the speps I have done: >From command line: emulator –avd <device> –partition-size 128 adb pull /system/build.prop edit build.prop adb mount adb push build.prop /system/build.prop adb shell rm /system/app/SdkSetup.apk Close emulator, delete the files: userdata-qemu.img, userdata.img, cache.img from avd\<device> directory start emulator: emulator –avd <device> adb pull /system/build.prop I see the original build.prop file, not modified one, I can also see SdkSetup.apk in system/app, so the the emulator is reverted back to its original stage. Am I missing something?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

