I have backed up iphone where does the info go?

i have backed up my iphone where does the infromation go

I'm not sure what you're asking. The "info" is the data sync between your address book, calendar, etc so all that info is supposed to be synced between those apps on the BB and the Mac so the data is resident in those apps.

Similar Messages

  • Where does the info go on the mac?

    I just downloaded pocketmac, and I seeminly synced the phone and the computer, but I can't access any info.  After looking long and hard on my hard drive I thought I found the backups, but nothing can be "opened"...anyone else have this problem or know how to help me?  THANKS!

    I'm not sure what you're asking. The "info" is the data sync between your address book, calendar, etc so all that info is supposed to be synced between those apps on the BB and the Mac so the data is resident in those apps.

  • Where does the info from the forms go?

    Hi Sidney,
    Sorry to bother you again, but I am really perplexed as to where the information that is collected from the forms is going.  Please coould you explain?
    I have used the Tribuca template for my first online shop.
    The account registration page only caputers the first/last name email adress and postcode, even though it asks for the address and phone numbers in the customer tab in the admin panel.  I cannot find any of the information gathered at all.
    The order doesn't seen to capture the address details and therefore there isn't anyway of prepopulating the address for subsequent orders.
    Even the update details page is not caputring the address details, please could you help?
    The test address for my site is lazypatch.gorgeousconcepts.co.uk
    Many thanks
    Lisa

    For some reason my edit profile page is not sending the information to the Customer CRM in either UI.
    Once the form has been submitted, a box pops up saying something like "your form is being sent" when I click on OK the box goes and the form doesn't change.
    It sounds like some of my code is wrong somewhere, does anyone know what should be in the code please?  I think it is something to do with the JS down the bottom.
    Mine look like this:
    <form name="catupdatedetailsformform3349" method="post" onsubmit="return checkWholeForm3349(this)" action="/MemberProcess.aspx">
      <td><label for="Title">Title</label><br />
                    <select name="Title" id="Title" class="cat_dropdown_smaller">
                    <option value="635720">DR</option>
                    <option value="635719">MISS</option>
                    <option value="635716" selected="selected">MR</option>
                    <option value="635717">MRS</option>
                    <option value="635718">MS</option>
                    </select></td>
                </tr>
                <tr>
                    <td><label for="FirstName">First Name</label><br />
                    <input type="text" name="FirstName" id="FirstName" value="{module_firstname}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td><label for="LastName">Last Name</label><br />
                    <input type="text" name="LastName" id="LastName" value="{module_lastname}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td><label for="EmailAddress">Email Address</label><br />
                    <input type="text" name="EmailAddress" id="EmailAddress" value="{module_emailaddress}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="Username">Username</label><br />
                    <input type="text" name="Username" id="Username" value="{module_username}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="Password">Password</label><br />
                    <input type="password" name="Password" id="Password" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="PasswordConfirm">Confirm Password</label><br />
                    <input type="password" name="PasswordConfirm" id="PasswordConfirm" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
                </tr>
            </tbody>
        </table>
        </div>
        <div class="fieldset">
        <h2 class="legend">
        Other Data
        </h2>
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td><label for="HomePhone">Home Phone Number</label><br />
                    <input type="text" name="HomePhone" id="HomePhone" value="{module_homephone}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="CellPhone">Mobile Number</label><br />
                    <input type="text" name="CellPhone" id="CellPhone" value="{module_cellphone}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="BillingAddress">Address</label><br />
                    <input type="text" name="BillingAddress" id="BillingAddress" value="{module_billingaddress}" class="cat_textbox" maxlength="500" /></td>
                </tr>
                <tr>
                    <td><label for="BillingCity">City</label><br />
                    <input type="text" name="BillingCity" id="BillingCity" value="{module_billingcity}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingState">County</label><br />
                    <input type="text" name="BillingState" id="BillingState" value="{module_billingstate}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingZip">Postcode</label><br />
                    <input type="text" name="BillingZip" id="BillingZip" value="{module_billingzip}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingCountry">Country</label><br />
                    <select name="BillingCountry" id="HomeCountry" class="cat_dropdown">
                    <option value=" ">-- Select Country --</option>
                    <option value="GB">UNITED KINGDOM</option>
                    <option value="US" selected="selected">UNITED STATES</option>
                    </select></td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
            </tbody>
        </table>
        </div>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    document.getElementById('Title').value = '{module_title}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; var submitcount3349 = 0;function checkWholeForm3349(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.Password && theForm.PasswordConfirm) { if (theForm.Password.value.length > 0 || theForm.PasswordConfirm.value.length > 0) { if (theForm.Password.value != theForm.PasswordConfirm.value) why += appendBreak("- Password and its confirmation do not match."); if (theForm.Password.value.length < 6) why += appendBreak("- Password must be 6 characters or longer."); }} if(why != ""){alert(why);return false;}if(submitcount3349 == 0){submitcount3349++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <div class="buttons-set">
        <p class="required">
        * Required Fields
        </p>
        <input type="submit" class="cat_button" value="Submit" id="catupdatedetailsformbutton" />
        </div>
    </form>
    Thank you

  • Where does the info in my files disappear to?

    I file emails and pictures, etc to my folders and go to view them again and they are not there...Where do they go?

    Two reasons for that, one, the firmware and pre-installed apps needs space on the drive of the phone as well, which reduces the usable space. And second, one megabyte is not exactly 1mb, it is less, which reduces the capacity a little more.

  • What happens when i sync my iphone? does the info on my phone overwrite the info from my previous sync? for example, when i delete some apps and messages on my phine, and i sync it, do these deleted items get restored?

    please help!:)

    See this excellent user tip from Kappy explaining "Other":
    https://discussions.apple.com/docs/DOC-5142
    You probably have one or more corrupt apps.  Make sure you do not simply restore all your apps ... choose which ones you keep.

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running google maps app on the phone. Siri cannot seem to get me to a specific address. Where does the problem lie? Thanks.

    Apple maps has received a poor performance rating just after introduction of the iPhone 5. I am running Google Maps app on the phone. SIRI cannot seem to get me to a specific address. Where does the problem lie? Also can anyone tell me the hierarchy of use between the Apple Maps, SIRI, and Google maps when the app is on the phone? How do you choose one over the other as the default map usage? Or better still how do you suppress SIRI from using the Apple maps app when requesting a "go to"?
    I have placed an address location into the CONTACTS list and when I ask SIRI to "take me there" it found a TOTALLY different location in the metro area with the same street name. I have included the address, the quadrant, (NE) and the ZIP code into the CONTACTS list. As it turns out, no amount of canceling the trip or relocating the address in the CONTACTS list line would prevent SIRI from taking me to this bogus location. FINALLY I typed in Northeast for NE in the CONTACTS list (NE being the accepted method of defining the USPS location quadrant) , canceled the current map route and it finally found the correct address. This problem would normally not demand such a response from me to have it fixed but the address is one of a hospital in the center of town and this hospital HAS a branch location in a similar part of town (NOT the original address SIRI was trying to take me to). This screw up could be dangerous if not catastrophic to someone who was looking for a hospital location fast and did not know of these two similar locations. After all the whole POINT of directions is not just whimsical pasttime or convenience. In a pinch people need to rely on this function. OR, are my expectations set too high? 
    How does the iPhone select between one app or the other (Apple Maps or Gppgle Maps) as it relates to SIRI finding and showing a map route?  
    Why does SIRI return an address that is NOT the correct address nor is the returned location in the requested ZIP code?
    Is there a known bug in the CONTACTS list that demands the USPS quadrant ID be spelled out, as opposed to abreviated, to permit SIRI to do its routing?
    Thanks for any clarification on these matters.

    siri will only use apple maps, this cannot be changed. you could try google voice in the google app.

  • When itunes backs up my iphone where does it store contacts

    When itunes backs up my iphone where does it store contacts

    iTunes places the backup files in the following locations:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and then choose Run. Type %appdata% and click OK.
    Windows Vista and Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start, and then in the search bar type %appdata% and press the Return key.
    But I doubt you can retrieve contacts from there.

  • Can I use "find my iPhone" from my Mac? If so, where does the app reside?

    I have Find My Mac on my iPhone, but can this be used from the Mac to find the iPhone? If so, where does the app reside on the mac?

    Which browser? Safari, Finder ETC.
    In icloud on my desktop(system pref) I can only selet the tick box next to Find My iPhone.

  • I have updated my iPhone 3s to the latest software. I had backed up my phone before I did this. Now I have lost my music and apps. I can't sync the phone with my Mac, I can't re-download as the phone says I don't have any music or apps available. Help!

    I have updated my iPhone 3Gs to the latest software in an attempt to iron out a problem with a new telephone network provider (Tmobile). I had backed up my phone before I did this. Now I have lost my music and apps. I can't sync the phone with my Mac, I can't re-download from iTunes as the phone says I don't have any music or apps available to re-download although it all shows up on my Mac. The music and app content cannot be restored when I try to restore the phone from the back up I madeon my Mac. Help!

    Working on that now.  I'm just getting frustrated that everytime I run updates for the phone I end up with tech problems that I have to spend time solving as opposed to updates that actually improve my usage.  Now I will once again get to spend hours reloading my phone all for updates that didn't affect my usage in the first place.

  • Hi, updated my iphone where in the middle of updated the screen showed i must connect to itunes. after connecting iphone was updated but everything was deleted. was first time on itunes , so have no backup. can i recover my pics and contacts? please help

    hi, updated my iphone where in the middle of updated the screen showed i must connect to itunes. after connecting to itunes my  iphone was updated but everything was deleted. was first time on itunes , so have no backup. can i recover my pics and contacts? please help

    If this has happened more than once the problem is likely on your PC.
    See here: http://www.apple.com/support/iphone/assistant/itunes/

  • I need any help i can get, im having trouble with the app find my iphone. I have lost my iphone, checked on the computer, and somehow, took it away so how do i get it back??

    Help
    I need any help i can get, im having trouble with the app find my iphone. I have lost my iphone, checked on the computer, and somehow, took it away so how do i get it back??

    If you are saying that after signing into iCloud it is telling you device is not found, it could be for any number of reasons. If the battery is dead, if the SIM has been removed, or if someone else has the phone and they have restored it, it will not be shown. Also, if you located it once and then sent a remote wipe, it disables the abililty to locate the phone with Find My iPhone.

  • Where does the ipad back up stored

    where does the ipad back up stored

    iTunes places the backup files in these locations:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start > Run. Type %appdata% and click OK.
    Windows Vista Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start, type %appdata% in the search bar, and press the Return key.
    Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, move the cursor to the upper-right corner, click the magnifying class, type %appdata%, and press the Return key.

  • My iphone 5 suddenly died and won't turn back on even after doing the recovery procedure. Even when I put it on charge the apple sign appears for 5-7 seconds and even after that it won't turn on. Help?!?!

    My iphone 5 suddenly died and won't turn back on even after doing the recovery procedure. Even when I put it on charge the apple sign appears for 5-7 seconds and even after that it won't turn on. Help?!?!

    DFU mode an try to restore to iOS6.1.4 it will wipe out the whole device if it works but than youll kno if its a software issue if it works or ahardware issue if it dont work

  • So i have a white iphone and cracked the screen back in July. They had no more white screens in stock so they put on a black screen. would that by any chance avoid the warrenty

    So i have a white iphone and cracked the screen back in July. They had no more white screens in stock so they put on a black screen. would that by any chance avoid the warrenty

    Who put a screen on it?
    I would say the warranty is void.

