I have an ANDROID application which reads sensor values and writes them to a .csv file.The file writing runs on a continous thread.The thread is terminated on a button press.Everything is fine but I keep getting an error "QemuSensor:data_poll:len=-1,errorno=9:Bad file number".Anyone has seen it before.

link|improve this question

17% accept rate
which sensor is it? and where is the .csv file – visista Jul 20 '11 at 19:07
Same here, appear when I use Accelerometer sensor in Emulator. – Shivan Raptor Nov 23 '11 at 7:23
Did you figure out the reason yet? I am not doing anything with Accelerometer but getting the same error when I close it. – Paul Jan 2 at 23:15
feedback

2 Answers

Are you testing it on emulator. It may be due the fact that Emulator don't have any sensors. Probably try on a real device and see if the problem persists.

link|improve this answer
feedback

it happens because you are testing in emulator test in real android device. your code will sure work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.