I am running into a weird adb problem.
I am running root on the phone have full access to the device. I using sudo on my linux box.
I am able to do "adb push file_name" for an individual file, but if I do "adb push *" ina folder for group of files, i get the error "Read only filesystem"
Can anyone tell what the problem is?