View Single Post
Old April 16th, 2010, 09:12 AM   #40 (permalink)
chadmd23
Senior Member
 
chadmd23's Avatar
 
Join Date: Dec 2009
Location: NYC
Posts: 527
 
Device(s): Galaxy Nexus
Thanks: 69
Thanked 59 Times in 35 Posts
Send a message via AIM to chadmd23 Send a message via MSN to chadmd23 Send a message via Yahoo to chadmd23 Send a message via Skype™ to chadmd23
Default

Heh! Welcome to Windows 95!

Quote:
Originally Posted by megabiteg View Post
Because of the way your are placing the command in the box you have 2 choices:

a) adb push "C:\Documents and Settings\Compaq_Owner\Desktop\Camer_16_Fix" /system/app

OR

b) copy the Camer_16_Fix to the same folder where ADB is and then run the command this way:
adb push Camer_16_Fix /system/app

The problem:

Because of the C:\Documents and Settings\Compaq_Owner\Desktop path, DOS will interpret that each word is a command, that's why you have to include the "" at the star and end because its the only way you cant tell the OS that you are dealing with one full string.

Choose what works for you best, and let us know.
__________________
Please take a second to search for your answer, and keep the forums clean of repeat postings. Thanks!
chadmd23 is offline  
Reply With Quote