Re: [iPhone] File coping application

2010-04-28 Thread Arun
Hi,

I was thinking of an application that can mount the iPhone as a drive with
read/write access.
Using this app i would have had an file system interface which is inline
with finder and makes easy to use the device.

Thanks
Arun KA

On Mon, Apr 26, 2010 at 10:30 PM, Mark Ritchie mark.ritc...@mac.com wrote:

 Hey!

 On 26/Apr/2010, at 9:04 AM, Arun wrote:
  Is it possible to copy files form iPhone on to a Mac when iPhone is
  connected to USB?

 That depends on what kind of files! ;-)
 (Images for example are easily copied.)
 What are you trying to do?
 M.


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-28 Thread Joanna Carter
Hi Arun

Le 28 avr. 2010 à 13:53, Arun a écrit :

 I was thinking of an application that can mount the iPhone as a drive with
 read/write access.
 Using this app i would have had an file system interface which is inline
 with finder and makes easy to use the device.

Try this :http://avatron.com/apps/air-sharing/

Joanna

--
Joanna Carter
Carter Consulting

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-27 Thread Thomas Engelmeier

Am 26.04.2010 um 21:17 schrieb John Joyce:

 For your personal pleasure: The iPhone is a MTP device, so you can use 
 ImageCapture to copy images from / to your phone.
 
 If you  don't want Stanza-like trouble and stay in the AppStore:  There is 
 no official way.
 
 HTH,
  Thomas
 Translation: 
 Though possible, this is in direct violation of the agreement for the 
 iPhone OS SDK.
 
 @Thomas,
 Correct as you are here, this potentially also could get you bonked off of 
 the mailing list.

If mentioning the iPhone implements the  _Multimedia_ Transfer Protocol (and 
not only the _Picture_ Transfer Protocol described in the 15470 standard) and 
it has a really good, brand new Cocoa counterpart with the new ImageCaptureCore 
in SnowLeopard brings me after nearly a decade on-list a ban, I've no problems 
with being not on this list - I'm here to discuss engineering topics, not to 
get a EULA lawyer for released, public APIs. 

To stay on topic:  I really recommend anyone to check out the new Snow Leopard 
IMageCaptureCore for dealing with MTP devices. My recommendation to test is 
using an iPhone and a cradle - attached 3rd party cameras usually suffer from a 
drastic battery drain so  you usually have to stop debugging after some hours 
(less than one hour for my DSLRs) for a recharging break. The testing drawback 
is the iPhone can not be remote controlled to take pictures (in contrary to 
most other PTP devices).

Regards,
TE




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


[iPhone] File coping application

2010-04-26 Thread Arun
Hi All

Is it possible to copy files form iPhone on to a Mac when iPhone is
connected to USB?
If so how can we achieve this?

Thanks
Arun
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread Kyle Sluder
On Mon, Apr 26, 2010 at 9:04 AM, Arun arun...@gmail.com wrote:
 Is it possible to copy files form iPhone on to a Mac when iPhone is
 connected to USB?

No.

--Kyle Sluder
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread Thomas Engelmeier

On 26.04.2010, at 18:04, Arun wrote:

 Is it possible to copy files form iPhone on to a Mac when iPhone is
 connected to USB?
 If so how can we achieve this?

For your personal pleasure: The iPhone is a MTP device, so you can use 
ImageCapture to copy images from / to your phone.

If you  don't want Stanza-like trouble and stay in the AppStore:  There is no 
official way.

HTH,
Thomas

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread Mark Ritchie
Hey!

On 26/Apr/2010, at 9:04 AM, Arun wrote:
 Is it possible to copy files form iPhone on to a Mac when iPhone is
 connected to USB?

That depends on what kind of files! ;-)  
(Images for example are easily copied.)
What are you trying to do?
M.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread Ricky Sharp

On Apr 26, 2010, at 11:40 AM, Kyle Sluder wrote:

 On Mon, Apr 26, 2010 at 9:04 AM, Arun arun...@gmail.com wrote:
 Is it possible to copy files form iPhone on to a Mac when iPhone is
 connected to USB?
 
 No.


Just to add though that you _can_ transfer files via WiFi.  But of course, only 
for those files that your particular app works with.
___
Ricky A. Sharp mailto:rsh...@instantinteractive.com
Instant Interactive(tm)   http://www.instantinteractive.com



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread John Joyce

 Subject: Re: [iPhone] File coping application
 To: Arun arun...@gmail.com
 Cc: cocoa-dev@lists.apple.com
 Message-ID: 59e8cb02-f49c-4bfb-bffb-fa4fcfb21...@gmail.com
 Content-Type: text/plain; charset=us-ascii
 
 
 On 26.04.2010, at 18:04, Arun wrote:
 
 Is it possible to copy files form iPhone on to a Mac when iPhone is
 connected to USB?
 If so how can we achieve this?
 
 For your personal pleasure: The iPhone is a MTP device, so you can use 
 ImageCapture to copy images from / to your phone.
 
 If you  don't want Stanza-like trouble and stay in the AppStore:  There is no 
 official way.
 
 HTH,
   Thomas
Translation: 
 Though possible, this is in direct violation of the agreement for the iPhone 
OS SDK.

@Thomas,
Correct as you are here, this potentially also could get you bonked off of the 
mailing list.
 ___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: [iPhone] File coping application

2010-04-26 Thread Jens Alfke
Copying files while docked can be done with iPhone OS 3.2 (i.e. on the  
iPad). This is how you import/export iWork documents, for example, or  
get PDFs into apps like GoodReader. But it can't be done under control  
of the app, or even in the Finder — currently the user has to go  
through a really hard-to-find and limited UI in iTunes. (It's one of  
the worst user experiences I've seen come out of Apple in a long time,  
and I hope they fix it ASAP.)


—Jens___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com