Help! I cant register my macbook warranty still

I am going crazy!
I brough a macbook in korea.....and warranty online and tried to register but it is not working. I have tried to call Apple Kr....but do the # does not work....and I cannot reach apple tolll free # from korea. Can anybody provide me with an email addy?
Thanks

You might check at Apple's Worldwide Support Contact page and make sure you've got the correct phone number.
The number provided is (82) 1544-2662
I don't speak or read Korean so I can't say what's going on but you might also be able to find something out at Apple's Korean Support page.

Similar Messages

  • Cant register my Macbook Pro

    It says it is registered in another apple Id:
    According to our records, this serial number is registered to another Apple ID. If you have more than one Apple ID, log in to My Support Profile with that Apple ID to see your other registered products. Not sure if you have another Apple ID?
    But this is my only user.
    How can I resolve this?
    Thank you

    Only 3 accounts can be linked to a Mac thru the serial no.  Use another Mac to create a new iCloud account and then sign out of the account.  On your Mac  sign in to the new account.
    OT

  • HT5687 Its 1 year 4 months of the purchase.  How can I register for the warranty for now.  Please help.

    Hi,
    I bought MacBook Pro in Sep/2012.  I did not buy the warranty at the time of purchase.  Its 1 year 4 months of the purchase now.  
    I lately came to know, that we cant register for apple warranty if we dont purchase it earlier.  
    However I want to get my Mac covered under the apple warranty.  How can I do so.  Please guide & help.
    Thanks,
    Anita

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. 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. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the 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 test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test 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-clicking  anywhere 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. If you try to select the line by dragging across the part you can see, you won't get all of it.
    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'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; 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" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls *.{crash,hang,panic} | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{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 "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && 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 "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,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=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; 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=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    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.
    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 test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see 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 results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    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.

  • I just bought 2 ipod touches for my kids and I cant register either and I get an error message when verifying their e-mail for facetime can anyone help

    I need help I cant register my sons ipods or get facetime to confirm e-mail I could use some help pleas

    Try here:
    iOS: Troubleshooting FaceTime
    What error are you receivng?

  • I cant update my macbook pro to mac os x 10.9.2 what do i do please help me guys..

    i cant update my macbook pro to mac os x 10.9.2 what do i do please help me guys.......

    First off, you need to post in the correct forum.   10.9.2 is not the same as Mac OS 9.2. (12 years separate those two).
    I'll ask this thread be moved.
    Secondly, look at your Apple menu -> About This Mac and tell us what you have now.
    If it is some version of  10.8, you can upgrade to 10.9, and then 10.9.2 free:
    https://discussions.apple.com/docs/DOC-6131
    If it is some version of 10.7, check the system requirements for 10.8 first, to determine if you can go straight to 10.9, then 10.9.2:
    https://discussions.apple.com/docs/DOC-3761
    If it is some version of 10.6 or lower, read this tip:
    https://discussions.apple.com/docs/DOC-6271

  • Will the warranty still work in Spain if i buy a macbook air in USA?

    this summer i will go to USA and i want to buy a Macbook air, but i live in Spain. If I buy a macbook air there will the warranty still works in Spain? if I have any problems with it, in Spain will can fix it?
    Thank you

    Yes, Apple offer a Limited Worldwide Warranty:
    http://store.apple.com/Catalog/Images/worldwidewarranty.html

  • HT2534 itune 10.5 not have "none" word behind credit card,so cant register without credit card???any one help???

    itune 10.5 not have "none" word behind credit card,so cant register without credit card???any one help???

    Please see the More Like This  Section on the right...

  • How do I re-register my MacBook in my name, rather than the previous owner?

    I just purchased a older MacBook, i've reinstalled the OS X Yosemite and did the whole factory reset thing, the previous owner's account, apps and information has all been completely wiped.. How ever I think the MacBook is still some how registered to the previous owner... My iPhone sees it still being named the name the previous owner gave it? I'm trying to set up the whole "text and receive calls from my MacBook" but I think that it still being registered to the previous owner is not allowing me to use this feature. Can anyone tell me what I need to do to make sure the previous owner is in no way tied to my new MacBook? and how I can "re-register it" into my name?
    Not sure if my questions makes a lot of sense or not, but anything helpful would be appreciated!
    -Andrew

    You restored OS X from the previous owners recovery partition. That Mac shipped with OS X Snow Leopard and unless you have the original discs you'll need to buy a retail copy of SL http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard and use it to completely erase the hard drive and reinstall OS X as a new Mac That can be registered to you. Once you upgrade to 10.6.8 you can then upgrade to Yosemite for free.

  • Help on how to fix macbook pro 13inch 2010 (cpu 1 caller 0x47f5ad)?

    help on how to fix macbook pro 13inch 2010
    Hi, I need some peoples help on fixing my laptop. I have a macbook pro 13 inch 2010 model, and it refuses to boot into either osx or windows. Every time I prevoiusly treid to boot into mac osx I got this error "panic (cpu 1 caller 0x47f5ad)". there is an image below. and when I had treid to boot into windows (bootcamp) I got this error "A disk read error occured Press Ctrl+Alt+Del to restart". I have treid to restart the computer and gotten both these errors agian. The strange things is this deosn't always happen, sometimes I don't get any errors, and it just has the apple logo whith the spinning loading thing happening below (I left this for an hour and it still kept spinning, and never loaded). Other times it just show white whith no errors but never loads, sometime it lets me alt to select which os to boot into (nether work), but other times it just freezes and shows a mouse cursor on the white background. it's not consistent.
    Most recently it has a flashing folder on a white background. I treid inserting my osx disc and went into disc utility but it doesn't detect my hardrive. It may be a faulty hardrive or sata cable but I dont know (I have links below). I was recently (well for the first time), defragmenting my windows partition, it hit temparatures of 80-85C, and stayed at that for several hours throughout the defragmentation, would this have damaged it? 
    I have scoured the internet and found many people whith very similar problems to me but none whith the same, and A lot of people saying that if you get the error you should just use a time machine backup, the thing is I don't have a time machine backup. The internal hardrive I am currently using on my laptop is a seagate 640gb 5400rpm (it's not an apple harddrive). every thing else it standard, standard ram and no overclocking, I was running 10.6.8 snow leopard, and windows xp profesional 32bit (split 320gb each, whith about 10gb spare on each parttion).
    It would be greatly appreiciated If any one could shed some light on what I should do. I need the laptop working whithin the week (for my tafe work), but If I have to reinstall the OS's and programs it could take a long0I have a lot of programs and that could take a month. not to mention The fact that the hardrive might be completly fine and it's just a faulty sata connection. but then would I still be getting an error if thats all thats wrong?. and if it is just the error is there anyway I can fix it whitout doing a fresh install, there a error reading document blow but I cannot make heads or tails of it. I also have almost no money to afford getting it fixed.
    also one last thing, I stupitidely inserted my mac osx disc 95% of the way into my macs slot loading drive when it was powered down (off). when I turned it on it sucked it in fine, but would that have caused any damage to the disc or laptop (I cannot eject the disc to check)
    I have images of many of the things I described below. So any suggestions.
    I have also posted this on several other websiets if that helps)
    Photos
    http://www.flickr.com/photos/100089102@N08/
    "panic (cpu 1 caller 0x47f5ad)" error issues
    http://forums.macrumors.com/showthread.php?t=1177233
    http://reviews.cnet.com/8301-13727_7-10344626-263.html?tag=mfiredir
    https://discussions.apple.com/thread/3256029?start=0&tstart=0
    http://www.mac-forums.com/forums/switcher-hangout/258078-macbook-pro-will-not-st art-up.html
    https://discussions.apple.com/thread/3965618?start=0&tstart=0
    Hardrive issues
    https://discussions.apple.com/thread/4225754?start=0&tstart=0
    http://www.mac-forums.com/forums/other-hardware-peripherals/242064-hard-drive-no t-showing-up-disc-utility.html
    How to read errors
    http://developer.apple.com/library/mac/#technotes/tn2063/_index.html
    other websites
    http://au.answers.yahoo.com/question/index?qid=20130808212838AAYDeTk
    http://forums.macrumors.com/showthread.php?p=17706929#post17706929

    The problem may be that your macbook is'nt set to 'mirror image' if you go into settings, onto 'displays' there should be an option within, once youre connected, to 'mirror image' if you check this box, then the problem should be sorted, if not then maybe a dodgy cable or adapter.

  • My i-phone Not charging because Sunken pins and Green Belt3 Power Mac Center said even my warranty still open until 30 October they cannot do nothing and refer me to a Toll Free Apple customer Service number..my question for what are thwy there?

    My i-phone 5s is not charging because of Sunken pins where the socket is plugged. According Power Mac Center at Green Belt3 even my warranty still open until 30 October they cannot do nothing and refer me to a Toll Free Apple customer Service number in Singapore!!! ..my question for what are they there? not alt all very friendly and helpful!!

    Send an e-mail with all this in it directly to Tim Cook. Seriously. You can send e-mail to him.
    You might also try this forum here for more ideas: http://forums.macrumors.com/index.php?

  • Is my iPhone's warranty still active ? I had a little accident.

    Hello guys. I have a problem with Siri not listening (after some searching I found out that apple will replace my iphone for this problem), but recently I dropped my phone and I cracked the glass in the upper right corner (about a 0.15in crack - almost invisible). I have the siri problem since I got my phone but I planned to return it for replacement after some time because I barely use siri.
    My question is - is my warranty still valid because of that little damage ? The phone doesn't have even a scratch besides this.
    Here is a photo of the crack -  It's a lot more visible on the photo than in reality.

    No, it is not valid unless you purchased the AppleCare extended warranty.
    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5 and 5C. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    You will find respective repair costs in the appropriate link:
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task:
    1. iResq or Google for others.
    2. Buy and replace screen yourself: iFixit

  • MacBook pro still won't back up, not even with a cable.

    I backed up my G4 tower wirelessly. I backed up my G4 Powerbook using an ethernet cable to the Timecapsule LAN port. (Of course now that I've upgraded to 10.5.2 neither of their airport cards works anymore. No fix for that so far.)
    But the MacBook Pro still won't back up. Not even with a cable. I've tried using the cable to the Timecapsule's LAN port. Nothing. I've tried connecting to the Timecapsule's ethernet port. Nothing.
    In fact, when I go into network preferences....ethernet is not even an option for connecting to anything. My choices are: Airport, Bluetooth and Firewire.
    Exactly how am I supposed to back up my MacBook Pro? It won't do it wirelessly and I can't do it with an ethernet cable either.
    Timecapsule POS!

    Hmm...let me see if I can help you. In your Network preference pane, click on the '+'. Then select Ethernet from the drop down menu. After you click OK, you should be able to configure the ethernet interface to connect to your TC. After that, you should be able to connect to it with the your ethernet cable.
    As far as your not being able to use your MBP's airport, I'm not certain what that particular problem is - I haven't had any problems with my TC and this MBP that I'm using (indeed, my problem is connecting wireless with my PB G4 (with WPA that is, it'll work using WEP)).
    Hope my first paragraph helps you.

  • I lost my ipad, and when i logged in to my apple account, i found another person email. what can i do to trace ? my ipad hasnt been registered with apple before i lost it, can i registered now (as i still have the package) and then supply the serial no.

    Hi, just wonder anyone can help. i lost my ipad few weeks ago (already reported to police in UK but they arent helpful), and when i logged in to my apple account, i found another person email added to my apple account (but has not been verified). what can i do to trace ? my ipad hasnt been registered with apple before i lost it, can i registered now (as i still have the package) and then supply the serial no. to apple so they can block that ipad??
    i am based in london, but seems now the apple account based in USA.. very strange.
    i am using iphone as well, so beforei lost the ipad, when i download apps, it download to both iphone and ipad.
    i am not sure what i can do to make apple aware of the lost ipad, as i havent registered my ipad before i lost it. or can i registered now and report a lost??
    appreciate any advice..
    thanks

    The only tracking feature Apple offers is the one tied to your iCloud account (https://www.apple.com/icloud/features/find-my-iphone.html).  If you did not have an iCloud account set up on the iPad, or did not have the "find my iPad" setting enabled under that account's settings, then you cannot track it remotely.
    There is nothing you can do but hope the police do something, or you find it yourself.  Apple does not get involved with lost or stolen property.
    see http://support.apple.com/kb/HT2526
    However, I hope you IMMEDIATELY changed your AppleID password when you noticed the added email - the only way someone could do that is if they know both your AppleID primary email address AND your current password.

  • Trouble registering my MacBook Pro

    Hi everyone..I'm having a bit of a trouble registering my MacBook Pro. First, I've gone to the registration page https://register.apple.com/, and filled out all details. In finishing I got a message saying I would get an email confirming the registration. Days later, no email.
    So I go to the check warranty status page https://selfsolve.apple.com/GetWarranty.do, and enter my MacBook's serial number. It says it is under limited warranty, which seems ok. I click on "more information", and it says the computer is NOT registered. Weird
    So I click on the link on that very same page to re-register, and in finishing I get a message saying the registration cannot be processed at this time.
    I have been at this routine 4 or 5 times now, and don't know why it is that I get that error...Is my computer registered? Will I have trouble asking for servicing?
    Thanks in advance

    AAAARRRGGGHHH! This is maddening. I went through the same endless loops that the first guy on this thread went through. Apple takes you to a page where you are supposed to be able to initiate a phone call back, but it just takes me on loops back to the same page, and I keep getting that dumb message saying they can't provide service at this time. Just what is their online service supposed to be for if it isn't to solve problems. I guess I'll have to be on the phone the next hour on-hold trying to get through to a human being at Apple. And then they will probably want to charge me just to modify my warranty information.

  • Problem to register my macbook pro on my apple id

    I'm trying to register my macbook pro on my apple id account and it cites this error message "
    According to our records, this serial number is registered to another Apple ID. If you have more than one Apple ID, log in to My Support Profile with that Apple ID to see your other registered products. Not sure if you have another Apple ID?"
    how i can fix this issue? I bought my mac from apple store and is not second hand.

    I just discovered I got the same problem
    Bought my Mbp last November from the Apple online store.
    I registered at https://register.apple.com/
    No reply yet
    Any help?

Maybe you are looking for

  • Add a line calculations? Opinions welcomed

    My mom and I or on the 65 plus share plan 59/month. However it only allows for two lines. So in order to get the iphone4s at a discounted price, we'd have to switch to a family share plan 69/month then add a line at $10/month. That's $20/month more t

  • Programmatically open a password protected pdf

    Hi, Here is the issue. I want the client to be able to view the file when he asks for it.  So, since the file is password protected I need to provide the password when the client asks for this file.  That's what I want my program to do.  Why do I wan

  • Can I batch change titles within iPhoto while keeping the original IMG_(4digit) filename/title as PART of the new title?

    Using iPhoto '09/8.1.2 on a MacBookPro, with 40,000+ photo library, having the (apparently common) problem of CD burn errors (with Toast and with Disk Utility) when 2 photos end up having the same underlying filename assigned by the camera.  To try t

  • Checkdb errors in BW systems

    Hi All: i have got 611 errors in my bw systems let me know what can be done to reduce it::: BR0976W Database message alert - level: ERROR, line: 162, time: 2011-11-01 08.18.28,                                                                          

  • Safari keeps opening tabs, and ads appearing on websites in different locations

    I love using Safari, however 2 days ago, Safari started acting strange. First off, I am seeing ads on websites, which they shouldn't appear, for example on youtube, I start a video and a ad appears above the users name and subscribe button, and on an