Don't enter adb shell when you want to push files to your phone...it tends to get complex and its a waste of time so here's an easier way to handle thing.
Open ADB as normal but dont type adb shell, instead type adb push (drag and drop the desired file here) /sdcard/
so the final syntax should look something like this:
C:\Documents and Settings\Tweek\android-sdk\platform-tools>adb push C:\some_random_file /sdcard/
If you get an error that says device or path is Read-Only then just get an app like Blade Buddy or Root Explorer to mount the desired system in one click instead of the command line needed to mount as RW.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.