laveux / mobilefinder

Automatically exported from code.google.com/p/mobilefinder
0 stars 0 forks source link

requires that /bin/mv and /bin/cp be installed #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What does this mean? "requires that /bin/mv and /bin/cp be installed"
How can I install it?
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by dp...@patmedia.net on 10 Feb 2008 at 4:09

GoogleCodeExporter commented 8 years ago
"mv" and "cp" are terminal commands for "move file" and "copy file" actions. I 
guess that mobilefinder uses these 
commands to execute these two actions.

if see this error message, that means that you have not "bsd subsystem" or/and 
"termvt100" installed on your 
ipod/iphone.

you can install them in installer.

Original comment by lp_jer...@yahoo.fr on 12 Feb 2008 at 9:17

GoogleCodeExporter commented 8 years ago
Thats correct.  The standard filesystem calls for move and copy are not 
implemented
on the iPhone. (as far as I can tell...)

Original comment by matt.sto...@gmail.com on 6 Mar 2008 at 11:38