HT1975 I can't change my location services settings

When I go into settings and click on Location Services the whole area/page is greyed out and I can't change any settings, I don't know how to change this, any suggestions?

Settings > General > Restrictions > Allow Changes > Location.

Similar Messages

  • HT4995 I can't change my location services they are faded in color and just won't turn on or off

    I can't change my location services on my iPad.  It shows everything as turned on but I can't turn anything on or off it's like they are frozen and the color of the buttons is faded.  Can anyone tell me what I have done wrong.  I have downloaded a gps app and can't use it

    Check in Restrictions... Settings > General > Restrictions
    Also, See Pages 126 and 127 Here  >  Ipad User Guide

  • HT1975 iphone 4S:  Why are my location service settings greyed out?

    I can find my location settings on my iPhone 4S, but both overall and settings for particular apps are greyed out. I need to turn location services on for a particular app to work.  Can anyone help me?

    Are some location services restricted?
    Check Settings > General > Restrictions

  • I have upgraded my iPhone 5 with iOS 7 and I can´t turn on location services. I have already twice restored the instalation of iOS 7 but no change. This should be the improvement of the apple software? Has anybody similar problem?

    I have upgraded my iPhone 5 with iOS7 and I can´t turn on location services. I have already restored the instalation of oOS 7 twice but no change. This should be the improvement of apple software? Does anybody have similar problem? Do you know how to solve it?

    A workaround is to reinstall lazy apps, mostly for those that were restored but don't appear on notification center, eg. Whatsapp. In my case I have more than 500 apps installed.
    We need a correct solution for this problem.
    I also had this problem on the past moving from 4s to 5.
    And now from 5 to 5s.
    The only notifications working after restore in my iPhone are those from Facebook.

  • HT5467 How to change the location service set up when the icon is not inactive?

    I can not setting up the location services and change individual location service for each application since the icon are all in the dead icon and I cannot change anything. Is there anyway to make those icons in active?

    Here is what I was referring to - when in Control Center, I have the database locations. (sources, targets, OWF etc). Under a database location I selected the connector/location name under Connectors. When I select Deploy Action to Drop the connector/location name will remain. However, if you were to check in the database or the Repository Browser (Locations Report) you will see that the db link is gone. At this point you can safely modify the Locations info in the Connection Explorer (in Design Center). On the other hand, if you want the location to be deleted all together then now you can delete it in the Connection Explorer panel. If you did the prior drop step then at this point all db link info should be gone from the database.

  • How can I turn on location services

    How can I turn on location services for gps.  It is not highlighted on my phone.  So, I can not select it to make changes.

    Settings > General > Location Services

  • I was gifted a app store 50$ gift card but it wont let me use it because I'm in the UK store. I can't change my location because of the credit card associated with the account and my phone number please help

    I can't change my location because of the credit card associated with the account and my phone number please help

    Gift cards are country specific.
    They can only be used inside the borders of the country of issue.

  • How can I disable the location service of my camera and photos in my iphone 5s?

    How can I disable the location service of my camera and photos of my iphone 5s?

    Settings>Privacy>Location Services>Camera>OFF.

  • How can i change my location in ios 8

    How can i change my location in ios 8

    Settings > iTunes & App Store > Apple ID: > View Apple ID > sign in and change Country/Region.
    Note: You need a physical address & a valid credit card issued for that country that you want to change to.

  • Why can't I  turn location services back on.

    Why can't I  turn location services back on?

    Hi Jalm14ts,
    Welcome to the Support Communities!
    To address this issue, I would suggest restarting and/or resetting the iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If that does not resolve the issue, refer to page 146 in the iPhone User Guide to Reset All Settings:
    iPhone User Guide for iOS 7
    manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    Cheers,
    - Judy

  • How can I change the location for the backup from iphone to itunes?

    How can I change the location for the backup from iphone to itunes? I want to backup to my external harddisk and not the computer itself. How do I do it?

    Moving the iOS device backup location
    Open a command prompt by hitting the start button and typing CMD<Enter> in the search box that opens up, or with Start > Run on older Windows.
    To move the current backup folder from C: to D: (for example) type in this command and press <Enter>
    Move "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    Where <User> is your Windows user name.
    To make iTunes look for the data in the new location type in this command and press <Enter>
    MkLink /J "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    If your preferred drive has a different letter or you already have a folder called "Backup" then edit "D:\Backup" accordingly in both commands.
    If you have Windows XP then you'll need a third-party tool such as Junction to link the two locations together instead of the MkLink command. The source folder is C:\Documents and Settings\<User>\Application Data\Apple Computer\MobileSync\Backup
    tt2

  • Can i change the location for backup in my widows 7 ?

    How can i change the location for the bacup in my windows 7?Thanks.

    First, make sure iTunes isn't running
    Now, move the C:\Users\(yourname)\AppData\Roaming\Apple Computer\MobileSync\Backup\ folder to your preferred location. My was F:\iTunesMobileSync. This is up to you.
    Finally, start a command prompt as an administrator. You can do this from the Start Menu, type cmd.exe, then right click and select Run As Administrator. From the command prompt, create an junction point as I do below, just change f:\yournewfolder with your new location.One thing to to make sure of, don't end up with a folder like f:\yournewbackupfolder\Backup\Backup, so be sure to check how your folders ended up when you moved them.
    mklink /J "C:\Users\yourname\AppData\Roaming\Apple Computer\MobileSync\Backup" "f:\yournewfolder\Backup"
    You should see something like this in Windows 7. Note the little "shortcut" overlay icon? That's saying this is a link.
    You can also confirm it with dir from the command line. Note the <junction>:
    C:\Users\Scott\AppData\Roaming\Apple Computer\MobileSync>dir
    Directory of C:\Users\Scott\AppData\Roaming\Apple Computer\MobileSync
    11/25/2011  10:10 PM    <DIR>          .
    11/25/2011  10:10 PM    <DIR>          ..
    11/25/2011  10:10 PM    <JUNCTION>     Backup [f:\iTunesMobileSync\Backup]
                   0 File(s)              0 bytes
                   3 Dir(s)  97,594,851,328 bytes free
    If you are still on XP and not Vista or Windows 7, you don't have mklink, but you can use the junction utility in the same way.
    This works.

  • Can i change the location of my password file ?

    Hi all,
    Can i change the location of my password file from default to any other user defined location ?
    If yes then how ?
    Thanx in advance.
    Deep

    Move password file to any user define location and create soft link for same password file in $ORACLE_HOME/dbs location.
    Cheer,
    Virag Sharma

  • Can I change the location of adobe organizer file folders in Elements 11 from my c to d drive ?

    Can I change the location of adobe organizer file folders in Elements 11 from my c to d drive ?
    My laptop, which uses Windows 7, came with the hard drive divided between a C and D drive.  the C drive, where all the programs load, is nearly full, and I would like all the photos and videos that adobe elements organizer finds and that I download into load on my nearly empmty and spacious D drive.
    In other programs I can change this is file prefernces, but I cant find that feature in elements.
    Is it possible? and how can I do it?

    Team Ben Hur
    SG will probably have more to say about his reply, but in the meanwhile you might want to check out Premiere Elements 11/Elements Organizer 11/File Menu/Catalog Manager... and the Custom Location option. I suspect that is what both of you have in mind?
    When Photoshop Elements 11 and Premiere Elements 11 are installed on the same computer, they share a common Elements Organizer (catalog) although they can be purchased as standalone products each with its own Elements Organizer (catalog).
    ATR

  • How can i change my location because icant updated my files and download

    how can i change my location in my i phone i cant updated my files or even download

    You need to be:
    1. In the country
    2. Have a credit card for that country
    3. Billing address must be the same as your credit card

Maybe you are looking for

  • Delete key broken?

    After I Installed the latest rounds of OSX updates my delete key works backward. "Shift-Delete" will now delete the character to the left and just plain "delete" will delete the character to the right?? Man is that annoying! Any help?

  • ATV, 5.1 and a Sony Receiver......no blue light!?!

    First and foremost, what a fun couple of days. What a great forum too! So many knowledgeable folks willing to share their know-how. So, my question is this, anyone else out there with their aTV hooked-up to a Sony receiver that's not getting the blue

  • Who updated the column and when

    I have a question we have a column and we want to find out who updated it and when means what was its initial value and what changes have occured to it and who made these changes Thanks in advance Shakeel Pakistan

  • WIFI is connected but says no service

    WiFi  is connected but says no service

  • Can download the Whats App on ipod touch?

    can download the Whats App on ipod touch?