I am working on Pandaboard with android ICS.I need to copy some files(e.g.log2) to /system/libs using adb.
My SD card having two partition 1.boot and 2.rootfs
I am working on Linux PC host and followed all the instruction given on "http://www.omappedia.com/wiki/Adb_over_USB" for ADB over USB.
I am using command "./adb push /home/brijesh/Desktop/ICS\ \ Log\ +\ bootargs/log2 /system/libs" to copy this file(log2) but getting error "failed to copy '/home/brijesh/Desktop/ICS Log + bootargs/log2' to '/system/libs': Read-only file system"
I have already edited the rootfs/init.rc file and adjust permissions as given below.
service console /system/bin/sh
- class core
- console
- disabled
+ user root
+ group root
Still i am not able to copy any file to /system directory on SD Card.
How to get root access in Android ICS on pandaboard.