I have a libTestLibrary.so library and I want to add it to the android lib emulator folder. How can i do this?
I am doing the following steps:
- Window / Open Perspective / Other ... / DDMS
- Enter the Explorer tab.
- Locate the lib folder and open it.
- Click Click file on device and select the library that I want to click on the device, but then start the process a few seconds after its completion and an error message appears:
[2011-05-19 12:26:34] Failed to push selection: Read-only file system
Added. Dear Eric:
I see a message that you linked, but I canβt understand it, can you give an example of the following code for my problem or explain this?
adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system adb push su /system/xbin/su adb shell chmod 06755 /system adb shell chmod 06755 /system/xbin/su adb install superuser.apk
Added.
I write on the command line:
C:\android\android-sdk-windows\platform-tools>adb remount C:\android\android-sdk-windows\platform-tools>adb push libDsmShared.so /system/lib/libDsmShared.so
and an error appears:
could not copy 'libDsmShared.so' to '/system/lib/libDsmShared.so': from memory
Added
I took the following steps:
An error message will appear! What to do to solve this problem ... Please help.
Viktor Apoyan
source share