Thread: Tranfer Files
View Single Post
  #4 (permalink)  
Old 07-13-2010, 04:32 PM
sanjsrik's Avatar
sanjsrik
Halfway to VIP Status
Offline
 
Join Date: Apr 2007
Posts: 716
Reputation: 320
sanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regularsanjsrik is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tranfer Files

another way to do it is make sure that Settings > Applications > Development > USB Debugging (box) is checked.

Then you can push files using the following command (assumes you have downloaded the Android SDK and unzipped it to a directory, and also have either navigated to the tools directory under the Android SDK or added it to your path):

ADB push FILENAME /sdcard

That will push your file to the sdcard on your device.

Do a search here for ADB I know I found a number of threads here or on XDA-Developers that go through how to use it in detail.

<learn Linux, Android will be much easier if you do>
Reply With Quote