Hi all I just write a simple test about location listener.But when I start the program, I get a log :
11-20 02:16:36.518: ERROR/Zygote(32): setreuid() failed. errno: 17 11-20 02:16:37.937: ERROR/BatteryService(67): usbOnlinePath not found 11-20 02:16:37.937: ERROR/BatteryService(67): batteryVoltagePath not found 11-20 02:16:37.937: ERROR/BatteryService(67): batteryTemperaturePath not found 11-20 02:16:37.957: ERROR/SurfaceFlinger(67): Couldn't open /sys/power/ wait_for_fb_sleep or /sys/power/wait_for_fb_wake 11-20 02:16:38.177: ERROR/SensorService(67): couldn't open device for module sensors (Invalid argument) 11-20 02:16:44.217: ERROR/System(67): Failure starting core service 11-20 02:16:44.217: ERROR/System(67): java.lang.SecurityException 11-20 02:16:44.217: ERROR/System(67): at android.os.BinderProxy.transact(Native Method) 11-20 02:16:44.217: ERROR/System(67): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java: 146) 11-20 02:16:44.217: ERROR/System(67): at android.os.ServiceManager.addService(ServiceManager.java:72) 11-20 02:16:44.217: ERROR/System(67): at com.android.server.ServerThread.run(SystemServer.java:206) 11-20 02:16:44.237: ERROR/EventHub(67): could not get driver version for /dev/input/mouse0, Not a typewriter 11-20 02:16:44.237: ERROR/EventHub(67): could not get driver version for /dev/input/mice, Not a typewriter 11-20 02:16:44.767: ERROR/SoundPool(67): error loading /system/media/ audio/ui/Effect_Tick.ogg 11-20 02:16:44.767: ERROR/SoundPool(67): error loading /system/media/ audio/ui/KeypressStandard.ogg 11-20 02:16:44.767: ERROR/SoundPool(67): error loading /system/media/ audio/ui/KeypressSpacebar.ogg 11-20 02:16:44.767: ERROR/SoundPool(67): error loading /system/media/ audio/ui/KeypressDelete.ogg 11-20 02:16:44.767: ERROR/SoundPool(67): error loading /system/media/ audio/ui/KeypressReturn.ogg 11-20 02:16:44.797: ERROR/UsbObserver(67): java.lang.NullPointerException 11-20 02:16:44.797: ERROR/UsbObserver(67): at com.android.server.UsbObserver.init(UsbObserver.java:131) 11-20 02:16:44.797: ERROR/UsbObserver(67): at com.android.server.UsbObserver.<init>(UsbObserver.java:65) 11-20 02:16:44.797: ERROR/UsbObserver(67): at com.android.server.ServerThread.run(SystemServer.java:402) 11-20 02:16:45.597: ERROR/ThrottleService(67): Could not open GPS configuration file /etc/gps.conf 11-20 02:16:46.287: ERROR/logwrapper(144): executing /system/bin/tc failed: No such file or directory then when I send a GPS in the DDMS, my program will die.My SDK version is 9. I ever used the Version 7, then it is right. Can anyone provide some information about it? Thank you. -- 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

