Missing Compass app

Good evening.
My problem is quite simple - I can't find the Compass app. I don't really use it, although there's a hike I might be going on later this year where I could use it, but I just don't like the fact that I can't find it.
I was under the impression that these default apps can't dissappear and indeed I have all the other default apps like calendar, stocks etc.
I have just a got a new iPhone because of battery issues with the last one, and I did a restore from that phone. Previous to that I had carried out a full restore on that phone because of the aforementioned battery issues.
Now, i've looked for the app both just looking through the screens and also by doing a manual search. No luck.
Does anyone know what the problem might be here?
Thanks.

I've checked that it's not a 3G by opening maps and switching the direction feature on. It works, and I got the warning about compass interference, so it's certainly a 3GS.
As for the corrupt OS, how do I carry out a fresh restore and still retain my settings?
Is it possible the corruption is located in my backup (from the old phone), from which I restored this new phone today?
If so, I suppose the only solution is to, what, restore this phone as a new phone, sync everything over, and just have to accept that i'll lose all settings, and go about re-setting them all manually?

Similar Messages

  • Apple compass app

    Since updating new version ios7 for iphone 5,im so confusing how this happen that the apple compass app is not shown on home screen and i can see this only in settings but no way u can open or can this transfer from settings to home screen,does anybody out there have same problems,i have read some reviews said some have issues like mine is missing apple compass app so wierd...any suggestions how to  get this app.....thanks

    First of all, an idle threat is one that a person has no intention of carrying out. In the past 16 months that I have had this phone I have become less and less satisfied and found that it is like much of today's technology....over rated and under performing. The one thing that I have never been accused of is not wanting, or not giving help but when a company makes itself unavailable to resolve issues and leaves it to forums run by users helping users, it speaks more about the company than anything else they could do. As I said, I do not make idle threats and I did not threaten you in any way. Guess I'll call this topic done with as it is not and was not the intent to get a war started    

  • How can I display current iPhone GPS coordinates using compass app

    How can I display current iPhone GPS coordinates, when traveling overseas with no access of data or wifi
    using "iphone compass app"(Both the latitude and longitude) ??
    if iphone compass app require any sort of data
    what alternative would there be? (to document the coordinates)?

    Hi
    Iphone 5s 16 gb 8.1
    My fone freeze whenever i charge my fone its appear white screen with apple logo.. and as soon as i try to press hold home and power button
    it shows battery drained sign>> i m facing this problem from last one week
    and itunes also not  getting cconnected
    can any1 please help me out
    sorry for poor english

  • Sysprep and Windows 8.1 -- missing Metro apps after reboot?

    So, I'm trying to figure out an issue with Sysprep and a clean-install Windows 8.1 64 Enterprise system:
    When I sysprep the computer from my admin account with my unattend.xml file, when it reboots, I'm only getting 7 Metro apps at the start screen and
    14 Metro Apps at the "all apps" screen -- things like Weather, Maps, Calendar, Mail, etc are missing -- and actually look like they aren't installed
    as searching for something like "People" -- gives no results.
    From what I've been able to gather, the behavior of the start screen should controlled by an appsFolderLayout.bin file, but when I first set up the initial
    account (not "administrator", but the initial local admin account), that file does not exist anywhere.
    I've tried creating the file manually by running:
    Export-StartLayout -As Bin -Path C:\Temp\appsFolderLayout.bin
    and either putting it in \Users\<myadminaccount>\AppData\Local\Microsoft\Windows
    or \Users\Default\AppData\Local\Microsoft\Windows
    and sysprepping again (after restoring a snapshot to the pre-sysprep/post-clean install state), but this isn’t making any difference.
    When I run sysprep /generalize — the .bin file is deleted and replaced by some other default one — that I’m not sure where it is generated from.
    Does anybody have any suggestions here?    Windows 8.0 just worked with my unattend.xml file without having to mess with appsFolderLayout.bin, so I’m not sure what I’m missing.
    Thanks!

    If you are still having trouble, this is an outline of the full process I use that seems to be consistently producing good results:
    - Install Windows 8.1 Enterprise with autounattend.xml, in particular, blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account.
    There should be no reason why all that has to be done in autounattend.xml, but it is the way I do it. There are a few other mandatory settings if you want a fully-automated setup.
    - At this point in time the Administrator account only shows a few tiles on the start screen, all actions are performed using the Administrator account.
    - Run Schtasks.exe /change /disable /tn "\Microsoft\Windows\AppxDeploymentClient\Pre-staged app cleanup" before the task has had a chance to run.
    - Install all applications, updates and settings as you want.
    - Run Sysprep, in particular blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account. Also importantly we set CopyProfile to
    false under Microsoft-Windows-Shell-Setup specialize pass. I don't know because I haven't tried it, but I imagine that if you run this and copy the Administrator profile to the default user profile then the default user profile may be missing some apps. We
    do all customization of the default user profile explicitly by loading the registry hive and editing it directly.
    After the image is deployed the Admistrator account has all the standard tiles present, but two of them report errors (I think it is Music and Videos). Any other profiles have all tiles present and all apps work.
    The full sysprep XML is included below in case it is useful to anybody. The company-specific settings and passwords have been blanked out, but otherwise it is the full one we use and fairly generic apart from the Australian settings. Note that this one is
    for a 64-bit image.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipRearm>0</SkipRearm>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>*</ComputerName>
    <CopyProfile>false</CopyProfile>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>XXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>XXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Temp Account We have to Add because setup requires it</Description>
    <Name>temp</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>XXXXXX</RegisteredOrganization>
    <RegisteredOwner>XXXXXX</RegisteredOwner>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    <AutoLogon>
    <Password>
    <Value>XXXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Domain>.</Domain>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <LogonCount>1</LogonCount>
    </AutoLogon>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>net user temp /delete</CommandLine>
    <Description>Delete temp user account that we have to create</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-AU</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-AU</UserLocale>
    </component>
    </settings>
    </unattend>

  • My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download..."

    My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download...." I purchased additional storage twice, my device now shows 18GB free of a total 25GB, and still I cannot download apps I've had for yrs

    iCloud space is for backup only.
    You need more local storage; free up space on iPad:
    Settings>General>Usage>Storage>Delete what is not needed to free up space on iPad.

  • Compass App

    Is there a Compass App. that will work just like the one in the new 3GS phone?
    Ive seen many of them in the App. Store but no good reviews.

    The iPhone 3GS has a digital compass, which is hardware not present in the 3G. The "compass app" in the App store uses GPS which requires you to be moving to determine direction. The compass in the GS shows the direction you're facing while stationary.

  • TS1702 I have an ipod touch,were can i find a simple compass app?

    I have an ipod touch,were can i find a simple compass app?

    There is no compass hardware in an iPod touch, so an app is not possible.
    Regards.

  • IPhone 4, Flip leather case and the 'Compass' app..just some info

    Hello Members, and anyone new to the iPhone 4 with a 'Flip' type case that has a magnetic clasp.
    I had just got my new Iphone 4, and after fully updating it to iOS 4.1, I'd successfully managed to fix the screen protector that came with the all 'leather' flip case, and proceeded to slide the Iphone into it's new luxury coat closing it securely.
    Leaving it while, and then coming back to my Iphone, I started to explore the device and went straight for the 'compass' app, just to see it working....
    I notice it wasn't operating correctly, the app would either be really difficult to calibrate, and when it did, the pointer would not be stable and jerked around a lot.
    Anyway...I found the 'flip' case to have been a bad choice purely because of a design flaw, see the phone kept wanting to slide out as I would use it, so off I went to buy another one.
    I settled for one which was made of plastic, it was a black 'enclosure' type and even included the screen protector built into it, so no having to mess about with sticky thin films either..great, just snap the two half's together...job done!
    Again, back at home and in the same location, I again started to explore the iPhone going from browser to app, and again fell back onto the 'compass' application, only this time it worked flawlessly, no having to 'calibrate' and re-calibrate, no jerking from the pointer, it worked smoothly and faultlessly, and then it had occurred to me as to why this might be.....?
    The Iphone's directional tech is influenced by magnetic fields, regardless of whether it's 'geographic' north or 'magnetic' north, and was being influenced by the magnet that was contained in the clasp of the leather 'flip' case, I new this could only be the possible reasoning, as I'd been trying to get the 'app' to work all the time even when I'd crossed my local park while still in the 'flip' case on my way to the store, with always the same bad results, it was only when the Iphone was in it's new case did the compass app work correctly.
    So, just a consideration to any new users of the iPhone 4, that's using a case that's got any kind of magnet, and that's having the same issues that I suffered, remember to 'calibrate' and try the 'compass' application out of these type's of case's before thinking there's a software problem, or fault with your Iphone4.
    Kind regards
    Livio

    Figured it out! Compass Calibration was off in Settings - Location Services

  • How do i delete the compass app

    how do I deletel tho compass app.

    There is an app that I use on the phone that measures distance whilst playing golf.
    The powers that be have decided that because the phone has a compass I cannot use the golf app in competition. Quite what difference it makes knowing which way I am facing relative to a compass is beyond me, but there you go, the people that make the rules of golf are somewhat archaic.
    With that iin mind I'm wondering whether there is a way of rendering the compass unuseable if it cant be removed?

  • My accelerometer fail in compass app and some games

    Pls help me I don't know how make the accelerometer works in minion rush, in compass app I can't calibrate the compass

    Hi..
    You can report the issue to Apple here.

  • Can I remove the compass app?

    The golfing powers that be have determined we can no longer use our Golf GPS apps in competition because Apple have a pre-installed compass on the phone. Hopefully if the golfers generate enough fuss about this then Apple will release a software update that allows its removal. Its not rocket science Apple... but it is already causing a major talking point.

    Removing the compass app would not stop the compass working in Golf GPS apps. The compass is a hardware feature with software to view its output. The phone needs to know which way it is pointing to provide an accurate GPS view.

  • HT203301 can the compass app in iphone display GPS as degrees and decimal degrees?

    Can the compass app in iphone be set to display GPS as degrees.decimal degrees?

    Not done yet as of iOS 8.1.3
    Maybe in 8.1.4?

  • Why is the "compass" app located in "newsstand" folder?

    Hi....
    Just wondering why the compass app is located in the newsstand folder on my iphone 4S?
    Initially the compass app was on the main screen, but after I backed it up from my old ipod touch, it then appeared in the newsstand folder.
    I've tried moving it on the iphone, also via my Mac when it's connected, but it won't let me move it.
    Any ideas?
    Thank you.

    Ah,
    It seems I'm not alone here then.
    https://discussions.apple.com/message/16562403#16562403
    Hopefully someone will be able to shed some light on this.
    Russ.

  • The iPhone's compass app

    I was wondering, is there any possible way of getting the Compass app from the iPhone on to my iPod touch? I hoped to find it in the latest software update (3.1.1), though was disapointed to see it wasn't, and I can't find it on the App Store, so is there a way?

    The Compass app relies on hardware only present in the iPhone 3GS. Software updates cannot add hardware features (unless the hardware is already present but disabled e.g Bluetooth in 2nd gen touch)

  • No Compass App in Utilities Folder

    Isn't the Compass App supposed to be in the Utilities folder? I only see Clock, Calculator and Voice Memos in the folder.
    I have IOS version 6.1.3 on my iPod Touch 4.

    The iPod does not have a compass app.
    Read here: https://discussions.apple.com/message/23051886#23051886

