How can I access files in the /sys folder of milestone/droid from java?

Posted by cboese on Stack Overflow See other posts from Stack Overflow or by cboese
Published on 2010-03-25T11:33:26Z Indexed on 2010/03/25 12:03 UTC
Read the original article Hit count: 285

Filed under:
|

I want to access files in the /sys, to be exact in the /sys/class folder. I just need to read some values there. I tried the Context.openFileInput method, but got only exceptions and I understand this is not the right way.

thanks for replying!

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk