Tuesday, 26 January 2010

Apple hiccups and solution

I thought of writing of this ... when i took huge time to find a solution in net for Apple Mac Book Support.

Creating a .bash_profile on your OS X

A OS X won't create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.
  1. Start up Terminal
  2. Type "cd ~/" to go to your home folder.
  3. Type "touch .bash_profile" to create your new file.
  4. Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit.
  5. Save and quit.
Android Setup in OS X

Add these line to .bash profile.
export PATH=${PATH}:{Path to SDK }/tools

I found this link helpful for rest setup.
http://developer.android.com/sdk/index.html


How To Sync Your iPhone To Multiple Computers



Apple only allows you to sync your iPhone with one iTunes library at a time. When you attempt to sync your iPhone to another computer, you get the following message.

Sync_alert 

Note: "Computer 1" represents your usual computer, "Computer 2" represents the new computer you would like to sync your iPhone to.

On "Computer 2", backup "iTunes Music Library.xml" and "iTunes Music Library" (Tunes Music Library on Windows) safely.

Download a Hex editor.

1. On Computer 1, open "iTunes Music Library.xml" with Notepad and search (Ctrl+F) for "Library Persistent ID

2. Following "Library Persistent ID", copy the code between and

Sync_2 
In this example it is "8B6C633F7DACB74B".

3. On computer 2, find that same code, and replace it with the code from computer 1.

4. Open "iTunes Music Library" (iTunes Library.itl on Windows) using your Hex Editor on computer 2. 

5. In the Hex Editor, go to Edit > Replace.

6. In "Find", insert code from computer 2. In "Replace With", insert code from computer 1. There should be one match.

Sync_3 

7. Save this file. Close it.
8. Start iTunes on computer 2, and plug in your iPhone. 
9. Select "Manually manage music and videos"
10. You will no longer be alerted to erase your data.
Source : http://www.ismashphone.com/2009/05/how-to-sync-your-iphone-to-multiple-computers.html


How to change SMS/Email tones?

In order to change your SMS tones you will need:

1) a jailbroken iPhone
2) files converted to .aif then renamed to .caf
3) Rename your files to....

sms-received1.caf = Tri-tone
sms-received2.caf = Chime
sms-received3.caf = Glass
sms-received4.caf = Horn
sms-received5.caf = Bell
sms-received6.caf = Electronic

They are found in /System/Library/Audio/UISounds


-First, you find the audio file that you want to be as your new TXT notifier, try to find it as any of the following file formats:

wav, mp3, aiff, m4a

-Then, load it into iTunes. Click on Edit > Preferences > Import Settings > Advanced, and set the conversion encoder to AIFF.

-Go back into your library inside iTunes, locate the file you just added, right click on the sound file you imported, and select "Convert to AIFF".

-Let it convert.

-Once it's done, right-click the file, and go to info. Follow the path to that file, and then simply rename it to *.caf.

-Open up iPhone Browser.
-Click on Goto Location > UISounds on the top bar.
-Locate the files named "sms-received1.caf", "sms-received2.caf", "sms-received3.caf", "sms-received4.caf", "sms-received5.caf", "sms-received6.caf". Decide which one you don't like, and delete it.
-Lets use the first one, "sms-received1.caf" as an example. Delete that ba$tard from the original directory.
-RENAME your NEW ringtone to "sms-received1.caf", and drag it into that iPhone Browser directory.
-Go to your iPhone, select "Tri-tone" as your message, and that will be your new SMS/TXT/MMS Ringtone.

Voila, thats all it is. it sounds like a lot of steps, but once you do it once or twice, its really second nature.



No comments:

Post a Comment