Tube Map for BlackBerry 10 requesting password after being removed from device

Deleted this app from my Z10 and everything was fine.
Changed my mobile carrier from O2 to BT and now I'm getting a notification once a day from this app about my account password needing attention.
I reinstalled the app and changed all the permissions to NO and then removed the app again. Still getting the notification everyday.
Anyone know how to totally remove this 'invasive' app?

OK, I'm one of those people who switches off my mobile every night and back on in the morning.
The notification occurs either when I make the first call of the day or when I connect using Blackberry Link. Sometimes I can make a call without the notification occurring and then it happens when I connect to Link in the evening.
I have installed and removed this app twice. Neither time have I created a user account and have the settings inside the app set to location only so no personal details are allowed to be passed across. When it was installed and not set to run, even in the background, I was receiving alerts about problems on the tube system/network. My concern is that Blackberry World needs to investigate this app with regard to what it's doing without the users permission.
I have looked at the developers support website and to send an email you have to give out personal details that I'm not willing to do to a company that seems to already be obtaining data from my phoine even though it's, supposedly, been removed.
This app, under my definition, is spyware/malware. As such the security integity of my Blackberry phone is being comprimised.

Similar Messages

  • How can I get a family member back after being removed from family share?

    How can I get a family member back after being removed from family share?

    See [[Replace your Sync information]] but read the cautions carefully.
    * also see [[firefox Sync is not working]]
    It is always a useful precaution to make manual bookmarks backups
    * see [[Backing up and restoring bookmarks]]
    The above article also explains about the autobookmark backups that firefox generates, but be sure to make manual backups as you work, it is very easy to overwrite the wrong set of backups.
    I am not entirely certain what firefox is doing in your case, perhaps the synced Netbook does not have the expected set of bookmarks on it.
    Presumably sync may be uninstalled or disabled like any other add-on
    *see [[Uninstalling add-ons]]

  • Users prompted for username and password after sharing removed from servers

    Hello Community
        On Sharepoint 2010 Server using the UI in a 2 server farm with an intranet running on it and everything functions as it should.  However it was noticed that from a users computer when in "Windows Explorer" if "Network"
    is clicked the 2 servers are visible.
        The problem is that when the server are clicked on in Windows Explorer the files and folders on the hard drive of the servers are visible too.
        Subsequently I logged onto the server and when into "Properties' - "Sharing" and
    unchecked the checkbox to "Share this folder".
        That solved the problem of the users being able to see and access the files
    and folders on servers hard drives but now when the users log onto the intranet
    they are prompted for a user name and password and even when they provide the user
    name and password and the page is returned the prompt appears on the screen again(then they cancel out).
        What can be done about the user being prompted for username and password without sharing the drives on the servers ?
        Thank you
        Shabeaut

    What exactly was shared out from the SharePoint server's file system? There are certain things that are shared by default.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Win 8.1 Metro apps re-installing after being removed from the reference image

    Scenario:
    MDT 2013 - Build reference image for Win 8.1 on hyper-v executing the following commands removing all metro apps.
    Powershell.exe -Command "&{Get-appxPackage -AllUsers | Remove-AppxPackage -ErrorAction SilentlyContinue}"Powershell.exe -Command "&{Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online -ErrorAction SilentlyContinue}"
    Install windows updates and perform sysprep and capture wim task
    Import Wim into Sccm 2012 r2 and deploy with standard mdt task
    Problem:
    After deployment all Metro apps are reinstalled or reinstalling.
    Notes:  Setting Copyprofile True is ignored and have tried various methods and it is always ignored.
    If I use the wim from sources\install.wim and I either dism /remove-appx... or powershell in win PE get-appx -path | Remove-appx...
    If that wim is modified and used then it deploys without the Metro apps but it doesnt have any windows updates.  If I use that wim to build the reference image it will have no metro apps but after capture and deploy through sccm the metro apps start
    to re-install.
    Below is the unattend.xml
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Display>
    <ColorDepth>16</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <ComplianceCheck>
    <DisplayReport>OnError</DisplayReport>
    </ComplianceCheck>
    <UserData>
    <AcceptEula>true</AcceptEula>
    <ProductKey>
    <Key></Key>
    </ProductKey>
    </UserData>
    </component>
    <component name="Microsoft-Windows-International-Core-WinPE" 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">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>0409:00000409</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="generalize">
    <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">
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Identification>
    <Credentials>
    <Username></Username>
    <Domain></Domain>
    <Password></Password>
    </Credentials>
    <JoinDomain></JoinDomain>
    <JoinWorkgroup></JoinWorkgroup>
    <MachineObjectOU></MachineObjectOU>
    </Identification>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <ComputerName></ComputerName>
    <ProductKey></ProductKey>
    <RegisteredOrganization></RegisteredOrganization>
    <RegisteredOwner></RegisteredOwner>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    <TimeZone>Pacific Standard Time</TimeZone>
    <CopyProfile>true</CopyProfile>
    </component>
    <component name="Microsoft-Windows-IE-InternetExplorer" 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">
    <Home_Page>http://www.microsoft.com/</Home_Page>
    <DisableWelcomePage>true</DisableWelcomePage>
    <DisableFirstRunWizard>false</DisableFirstRunWizard>
    </component>
    <component name="Microsoft-Windows-Deployment" 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">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Description>EnableAdmin</Description>
    <Order>1</Order>
    <Path>cmd /c net user Administrator /active:yes</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>UnfilterAdministratorToken</Description>
    <Order>2</Order>
    <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>disable user account page</Description>
    <Order>3</Order>
    <Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </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>0409:00000409</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-TapiSetup" 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">
    <TapiConfigured>0</TapiConfigured>
    <TapiUnattendLocation>
    <AreaCode>""</AreaCode>
    <CountryOrRegion>1</CountryOrRegion>
    <LongDistanceAccess>9</LongDistanceAccess>
    <OutsideAccess>9</OutsideAccess>
    <PulseOrToneDialing>1</PulseOrToneDialing>
    <DisableCallWaiting>""</DisableCallWaiting>
    <InternationalCarrierCode>""</InternationalCarrierCode>
    <LongDistanceCarrierCode>""</LongDistanceCarrierCode>
    <Name>Default</Name>
    </TapiUnattendLocation>
    </component>
    <component name="Microsoft-Windows-SystemRestore-Main" 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">
    <DisableSR>1</DisableSR>
    </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">
    <UserAccounts>
    <AdministratorPassword>
    <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    </UserAccounts>
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <Domain>.</Domain>
    <Password>
    <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </Password>
    <LogonCount>999</LogonCount>
    </AutoLogon>
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine>
    <Description>Lite Touch new OS</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <RegisteredOrganization></RegisteredOrganization>
    <RegisteredOwner></RegisteredOwner>
    <TimeZone></TimeZone>
    </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>0409:00000409</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    </component>
    </settings>
    <settings pass="offlineServicing">
    <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
    <DriverPaths>
    <PathAndCredentials wcm:keyValue="1" wcm:action="add">
    <Path>\Drivers</Path>
    </PathAndCredentials>
    </DriverPaths>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="catalog://sccm1/deploymentshare$/operating systems/windows 8.1 enterprise x64.1/sources/install_windows 8.1 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    Yes as I've removed it both via get-appxpackages | Remove-appxpackages and via the dism commands.
    I have found also that wasn't getting a good sysprep.  Problems with copy profile lead me to try doing a manual sysprep where I found I was getting failures in my sysprep. The problem was that I was disabling the windows store service in my reference
    image.  
    I was very hopeful that was going to be the resolution but it appears that is not the case.
    2014-09-26 07:15:03, Error SYSPRP WSLicenseCleanUpState failed with hr=c0020017
    2014-09-26 07:15:03, Error [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'WSLicenseCleanUpState' from C:\Windows\System32\wsclient.dll; dwRet = 0xc0020017
    2014-09-26 07:15:03, Error SYSPRP ActionPlatform::ExecuteAction: Error in executing action; dwRet = 0xc0020017
    2014-09-26 07:15:03, Error SYSPRP ActionPlatform::ExecuteActionList: Error in execute actions; dwRet = 0xc0020017
    2014-09-26 07:15:03, Error SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0xc0020017
    2014-09-26 07:15:03, Error SYSPRP RunPlatformActions:Failed while executing SysprepSession actions; dwRet = 0xc0020017
    2014-09-26 07:15:03, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0xc0020017
    2014-09-26 07:15:03, Error [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep generalize internal providers; hr = 0xc0020017

  • Applications keep reappearing after being removed from notifications

    I go into the Notifications preference pane and remove most of the applications, and change what I want to see for the few that remain. After I shut down my computer and come back and restart the next day, all of the applications are back. This happens both on my work iMac and my home MacBook Pro. Extremely frustrating; am I missing something or is there a way to fix this?

    Is it necessary to misread what I wrote as some sort of criticism or personally directed at you? All I intended was to ask for additional people to post an answer because I'm starting to become desperate to find out the answer and will be trying to call tech support when they're open again. I was not trying to demean your answer in any way. It's just that I'm trying to reach out for more people to answer in addition to you, not criticize your answer.
    I don't see what's wrong with me asking for more responses when the answers in this thread don't solve it -- if I just sit here without asking for more replies, the thread will get buried. I tried everything you suggested but it didn't solve the problem, although I appreciated the suggestions.
    Also I was hoping you could shed light on how the Address book might affect the cookies in the browser and that was part of what I meant to convey but apparently because I typed it hastily you assumed the worst tone possible -- I did not intend a nasty tone but I'm not speaking when I type and you cannot hear my intended tone of voice. At any rate if I notice the cookies stop showing up now that I've deleted the URL from my address book, I will report back.
    Message was edited by: rivmo
    Message was edited by: rivmo

  • External Hard Drive No Longer Working After Being Removed From Mac

    The following issue is happening to two other mac users that i know and its quite frustrating.
    So if an external hard drive is not ejected properly from a mac, it then cannot be recognised by any other Mac’s. This issue is not isolated to just one external hard drive.
    Then if i plug the external hard drive/s into my 8 year old Dell (PC) it works fine.
    Further to this when i check the hidden files on the PC it looks as though Old Apple imbeds the external HD with a bunch of useless hidden files, once these are all deleted it miraculously works  again on the Mac’s.
    Too bad if you only have a Mac Because if the Mac disk utility can read the External HD it says that the disk has crashed and needs to be replaced.
    Nice one Apple...
    So now for my questions.
    Why does mac add hidden files to an external hard drive when not ejected properly that prevents it from operating again on a Mac ?!!!!
    How do i prevent apple from adding these hidden files?

    Can you see the drive in Disk Utility? If so, try selecting it and using the Mount button in the top menu. You can also run repair disk and repair permissions.

  • How can I force Safari v.6.1 to Save passwords for sites that request passwords NOT BE Saved"?

    Since the last OS X update when Safari was updated to version 6.1, I am having problems with passwords not being saved from  specific sites that request that passwords "not be saved".
    Example: Adobe.com
    I did not have problem with Safari 5.1.
    When I go to Safari Preferences and "click on box" "Allow Autofill even for websites that request passwords not be saved", a pop up box opens and refers me to "SECURITY & PRIVACY" indicating that a "SCREENLOCK" must be engged to allow for this action.
    I have my firewall on.
    I don't understand what they are requesring me to lock & how to do it.
    Anyone who understands what I am being asked to do -or- how I can re-enable password saving, please email me.
    Thanks,
    <Email Edited by Host>

    Actually, Linc's reply is EXACTLY the answer that is required. 
    If you go to the setting he mentions and enable the password after screen saver or sleep, then Safari 6.1 will allow you to save all the autofill login information you like, even the stuff for sites that request not to save them.

  • "Allow AutoFill even for websites that request passwords not be saved." not appearing in Safari 7.0.3 prefs

    A December 2,  2013 Apple FAQ says that you can go to Mavericks:Safari:Preferences:Passwords and select "Allow AutoFill even for websites that request passwords not be saved."
    However, this checkbox does not appear.
    The features and management of iCloud Keychain are causing concern among users.
    I share these. For example, today I chose to let Safari produce a complex password for a Chase credit card site. Yet, when I went back to that site to sign in, I could not. Nor was that password in the list on Safari!
    This is not good. For iCloud Keychain to be trusted, it must be very reliable, and we must be allowed to manage it.
    I was forced to reset the password for Chase, and had to refuse Safari's offer to use their suggested password (as I would possibly never see it again!)

    Safari version 7.0.4
    That option is no more available.

  • HT2188 iPad 1 requested activation after being low on power. Activation does not work.

    Hi
    My iPad 1 requested activation after being low on power. Activation does not work so I have tried to restore it from iTunes.  this progresses but after rebooting, it gets to the activation process for a few minutes and re-boots again - in a loop now. on ios6, not 7. help please?
    I also looked at trying to do a manual install of firmware via iTunes but I do not know the version of firmware or how to find it out - so really stuck!
    Thanks

    I pulled my unit out of the dock - powered up and the display goes blank (if you look carefully you can see the bios boot screen, then black, then you can see the backlight turn off.
    I plugged in the USB monitor and boom - I could log in.
    Once Logged in I could see that windows still thinks it has some of the monitors from the dock, and the internal display is set to disable.
    So the issue is the detection / setup of monitors in/out of the dock.
    I've done about all I can do for dubugging, I hope lenovo can pick up from here. if not I'll have to call lenovo support.

  • Can we buy warranty for ipad and macbook air after 3 years from any external agencies

    Can we buy warranty for ipad and macbook pro after 3 years from any external agencies?

    I'm sure you can, however I am not aware of any companies.  Consider addining them to your homeowners/renters insurance if possible.

  • Does all my music stay on my MacBook Pro after I sign up for iTunes Match, or does it get removed from my Mac?

    Does all my music stay on my MacBook Pro after I sign up for iTunes Match, or does it get removed from my Mac?

    Hi,
    It remains on your hard drive. iTunes match scans your library to determine if tracks are matched or uploaded. It does not touch the files on your hard drive. You have the option to upgrade tracks for matched versions but you need to delete tracks and download new versions.
    You can camn opt to delete tracks from your library. This will free up space and you will be able to stream your music. In any event, I suggest that you back up your music to an external drive.
    jim

  • Namespace prefix for Security elements being removed from SOAP Header

    Hello, I'm seeing a strange problem when accessing a web service using two different Netbeans projects.
    If I use a Netbeans Java Application, add the Web Client Reference , add the web client code, all works fine and the wsse:Security element looks like this:
    <S:Header>
    <ns4:Security xmlns:ns2="IAMP" xmlns:ns3="urn:realops.com:amp:workflow" xmlns:ns4="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <ns4:UsernameToken>
    <ns4:Username>admin</ns4:Username>
    <ns4:Password>admin123</ns4:Password>
    </ns4:UsernameToken>
    </ns4:Security>
    However if I do a similar sort of thing but access the web service via a Web Application, the namespace prefix is removed from all child elements wsse:Security like so:
    <S:Header>
    <ns4:Security xmlns:ns2="IAMP" xmlns:ns3="urn:realops.com:amp:workflow" xmlns:ns4="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <UsernameToken>
    <Username>admin</Username>
    <Password>admin123</Password>
    </UsernameToken>
    </ns4:Security>
    Which causes an authentication exception.
    The question is, why, when the wsdl are exactly the same for both projects , is the namespace prefix removed from the web app?
    Thanks in advance,
    jsz.

    Hello, I'm seeing a strange problem when accessing a web service using two different Netbeans projects.
    If I use a Netbeans Java Application, add the Web Client Reference , add the web client code, all works fine and the wsse:Security element looks like this:
    <S:Header>
    <ns4:Security xmlns:ns2="IAMP" xmlns:ns3="urn:realops.com:amp:workflow" xmlns:ns4="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <ns4:UsernameToken>
    <ns4:Username>admin</ns4:Username>
    <ns4:Password>admin123</ns4:Password>
    </ns4:UsernameToken>
    </ns4:Security>
    However if I do a similar sort of thing but access the web service via a Web Application, the namespace prefix is removed from all child elements wsse:Security like so:
    <S:Header>
    <ns4:Security xmlns:ns2="IAMP" xmlns:ns3="urn:realops.com:amp:workflow" xmlns:ns4="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <UsernameToken>
    <Username>admin</Username>
    <Password>admin123</Password>
    </UsernameToken>
    </ns4:Security>
    Which causes an authentication exception.
    The question is, why, when the wsdl are exactly the same for both projects , is the namespace prefix removed from the web app?
    Thanks in advance,
    jsz.

  • My iPhone 4S is freezing shortly after being disconnected from the charger and/or while trying to unlock my phone.

    Why is my 3 day old iPhone 4S freezing after being disconnected from a power source and/or while trying to unlock the phone?

    hold down the power/home key together for 10 to 15 secs or until you see the apple logo and then release then wait for your phone to boot back up.

  • Emails are being removed from my inbox after a few weeks

    I have recently notice that old read emails are being removed from my inbox on my iPhone 6. They aren't in my trash, they just disappear.

    I Have tried deleting and then re adding I have also turned off my phone for a while..
    i Don't see a setting that says days to sync

  • Performance Gain for IRIX servers if Personal flag is removed from magnus.conf file.

    Performance Gain for IRIX servers if Personal flag is removed from magnus.conf file.
    <p>
    As shipped by SGI, some of the server products have a flag set in the
    magnus.conf file setting a small footprint for the servers, generally
    less than 1 megabyte of memory. This flag is the Personal flag, and
    looks something like:
    <P>
    MaxProcs 1
    MinThreads 1
    MaxThreads 8
    Personal on
    <P>
    For one's own personal use, this is fine. But if CGIs are called, or
    if the site sees more traffic, then the flag may need to be removed,
    to look like:
    <P>
    MaxProcs 1
    MinThreads 1
    MaxThreads 8
    <P>
    A significant performance gain, (and a corresponding increase in
    memory used), would be seen by increasing the MaxThreads, as well.
    <P>
    For more complete tuning recommendations on SGI/IRIX, please see SGI's
    Tuning IRIX 6.2 for a Web Server page

    That's a comment in the file. It has no effect at all.

Maybe you are looking for

  • CR XI R2- Failed to open the connection

    I just installed Crystal Reports XI Release 2 and I installed Service Pack 2 and SP5 on my laptop running Windows Vista Business SP1 with 64-bit operating system. I also installed Oracle 10g client on my laptop, configured DSN to connect to our Oracl

  • Adobe Photoshop CS5 Freezing on Eyedropper tool, please help!

    Hello all! I would be so appreciative of any help I can get with this. I am working on a some graphics that need to be completed very soon, and suddenly photoshop is freezing on the eyedropper tool. I've tried force quitting, which does not work, and

  • FODC0002 [{bea-err}FODC0002a]: Error parsing input XML: Error at line:2 col

    I have an ODSI Physical Service that is based on a Java Function. The Java Function builds a SQL statement and uses JDBC to query for a ResultSet. One of the columns that is queried is a Clob. Sometimes, the data in this column causes an XMLBeans val

  • JSF problems with Javascript

    Hi everyone!! The situation is this: I have a datable with one of its columns make an h:commanLink, which has two f:params, its actionListener is a function of a ManagedBean. This is JSF, not MyFaces. In IE, When the link is pressed, it shows a javas

  • Collect statement can be used here?

    In my internal table datatab_lst. i have records like below. Gsber, seqno, compname ,AMount 011a ,  001 ,     PMBC , 1000 011a ,  002 ,     PMBC1, 2000 011a ,  003 ,     PMBC2, 3000 011a ,  004 ,     PMBC3, 4000 011a ,  005 ,     PMBC4, 5000 130B ,