I don't have the link for adb, but it is pretty straight forward. When you (assuming windows) cd into the directory with ADB in it, you'll do something like this:
Code:
adb shell (will actually drop you to the android system cp, but it starts everything nice)
exit
adb push INPUT_FILE OUTPUT_FILE (also directory)
So with the push, it assumes that you have it in the directory with adb... hope that helps.
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.