Samsung SCH-A670
User experience: downloading pictures with BitPim 1.0.7 and OS X Mavericks (10.9)
- Turn on the phone and connect it to the cable and the cable to the computer.
- Open Terminal.app. Copy and paste the following, then hit return:
ls /dev > ~/with.txt
- Unplug the cable from the computer
- Copy and paste this into Terminal:
ls /dev > ~/without.txt
- And finally this:
diff ~/with.txt ~/without.txt
- Whatever shows up there is your
(continues)