wehn I was using the regular sdk emulator I placed the .so (libraries)
needed in the Libs folder inside the eclipse project and it worked
fine,
now, since I use the x86 eeepc iso, the app cannot find the libraries.
I tried the following things:
1) when installing the system I asked NOT (selected 'No') when the
wizard asked me if to
set the system folder as read-only, but it ignored my request and
still made the whole sda1 read-only.
2) tried pushing the .so files to /system/lib but got a 'read-only
file system' response, of course.
3) tried running:
adb shell
once in shell:
mount -o remount,rw /dev/sda1 /
exit
then push again with the same results.
so, my questions are:
1) is there a different way to place the 3rd party libraries in the
project tree so that the java code will see them?
2) something to do in eclipse to make it work?
3) is there a way to make use the installer and force it to make the /
system folder read-write?
BTW: the image I'm using is android-x86-3.2-RC2-eeepc.iso... managed
to get the internet/network working so adb and adt plugin work ok.
Thanks