Mail (and all apps using apple.AddressBook.framework) crashing on open

I was able to fix Safari by not selecting any Address Book lookup items in Safari-Preferences. Address Book, Mail, Omniweb all crash on open. They all point to the same problem - srr0 is telling me that the apple.AddressBook.framework is the culprit (address matches) but lr is not showing the same address, thus is referencing an invalid pointer as per Apple's support doc on CrashReporter (and how to analyze it with GDB but I don't have Xcode loaded). But the fix eludes me....
0 ...apple.AddressBook.framework 0x94f23fc4 c4FormatS::~c4FormatS [in-charge deleting]() + 28
1 ...apple.AddressBook.framework 0x94df80c8 c4HandlerSeq::~c4HandlerSeq [unified]() + 176
2 ...apple.AddressBook.framework 0x94dfd81c c4CustomSeq::c4_CustomSeq[unified](c4CustomViewer*) + 172
3 ...apple.AddressBook.framework 0x94dfd750 c4View::c4_View[unified](c4CustomViewer*) + 52
4 ...apple.AddressBook.framework 0x94dfd47c c4View::Hash(c4View const&, int) const + 48
5 ...apple.AddressBook.framework 0x94dfd314 cacheViews + 280
6 ...apple.AddressBook.framework 0x94df7674 -[ABAddressBook nts_OpenContactManagerWithMode:cacheSchema:] + 452
7 ...apple.AddressBook.framework 0x94df61d0 -[ABAddressBook nts_InitDefaultContactManager] + 1052
8 ...apple.AddressBook.framework 0x94df5d0c +[ABAddressBook nts_SharedAddressBook] + 76
9 ...apple.AddressBook.framework 0x94df5c40 +[ABAddressBook nts_CreateSharedAddressBook] + 76
10 ...apple.AddressBook.framework 0x94df5b64 +[ABAddressBook sharedAddressBook] + 80
11 com.apple.MessageFramework 0x9a2c4ef4 -[MailAddressManager loadAddressBookSynchronously] + 44
12 libobjc.A.dylib 0x90a461f4 objc_msgSendv + 180
13 com.apple.Foundation 0x92bdec94 -[NSInvocation invoke] + 944
14 com.apple.MessageFramework 0x9a2b0800 -[MonitoredInvocation invoke] + 144
15 com.apple.MessageFramework 0x9a2b9e80 -[InvocationQueue _drainQueue] + 416
16 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
17 libSystem.B.dylib 0x9002be08 pthreadbody + 96
Thread 2 crashed with PPC Thread State 64:
srr0: 0x0000000094f23fc4 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
cr: 0x48042224 xer: 0x0000000020000006 lr: 0x0000000094f23fb0 ctr: 0x0000000094f23fa8
r0: 0x0000000094df80c8 r1: 0x00000000f007fec0 r2: 0x00000000a4e03fb0 r3: 0x0000000004a15700
r4: 0x0000000000000001 r5: 0x0000000000000000 r6: 0x00000000ffffffff r7: 0x0000000000000000
r8: 0x0000000000000003 r9: 0x0000000008000100 r10: 0x0000000094df6c10 r11: 0x0000000048042222
r12: 0x0000000094f23fa8 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
r20: 0x0000000000000000 r21: 0x00000000004c6f9c r22: 0x0000000000000001 r23: 0x000000000000000b
r24: 0x00000000f0080080 r25: 0x0000000004a11d80 r26: 0x0000000000000003 r27: 0x00000000004a8728
r28: 0x0000000000000000 r29: 0x00000000004a8710 r30: 0x0000000000000000 r31: 0x0000000094f23fb0

