Re: How to access device files from Java Android Apps

2009-07-14 Thread Tuan
Have the same question here. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send ema

Re: Access device files from Java Android Apps

2009-07-13 Thread Puneet
Please don't reply to this thread. There is another thread for this : http://groups.google.com/group/android-framework/browse_thread/thread/cb479e73702b99a -- Puneet Jindal On Jul 13, 1:19 pm, Puneet wrote: > Hi everybody, > > I have a compass attached to my prototype phone via the > USB inte

How to access device files from Java Android Apps

2009-07-13 Thread Puneet
Hi everybody, I have a compass attached to my prototype phone via the USB interface. I also have a shared library (provided by the vendor of the compass), that communicates with the compass. There is a function "connect()" in the shared library that, as I traced via the "strace" command, makes

Access device files from Java Android Apps

2009-07-13 Thread Puneet
Hi everybody, I have a compass attached to my prototype phone via the USB interface. I also have a shared library (provided by the vendor of the compass), that communicates with the compass. There is a function "connect()" in the shared library that, as I traced via the "strace" command, makes

Access device files from Java Android Apps

2009-07-13 Thread Puneet
Hi everybody, I have a compass attached to my prototype phone via the USB interface. I also have a shared library (provided by the vendor of the compass), that communicates with the compass. There is a function "connect()" in the shared library that, as I traced via the "strace" command, makes