I replaced the modified build.prop file that contains ro.kernel.qemu=0 for system.img with yaffey, but that didn't work. When the emulator is rebooted, ro.kernel.qemu=1 still exists on the adb shell getprop .
EDIT:
I also tried:
- add
ro.kernel.qemu=0 to default.prop in ramdisk.img - add
setprop ro.kernel.qemu 0 to init.goldfish.rc in ramdisk.img
But all this did not work. When I run the emulator with the modified ramdisk.img, ro.kernel.qemu still remains on the adb shell getprop .
Now I'm trying to rebuild the kernel to set it to 0, but I did not find where ro.kernel.qemu installed in the kernel source.
Score for any advice.
source share