The Artima Developer Community
Sponsored Link

Java Buzz Forum
iPhone Fusin'

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
iPhone Fusin' Posted: Jul 17, 2007 11:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: iPhone Fusin'
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

It was very cool to see iphonedisk pop up over on Google Code.

iphonedisk is a MacFUSE file system for the iPhone, so now you can easily poke around.

$ ./mount.sh
Waiting for phone... established.
Mounting iPhone Volume...
$ ls -l /Volumes/iPhone/
total 0
drwxrwxrwx   2 root  wheel  0 Dec 31  1969 DCIM
-rw-rw-rw-   1 root  wheel  0 Dec 31  1969 com.apple.itunes.lock_sync
drwxrwxrwx   2 root  wheel  0 Dec 31  1969 iTunes_Control
$ echo hello > /Volumes/iPhone/foo
$ ls -l /Volumes/iPhone/
total 2
drwxrwxrwx   2 root  wheel  0 Dec 31  1969 DCIM
-rw-rw-rw-   1 root  wheel  0 Dec 31  1969 com.apple.itunes.lock_sync
-rw-r--r--   1 root  wheel  6 Dec 31  1969 foo
drwxrwxrwx   2 root  wheel  0 Dec 31  1969 iTunes_Control
$ cat /Volumes/iPhone/foo
hello

Read: iPhone Fusin'

Topic: In what I think is a first for the JCP, the micro edition Executive Committee has unanimously... Previous Topic   Next Topic Topic: Eastern Pondhawk

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use