March 13th, 2010, 05:47 PM
|
#2 (permalink)
|
|
Superuser
Join Date: Nov 2009
Location: Illinois
Posts: 3,636
Device(s): Galaxy Nexus, Sensation 4G, Nexus S, Droid X, XOOM 4G, Touchpad
Thanks: 134
Thanked 2,141 Times in 697 Posts
|
Quote:
Originally Posted by Hamnrye
Here are my questions. Do I just connect the USB cable or must I also select mounting? Once that is squared away, I open the command prompt on my PC and type these commands. The file is in my C:\android folder. When adding that to the second line do I use traditional dos cmd back-slash or a front-slash, i.e
adb push c:\android\facebook.apk /system/app or
adb push c:/android/facebook.apk /system/app or
something entirely different?
Once I've run that and the final command is there anything else I need to do or will the push overwrite the facebook.apk that is in the system/app on my Droid now? Should I use root explorer to change the name of the current facebook.apk (facebook.apk.old) before doing this or just leave it as it is?
[/SIZE]
|
You don't mount. Just make sure you have USB debugging enabled.
Why don't you move your facebook.apk to the same directory that you have adb in. Then you can follow Chevy's commands word for word.
|
|
|