From 653164b6a0febe3c6b8dcdf0c5367ad0fefc313f Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 26 May 2009 13:16:59 +0200 Subject: [PATCH] Modify init.goldfish.sh to launch the 'qemu-props' program when the emulator boots up. Its purpose is to receive a list of system property (name,value) pairs and set them on launch. --- rootdir/etc/init.goldfish.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/etc/init.goldfish.sh b/rootdir/etc/init.goldfish.sh index 0eb0154bf..f1b801d91 100755 --- a/rootdir/etc/init.goldfish.sh +++ b/rootdir/etc/init.goldfish.sh @@ -34,6 +34,10 @@ case "$boot_anim" in ;; esac +# call 'qemu-props' to set system properties from the emulator. +# +/system/bin/qemu-props + # this line doesn't really do anything useful. however without it the # previous setprop doesn't seem to apply for some really odd reason setprop ro.qemu.init.completed 1