Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

please help: cant push files onto phone


This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1 nitros

nitros
  • Members
  • 3 posts

Posted 01 May 2012 - 04:16 PM

when i tried to push over m7 and other rooting files it says: cannot stat 'm7': no such file or directory
is there something i am not doing right, i have tried m7 as a folder and the 2 files in the folder with no luck. i'm not meant to put the address down, as in :adb push c:\android-sdk-windows\platform-tools\m7 \sdcard\ am i?

Edited by nitros, 03 May 2012 - 06:32 PM.


#2 bassmadrigal

bassmadrigal
  • Administrators
  • 7,954 posts

Posted 01 May 2012 - 06:34 PM

m7 would need to be in your current working directory, otherwise you need to point to where it is at. If it is in your current working directory and it is just windows being retarded, throw a dot backslash .\ before the m7.

#3 nitros

nitros
  • Members
  • 3 posts

Posted 02 May 2012 - 05:00 PM

what do you mean by the working directory?
i tried .\ but it didnt work.

so i went and rooted it a different way so i could go onto flashing clockwork mod.
didn't work again so i used root explorer to put it in manually. works well from there but i get stuck at the last line of code where it says it cant find 'recovery-clockwork-3.0.2.7.img' is there something wrong with my sd card now or just me being stupid and not spotting an obvious mistake in the code.

edit: tried it again and i get permission denied.

is there a way to only use the device and use a root explorer to put everything on

Edited by nitros, 02 May 2012 - 05:18 PM.


#4 bassmadrigal

bassmadrigal
  • Administrators
  • 7,954 posts

Posted 02 May 2012 - 08:25 PM

In the windows command prompt, whatever directory it is showing there, the files need to be located there, or you need to give the full path to those files. And clockworkmod most likely needs to reside on your computer, not your sdcard.

#5 nitros

nitros
  • Members
  • 3 posts

Posted 03 May 2012 - 06:35 PM

it worked but i need cant get into clockwork.

to install i put ./flash_image recovery c:\documents and settings\(my cmd folder)recovery-clockwork-3.0.2.7-click.img
then it comes up with: usage: ./flash_image partition file.img
is this right? if it is what now




it worked, thanks for all the help.

Edited by nitros, 04 May 2012 - 07:43 AM.


#6 bassmadrigal

bassmadrigal
  • Administrators
  • 7,954 posts

Posted 03 May 2012 - 08:53 PM

You need to have the location in quotations.

./flash_image recovery "c:\documents and settings\(my cmd folder)recovery-clockwork-3.0.2.7-click.img"