bravishanker3
Lurker
Hi
I am working on building the Hello world app from the Android developers page. I have the emulator running but it does not display the Text hello world. It freezes with the Android booting symbol page and the console displays the following:
Waiting for HOME ('android.process.acore') to be launched
No errors are thrown. I am not able to figure out the error. The log cat has the following errors:
06-18 19:40:34.679: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
06-18 19:40:34.679: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
06-18 19:40:34.685: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
06-18 19:40:34.685: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
06-18 19:44:49.015: ERROR/BatteryService(60): usbOnlinePath not found
06-18 19:44:49.035: ERROR/BatteryService(60): batteryVoltagePath not found
06-18 19:44:49.065: ERROR/BatteryService(60): batteryTemperaturePath not found
06-18 19:44:49.345: ERROR/SurfaceFlinger(60): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
06-18 19:51:24.427: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
06-18 19:54:56.587: ERROR/BatteryService(61): usbOnlinePath not found
06-18 19:54:56.597: ERROR/BatteryService(61): batteryVoltagePath not found
06-18 19:54:56.627: ERROR/BatteryService(61): batteryTemperaturePath not found
06-18 19:54:56.987: ERROR/SurfaceFlinger(61): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
Also I tried installing eclipse again and the android plugin again. Please help me.Thanks
I am working on building the Hello world app from the Android developers page. I have the emulator running but it does not display the Text hello world. It freezes with the Android booting symbol page and the console displays the following:
Waiting for HOME ('android.process.acore') to be launched
No errors are thrown. I am not able to figure out the error. The log cat has the following errors:
06-18 19:40:34.679: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
06-18 19:40:34.679: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
06-18 19:40:34.685: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
06-18 19:40:34.685: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
06-18 19:44:49.015: ERROR/BatteryService(60): usbOnlinePath not found
06-18 19:44:49.035: ERROR/BatteryService(60): batteryVoltagePath not found
06-18 19:44:49.065: ERROR/BatteryService(60): batteryTemperaturePath not found
06-18 19:44:49.345: ERROR/SurfaceFlinger(60): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
06-18 19:51:24.427: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
06-18 19:51:24.427: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
06-18 19:54:56.587: ERROR/BatteryService(61): usbOnlinePath not found
06-18 19:54:56.597: ERROR/BatteryService(61): batteryVoltagePath not found
06-18 19:54:56.627: ERROR/BatteryService(61): batteryTemperaturePath not found
06-18 19:54:56.987: ERROR/SurfaceFlinger(61): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
Also I tried installing eclipse again and the android plugin again. Please help me.Thanks