Not able to use Mac after booting windows from bootcamp!

Hello,
In my Mac mini, I dual booted it by installing windows on it using bootcamp!
Could you help me how to go to mac partition and i am also not able to use windows!
Pls help
Punit Khatri
+91-9925326095

Hi there:
You may be able to start up the Mac in such a way as to look
for an OS X volume at the same time using a keyboard comb-
ination at startup... Press key(s) immediately after start tone.
Press Option (opt) key during startup will start in Startup Manager
where you can select an OS X volume or network volume to run.
{There is also a way to choose a hardware test for diagnostic
purposes on startup, too. Some macs have features in the OS
to include a 'recovery' mode on later models.}
• Startup key combinations for Intel-based Mac:
http://support.apple.com/kb/HT1533
PS: if you decide to remove Windows, you should also
consider Boot Camp to remove the partition it made.
Hopefully this helps.
Good luck & happy computing!

Similar Messages

  • OSX dissapears after booting Windows in Bootcamp

    Hi community,
    I have a very odd problem that has been puzzling me for week and maybe there a guru out there that can give me a hand
    Here is the situation:
    I have an iMac (mid 2011) i5 with 12 Gb RAM with 2 hard disk: 1TB HD on SATA port 1 and 128Gb SSD on port 2.
    I've been running Mavericks with no issues until I decided to install Windows 7 - Ultimate 64 bits using Bootcamp on a 500Gb partition of the 1 Tb drive.
    Everything worked fine and I was able to use Windows for a while, but when I booted the iMac my OSX was gone (not even pressing Alt). I mean the whole partition for OSX was gone forcing me to restore from my TimeMachine backup to be able to use OSX again.
    So I thought that something went wrong in the installation and I did it again erasing the windows partition and reinstalling. Same result: OSX disappeared once a vanilla Windows boots. Ok, so I thought, there's something wrong with my OSX installation. In order to fix it, I booted the computer into UBUNTU to use gparted and delete ALL partitions including the EFI and hidden partitions (this was the only way I found to be able to do it). Then, using an USB stick, I installed a fresh installation of OSX into the SSD and did not restore from TimeMachine. I started bootcamp and installed Windows on the HD (whole drive)... and you guessed ... same result. I have no clue of what can be happening, but I'm not able to use this iMac with Windows and OSX. Any help is much appreciated.
    Thanks
    Jacobo

    I have no clue either (I virtualize Windows and other OS's so have no experience with Boot Camp), but since Boot Camp appears to be the culprit, I'd suggest posting your question in the Boot Camp Community forum too, since there's a better chance that someone there has also been bitten by that bug.

  • Help me please Con't use Mac after install windows 8.1

    Help me please !!! 
    Can't use Mac OS X Yosemite  after install windows 8.1
    How to use. help me please
    1.Not show this step
    2.But go windows 8.1  first
    3.in my computer have only Drive:BOOTCAMP(C:)

    Boot Using OPTION key:
      1. Restart the computer.
      2. Immediately after the chime press and hold down the
          "OPTION" key.
      3. Release the key when the boot manager appears.
      4. Select the OS X disk icon from which you want to boot.
      5. Click on the arrow button below the icon.

  • Not able to Use it after resetting phone to its factory setting !!

    My brother bought an Iphone 4s from his friend. We did reset in order to remove his friend's accounts and everything phone had in it. What happened is we're not able login as It turned out FindMyIphone app was installed and nobody knows the login details including his friend It's been 3 days and I can't see my little brother's sad face. Anyone ?

    If the iPhone has Activation Lock - that is, it's asking for the previous owner's Apple ID and password to activate the device - then you will need that information, or you'll need to get the previous owner to remove the device from his/her iCloud account:
    http://support.apple.com/kb/PH2702
    If your brother's "friend" has forgotten his Apple ID and password, the "friend" will have to recover it, either by this web page:
    https://iforgot.apple.com
    or by calling Apple Support and asking to speak with Account Security.
    If this "friend" is unable or unwilling to recover his Apple ID so as to be able to clear Activation Lock, then the device is unusable. Your brother should return the iPhone to this "friend" and get his money back.
    Regards.

  • Not able to use Commit after the function module STATUS_OBJECT_CREATE

    I am using function module   STATUS_OBJECT_CREATE
       CALL FUNCTION 'STATUS_OBJECT_CREATE'
              EXPORTING
               CHGKZ         = 'X'
               CLIENT        = SY-MANDT
                OBJNR         = LV_OBJNR3
                OBTYP         = 'IWE'
                STSMA         = 'ZS_RE_01'
              IMPORTING
                OBJNR         = LV_OBJNR3.
                STONR                        = LV_STONR.
            IF SY-SUBRC = 0.
                COMMIT WORK.
            ENDIF.
    i am getting error after the COMMIT WORK .
    I am not getting any issue in the function module .after the function module i am using the COMMIT WORK and i am getting the following error message
    Category               ABAP Programming Error
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB
    ABAP Program           SAPLBSVU
    Application Component  CA-GTF-TS-SMT
    Date and Time          03/17/2014 07:01:29
    |Short text                                                                                        |
    |    The ABAP/4 Open SQL array insert results in duplicate database records.                       |
    |What happened?                                                                                    |
    |    Error in the ABAP Application Program                                                         |
    |                                                                                                  |
    |    The current ABAP program "SAPLBSVU" had to be terminated because it has                       |
    |    come across a statement that unfortunately cannot be executed.                                |
    |What can you do?                                                                                  |
    |    Note down which actions and inputs caused the error.                                          |
    |                                                                                                  |
    |                                                                                                  |
    |    To process the problem further, contact you SAP system                                        |
    |    administrator.                                                                                |
    |                                                                                                  |
    |    Using Transaction ST22 for ABAP Dump Analysis, you can look                                   |
    |    at and manage termination messages, and you can also                                          |
    |    keep them for a long time.                                                                    |
    |Error analysis                                                                                    |
    |    An exception occurred that is explained in detail below.                                      |
    |    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught                 |
    |     in                                                                                           |
    |    procedure "STATUS_UPDATE" "(FUNCTION)", nor was it propagated by a RAISING                    |
    |     clause.                                                                                      |
    |    Since the caller of the procedure could not have anticipated that the                         |
    |    exception would occur, the current program is terminated.                                     |
    |    The reason for the exception is:                                                              |
    |    If you use an ABAP/4 Open SQL array insert to insert a record in                              |
    |    the database and that record already exists with the same key,                                |
    |    this results in a termination.                                                                |
    |                                                                                                  |
    |    (With an ABAP/4 Open SQL single record insert in the same error                               |
    |    situation, processing does not terminate, but SY-SUBRC is set to 4.)                          |
    |How to correct the error                                                                          |
    |    Use an ABAP/4 Open SQL array insert only if you are sure that none of                         |
    |    the records passed already exists in the database.                                            |
    |                                                                                                  |
    |    If the error occures in a non-modified SAP program, you may be able to                        |
    |    find an interim solution in an SAP Note.                                                      |
    |    If you have access to SAP Notes, carry out a search with the following                        |
    |    keywords:                                                                                     |
    |                                                                                                  |
    |    "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"                                              |
    |    "SAPLBSVU" or "LBSVUU01"                                                                      |
    |    "STATUS_UPDATE"                                                                               |
    |                                                                                                  |
    |    If you cannot solve the problem yourself and want to send an error                            |
    |    notification to SAP, include the following information:                                       |
    |                                                                                                  |
    |    1. The description of the current problem (short dump)                                        |
    |                                                                                                  |
    |       To save the description, choose "System->List->Save->Local File                            |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    2. Corresponding system log                                                                   |
    |                                                                                                  |
    |       Display the system log by calling transaction SM21.                                        |
    |       Restrict the time interval to 10 minutes before and five minutes                           |
    |    after the short dump. Then choose "System->List->Save->Local File                             |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    3. If the problem occurs in a problem of your own or a modified SAP                           |
    |    program: The source code of the program                                                       |
    |       In the editor, choose "Utilities->More                                                     |
    |    Utilities->Upload/Download->Download".                                                        |
    |                                                                                                  |
    |    4. Details about the conditions under which the error occurred or which                       |
    |    actions and input led to the error.                                                           |
    |                                                                                                  |
    |    The exception must either be prevented, caught within proedure                                |
    |    "STATUS_UPDATE" "(FUNCTION)", or its possible occurrence must be declared in                  |
    |     the                                                                                          |
    |    RAISING clause of the procedure.                                                              |
    |    To prevent the exception, note the following:                                                 |
    |System environment                                                                                |
    |    SAP Release..... 702                                                                          |
    |    SAP Basis Level. 0010                                                                         |
    |                                                                                                  |
    |    Application server... "sds6ci"                                                                |
    |    Network address...... "11.224.101.53"                                                         |
    |    Operating system..... "Linux"                                                                 |
    |    Release.............. "2.6.18-194.el5"                                                        |
    |    Hardware type........ "x86_64"                                                                |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                 |
    |    Work process number.. 17                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "gctsdb01lds.hsi.hugh"                                                     |
    |    Database type..... "ORACLE"                                                                   |
    |    Database name..... "DS6"                                                                      |
    |    Database user ID.. "SAPDS4"                                                                   |
    |                                                                                                  |
    |    Terminal.......... "GCTEMP02VDI"                                                              |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 720                                                                         |
    |    created (date)... "Sep 14 2013 05:28:14"                                                      |
    |    create on........ "Linux GNU SLES-9 x86_64 cc4.1.2 use-pr130820"                              |
    |    Database version. "OCI_102, 10.2.0.5.0, V2, default"                                          |
    |                                                                                                  |
    |    Patch level. 500                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |
    |    SAP database version. 720                                                                     |
    |    Operating system..... "Linux 2.6, Linux 3"                                                    |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 1317248                                                                              |
    |    EM...... 0                                                                                    |
    |    Heap.... 0                                                                                    |
    |    Page.... 0                                                                                    |
    |    MM Used. 1242912                                                                              |
    |    MM Free. 53400                                                                                |
    |User and Transaction                                                                              |
    |    Client.............. 160                                                                      |
    |    User................ "DV018458"                                                               |
    |    Language key........ "E"                                                                      |
    |    Transaction......... "SE38 "                                                                  |
    |    Transaction ID...... "5323C30FC9364665E10000000BE06533"                                       |
    |                                                                                                  |
    |    EPP Whole Context ID.... "002655EE0F241ED3ABB7D81260A28C44"                                   |
    |    EPP Connection ID....... 00000000000000000000000000000000                                     |
    |    EPP Caller Counter...... 0                                                                    |
    |                                                                                                  |
    |    Program............. "SAPLBSVU"                                                               |
    |    Screen.............. "RSM13000 3000"                                                          |
    |    Screen Line......... 2                                                                        |
    |    Debugger Active..... "none"                                                                   |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "SAPLBSVU" - in "STATUS_UPDATE".                     |
    |    The main program was "RSM13000 ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 60                                  |
    |    of the (Include) program "LBSVUU01".                                                          |
    |    The program "SAPLBSVU" was started in the update system.                                      |
    |    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in                   |
    |    procedure "STATUS_UPDATE" "(FUNCTION)", but it was neither handled locally nor                |
    |     declared                                                                                     |
    |    in the RAISING clause of its signature.                                                       |
    |                                                                                                  |
    |    The procedure is in program "SAPLBSVU "; its source code begins in line                       |
    |    1 of the (Include program "LBSVUU01 ".                                                        |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   30|  LOOP AT jsto_upd WHERE chgkz = 'X'.                                                       |
    |   31|    CHECK: jsto_upd-chgnr > '000',                                                          |
    |   32|           jsto_upd-stsma NE jsto_upd-stsma_old.                                            |
    |   33|    CLEAR jcdo_tab.                                                                         |
    |   34|    MOVE-CORRESPONDING jsto_upd TO jcdo_tab.                                                |
    |   35|    MOVE-CORRESPONDING chdat    TO jcdo_tab.                                                |
    |   36|    jcdo_tab-stsma_new = jsto_upd-stsma.                                                    |
    |   37|    APPEND jcdo_tab.                                                                        |
    |   38|  ENDLOOP.                                                                                  |
    |   39|* Änderungen zu Einzelstatus (Insert)                                                       |
    |   40|  LOOP AT jest_ins WHERE chgkz = 'X'.                                                       |
    |   41|    CHECK jest_ins-chgnr > '000'.                                                           |
    |   42|    CLEAR jcds_tab.                                                                         |
    |   43|    MOVE-CORRESPONDING jest_ins TO jcds_tab.                                                |
    |   44|    MOVE-CORRESPONDING chdat    TO jcds_tab.                                                |
    |   45|    jcds_tab-chind = 'I'.                                                                   |
    |   46|    APPEND jcds_tab.                                                                        |
    |   47|  ENDLOOP.                                                                                  |
    |   48|* Änderungen zu Einzelstatus (Update)                                                       |
    |   49|  LOOP AT jest_upd WHERE chgkz = 'X'.                                                       |
    |   50|    CHECK jest_upd-chgnr > '000'.                                                           |
    |   51|    CLEAR jcds_tab.                                                                         |
    |   52|    MOVE-CORRESPONDING jest_upd TO jcds_tab.                                                |
    |   53|    MOVE-CORRESPONDING chdat    TO jcds_tab.                                                |
    |   54|    jcds_tab-chind = 'U'.                                                                   |
    |   55|    APPEND jcds_tab.                                                                        |
    |   56|  ENDLOOP.                                                                                  |
    |   57|* Verbuchung Statusobjekte                                                                  |
    |   58|  DESCRIBE TABLE jsto_ins LINES sy-tabix.                                                   |
    |   59|  IF sy-tabix > 0.                                                                          |
    |>>>>>|    INSERT jsto CLIENT SPECIFIED                                                            |
    |   61|                FROM TABLE jsto_ins.                                                        |
    |   62|  ENDIF.                                                                                    |
    |   63|  DESCRIBE TABLE jsto_upd LINES sy-tabix.                                                   |
    |   64|  IF sy-tabix > 0.                                                                          |
    |   65|    field-symbols <fs_jsto_line> like jsto_upd.                                             |
    |   66|    loop at jsto_upd assigning <fs_jsto_line>.                                              |
    |   67|      IF <fs_jsto_line>-chgnr = '000'.                                                      |
    |   68|        <fs_jsto_line>-chgnr = '999'.                                                       |
    |   69|      ENDIF.                                                                                |
    |   70|* on change of status profile delete user status related to old profile                     |
    |   71|      IF <fs_jsto_line>-STSMA NE <fs_jsto_line>-STSMA_OLD.                                  |
    |   72|        DELETE FROM JEST CLIENT SPECIFIED WHERE                                             |
    |   73|               MANDT = <fs_jsto_line>-MANDT AND                                             |
    |   74|               OBJNR = <fs_jsto_line>-OBJNR AND                                             |
    |   75|               STAT  LIKE 'E%'.                                                             |
    |   76|        DELETE FROM JCDS CLIENT SPECIFIED WHERE                                             |
    |   77|               MANDT = <fs_jsto_line>-MANDT AND                                             |
    |   78|               OBJNR = <fs_jsto_line>-OBJNR AND                                             |
    |   79|               STAT  LIKE 'E%'.                                                             |

    i tried with out using commmit but it is not creating Status.
    When i see the function module help and they are trying to COMMIT
    FU STATUS_OBJECT_CREATE
    Short Text
    Create Status Object
    Functionality
    The function module generates a status object.
    Take the object number from the object number management (function modules OBJECT_NUMNBER_GET_xx).
    If no object number is given, the module takes a temporary object number that must be replaced later (function module STATUS_OBJECT_SWITCH_NUMBER).
    Example
    Creating an internal order with number 100123 (object type "ORC") for status profile "STATSCHEM" with final object number
    call function 'OBJECT_NUMBER_GET_OR'
      exporting
        aufnr = '100123'
      importing objnr = objektnummer.
    call function 'STATUS_OBJECT_CREATE'
      exporting
        objnr = objektnummer
        obtyp = 'ORC'
        stsma = 'STATSCHEM'.
    commit work.
    Creating the same order with a temporary object number
    data: objectkey like ionra.
    * TBO00-REFSTRUCT for object type 'OR' is 'IONRA'
    objectkey-aufnr = '100123'.
    call function 'STATUS_OBJECT_CREATE'
      exporting
        i_objectkey = objectkey
        obtyp       = 'ORC'
        stsma       = 'STATSCHEM'.
      importing
        objnr       = objektnummer.
    call function 'OBJECT_NUMBER_GET_OR'
      exporting
        aufnr = '100123'
      importing objnr = objektnummer_neu.
    call function 'STATUS_OBJECT_SWITCH_NUMBER'
      exporting
        objnr_old = objektnummer
        objnr_new = objektnummer_neu.
    commit work.
    Notes

  • Can i use mac mail in windows. from where can i download it

    Hi Apple,
       I would like to use mail.app (Mac mail client) in windows. Could you people please help me out in this. from where i can download this for windows.
    Thanks,
    Anand

    Apple doesn't make any email software for Windows. The only current software it does is iTunes, Safari, QuickTime, a limited version of Software Update, and a couple of hardware-specific products.
    (64492)

  • I created an Apple ID but i can't able to use it for downloading applications from iTunes store on my 4s iPhone

    I have created an apple id on my 4S iPhone. But i can not able to use it for downloading applications from iTunes store on my phone

    can your computer?
    can your browser ?
    what error does it give you?

  • Users are not able to save pdfs after editing - Adobe XI. They do not use the Win7 explorer preview pane.  If they completely close the Win7 explorer window, they can save - Adobe XI thinks the preview pane is open when it is not.

    Users are not able to save pdfs after editing.  Product is Adobe XI, OS is Win7 64-bit.  When saving, an error pops up that the file cannot be saved, it is in use.  If they save as a different name, it works.  Found several forums/blogs/etc that suggest the problem can be solved by closing the Window7 explorer preview pane.  They don't use the preview pane.  I figured out that if they completely close the explorer window, they can save.  But this means they have to open and close explorer for each file.

    Hi, I would like to chime in and say that this problem has not yet been resolved. It is extremely annoying when all I do is highlight a document in the file explorer and I get 5 errors (evenly spaced out about 20 seconds apart telling me that "Microsoft
    Word Cannot Start (24)". These errors persist even after windows explorer and word are closed. And I don't want to start terminating processes just to make them stop every time.
    I'm a little frustrated with this problem and the other problems I've encountered with MS Office 2013 with file corruption, crashing, 2010 compatibility issues, and the whole host of errors when trying to actually do WORK with Word.
    I do work with long, complex reports in Word because that's the best way available for myself (and my coworkers) to use. However, I sincerely regret upgrading to Office 2013 because of it. I love it, all of its features, and its interface, but I simply cannot
    use it without problems.
    Submitting an official complaint whenever the phone reps start up again in the morning.

  • I am not able to use my external hard drive with my Mac.

    I am not able to use my external hard drive with my Mac. It was initially used with my Windows 7 laptop. Now when I insert my Hard drive in the Mac, it doesn't allow me to delete, format, make folders or copy new files on to my hard drive. I no longer have a Windows PC and am stuck. I tried going to Disc utilities,selected my HD, clicked on Erase and then changed the Format type to MS-DOS (FAT) but no luck .. Any other steps or advice?

    It was likely formatted in NTFS which is readable by the Mac, but not writeable.
    You should be able to reformat the disk in Disk Utility.
    After having copied all the data off of it, you can try re-partitioning it.
    Select the hard drive in the disk list in Disk Utility. Hard drives are the device itself, are left-aligned in the list, and are usually named with the manufacturer, size, and model number.
    Click on the Partition tab.
    Select 1-partition from the partition menu.
    Click the Options button and set to GUID
    Set the format to Mac OS Extended (Journaled)
    Give the Volume a name and click Apply.

  • Dynadock U3.0 - Not able to use Ethernet port after Win 8.1 update

    Hi everybody,
    i am using a Dynadock u3.0 dock with my Vaio SCP 13.
    Since I updated my device to Windows 8.1 Update 1 I am not able to use the Ethernet port of the Dynadock.
    Before that everything worked fine.
    I am not able to reinstall the drivers correctly (tried 7.6m0, 7.5m2). While the driver insaller tries to start i am getting an error message, that the installer is not able to set a bunch of registry Keys (SYSTEM\CurrentControlSet\Services\DisplayLinkGA\D evice1) (till 0). (Image 1)
    If i ignore those messages and do install the driver, the Ethernet port will remain uninstalled in the device manager. (Image 2)
    If I try to install the driver manually (DisplayLink Network Adapter NCM), Ill get an error message that a driver was found but that the access was denied. (Image 3)
    I started the safe mode and could install the driver. But if I reboot to normal mode, the device could not be started.
    I also tried to disable UAC and I am logged in as the "real" administrator.
    Please find the error messaged attached (in German):
    [image 1]: http://picload.org/image/lcalwop/toshiba.png
    [image 2]: http://picload.org/image/lcalwoc/toshiba2.png
    [image 3]: http://picload.org/image/lcalwlg/toshiba3.png
    BTW: If I unzip the installer (7.6m0) and install the *inf for the right ven&dev (4503) it still does not work...
    I dont know what to do anymore...

    Hi
    After Windows 8.1 upgrade, you should also update the Display Link driver/software
    This is very important!
    The latest driver can be downloaded here:
    http://www.displaylink.com/support/downloads.php
    Note: the old version should be removed!

  • I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add

    I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add APN. Now when i switch to safari its showing you are not subscribed for cellular data. But I am able to use data on other phone.
    Will you please help me in this regard?
    Another issue, since i bought my new iphone there is dust inside back main camera.
    Your advises are highly appreciated.

    Hey Shaiju isac,
    I'd take a look at the following article, it'll guide you though steps to you troubleshoot cellular data issues on your iPhone:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    David

  • After upgrading to Lion, not able to use Quicken 2007.  Get the following message: PowerPC applications are no longer supported.  Anyone has a solution?

    After upgrading to Lion, not able to use a PowerPC Application (Quicken 2007).  Any solution?

    Quicken Essentials 2010 has less features than Quciken 2007.  Keeping track of investments is one feature I need and Quicken Essentials does not include that function.  I may have to consider others financial software, such as iBank4, Money4, iFinance, and Money Well.

  • TS1398 After upgrade to iOS 6 i am not able to use wifi.

    Connected, but no wifi traffic (at home).
    After upgrade to iOS 6 i am not able to use wifi. I am connected to my home wifi but no trafic is coming through (safari, skype, twitter, app store). I have even tried recovery of my iPhone 4S using iTunes as well as using iPhone. But without effect.
    Can not connect at all (at work).
    Thank you for helpfull advice.
    Vladimir
    Please do not give me advice like:
    switch proxy to auto
    turn the flight mode on and off
    turn the iphone on and off
    release the ip
    recovery the network settings
    recovery firmware
    I have tried all these, but did not work.
    PS to apple:
    I really did not expect this kind of trouble. If I would want to waste my time "repairing my device", I would buy an android phone!!!!!!

    This helped me solve the problem:
    I have changed the security from TKIP to AES and now my wifi works fine /sofar/.
    Targat

  • My mac's launchpad is working but i am not able to use the apps that are provided in the launchpad

    my mac's launchpad is working but i am not able to use the apps that are provided in the launchpad

    Well, everything that you have bought with her Apple ID prior to getting your own Apple ID is forever hers. Apple will not transfer content from one ID to another. But in the case of the Mac, contact iTunes Customer Service and request that they send your issue to the Account Security Team and ask that the Mac be released form your mother's account so you may register it with your account. Then you can accept the iLife apps into your account for any future updates.
    iTunes Support -
    http://www.apple.com/support/itunes/

  • Im not able to use facetime at all. Do some countries have restrictions. Can anyone help me out ? I use a Mac Book pro retina display with OSx Mountain lion

    Im not able to use facetime at all. Do some countries have restrictions. Can anyone help me out ? I use a Mac Book pro retina display with OSx Mountain lion.

    FaceTime for Mac: Troubleshooting FaceTime

Maybe you are looking for

  • Disk failure and no Time Machine backup

    Hi, I had hard disk failure on my iMac and I don't have Time Machine or any other backup. By press 'Option' key, I may access Disk Utility, but failed if trying to verify or repair disk (see photo), and it asked me to '...Backup as many of your files

  • Kernel 2.6 NVIDIA Problems

    Well, instead of creating my custom 2.4 kernel, I figured I would at least upgrade to 2.6 first. However, this has (of course) created its own problem.  It loads up fine, but then I need to compile my NVIDIA drivers. I downloaded the latest version a

  • Regarding in FI posting program rfbibl00

    Hi all, when i use the submit program RFBIBL00, it is not creating the session i want to capture the message and data record in this case. how and where can i do this. Please help me with your suggestions thanks in advance. regards, Selvi

  • Adapter trace

    Hi experts! I am developing an adapter on PI 7.0 that complains with JCA 1.0, based on sampleAdapter delivered by SAP. A lot of trace calls are made on my code: trace.entering(...), trace.exiting(...), trace.catching(...) but none of them appear at n

  • How well does a new Mac Pro work with Adobe Premiere CC 2014

    I'm trying to spec out a new Mac Pro so I can edit 4K footage from a RED camera. I currently edit using Premiere CC 2014. I've heard all kinds of bad stories with the new Mac and Premiere and was wondering if anyone has had a good experience. These a