• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root push not found...

nu2moding

Well-Known Member
when i try to push files to my phone using adb i get push not found. after mounting, etc and in shell with# i get that error. how can i fix that?
 
when i try to push files to my phone using adb i get push not found. after mounting, etc and in shell with# i get that error. how can i fix that?

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.
 
Back
Top Bottom