Archive for the ‘leopard’

How to browse your Nokia phone on a Macbook06.19.08

Due I am a newbie on Macbook and have never had to use my Nokia till today (see my How to connect Internet using a Nokia on Macbook post), I didn’t know how to browse my Nokia (N95) on Macbook (Leopard).

Can’t be simpler:

1. Download and install Nokia Multimedia Transfer

2. Run NTM

3. Connect your N95 using USB cable and select ‘PC Suite’ on the phone

4. Click on NMT icon on top bar and select ‘Tools and Settings -> Open Nokia Device Browser’

That’s all :)

Ugur.-

Posted in Mac, Nokia, Tutorials, apple, leopard, macbookwith 1 Comment →

How to share files with VirtualBox between Mac and Windows05.16.08

I recently felt the need of changing my VMWare Fusion 2.0 Beta, because it kept on locking my Mac. I found VirtualBox, which is recently acquired by Sun, offered for free and has a recent release 1.6. I read some nice reviews, and although it lacks some features, looks like it’s quite fast and reliable (will review it when I get to use it more).

First thing I needed to do with VirtualBox, after setting up a Windows was to share files between my Mac (Leopard) and Windows (XP). VirtualBox does not offer drag and drop for now, but hopefully will do soon. To share files between 2 computers:

1. Install Guest Additions

Go to “Devices->Install Guest Additions”. After selecting this, open “My Computer”, and you will see there is Guest Additions installer mounted. Just double click and install. After installing, do not forget to reboot (that’s important).

2. Create a shared folder

Go to “Devices->Shared Folders”. Press “Add” (+ sign on right side). Browse for your shared folder on your mac. Pick up a good name and note it down (we will use the name later on). I suppose you selected a folder to share and named it “shared”.

3. Create a batch file

On Windows XP, shared folders are browsable. Easiest way to mount shared folders is to create a batch file, instead of writing a command each time you login. To do that, right click on Desktop, select “New->Text file”. Rename your text file to “Mount.bat” (or something else you wish). After renaming, right click on it and select “Edit” and paste the code below (with necessary modification, depending on your shared folder name. I assume it’s “shared” in our case)

net use x: \\vboxsvr\shared

Beware of the space in between “x:” and “\\” otherwise you will get;

System error 67 has occured

Which in my opinion a common mistake. Save the file and you are done. Just double click on “Mount.bat” on your desktop and you will see X: drive will appear with your shared folder on My Computer.

Enjoy :)

Posted in Mac, Tutorials, Windows, apple, leopard, macbook, tipswith 2 Comments →

How to run Inkscape on Mac Leopard05.14.08

If you like Inkscape (an open source alternative to Adobe Illustrator) and have a Mac with Leopard; you will figure that it after installation it will not work. It will say that font caching might take time, but never start. It’s because of a simple bug, with a simple solution. Just open a terminal (Applications/Utilities) and type this, followed by an enter;

mkdir ~/.fontconfig

After that it should start normally.

And a note: Latest snapshot doesn’t seem to work. Just grab the latest stable package.

Posted in Mac, Tutorials, leopard, macbook, tipswith 8 Comments →