I had already done the disk permissions fix and the disk repair (booting from CD) and went through step-by-step but still Mail crashes on open - lastest crashreport log shows the same results - same addresses failing and same invalid pointers referenced (srr0 and lr addresses):
Thread 2 Crashed:
0 ...apple.AddressBook.framework 0x94f23fc4 c4FormatS::~c4FormatS [in-charge deleting]() + 28
1 ...apple.AddressBook.framework 0x94df80c8 c4HandlerSeq::~c4HandlerSeq [unified]() + 176
2 ...apple.AddressBook.framework 0x94dfd81c c4CustomSeq::c4_CustomSeq[unified](c4CustomViewer*) + 172
3 ...apple.AddressBook.framework 0x94dfd750 c4View::c4_View[unified](c4CustomViewer*) + 52
4 ...apple.AddressBook.framework 0x94dfd47c c4View::Hash(c4View const&, int) const + 48
5 ...apple.AddressBook.framework 0x94dfd314 cacheViews + 280
6 ...apple.AddressBook.framework 0x94df7674 -[ABAddressBook nts_OpenContactManagerWithMode:cacheSchema:] + 452
7 ...apple.AddressBook.framework 0x94df61d0 -[ABAddressBook nts_InitDefaultContactManager] + 1052
8 ...apple.AddressBook.framework 0x94df5d0c +[ABAddressBook nts_SharedAddressBook] + 76
9 ...apple.AddressBook.framework 0x94df5c40 +[ABAddressBook nts_CreateSharedAddressBook] + 76
10 ...apple.AddressBook.framework 0x94df5b64 +[ABAddressBook sharedAddressBook] + 80
11 com.apple.MessageFramework 0x9a2c4ef4 -[MailAddressManager loadAddressBookSynchronously] + 44
12 libobjc.A.dylib 0x90a461f4 objc_msgSendv + 180
13 com.apple.Foundation 0x92bdec94 -[NSInvocation invoke] + 944
14 com.apple.MessageFramework 0x9a2b0800 -[MonitoredInvocation invoke] + 144
15 com.apple.MessageFramework 0x9a2b9e80 -[InvocationQueue _drainQueue] + 416
16 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
17 libSystem.B.dylib 0x9002be08 pthreadbody + 96
Thread 2 crashed with PPC Thread State 64:
srr0: 0x0000000094f23fc4 srr1: 0x000000000200d030 vrsave: 0x0000000000000000
cr: 0x48042224 xer: 0x0000000020000006 lr: 0x0000000094f23fb0 ctr: 0x0000000094f23fa8
r0: 0x0000000094df80c8 r1: 0x00000000f007fec0 r2: 0x00000000a4e03fb0 r3: 0x0000000004a152c0
r4: 0x0000000000000001 r5: 0x0000000000000000 r6: 0x00000000ffffffff r7: 0x0000000000000000
r8: 0x0000000000000005 r9: 0x0000000008000100 r10: 0x0000000094df6c10 r11: 0x0000000048042222
r12: 0x0000000094f23fa8 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
r20: 0x0000000000000000 r21: 0x00000000004d1cdc r22: 0x0000000000000001 r23: 0x000000000000000b
r24: 0x00000000f0080080 r25: 0x0000000004a110e0 r26: 0x0000000000000003 r27: 0x0000000004a1bf58
r28: 0x0000000000000000 r29: 0x0000000004a1bf40 r30: 0x0000000000000000 r31: 0x0000000094f23fb0

