View Single Post
Old April 16th, 2010, 08:42 AM   #39 (permalink)
megabiteg
Member
 
megabiteg's Avatar
 
Join Date: Mar 2010
Location: Boston, MA
Posts: 269
 
Device(s): Samsung Epic 4G
Thanks: 98
Thanked 37 Times in 30 Posts
Default

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.
__________________
----
"Perfection is my life goal, excellence will be tolerated."
megabiteg is offline  
Reply With Quote
The Following User Says Thank You to megabiteg For This Useful Post:
CrisKenyon (April 16th, 2010)