Maybe you are looking for

  • I am getting "Invalid Identifier" while running the below query

    Iam getting the error "Invalid Identifier, c_rank" while running the below query. Please help. select a.*, b.pog_description pog_description, b.start_date, row_number() over(partition by b.pog_description order by b.start_date) c_rank from temp_codi_

  • Admin Needed Please

    So last year my Apple ID account for the forums was stuck in this vicious bug loop on the Apple website.  So I created a new forum Apple ID with a different email address and posted my problem which you can find here. Now that I am able to get back i

  • Server 2012 R2 Display Language?

    Hi, I have a problem to change display language back to default en-US on one of our Windows 2012 R2 servers. It is actually a Domain Controller. During setup the display languages was set to sv-SE. The server is patched up to date.  When I now try to

  • Unexpectedly quit on export

    Mac G5 dual 2.7 4 GB RAM Nvidia Gforce 68000 Motion 2 Okay, I just want to export my motion project back to FCP. So, I set my playback range, then go to export, and the application unexpectedly quits. I'm just trying to export about five clips, each

  • Runs Slow with WinXP

    I recently switched to XP and I was required to download the java runtime libraries in order to play games and visit certain sites with java ( yahoo pool, for example ). I downloaded it and installed it but it runs sooo slow. Any suggestions? Thanks.