Similar Messages

  • Apple Mail and Google Apps (personal domain) - 554 554 Denied Mail Delivery Subsystem (Intermittent Failure)

    Hello,
    I am having problems with my Apple Mail and Google Apps and I don't know what to do.  I have been using apple mail with google apps for a few months now with no complications.  In the last week I have recieved a handful of messages from the Mail Delivery Subsystem citing error "554 554 Denied". I know that the emails I have tried to send to are real emails and are entered correctly. I tried to send directly from google apps to one of these people today and it worked so I assume the problem is with Apple Mail, or is intermittent. Adding to my frustration is that it works with some people and not with others so it's hard for me to see exactly what is causing the problem.
    Any ideas?
    I'll include a copy of one of the Mail Delivery Subsystem emails I recieved - excluding the email address and message body.
    Thanks for your help!
    From: Mail Delivery Subsystem <[email protected]>
    Subject: Delivery Status Notification (Failure)
    Date: October 10, 2011 10:40:53 AM CDT
    To: [email protected]
    Delivery to the following recipient failed permanently: 
        [email protected] 
    Technical details of permanent failure:
    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 Denied (Mode: normal) (state 18). 
    ----- Original message ----- 
    Received: by 10.236.155.74 with SMTP id i50mr20817257yhk.23.1318261251237;
           Mon, 10 Oct 2011 08:40:51 -0700 (PDT)
    Return-Path: <[email protected]>
    Received: from [192.168.0.190] (c-66-41-33-96.hsd1.mn.comcast.net. [66.41.33.96])
           by mx.google.com with ESMTPS id n18sm26532559yhi.14.2011.10.10.08.40.49
           (version=SSLv3 cipher=OTHER);
           Mon, 10 Oct 2011 08:40:50 -0700 (PDT)
    From: Mary Jo Bailey <[email protected]>
    Mime-Version: 1.0 (Apple Message framework v1244.3)
    Content-Type: multipart/alternative; boundary="Apple-Mail=_08B0FA71-0443-40B4-AEAB-4056C662063D"
    Subject: Re: Cleaning Quote
    Date: Mon, 10 Oct 2011 10:40:47 -0500
    In-Reply-To: <[email protected]>
    To: "XXXXXX" <[email protected]>
    References: <[email protected]>
    Message-Id: <[email protected]>
    X-Mailer: Apple Mail (2.1244.3)

    For mail issue, I had the same problem. My mail password was different than my itunes password and when I changed mail to itunes password, it started working again. Not sure about the google apps issue.
    hope this helps a bit.
    Matthew

  • How do I restore just Apple Mail (and all its folders & settings) with TM?

    Hi folks,
    I was trying to set up an e-mail client on a PC, clicked and unclicked my gmail pop & imap on and off, and when I got home to my Apple MacBook, I had inadvertently reloaded (twice!) every e-mail that I've ever gotten in g-mail to Apple Mail which I use happily at home! No matter what I do, Apple Mail just won't delete the 29,000+ emails. And Mail is hanging, I suspect it just can't handle the massive numbers of e-mails and all the attachments, images, etc.
    So I figure I must start from where I was at last Time Machine backup. I want to restore everything about Apple Mail as of my last backup -- all the same folders, saved mail, preferences, etc. How do I restore just Apple Mail but nothing else? Thanks!
    -- Josh

    I've never done that, and don't think I've seen any similar posts here. You might want to look in the Mail and Address Book forum at: http://discussions.apple.com/forum.jspa?forumID=1223
    Take a look on your system at +<your home folder>/Library/Mail.+ (List view is probably best for this).
    You'll see a number of folders for accounts and mailboxes. There are separate folders for each account, and within them for various mailboxes, plus folders for "on my Mac" mailboxes.
    With Mail off, of course, I think you should be able to restore either the entire Mail folder, or selected sub-folders within it, via Finder > Time Machine.
    After you do that, you may need to use the +Mail > Mailboxes > Rebuild+ option in Mail.
    (Do not use the specialized Mail > Time Machine +Recover your <named> Mailbox+ option there, as it will leave the current contents alone, and restore the messages to a new "restored" mailbox.)
    Let us know if this helps or hurts.

  • How come although iPads are getting more powerful, the iOS apps from apple are so mediocre and just not that great? We spend all this money for the latest ipad and all we get is these $5 video and music apps from apple. Why create the iOS platform and onl

    How come although iPads are getting more powerful, the iOS apps from apple are so mediocre and just not that great? We spend all this money for the latest ipad and all we get is these $5 video and music apps from apple. Why create the iOS platform and only offer so so apps like IMovie and GarageBand ? While other developers are offering much better apps like pinnacle studio for video, Cubasis and Auria for music production, apple has not showed much growth in terms of innovation. While there's nothing wrong with making an app like GarageBand where "anyone " can make a song, how about something for real musicians or an app not so basic as it get for video editing? After spending 0ver $700 on an ipad I'd be willing to spend more than $5 for a better video or audio app.

    First, try a system reset although I can't give you any confidence.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • I get a message IOS 6.1.2 failed verification because you are no longer connected to the internet .  i checked my connection to internet and its fine for mail and all other internet use only keep getting nowhere fast.

    i get a message IOS 6.1.2 failed verification because you are no longer connected to the internet .  i checked my connection to internet and its fine for mail and all other internet use only keep getting nowhere fast

    Just Power off your Iphone wait for 10 seconds and then power on again and got to settings and software update it will download the update once again and it will work fine.

  • TS3274 I use to be able to shut down apps as to not kill my battery by pushing the button twice and all apps running appeared at the bottom of the screen. Then i could turn each one off at a time. Now how do I do that with the IO7?

    Before IO7, I would control the life of my battery by shutting down the apps. I would push the main button on the front twice and all apps that were running in the back ground would appear on the bottom of the screen. I could click on each one to shut it down. Now, I can't seem to figure out how to shut them down. Please help if anyone knows what to do.

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen

  • I upgraded to OS8 for my Iphone 5 and now I have no access to e-mail and several apps. How can I address this problem? For those who have an iphone 5 I recommend not upgrading to the new OS until these bugs are resolved.

    I upgraded to OS8 for my Iphone 5 and now I have no access to e-mail and several apps. How can I address this problem? For those who have an iphone 5 I recommend not upgrading to the new OS until these bugs are resolved.

    I foolishly downloaded OS8 on my iPhone 4S. It not only greyed out my wifi button making it impossiblr to use wifi, but bluetooth connection doesn't work either. I reset the phone to factory settings but that did nothing apart from loose all my photos and contacts. OS 8 was still on after too. Apple say it is a problem but the download only brought the fact the hardware was faulty to the fore, but not being under warranty , the repair would cost £166 that I would have to pay. Totally unacceptable. If the problem was known and they knew it would cause problems on older models, why have it bob up on iTUNES for download.
    Don;t download it guys, APPLE aren't admitting culpability and it will cost you a fortune to put right!!

  • Sound alerts not working in Mail and Ichat apps since upgrade to 10.4.9

    I just noticed my Sound alets not working in Mail and Ichat apps since upgrade to 10.4.9.
    I'm using soundsticks which is playing sounds thru quicktime, itunes, etc but my alert sounds for getting new emails and IM messages is not working. I get the quick "white flash" on the screen instead. I checked the prefs on both apps and it is set to give me the alert sound, I can even test it in the ichat pref when I change the new message alert sound it will play it thru my speakers but when I get a new message in either app it just gives me the white flash.
    I'm read that it can be an issue of not having the balance in the system sound pref set the middle, so I checked that, restarted, all that but still no luck.
    I really like the sound alert features because I can be in another part of my house, turn the sound way up and I'll know when one of my clients is trying to reach me but now I can't do that.
    Any ideas?
    Thanks in advance!
    Brown.Recluse

    Ok, weird, strange...did ONE more restart and now its working fine...who knows?
    Me

  • Had to do hard wipe and reinstall of os and all apps, ipod/itunes question

    had to do hard wipe and reinstall of os and all apps on my computer. itunes included. what will happen if i plug my nano in since the new itunes is empty? will it wipe my nano?

    Hello stephaniern,
    Since you reformatted your computer and re-installed the OS, your iPod will not recognize the new library because it will still be associated with the older one. When you plug in your iPod nano, iTunes will tell you the iPod is synced with another library, and will ask you if you would like to "Erase and Sync." Otherwise, yes, everything on your iPod will be wiped off.
    If you did not have your iTunes library backed up, there are several ways you can pull the music off your iPod and onto iTunes. The first link after the Apple support document below provides step-by-step instructions for the direct method if you have a PC as well as a few third party applications (for both the Mac and PC) if you choose to go that route instead. You can also do a simple Google search for "copy music from iPod to computer" and you should receive a number of sites that can help you out.
    Just make sure that when you have your iPod plugged into your computer, that you don't hit "Erase and Sync" before completing the task of copying your music over.
    Also, if you have any purchased music, you will probably have to re-authorize your computer by heading to the Store drop down menu and choosing "Authorize computer."
    [5 Ways to Copy Music OFF your iPod and onto iTunes|http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipo d-windows-mac-os-x>
    Here are a few more helpful sites.
    [Copying Content from your iPod to your Computer - The Definitive Guide|http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipo d-to-computer]
    Or
    [How to copy songs your iPod to your PC|http://lifehacker.com/software/ipod/how-to-copy-songs-from-your-ipod-to-your -pc-105256.php]
    Lastly, as stated you will need to re-authorize your computer to play any iTunes purchases. Since it's the same computer you originally authorized, I would check out this Apple support document to take care of this issue so you do not have two authorizations on the same machine. [One computer using multiple iTunes Store authorizations|http://support.apple.com/kb/HT1206]
    Hope this helps.
    B-rock

  • My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    My 10.8.3 update did not install properly citing an 'Unknown Error'. Now, my Mail and Mac App Store aren't working. What went wrong and how do i fix it ?

    I tried this and still have the same problems. If I open Address book or the Mac App Store I get the library rebuild popup and a hang. I created a fresh user and then things are better apart from the printing issue. Its clearly some 3rd party software issue but the crash logs are meningless to me. I used the excellent Etre check app from http://www.etresoft.com/etrecheck so I have a list of what is being loaded and can compare clean and crashed user info but as I cant work out which of the startup items, launch agents, launch daemons etc that  are causing the problem.
    I have eliminated Dropbox, Mac Keeper and Witness, and it isnt related to my exterrnal LED cinema dispay or my external thunderbolt drives, or any USB devices if thats any help to anyone else. Info from Etrecheck follows -
    Kernel Extensions:
              com.oxsemi.driver.OxsemiDeviceType00          Version: 1.28.7
              com.rogueamoeba.InstantOn          Version: 6.0.2
              com.rogueamoeba.InstantOnCore          Version: 6.0.2
              com.Cycling74.driver.Soundflower          Version: 1.5.3
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
                 [not loaded] com.adobe.fpsaud.plist
                 [not loaded] com.adobe.SwitchBoard.plist
                 [not loaded] com.bombich.ccc.plist
                 [not loaded] com.dymo.pnpd.plist
                 [not loaded] com.intego.BackupManagerPro.daemon.plist
                 [not loaded] com.micromat.TechToolProDaemon.plist
                 [not loaded] com.microsoft.office.licensing.helper.plist
                 [not loaded] com.orbicule.witnessd.plist
                 [not loaded] com.sierrawireless.SwitchTool.plist
                 [not loaded] com.stclairsoft.AppTamerAgent.plist
                 [not loaded] org.macosforge.xquartz.privileged_startx.plist
                 [not loaded]          pcloudd.plist
    Launch Agents:
                     [loaded] com.divx.dms.agent.plist
                     [loaded] com.divx.update.agent.plist
                     [loaded] com.epson.epw.agent.plist
                     [loaded] com.lacie.raidmonitor.daemon.plist
                     [loaded] com.lacie.safemanager.daemon.plist
                     [loaded] com.micromat.TechToolProAgent.plist
                     [loaded] com.orbicule.WitnessUserAgent.plist
                     [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
                 [not loaded]          .DS_Store
                     [loaded] com.adobe.AAM.Updater-1.0.plist
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist
                     [loaded] com.divx.agent.postinstall.plist
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.propaganda.dejavu.dvmonitor.plist
                     [loaded] com.valvesoftware.steamclean.plist
                     [loaded] com.zeobit.MacKeeper.Helper.plist
    User Login Items:
              iTunesHelper
              Synergy
              TomTomHOMERunner
              Dropbox
    3rd Party Preference Panes:
              Déjà Vu
              Flash Player
              Flip4Mac WMV
              GR-55
              Paragon NTFS for Mac ® OS X
              Perian
              Printopia
              TechTool Protection
              Witness

  • Windows 10 Mail and Calendar app will not sync with Office365 account

    I'm playing around with a Windows 10 PC build 10130. I want to try out the mail and calendar app to see if it's good enough for daily use, in lieu of Office.I keep getting the "Make My PC more secure popup box" and clicking enforce these policies does nothing.Opening mail and calendar, I get the "This device doesn't meet the security requirements set by your email administrator" error.I am logged inusing a domain account (but with local admin rights)The machine is using Bitlocker.I used just password, now using PIN too to log-on.Based on another post in Office365 forums I removed the setup account from the machineOur mobile device mailbox policy is pretty standard-Allow mobile devices that don't fully support policies to synchronize.OWA for Devices blocks devices that don't support device encryptionPassword: Required, 4 characters,...
    This topic first appeared in the Spiceworks Community

    I'm playing around with a Windows 10 PC build 10130. I want to try out the mail and calendar app to see if it's good enough for daily use, in lieu of Office.I keep getting the "Make My PC more secure popup box" and clicking enforce these policies does nothing.Opening mail and calendar, I get the "This device doesn't meet the security requirements set by your email administrator" error.I am logged inusing a domain account (but with local admin rights)The machine is using Bitlocker.I used just password, now using PIN too to log-on.Based on another post in Office365 forums I removed the setup account from the machineOur mobile device mailbox policy is pretty standard-Allow mobile devices that don't fully support policies to synchronize.OWA for Devices blocks devices that don't support device encryptionPassword: Required, 4 characters,...
    This topic first appeared in the Spiceworks Community

  • I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?, I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?

    I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?, I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?

    Oh!
    First thing I think would be to do a search for the folder in case it's somehow got moved.
    Failing that, you can retrieve the folder from your original installer disc using Pacifist.
    Insert the disc (don't boot from it) and open the installer package with Pacifist. Navigate to the Desktop Pictures folder (might be a bit more fiddly to find in the package structure). When you find it, select the folder, right-click (or ctrl-click) and select 'install in default location' from the context menu.
    Exit Pacifist and eject the disc.
    Best of luck!

  • How to create client and server app using node.js in firefox os.

    I want to create a client and server app using node.js for firefox os. Please suggest me how to create a apps.
    I want to send a request from client to server and based on client request, service reply to client.
    If any links available, Please share it.
    Thanks

    Hi sb00349044,
    The SUMO forums focuses on end-user support.
    For questions about developing for Firefox OS, you will find better guidance in MDN, StackOverflow, and mailing lists:
    * [https://developer.mozilla.org/en-US/Firefox_OS MDN - Firefox OS]
    * [http://stackoverflow.com/questions/tagged/firefox-os StackOverflow - Firefox OS]
    * [https://lists.mozilla.org/listinfo Mailing Lists at Mozilla]
    Thanks,
    - Ralph

  • My imac will not connect to wifi what so ever. i have tried 3 different routers and all my other apple devices work fine. when i take it to the genius bar it seems to work with apples instore wifi. thus leading the "geniuses" to say nothing is wrong.

    my imac will not connect to wifi what so ever. i have tried 3 different routers and all my other apple devices work fine. when i take it to the genius bar it seems to work with apples instore wifi. thus leading the "geniuses" to say nothing is wrong.

    Back up all data before making any changes.
    Step 1
    Take all the applicable steps in this support article.  
    Step 2
    If you're running OS X 10.8.4 or later, run Wireless Diagnostics and take the remedial steps suggested in the summary that appears, if any. The program also generates a large file of information about your system, which would be used by Apple Engineering in case of a support incident. Don't post the contents here.
    Step 3
    If you're not using a wireless keyboard or trackpad, disable Bluetooth by selecting Turn Bluetooth Off from the menu with the Bluetooth icon. If you don't have that menu, open the Bluetooth preference pane in System Preferences and check the box marked Show Bluetooth in menu bar. Test. Continue if you find that Wi-Fi is faster with Bluetooth disabled.
    From that same menu, select Open Bluetooth Preferences. If the box labeled Discoverable is checked, uncheck it. Click the Advanced button, and in the sheet that opens, uncheck the top three boxes, if any are checked. Click OK. Enable Bluetooth and test again.
    If the application called "Bluetooth Setup Assistant" is running, quit it.
    Step 4
    This step will erase all your settings in the Network preference pane. Make a note of them before you begin, and recreate them afterwards. It may be helpful to take screenshots of the preference pane.
    Triple-click 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.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.
    Step 5
    Reset the System Management Controller.
    Step 6
    Make a "Genius" appointment at an Apple Store, or go to another authorized service center.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional — ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present. 
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • I use windows desktop at home and want to use Apple laptop on the go.  What do I have to do?

    I use windows desktop at home and want to use Apple laptop on the go.  What do I have to do to be able to use both platforms when my account is for Win.?  I am thinking of converting my home computer to Apple as well in the near future.  Thanks
    Message was edited by: m48more

    m48more wrote:
    What do I have to do to be able to use both platforms when my account is for Win.?
    Cloud accounts are multi-platform.
    You have a maximum of two activations but can use them on Win/Win or Mac/Mac or Win/Mac. The choice is yours.

Maybe you are looking for

  • Has Verizon been Hacked, would they tell you they have?

    with as much activity that has occurred recently with breach of security thru the Fire Wall (ha) and iron clad servers that are impenetrable like a strainer is  "America's Largest Network" dealing with what we don't want to Hear Now- they have been H

  • Importing Text Files

    Hi, has anybody come across this issue before? I am trying to upload a tab delimited text file with 2679 records but only 2425 records are uploaded. However, in the text import repository it shows no failures. Also, I tested uploading one of the fail

  • Invalid WSDL - Certificate not trusted - Exception while publishing WSDL in OSR from HTTPS Server

    Hi, I am publishing a Web Service in OSR from an HTTPS Server. I am getting exception as Error message: WSDLException: faultCode=INVALID_WSDL: java.io.IOException: java.security.cert.CertificateException: Server certificate ....... is not trusted! To

  • Table for SAP Menu and Favourites

    hi when we logon to SAP in the left hand side pane there is SAP Menu and our Favorite Transactions that we have added can somebody tell me where these are stored, what is the table name.... i have some requirement of finding this out user wise. i hop

  • Trying to get hidden info by mouseover... How?

    I am checking info on a national alert system. There are pins or markers for detailed information. You need to mouse over the map pin to bring up this info. I think there is an app for this but I cannot find it! Help!