[android-porting] how to load *.so in android?

2011-09-28 Thread ast510...@msn.cn
hi, i want to know ,how to load the *.so (library) in android ? and now i am porting G-sensor (mma7660),there is some wrong in the HAL, that is E/SensorService( 2202): couldn't open device for module sensors (Invalid argument).i doubt that it load the wrong *.so(library). can you tell me th

Re: [android-porting] how to load *.so in android?

2011-10-04 Thread Leonardo Kim
Hi. Did you build a mma7660 module as kernel module. If so, do your init.rc file or init..rc file include mma7660's kernel module? Regards, Leonardo YongUk KIM On Wed, Sep 28, 2011 at 11:03 AM, ast510...@msn.cn wrote: > hi, >   i want to know ,how to load the *.so (library) in android ?  and