I have rooted my nexus-7 and everything is working smooth except that I am enable to copy files:
./sdcard# cp myfile.conf /etc/.
or create folders:
.# mkdir usr
within the root folder.
Searching on the internet, nothing seems to be working .. I tried to change the chmod, but it show me this:
Read-only file system
so, I tried to mount /myfile.conf and make it read/write as follow:
adb shell
su
mount -o remount,rw /sdcard/myfile.conf
but it gives me:
Usage: mount [-r] [-w] [-o options] [-t type] device directory
I am browsing and doing everything on my tablet through the ADB from my PC .. so am I doing something wrong .. or am I missing anything ?