what is the correct command for ADB PUSH on the LG?

Search This thread

JoeProcopio

Senior Member
Jan 1, 2010
210
16
trying to push file but not having success.

are there any different commands than the regular commands for the G2?

adb push update.zip /sdcard

is there something i'm missing?

CWM puts you in ADB mode on launch right?
 

JoeProcopio

Senior Member
Jan 1, 2010
210
16
adb devices shows phone attached recovery

adb push update.zip /sdcard returns nothing

am i missing a command? do I need to open a shell? or let it sit for awhile as it is a 1gb+ file
 

acejavelin

Inactive Recognized Contributor
adb devices shows phone attached recovery

adb push update.zip /sdcard returns nothing

am i missing a command? do I need to open a shell? or let it sit for awhile as it is a 1gb+ file
You would need to specify the correct path... /sdcard is not a real path (its a symbolic link), try

adb push update.zip /data/media/0
 

JoeProcopio

Senior Member
Jan 1, 2010
210
16
that could be an issue, lol
hadn't done pushes for a long time so i haven't used the command
 

JoeProcopio

Senior Member
Jan 1, 2010
210
16
once i hit enter, what should i see? should i see a progress bar? the file is 1.3GB, will it take a while?
 

turtledude558

Member
Jan 17, 2009
11
0
San Francisco, CA
yup....took awhile! trying the flash now

I'm having a similar issue - seems like adb is set up correctly, but I'm unsure if the push command is working. About how long did you have to wait? Did you have any notifications on progress, etc?

Thanks!

---------- Post added at 10:26 AM ---------- Previous post was at 10:08 AM ----------

Nvm! Worked out - just took some time like the OP's.

For future reference - it took mine about 15-20 minutes to transfer a file that was about 1.3gb (similar to the OP's) and the terminal window (using OSX) showed a blank line after submitting the push command. The blank line was replaced by a summary of the file transfer (speed, time, and size) once the transfer was completed.
 

Top Liked Posts