Re: [android-developers] Re: How to copy files from Android to PC?

2012-03-19 Thread Italo Mendonça Rocha
Moktarul Anam, it's a good idea.

Thanks everybody

2012/3/19 moktarul anam mokta...@gmail.com

 install  dropbox
 moktarul


 On Thursday, 15 March 2012 16:13:27 UTC+5:30, Italo Mendonça Rocha wrote:

 Hello,

 Does anyoane know how to copy files from Android to PC programmatically?

 Thanks in advance.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to copy files from Android to PC?

2012-03-18 Thread Save My Life!
You can use ftp.
Steps
1. Install wireless file transfer from market to your phone.
Its free.

2.connect your WFT to access point.

It will provide you one IP

From cuteftp
(installed on PCS )or some other ftp access your android phone
 On Mar 16, 2012 8:44 PM, Ali Chousein ali.chous...@gmail.com wrote:

 Hhhmmm, send your files to the PC through bluetooth maybe? I guess you
 have to use one of the standard protocols.

 -
 Ali Chousein
 http://www.codeproject.com/KB/android/PayGol-Android.aspx
 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
 http://geo-filtered-assistant.blogspot.com
 https://marketplace.cisco.com/apphq/products/994

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to copy files from Android to PC?

2012-03-18 Thread Italo Mendonça Rocha
The application I'm making is made for users who are not familiar with
software. They do not know how to configure FTP, bluetooth and manage memory
card. One idea is to provide them a super easy desktop application, in
order to get the files from an Android device. What do you think?

Thanks.

2012/3/18 RLScott fixthatpi...@yahoo.com

 Doesn't this work only with files in the external memory (SD card)?
 What if you want to copy files from your app's private documents
 folder?

 On Mar 18, 3:03 am, Save My Life! alertsavemyl...@gmail.com wrote:
  You can use ftp.
  Steps
  1. Install wireless file transfer from market to your phone.
  Its free.
 
  2.connect your WFT to access point.
 
  It will provide you one IP
 
  From cuteftp
  (installed on PCS )or some other ftp access your android phone
   On Mar 16, 2012 8:44 PM, Ali Chousein ali.chous...@gmail.com wrote:
 
 
 
   Hhhmmm, send your files to the PC through bluetooth maybe? I guess you
   have to use one of the standard protocols.
 
   -
   Ali Chousein
  http://www.codeproject.com/KB/android/PayGol-Android.aspx
  http://weatherbuddy.blogspot.com|http://twitter.com/weather_buddy
  http://geo-filtered-assistant.blogspot.com
  https://marketplace.cisco.com/apphq/products/994
 
   --
   You received this message because you are subscribed to the Google
   Groups Android Developers group.
   To post to this group, send email to
 android-developers@googlegroups.com
   To unsubscribe from this group, send email to
   android-developers+unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to copy files from Android to PC?

2012-03-18 Thread Mark Murphy
2012/3/18 Italo Mendonça Rocha ital...@gmail.com:
 The application I'm making is made for users who are not familiar with
 software. They do not know how to configure FTP, bluetooth and manage memory
 card. One idea is to provide them a super easy desktop application, in order
 to get the files from an Android device. What do you think?

Step #1: User plugs in USB cable, and external storage becomes a
Windows drive letter

That is one step. That is as simple as it is going to get. Anything
else will require:

-- installing software on the device
-- installing software on the PC
-- configuring one or both pieces of software
-- possible configuring other software (e.g., antivirus to allow the
PC to open a port)
-- possible other hardware setup (e.g., installing a wireless access
point, installing a Bluetooth receiver)
-- possible per-usage configuration (e.g., passwords, switching device
WiFi on, setting up IP addresses if they change)

Please note that this list is not Android-specific.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 4.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en