Maybe you are looking for

  • Can't burn blank CD after installing CD that came with ipod nano

    Can't burn blank CD after installing ipod software - I have the system prefs set to launch Toast 6 when inserting a blank disk, and the drive just churns and then ejects the CD. It mounts and runs burned music and data disks with no problem. My job r

  • Webcenter Spaces configuration

    I want to configure the Wiki,Blogs and forum in my application .I have webcenter server ready with me with the following managed server . WC_Collaboration,WC_Portlet, WC_Spaces ,WC_Utilities , UCM_server1 , IPM_server1 , AdminServer(admin) . How can

  • HT1351 Itunes 11 no longer has this drop-down menu for me to manage resources manually. Where do i find such settings?

    I am missing the nav-bar on the left of the itunes where i use to be able to create playlist and drag-and-drop (drag and drop) things into my Iphone. It's now missing for me to do that. How do i re-enable that view?

  • Playlist Shuffle When Burning

    When burning Playlists to disc, the songs are being shuffled, reordered by iTunes.  If there is a way around this problem please let me know.  I'm running 64-bit Vista. 

  • PCCleanser pop up

    I was just trying to do an update and I now have a pop up coming up in safari that instructs me to call 877-854-3495 immediately. if I press OK it just keeps coming back and I cannot go to any website. WARNING! Your PC may not be protected! If you se