My folders are removed when syncing

Whenever I sync my Ipad, Iphone or Ipod for updates the folders that i have put my apps into dissapear and I have to put them back into folders again.
It's very annoying and time consuming.
How can I stop this?

I've found out the cause of the problem. The phone settings had changed, so that messages were being stored in the phone memory rather than on the SD card. I have changed this and all of my folders are back again now.
However, I now have messages stored in phone memory and on the SD card. Is there any way that I can transfer the ones in phone memory to the SD card?
Thanks.

Similar Messages

  • Safari extensions are removed when behind proxy

    Since 10.7.4 (I'm guessing) my Safari extensions are removed whenever I login at my office location.
    I recive an error stating:
    "Safari can't use extension XYZ because the extension is no longer Valid"....
    The extension is then removed. Back home I can reinstall and use as normal.
    As I mentioned this is a relative new "feature"
    My company uses proxy servers, to manage Internet access.
    My Computer is not managed by IT, they have no permissions or control over it.
    This "feature" only occures when I'm in the office.
    All Extensions are removed!

    I have the same issue. I use the Cloak VPN when using free hotel wifi. When I connected yesterday, Safari dumped a bunch of my extensions - gone. I reinstalled some of the key ones and they worked fine. The wifi at his hotel is pay-per-day and when I signed up again this morning and used Cloak, Safari dumped the remaining extensions it did not trash yesterday, plus the two that I reinstalled.
    Using Safari 5.1.6 on Lion 10.7.4.

  • Ensuring items are removed when session is destroyed

    I have a Spring 2.5 MVC application with the ACEGI security framework on top of that. This application allows the user to upload many files and then "publish" them as a whole. I need to ensure that these files are deleted if the following happens:
    1. The user clicks cancel (done, processCancel)
    2. The session expires (trying HttpSessionListener)
    3. The user navigates away from the page (This can probably fall under session expiration)
    4. The user closes the browser(This can probably fall under session expiration)
    Currently I implement the HttpSessionListener. I am not getting the same ID on sessionDetroyed that I am getting on sessionCreated. I'm assuming either the session is already destroyed before that event fires. Also, the sessionDestroyed event does not fire when I close the Firefox browser, but it does when I close Internet Explorer.
    I was thinking that I can put a static reference to a map of files that need deleted on session expiration in the listener, but I'm still not sure how to link the session ID to the files or the username of the currently logged in user. Basically I need to verify that the files I am deleting do not belong to a user who is still logged in. Is there a better way to do this?

    hoffmandirt wrote:
    Currently I implement the HttpSessionListener. I am not getting the same ID on sessionDetroyed that I am getting on sessionCreated. I'm assuming either the session is already destroyed before that event fires. The sessionDestroyed event occurs after the session is taken out of commission but before it is invalidated. Every session gets destroyed and will have this sessionDestroyed event called. If you are using sessionEvent.getSession().getID() that will be the ID of the session about to be invalidated. It is hard to say why you are getting different sessions, but my guess is that you get the sessionID early in your app and somewhere you force a new session to be created and you are mixing the two sessions here. Some code may help figure this out. The second session would eventually expire, though, after the session timeout occurs.
    Also, the sessionDestroyed event does not fire when I close the Firefox browser, but it does when I close Internet Explorer.Sessions are not destroyed when a browser closes. They are destroyed when you explicitly call a session.invalidate() or when the session times out. If you waited whatever period of time your session is set to timeout after you close the browser, that is when the sessionDestroyed method would be called.
    >
    I was thinking that I can put a static reference to a map of files that need deleted on session expiration in the listener, but I'm still not sure how to link the session ID to the files or the username of the currently logged in user. Basically I need to verify that the files I am deleting do not belong to a user who is still logged in. Is there a better way to do this?I personally don't like the static resource thing. It gets confusing when you start to worry about class loaders and is too easy to flub. Better would be a map stored in the application context that both your main application has access to and the HttpSessionListener (via the HttpSession object) has access to. But I would also think about wrapping the references to the file in a 'SessionFile' object which would implement HttpSessionBindingListener and would delete itself when the valueUnbound event occurs. So the file would be deleted when the session ends as well as when you simply delete it from the session. No need for an external map in the context/static scope, or an HttpSessionListener running in the background.
    public class SessionFile implements HttpBindingListener {
        private final File file;
        private boolean fileInSession = false;
        public SessionFile(File file) { this.file = file; }
        public File getFile() {
            if (!fileInSession) {
                throw new IllegalStateException("Can not access File.  It is no longer stored in session.");
            return this.file; }
        public void valueBound(HttpSessionBindingEvent event) {
            this.fileInSession = true;
            /* any special action when added to the session? */
        public void valueUnbound(HttpSessionBindingEvent event) {
            this.fileInSession = false;
            // delete the file here
    }

  • Leading zeros are removed when uploading excel

    Hi All,
    I have created a program to send an email with an excel attachment but the leading zero's in excel are removed. can anybody suggest what can be done other than replace since that exceeds 255chars so i cant concatenate.

    Hi
    Try adding the character ' (single quote) before the actual value. Excel then treats the value as-is whithout conversion
    character type for columns
    data: h_columns        TYPE ole2_object,
          h_cell           TYPE ole2_object.
    CALL METHOD OF excel 'Columns' = h_columns
      EXPORTING
        #1 = 'F:K'.
    set property of h_columns 'NumberFormat' = '@'.
    CALL METHOD OF excel 'Cells' = h_cell
      EXPORTING
        #1 = 14
        #2 = 7.
    SET PROPERTY OF h_cell 'Value' = '0001'.

  • App Folders Removed when Sync to New Macbook

    Hi there,
    I just bought a MBP 13" and was trying to sync my iPhone 3GS (on OS 4.0.1) to the new MBP.
    I restore my phone first. Then I "Transfer Purchases" from my iPhone Apps to iTunes.
    After that I tried to sync my iPhone to the new iTunes.
    But, it turned out that my iPhone does not have the folders that I originally have. All the apps are still in my iPhone.. they were all synced. But it's just that the folders which i have created are gone. Hence i have to recreate my folders again.
    Pls help.

    Doris,
    Your iPod can only be synced with one iTunes library at a time.  If you try to sync it to a new computer/iTunes library the process will erase what is currently on the iPod and replace it with the content that is now in your new iTunes library.  If possible, copy your entire iTunes library from your PC to your Mac first.  Here are a few ways to do it.
    http://support.apple.com/kb/HT4527
    One way to do it is to use your iPod Classic as an external hard drive and copy it that way.
    http://support.apple.com/kb/HT1329
    Otherwise, you'll need to use one of the methods described in this Apple support document to copy content from your iPod back to your Mac.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Public folders are not in sync after settting up Replicas between Exchange 2003 and 2010

    I have setup Public Folder replicas between the 2 Exchange servers and I can see all the top and sub level folders.
    For those mailboxes that were migrated over to Exchange 2010,  I have noticied  a lower number of item contents in these fodders when views from an Outlook client whose mailbox had been migrated over to Exchange 2010.
    On Exchange 2003 System Manager, if I properties one of the Public Folders, under the Replicataion tab, I can see the old and new server there. On the Exchange server 2003 box, I can see the last update reviced was a few weeks ago.
    I did see an option to synchronize content but I am not sure which server to run this one from. The Exchange 2003 or 2010 server.
    There is also a Resend Changes... option. Should I use this instead?
    Can anyone advise?

    Hi,
    The "Resend changes" and "Synchronize content" options in Exchange 2003 ESM are used to initiate hierarchy and content replication.
    To update public folder hierarchy and content from Exchange 2010 side, you can use the following commands.
    Update-PublicFolderHierarchy
    Update-PublicFolder
    Please run the Get-publicfolderstatistics cmdlet to get public folder details such as item count, this information will help you compare content replicated between the source and destination servers.
    Besides, here is a blog about public folder replication troubleshooting for your reference.
    http://blogs.technet.com/b/exchange/archive/2006/01/17/417611.aspx
    Hope this is helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • IPhoto 11 Faces and Dates are incorrect when synced to iPad/iPod

    iPhoto 11, "Faces" and file creation dates appear to work perfectly when viewed within iPhoto 11 on my MacBook Pro. However, a few dozen Faces and creation dates appear incorrectly and out of chronological sequence when viewed on my iPad or iPod. I have rebuilt my iPhoto 11 library several times and re-synced to the iPad/iPod, but the problem persists. Anyone having the same issue or happen to know of a solution? Thanks in advance.

    iPhoto Version 9.5.1 (902.17)
    It was moved to the library by being imported from an NTFS external hard drive, which has now been reformatted to Mac OS Extended (Case Sensitive, Journaled), the iPhoto library was originally located on the built in SSD drive, but is now located on an external hard drive, due to capacity limitations.
    I am seeing the incorrect face orientations when I view the faces in the faces view of iPhoto, when I go onto a person, some are incorrect orientation.
    But when I click on the files, they are correct.
    |
    They are also incorrect using photo screen savers.
    (These images are for demo purposes only, and the issue is not limited to the photos shown).

  • Permissions for role in OLAP cube are removed when cube is rebuild

    Project Server rebuilds the OLAP cubes every 6 hours. I've recently added a role with "Process database" permissions, but this permission is removed each time the OLAP cube is rebuilt.
    I've read in a different thread (slightly older software versions) that to solve this issue, you can script and schedule the handling of permissions for that specific role, but it's not really a solution. The duration for the OLAP cube to rebuild varies
    in duration over time, and I'm not sure it's healthy to change the role permission on a cube when it's being rebuild.
    Is there a different, elegant way to solve this? I'm sure this can't be the intention?
    I'm running SQL Server 2008, Sharepoint 2010 SP2 and Project Server 2010 SP2

    sorry, i dont have much experience with project server. But, from the quick glance, it does look like as you said the configs are very limited including the ability to change user roles. My suggestion is that you take the cube solution and add the user to
    the role and redeploy to the AS. The assumption here is that, though you add the user manually, it is being written over with the old solution. 
    of course if you want to proceed with changing the roles via a script, you can schedule a job to run right after the cube has been processed each time. 
    probably better maintenance solution is to redeploy SSAS solution and reprocess. 

  • Programs removed when syncing to a new comp.

    Hey.
    Just bought a new computer and was gonna sync my iphone to it when a bunch of programs were removed from my iphone. They're not in iTunes nor in my iphone anymore and they arn't free to download from the appstore again. Anyone know what happened? And how can I get them back? I dont have access to my old computer nomore either.
    Thanks / Jdn

    When you synced with the new computer, it made the apps on the iPhone match the computer. If there were none on the computer, it deleted those on the iPhone to make it match the computer.

  • Apps are deleted when sync ipod

    When I sync my touch, apps on it keep getting deleted so i have to stop the sync
    Why does it keep doing that? What can I do?

    I just tried again and it says "you have authorize this computer, if you don't your apps will be deleted"
    i keep authorizing it and it says "this computer is already authorized"
    But it keeps asking me to authorize it anyway

  • Custom jms headers are removed when a message pass through OSB's proxyservi

    Hi,
    I am using OSB 10.3. Trying to build the application withe the following flow.
    proxyservice(jms integration)-->businessservice(jms integration)-->MDB
    When a jms message with some custom headers are posted to a proxyservice, the custom headers are getting strippped off and only the plain jms message is received in the MDB and not the custom jms headers. I have enabled "Get all headers" option to "Yes" on the proxyservice. Do I need to do anything special to get those jms properties on to a MDB?
    Regards,
    Baskaran

    Did you try passing headers with "Set Transport Headers for[ Outbound Request ] " with option      Pass all Headers through Pipeline checked?
    Thanks
    Manoj

  • Partially Listened To Podcasts in iPod are Deleted when Syncing

    When I only listen to part of a long podcast and then go to sync with iTunes, the partially listened to podcast is deleted from the iPod. The only way to get it to reload on my iPod is to mark it as unplayed after the sync (and deletion) and then resync and fast forward (very annoying) to the point where I left off.

    I find this behavior very annoying as well.
    Here's another one: I can't play a podcast category and have all of the individual episodes played in sequence.
    Windows   Windows XP Pro  

  • I need to upgrade Firefox V14 to V25. users personal settings and bookmarks not are removed when the new version is distributed. how can i do packaging ??

    I have to perform upgrade from Firefox 14.0.1 to Firefox 25.0.1.
    I have downloaded offline installer and installing it.
    i have downloaded and its installing fine for -MS .
    after launching the icon in desktop getting following prompts
    import The settings and data
    import install solutions, bookmarks, browsing history, lose the north, and other data from:
    Microsoft internet explorer(need to select this option)
    import not anybody Thing
    next
    valj homepage
    import home page from internet explorer (need to select this option)
    how i should suppose to suppress the this prompts.
    and also my new package should not delete the older book marks .
    support me to handle this case... :(

    Whenever your upgrading firefox browser, it updates only the browser it never remove your settings and bookmark. If you like the clean reinstall follow the below steps
    Note: clean reinstall removes everything from your system
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

  • Additional / secondary Admin users are removed when changes are savedto GMS 2 config

    We recently upgraded from the GW Mobility Pack (Data Synchronizer)
    v1.2.5 (299) to the new GW Mobility Service v2.0.1 (53).
    With the previous versions of DataSync, I had two admin users setup:
    admin1 and admin2. Admin1 was the original administrator setup with the
    DataSync server, admin2 was manually added to the configengine.xml file.
    This worked fine for the last couple years.
    Since upgrading to GMS 2.0.1, I've found that when I make a change to
    the GMS configuration through the WebAdmin interface, "admin2" is left
    out of the configengine.xml file. After any change to the GMS
    configuration I have to manually go back into the configengine.xml file,
    add "admin2", and restart the services again.
    Anyone else seeing this?
    Thanks,
    Greg
    former e-mail for posting:
    [email protected]

    On 4/29/2014 9:06 PM, rlopez01 wrote:
    >
    > Hi,
    >
    > This is a known issue that was fixed in the next GMS release (2.0.2).
    >
    > Regards.
    >
    >
    Thanks for the update.
    -Greg
    former e-mail for posting:
    [email protected]

  • PC settings are changed when Syncing

    Can someone tell me how to stop the PC settings changing everytime I plug in my Iphone. My screen saver doesn't even work now, it tells me I need a updated video card to run the screen saver. Weird!

    Hello elindi,
    And welcome to Apple Discussions!
    Although this article is a little dated, it references another article that may be of interest. Might not hurt to take a look.
    http://support.apple.com/kb/TS2280
    Another idea would be to try and update and/or re-install the iPod's drivers using the information in this Apple support document.
    http://support.apple.com/kb/ts1538
    Lastly, make sure your PC's BIOS is up to date as well just for good measure.
    B-rock

Maybe you are looking for

  • Can't access  Application level item

    Hi, I have set an Application level item. I have tried to assign it as a default value on a Page Item but nothing is being shown. Application Level Item: APP_USER_ID On New Instance computation: select user_id from isp_user where login_id=:APP_USER P

  • Stupid question #21 or #22

    There are certain "processes" that are triggered in System 10.4.7 (soon to be 10.4.8), such as fan starting when certain conditions are met, ie: high temperature. Are these same processes triggered when the computer is running Windows under Parallels

  • My iphone wont connect to itunes

    every time i plug my phone into the computer the phone does not show up on itunes i do not know what to do. please help asap

  • Problems with ARD and SwUpd Unix Command

    Hi everybody I have a problem sending UNIX commands to my clients, I work in a school with 500 macs, with 10.4 and 10.5 systems and all the computers download the updates from my Software Update Server, but when I try to send the command from ARD (su

  • PDFs from CS3, ligatures not showing up on editor's PC, fonts appearance changed

    Hi there. I just redesigned a magazine using the Hypatia Sans family, Avenir family and Arno Pro family. Avenir is the one font I have been using. With both Hypatia and Arno, the ligatures totally drop out of the pdf when viewed on a PC. And, when th