View Single Post
Posts: 11 | Thanked: 12 times | Joined on May 2012
#35
Originally Posted by xkkkx View Post
when I use the command "n900export" on N900, it says "not found" although I copied the bin to /home/user/ as well as the .cvs files I got from Nokia communication centre, am I doing something wrong?
You need to either put the bin into a directory in your $PATH (e.g. /usr/bin/) or you call it with the whole path i.e.
Code:
/home/user/n900export <csv-file>
You can check you $PATH by doing a
Code:
echo $PATH
in the terminal.

Last edited by lokimotive; 2013-12-31 at 19:52.
 

The Following User Says Thank You to lokimotive For This Useful Post: