No new ring tones after updating software on 3gs

I downloaded the 4.2 software for my 3GS. In the software package it's supposed to come with more ring tone options for text messages and the ability to assign personal ringtones to contacts. I can assign personal ringtones but I don't have the new extra ones. I sync both my phone and my boyfriends 3GS from my Mac book pro and neither of our phones have the extra tones. Any suggestions??

Hi,
Unfortunately us 3GS people don't get the new Text msg tones…
They are only for the iPhone 4

Similar Messages

  • Why did I lose all my Verizon ring tones after updating to new software?

    Why did. I lose all my Verizon ring tones after updating to new software?  Always worked before, now they are gone!  Contacted Verizon, who could not explain. 

    I was having a similar problem and here's what solved it for me: Under Settings>Notes the default account was changed from iCloud to another account for no apparent reason when I upgraded to iOS 7.  When I changed it back to iCloud, my notes started appearing on all devices again.  You might also want to check the Accounts setting under the Notes app to make sure All Notes is checked to retreive notes from all accounts.  Similarly, Settings>Mail,Contacts,Calendars has a default account that should match as well.  Good luck.
    -Brad

  • Repairing permissions before and after updating software

    What is the reason to repair permissions before and after updating software? This may sound like a stupid question to many of you, but I am new to computers and I am trying to learn how and why of some of the things of my PowerBook. I installed some updates without repairing permissions. Did I install some software updates the wrong way? Thank you.

    This is a topic which will draw as many emphatic for and against responses as overnight shut down or not, defrag or not, optimise or not, and so on.
    I agree with Neil. I believe that OS X has progressed sufficiently that repair permissions has become redundant and so I do not do it on any regular basis.
    Some folk may refer you to an Apple Support Article 303602. That Article in its 4 May 2006 version, titled "Top 10 Tips to Keep Your Mac in Top Form" suggested Repair Permissions should be done "after upgrading or installing new software". The Article was however revised on 15 May 2006 to be titled "Top Tips to Keep Your Mac in Top Form" and the item on Repair Permissions [along with two other recommended maintenance tips] was removed. It is my view that the conclusion to be drawn here is that Apple no longer considers Repair Permissions to be a required maintenance procedure.
    Many users have adopted a "Repair Permissions" mantra for a cure-all over several years. I dropped it sometime in 10.3.
    But, to each his own.
    HTH
    TiPB 867   Mac OS X (10.4.6)  

  • After updated software on mac mini with os x 10.7.5 and restart the mouse pointer after about 30 sec. converted to the rainbow wheel and I can't control the computer.

    After updated software on mac mini with os x 10.7.5 and restart the mouse pointer after about 30 sec. converted to the rainbow wheel and I can't control the computer. The rainbow wheel was runnig 8 hrs and I turn off mac mini by power button, then I turn on mac mini with key Shift and p/w, checked HD. My HD has
    capacity 499.25 GB used 86.91GB. Is there a solution to fix this problem axcept the reinstall os?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.  
    These steps are to be taken while booted in safe mode.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below to select it:
    for k in /Sy*/L*/Ex*/{,.?}*.kext; do test -f "$k/Contents/Info.plist" && /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" "$_" | egrep -qv "apple|Accusys|ArcMSR|ATTO|CalDigit|HighPoint|hp-fax|JMicron|print|SoftRAID|stex" && echo $k; done | open -f -a TextEdit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. Post the contents of that window, if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    sudo defaults read com.apple.loginwindow LoginHook | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3 
    Repeat with this line:
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null | open -f -a TextEdit
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 4
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null | open -f -a TextEdit 
    Remember, Steps 1-4 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Do i need a new charge adapter after updateing my i phone 3

    do i need a new charge adapter after updating my i phone 3.

    What do you mean by "updating"?  If you mean "updating the software", the answer is no.  If you mean buying a newer iPhone, the answer dpends upon which newer model you bought.

  • Slow iphone4 after updating software.

    After updating software / Firmware on iphone4 it is really sluggish.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • How can I create a new ring tone for my iPhone 4?

    How can I create a new ring tone for my iPhone 4? I followed the Garage Band process and ended up with the ring tone I want as a AAC audio file. It got stored in my iTunes a a song rather than a ring tone. How do I make it a ring tone vs. a song? I tried dragging it t the Ring Tone category at the bottom of the ITunes list, but it won't alloow me to move it?

    There's also an easy to use Applescript over at Doug's Applescripts for iTunes. It automates the whole thing. All you do is set the start and stop time on a file in iTuens and run the script. It will do everything else.
    Make Ringable v1.1
    http://dougscripts.com/475

  • Why isn't my Ipod nano 6th generation being recognized on itunes after updating software to 1.2

    Why isn't my Ipod nano 6th generation being recognized on itunes after updating software to 1.2?

    I found that all the movies that I want on my nano have iTunes extras.

  • How do i get my favorites back after updating software on IPad?

    How do I get my favorites back after updating software on Ipad? It asked to back up and restore which I did but now I cant find the favorites. Any suggestions.

    Hi,
    Do you mean the Messages icon has disappeared from your DOCK on your Mac ?
    Or do you mean that Messages does not appear in your Applications folder either ?
    Or do you mean that in Messages Menu > Preference > Accounts the iMessages account is not Logged in ?
    9:59 pm      Thursday; October 24, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • HT4101 After updating software on the iPad to latest iOS version the iPad no longer supports the USb on my camera conector kit

    After updating software on iPad it no longer recognises my USB on camera adapter kit

    What happen if you ignore error message and connect your camera to it?

  • After updating software on my Apple TV it is asking to connect to iTunes. Can't understand why?

    After updating software on my Apple TV it is asking to connect to iTunes. Can't understand why?

    You can try borrowing one. These cables are common for Android, Kindle etc. users.
    Here are some steps and notes to try:
    MANY people are reporting they've had to try multiple micro USB cables to find one that works. I got one that worked from a neighbor.
    For clarification, this needs to be a "micro" USB, not a "mini" USB
    Some people have also reported they've had to try the Restore process more than once.
    1. Unplug Apple TV and move it to your computer running latest version of iTunes.
    2. Quit iTunes if running.
    3. Plug micro USB cable to the back of the Apple TV.
    4. Power the Apple TV using  the AC cable.
    5. iTunes shoud either launch itself (a good indication that the micro USB cable you're using is compatible), or launch iTunes.
    6. Click Restore. Software will download and install (big file).

  • TS3276 After updating software yesterday, noticed that sent emails are not showing up in Sent Folder for one of my accounts.

    After updating software yesterday, noticed that sent emails are not showing up in Sent Folder?

    Are you storing Drafts, Sent, Trash and Junk messages on the server via your .Mac account with Mail?
    If so, do you access your .Mac account with an email client on another computer or regularly access your account via webmail on another computer?
    If not, any other reason you need to store Drafts and Sent messages on the server?
    While composing a message with Mail, it is temporarily saved in the account's Drafts mailbox so sounds like something went wrong with the process between finishing and sending the message with Drafts and Sent being stored on the server.
    If you don't have any need for this, better to store Drafts and Sent messages locally on the hard drive with Mail.

  • Slow after updated software

    After updating software, Maverick 10.9.4, on my Mac, it is very slow especially opening apps. Any recommendations?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • There is no sim card installed in the iphone error after update software from 4.1 to 5.01(iphone 3gs)

    there is no sim card installed in the iphone error after update software from 4.1 to 5.01(iphone 3gs)

    Thanks for reply, but problem is diffrent I got updated my device via I tune(IPSW 5.01) before that, it was working well after upgreade 4.1 to 5.01 I am getting problem. No cydia no signal!
    BTW Thank you,

  • After updating software, apple tv no longer accesses mob.tv and wsj

    After updating software, my apple tv no longer accesses MLB.TV and the WSJ.  It shows a spinning icon, sas accesing mlb., but never finishes.
    This happened once before with an upgrade and the solution was to update using a USB wire.  I took the apple tv to the store, and they did this (or they said they did), but the wired connection to MLB NO LONGER WORKS.  It will work as a wi fi, but will not work with wire.  Help!  How can I get mlb back p and running for the 5 days of the year I want it most.

    Is your Apple TV correctly connected to the network (check you don't have an IP address that staqrts with 169)
    Have you checked homesharing is still set up properly, what about your computer firewall, is set to allow access for iTunes, you might try turning it off too.

Maybe you are looking for

  • "Low Memory Warning" and "fails to create a virtual machine"

    From ide.conf, I learnt: If you are getting the 'Low Memory Warning' Message Dialog while running JDeveloper, please increase the -Xmx value below from the default 768M to something greater, like 1024M or 1250M. If after increasing the value, JDevelo

  • Solaris 8 branded zone and privileges

    Hello, I've just installed a Solaris 8 Branded zone to migrate an old server. The migration worked like a charm, and everything seems ok excepted one thing. The zone must run a Lotus Domino server, so the process needs to bind ports 80, 443 and 389,

  • FLEX mobile project SDK?

    I've built my air/android apps using "Flex Mobile projects" in Flash Builder 4.5. I really need to test front camera support in an app im about to release. Will there be a Flex version of the Beta SDK so I can test this in my flex mobile projects? is

  • Moving computer in PSE 7

    We moved our files to a new computer but did not back up our catalog in PSE.  Now we can't access the pictures on the new pc, but files are all there.  Any suggestions on what we can do? Thanks

  • Ringtone will not sync

    I bought and created a ringtone in itunes. I have authorized my powerbook to play the ringtone, and if I click to play it in iTunes it plays as it should. It shows in the list of ringtones and I have selected all ringtones to be synced to my iPhone.