Categories
Apple

How to make ringtones for iPhone in iTunes

1: Launch iTunes
2: Find the song that you want to use for your iPhone ringtone, make note of the start and stop times of what you want to be the actual ringtone (the chorus, or whatever).
3: Control-click (Mac) or Right-click (Windows) the song you chose and select ‘Get Info’
4: Click the ‘Options’ tab and set the start and stop time of your ringtone in the settings below. Keep the selection at 30 seconds or less. Click ‘OK’ – Note: I suggest making a backup copy of the song so you don’t accidentally shorten the song itself.
[zp src=”ringtones-itunes.jpg” album=”vivi” width=”600″]
5: Control-click (Mac) or Right-click (Windows) the song again and select ‘Convert Selection to AAC’ and iTunes will convert the song as another copy in the AAC format.
6: Now Control-Click or Right-click the ringtone and select ‘Delete’ making sure to click on the “Keep Files” button
7: Locate the file you just created. Typically located in your home directory under Music > iTunes > iTunes Music and then under the band’s name, the file you’re looking for will have an m4a extension
8: Now replace the ‘m4a’ extension of the ringtone file with “m4r” , so if the file is named MrRoboto.m4a the new file will be called MrRoboto.m4r – you’ll get a warning about changing the file extension time but click “OK”
9: Double click to open the ringtone file you just renamed. iTunes will automatically add this new ringtone to the Ringtones folder within the application
10: Finally, connect your iPhone and sync your new ringtone! You can then select it as any other iPhone ringtone via your iPhone settings.

Categories
Apple OS X

Check MacBook Air SSD Model

I just received my new MacBook Air 13.3″ (MC965LL/A) and I heard that they put in 2 different SSD’s in each one. I found the best way to check which drive you have, and which is technically ‘better’.

Go to : Apple Menu > About This Mac > More Info > System Report > Serial-ATA.

You should see something called APPLE SSD :

[zp src=”MBA-SSD.png” album=”blog/apple/” width=”600″]

If it is TS it is a Toshiba and probably a bit slower. If it is SM, it is a Samsung drive and faster.

Categories
Apple OS X

Check MacBook Air for LCD Model

Not only are there different SSD’s in the new (MC965LL/A) MacBook air’s, but they also seem to have different LCD’s. Everyone seems to think the Samsung is better looking, but here is how to check

Launch the Terminal Applications – > Utilities
Copy and paste the following command onto a single line and hit return:

ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*

If it starts with LP, it is LG, if it is anything else, it is Samsung. Like mine, it is Samsung :

[zp src="MBA-LCD.png" album="blog/apple/" width="600"]

Categories
Apple OS X

How to disable safe sleep in OS X (Lion)

I wanted to get rid of safe sleep, aka hibernation on my new macbook air (MC665/AMC965LL/A)

Apparently they make a few programs that do this for you, but they do not remove the large safesleep file, they only disable the sleep mode.

To disable safe sleep mode: sudo pmset hibernatemode 0
To remove the sleep image file: sudo rm -rf /var/vm/sleepimage

It’s as easy as that, and with the Lion auto save and resume feature, there really is no need to waste that much SSD space! Make sure to not let your laptop battery die either!

Categories
Apple OS X Windows 7

How to burn dmg in windows 7

I got a 2006 Macbook Pro, which had 0’d out hard drive. So I wanted to get OS X loaded on to it. I found a dmg file that had OS X 10.6. Doing a quick Google search, I figured out I can easily burn the dmg file to be bootable.

What you need first is the application for your windows computer :

You can download the application from here : http://www.asy.com/sharetm.htm
or you can download the version I used here : http://uploadland.com/?d=4ED038641

You then run it, and get a 15 day free FULL trial, so you can use all of the capabilities the software has to offer. If you like it, I always advocate purchasing/paying for great pieces of software like this.

Very easily open the application, click run, unless you paid for it. You then need to point the application to your dmg file.

[zp src=”1.jpg” album=”blog/mac/transmac” width=”600″]

Now select your dmg file, and then you have it loaded into transmac, very similarly like in OS X environment. It almost looks as if it mounted it, but from what I can tell, it does not actually mount it. You can then right click and burn (assuming you have a sizable DVD/DVD DL inserted).

[zp src=”2.jpg” album=”blog/mac/transmac” width=”600″]

Pop it into your Mac, and you have a bootable DVD from a dmg file coming from a Windows environment.