Why does my computer randomly play advertisements with no prompting?

At random times our computer will just play an advertisement. We could be sitting in the same room watching TV and all of a sudden our computer is talking to us. We could be tucked in bed and our computer starts talking to us. I could be typing this description and an advertisement will randomly play.

Well, some programs have viruses that have random ad popups. I say, look through your programs, and if there isn't one that you remember downloading, please uninstall it. If this doesn't work, I say, download Adblock Plus.
'''Next time, please include the kinds of advertisements.'''

Similar Messages

  • Why does my iTunes not play Videos with AC3 passthrough?

    Hello everyone,
    I have a problem with my iTunes on my Mac (recent iTunes, recent OS X). As the title says, I can't play videos, that contain AC3 Audio. If I try to play a video with AC3 in iTunes, it just doesn't start playing. When I jump to a later chapter, it just shows one still frame but it doesn't start playing. QuickTime plays every video without any problem. I tried it with (self-encoded) Full HD (1080p) and also SD videos.
    QuickTime doesn't have any problem and also my 3rd Gen Apple TV streams the Video without any problem from iTunes... moveis I bought from the iTunes store also work without any problem in iTunes, as they all contain an AAC-Audio track. I didn't recognize that issue before I updated to Mountain Lion... or maybe to the latest version of iTunes.
    Does anybody know what possibly is the reason for that and how to solve it? Thank you!

    OK, I found another thread here, where my problem has already been solved. It works fine now. For everyone who got stuck on the same problem and finds my thread first, here's the solution, that helped me:
    - download A52Codec.component
    - move it to /Library/Audio/Plug-Ins/Components/ and replace the existing file
    Best regards,
    Michael

  • Why does my computer run slower now with OS X Mavericks?

    I installed OS X Mavericks on my Mac, which is an older MacBook, and now it runs much slower and I have to Force Quite just about everytime I want to downloard something. Needless to say, I am frustrated!! Now when it boots up, the last web site I was on is fron and centre! I don't get my home page. What can I do to speed this thing up and make it run the way it did before this installation! I thought it was suppose to be better!

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. It does nothing but produce human-readable data about the state of your computer. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clickinganywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it.
    Launch the built-in 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.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; PB="/usr/libexec/PlistBuddy -c Print"; Pm () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; Pm "POST"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; for f in crontab fstab launchd.conf sysctl.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User crontab" <(crontab -l); Pc "User launchd" ~/.launchd; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | grep -vw \.DS_Store); Pm "$d"; done; o=$(ls /L*/L*/Dia*/*.p* | tail); Pm "Panic logs"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; [[ "$r" -eq 0 ]] && { o=$(sudo profiles -P); Pm "Profiles"; o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pc "Root crontab" <(sudo crontab -l);}; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; } 2> /dev/null | pbcopy; exit
    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). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary. Please don't copy anything from the Terminal window.
    When you post the output, you might see in your browser the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may offer you advice based on the output of the script. They speak only for themselves and I don't necessarily agree with their views.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why does my computer play strange music at random times and how can I stop it?

    why does my computer play strange music at random times and how can I stop it?  The music isn't anything on my machine and the only way I can switch it off is to reboot.  Can anyone advise me please.  It's driving me nuts ... I don't even like the music it's playing!

    What apps are open and are you really still only on 10.5.1??????? At the very least please update your profile, also please remember to post more information. I suspect it's something going on with just your user account. You can verify that by creating another user account (call it TEST ACCOUNT) and log into that account and test. Once this has been verified then you will need to check which apps are running to determine what is causing your issue.

  • Why does my computer occasionally/randomly tell me "I need to restart..." - in four languages. Something ain't right.

    Why does my computer occasionally/randomly tell me "I need to restart..." - in four languages. Something ain't right.

    Thanks, rkaufmann87, that sounds like me all over. I didn't have a DiagnosticReports folder but I did have a "PanicReporter" folder. I have copied the most recent log (from earlier today) below. I would be grateful for your thoughts on solution or any further direction you can provide. Thanks.
    2011-11-17-085303.panic
    Thu Nov 17 08:53:13 2011
    panic(cpu 2 caller 0x00143764): "zalloc: \"kalloc.4096\" (311818 elements) retry fail 3"@/SourceCache/xnu/xnu-1228.15.4/osfmk/kern/zalloc.c:966
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x7ef4f888 : 0x12b4c6 (0x45f91c 0x7ef4f8bc 0x13355c 0x0)
    0x7ef4f8d8 : 0x143764 (0x4614d8 0x460150 0x4c20a 0x3)
    0x7ef4f978 : 0x12fdc2 (0x26f045c 0x1 0x3df2d040 0x12ffb7)
    0x7ef4f9a8 : 0x1304e9 (0xd3c 0x1 0x7ef4f9d8 0x8c)
    0x7ef4f9d8 : 0x97e2436d (0xd3c 0xaa99a80 0x7ef4fa18 0x12fdc2)
    0x7ef4fa08 : 0x97e277b3 (0x1 0xd38 0x7ef4fa38 0x68d89e00)
    0x7ef4fa28 : 0x97e23514 (0x68d89e14 0x0 0x0 0x0)
    0x7ef4fa58 : 0x3bfc6b (0x3df2d054 0x2b9317f8 0x0 0x24f0a3)
    0x7ef4fa98 : 0x3bfd28 (0x2b9317f8 0xaa02904 0x0 0x0)
    0x7ef4fab8 : 0x3af826 (0x2b9317f8 0x0 0x0 0x0)
    0x7ef4fae8 : 0x248b69 (0x2b92dbf4 0x0 0x7ef4fbe8 0x100007f)
    0x7ef4fce8 : 0x23ee2e (0x7b19f300 0x14 0x14 0x6)
    0x7ef4fd28 : 0x240ba9 (0x7b19f300 0x14 0x6 0x0)
    0x7ef4fe48 : 0x240be5 (0x7b19f300 0x0 0x1 0x549124)
    0x7ef4fe68 : 0x22ca34 (0x2 0x7b19f300 0x7ef4fea8 0xffffffff)
    0x7ef4fea8 : 0x21b36e (0x2 0x7b19f300 0x0 0x0)
              Backtrace continues...
          Kernel loadable modules in backtrace (with dependencies):
             com.symantec.kext.confidentialData(1.3f44)@0x97e22000->0x97e2dfff
                dependency: com.symantec.kext.internetSecurity(1.3.2f5)@0x62b000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: MacPro1,1 (Mac-F4208DC8)
    System uptime in nanoseconds: 145228120280331
    vm objects:5850460
    non-kernel map entri:1264428
    kernel map entries:8462300
    pv_list:1851864
    kalloc.16:5443584
    kalloc.32:81367040
    kalloc.64:63418368
    kalloc.128:2445312
    kalloc.256:80748544
    kalloc.4096:1277206528
    kalloc.8192:2015232
    vm pages:66613448
    ipc ports:1197700
    MAC Labels:1326168
    vnodes:5018400
    namecache:1644240
    HFS node:6737024
    HFS fork:2779840
    buf.4096:2920448
    buf.8192:56360960
    Kernel Stacks:1785856
    PageTables:29204480
    Kalloc.Large:11616404
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass          2.0.8 - last unloaded 78388390721999
    loaded kexts:
    com.symantec.kext.fw          1.0.3f5
    com.symantec.kext.confidentialData          1.3f44
    com.symantec.kext.filesecurity          1.3.3f65
    com.symantec.kext.SymAPComm          11.1.2f17
    com.symantec.kext.pf          4.1.1f13
    com.symantec.kext.ips          3.2f8
    com.symantec.kext.internetSecurity          1.3.2f5
    com.apple.driver.iTunesPhoneDriver          1.0 - last loaded 78264274723293
    com.apple.iokit.IOUSBMassStorageClass          2.0.8
    com.apple.filesystems.msdosfs          1.5.5
    com.apple.driver.AppleHWSensor          1.9d0
    com.apple.filesystems.autofs          2.0.2
    com.apple.driver.AppleUpstreamUserClient          2.7.5
    com.apple.driver.AppleHDA          1.7.1a2
    com.apple.iokit.IOBluetoothSerialManager          2.1.9f10
    com.apple.GeForce          5

  • Why does my new MacBook pro retina with 16gb ram keep randomly freezing

    Why does my new MacBook pro retina with 16gb ram keep randomly freezing

    Hi ..
    A new Macbook Pro should not randomly freeze.
    You have 14 calendar days  from the time your items are delivered to initiate a return as noted here.

  • Why does Safari (or any other browser with up to date Flash player) not play Facebook videos?

    Why does Safari (or any other browser with up to date Flash player) not play Facebook videos?

    You're welcome. Glad I could help.
    If you haven't done so, using Disk Utility in your Applications/Utilities folder.
    Thanks for the and Aloha from Big Island.

  • While watching an iTunes movie from my Apple TV, why does my movie stop playing at the 1 hour mark?  I'm assuming I have a setting causing this to happen, but I have no idea what setting needs to be changed.  Can someone help me?

    While watching an iTunes movie from my Apple TV, why does my movie stop playing at the 1 hour mark?  I'm assuming I have a setting causing this to happen, but I have no idea what setting needs to be changed.  Can someone help me?

    It's right at an hour (consistently), but the computer goes to sleep prior to that. It's as if iTunes goes to sleep. Also, it wasn't always this way. Originally, the movies played through without interruption. At some point, I guess a setting was changed, and now I only get an hour. Also. My energy settings are set to go to sleep at 10 minutes.

  • Why does my computer display a spring coloured wheel that stops me from doing anything

    Why does my computer display a spinning coloured wheel that stops me from doing anything, the only way to get rid is to switch off and reload...

    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    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 and start typing the name.
    Step 1
    For this step, 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.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter "BOOT_TIME" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the BOOT_TIME log message that corresponds to the last boot time when you had the problem. Now clear the search box to reveal all messages. Select the ones logged before the boot, during the time something abnormal was happening. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    For example, if the system was unresponsive or was failing to shut down for three minutes before you forced a restart, post the messages timestamped within three minutes before the boot time, not after. Please include the BOOT_TIME message at the end of the log extract—not at the beginning.
    If there are long runs of repeated messages, please post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Some private information, such as your name, may appear in the log. Anonymize before posting.
    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.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports. A crash report has a name that begins with the name of the crashed process and ends in ".crash". A panic report has a name that begins with "Kernel" and ends in ".panic". A shutdown stall report has a name that ends in ".shutdownstall". Select the most recent of each, if any. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot. It's possible that none of these reports exists.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash or panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Why does my computer keep disconnecting from my wifi?

    Why does my computer keep disconnecting from my wifi?

    Some users with various Wi-Fi problems have reported that they were given the following instructions by Apple Support, sometimes with success. After completing the procedure, you'll have to recreate all your settings in the Networkpreference pane. Make sure you know how to do that before you begin. Taking screenshots of the preference pane may be helpful.
    Step 1
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/SystemConfiguration
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item named "SystemConfiguration" selected. Move the selected item to the Trash. You may be prompted for your administrator password. Reboot and recreate the network settings.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    Step 2
    Reset the System Management Controller.
    Step 3
    Reset the PRAM.

  • HT1420 Why does my computer keep asking to be authorized when i put my iphone on the charger?

    Why does my computer keep asking to be authorized when i put my iphone on the charger?

    Authorization and Deauthorization
    See iTunes Store- About authorization and deauthorization for Macs.
    See How to Authorize or Deauthorize iTunes | PCWorld for Windows.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • Why does the "Computer Name" sometimes change?

                    Not a big deal, just curious, why does the "computer name" sometimes change?
                     The name will be the same, but it will add a number....2,3,4...I always change it back so it doesn't have a numeric value next to it, but just wondering why it happens.
                                            Thanks.

    Can also occur after your computer is put to sleep and then wakes back up or after your computer is force quit and immediately restarted. Sometimes the router 'believes' the computer is still connected when it actually isn't. When that computer re-establishes a connection the router 'tells' the computer that a computer with that name already exists so it has to change its name. By default a computer running MacOS adds a number (or increments its number) when this happens.

  • TS3700 why does my music stop playing when i press the sleep/wake buttom? it says the screen turns off but the music should be playing

    why does my music stop playing when i press the sleep wake button? it says that the screen should turn off bu the music should still keep playing

    This is usually a sign that your headphones are not plugged all the way in.  Make sure the white part of the headset is flush with the body of the Nano and no silver from the plug can still be seen.
    If you are 100% positive that the earbuds are all the way in, double check to make sure the headphone jack is clean and clear of debris and/or damage.
    B-rock

  • Why does my iMessage not work even with my apple ID signed in?

    Why does my iMessage not work even with my apple ID signed in?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom
    BTW- Your profile shows you have iOS 6.1.4 installed. The max iOS for an iPad is 6.1.3. iOS 6.1.4 is for iPhones only.

  • I have a DVD I recorded from my tv.  I am trying to make copies and when I insert the DVD I get a message saying it is blank even though it is not.  My question are: Why does my computer think it's blank? And how can I copy a DVD?

    I have a DVD I recorded from my tv.  I am trying to make copies and when I insert the DVD, I get a message saying the DVD is blank, which it is not.  My questions are: Why does my computer think it's blank?  And how can I copy the DVD providing my computer recognizes there is content on it?
    Thanks, Sheila

    TV video typically is copyrighted content.  We'd be breaking several rules trying to help you.  Good luck!

Maybe you are looking for

  • Tax Calculation of free goods

    Hi We have a requirement where the client wants only VAT to be posted in GL accounts and not the price.For this I tried free goods condition type R100 with AltCBV 28.But the VAT value is also coming zero. I want the VAT to be calculated on Pricing co

  • Problem accessing e.book with the adobe log in details

    Hi I bought an ebook. I downloaded it onto a laptop. I had access t o it no problems. I had a problem with the laptop and I had to change. I am having a problem opening the same book on the new one it is giving me the following error if I log in my A

  • Composite Application

    Hi, can someone tell me where to find a simple and easy guide about creating and using Composite Applications? I have a workflow designed in the Process Composer Perspective that has a Mapping Activity whose function references a bean definition link

  • UNICODE font displays as JUNK character in PDF version of Report 10.1.2.0.2

    Hi All, I am using Application Server 10g on windows 2003 r2. when i generate reports through application server, it displays JUNK characters where UNICODE fonts are used.

  • Unable to save Keynote file to Windows Shared Drive

    Have recently installed Mavericks 10.9, and Keynote Version 6.0.1. I am having difficulty saving any Keynote files to a Windows network Share. The network Share was added with domain credentials of the Windows Environment, so permissions are not the