Make simulator boot in master.

Change-Id: I13fa4c188645049152cbfcf2139cf21acebaa370
diff --git a/simulator/app/PropertyServer.cpp b/simulator/app/PropertyServer.cpp
index 9b90a78..ad2f5f6 100644
--- a/simulator/app/PropertyServer.cpp
+++ b/simulator/app/PropertyServer.cpp
@@ -91,8 +91,8 @@
         { "ro.build.date.utc", "1196264654" },
         { "ro.build.type", "eng" },
         { "ro.build.version.sdk", "8" },
-        { "ro.build.version.codename", "Gingerbread" },
-        { "ro.build.version.release", "Gingerbread" },
+        { "ro.build.version.codename", "Honeycomb" },
+        { "ro.build.version.release", "Honeycomb" },
         { "ro.product.device", "simulator" /*"sooner"*/ },
         { "ro.product.brand", "generic" },
         { "ro.build.user", "fadden" },
@@ -102,12 +102,16 @@
         { "ro.radio.use-ppp", "no" },
         { "ro.FOREGROUND_APP_ADJ", "0" },
         { "ro.VISIBLE_APP_ADJ", "1" },
+        { "ro.PERCEPTIBLE_APP_ADJ", "2" },
+        { "ro.HEAVY_WEIGHT_APP_ADJ", "3" },
         { "ro.SECONDARY_SERVER_ADJ", "2" },
         { "ro.HIDDEN_APP_MIN_ADJ", "7" },
         { "ro.CONTENT_PROVIDER_ADJ", "14" },
         { "ro.EMPTY_APP_ADJ", "15" },
         { "ro.FOREGROUND_APP_MEM", "1536" },
         { "ro.VISIBLE_APP_MEM", "2048" },
+        { "ro.PERCEPTIBLE_APP_MEM", "4096" },
+        { "ro.HEAVY_WEIGHT_APP_MEM", "4096" },
         { "ro.SECONDARY_SERVER_MEM", "4096" },
         { "ro.HIDDEN_APP_MEM", "8192" },
         { "ro.EMPTY_APP_MEM", "16384" },