Hi When I start the Emulator from doing "Android" via command line and then starting a AVD via startup API 7, then I get the following log via logcat. Essentially, the emulator just stays the way it with flickering "ANDROID" and nothing else. I can't load anything on it. Additionally, Is there a way to start AVD which is is quicker to bring up and less buggy?
Thanks for your help, Arvind 10-05 22:02:49.914: ERROR/vold(26): Error opening switch name path '/ sys/class/switch/test' (No such file or directory) 10-05 22:02:49.914: ERROR/vold(26): Error bootstrapping switch '/sys/ class/switch/test' (No such file or directory) 10-05 22:02:49.914: ERROR/vold(26): Error opening switch name path '/ sys/class/switch/test2' (No such file or directory) 10-05 22:02:49.914: ERROR/vold(26): Error bootstrapping switch '/sys/ class/switch/test2' (No such file or directory) 10-05 22:05:17.345: ERROR/BatteryService(93): usbOnlinePath not found 10-05 22:05:17.393: ERROR/BatteryService(93): batteryVoltagePath not found 10-05 22:05:17.393: ERROR/BatteryService(93): batteryTemperaturePath not found 10-05 22:05:17.823: ERROR/SurfaceFlinger(93): Couldn't open /sys/power/ wait_for_fb_sleep or /sys/power/wait_for_fb_wake 10-05 22:09:33.795: ERROR/EventHub(93): could not get driver version for /dev/input/mouse0, Not a typewriter 10-05 22:09:33.803: ERROR/EventHub(93): could not get driver version for /dev/input/mice, Not a typewriter 10-05 22:09:41.014: ERROR/System(93): Failure starting core service 10-05 22:09:41.014: ERROR/System(93): java.lang.SecurityException 10-05 22:09:41.014: ERROR/System(93): at android.os.BinderProxy.transact(Native Method) 10-05 22:09:41.014: ERROR/System(93): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java: 146) 10-05 22:09:41.014: ERROR/System(93): at android.os.ServiceManager.addService(ServiceManager.java:72) 10-05 22:09:41.014: ERROR/System(93): at com.android.server.ServerThread.run(SystemServer.java:176) 10-05 22:09:41.404: ERROR/AndroidRuntime(93): Crash logging skipped, no checkin service 10-05 22:12:35.684: ERROR/installd(31): eof 10-05 22:12:35.684: ERROR/installd(31): failed to read size -- 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

