View Single Post
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#27
Originally Posted by Manu
when I enter either command
"hmod a+x flasher.macosx" or
"./flasher.macosx -F Nokia_770_0.2005.45-8.bin -f -R"
I get the "No such file or directory" message and that's about it
You have to ensure the terminal is in the directory containing 'flasher.macosx' - and that the downloaded file is actually called that.

If you downloaded it to your Documents folder, then the first thing you should type when opening the terminal is:

Code:
cd Documents
...then set the permissions and run the flasher:

Code:
chmod a+x flasher.macosx
./flasher.macosx -F Nokia_770_0.2005.45-8.bin -f -R
Note that the flasher command above is assuming that you've downloaded the image into the same directory as the flasher itself.

HTH,

Andrew