Diagnostic application in xperia z1

hi, well wanted to ask about the diagnostic application of z1, maybe I'm the only one using it, but every time I walk slow to open and sometimes stops, I is normal or not.

If you walk when you open the app,it crashes?
All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

Similar Messages

  • GPIB diagnostic application

    I would like to develop a diagnostic application in which a laptop computer
    is attached to an existing GPIB network on a tool. Depending upon GPIB
    events, I would like the diagnostic computer to trigger certain DAQ events.
    For example, if the main computer tells a DMM to read a voltage, I would
    like the diagnostic computer to recognize the GPIB command and independently
    measure the voltage and several I/O states (with a separate DAQ card). There
    are multiple GPIB devices and multiple modes for these devices (e.g. single
    triggered acquisition for the DMM, averaging, etc.).
    The GPIB analyzer software from NI looks like it performs some of what I
    need. It would allow me to monitor the bus traffic, know what device was
    addressed, and the command
    sent to it. Unfortunately, that's all it will do.
    There is no API available to tap into this functionality and be able to use
    the events detected to trigger DAQ on another card.
    Does anyone know of a solution for this application? A LabVIEW/NI solution
    is preferred, but I can consider other possibilities. The diagnostic
    application should not require any re-programming of the SW on the main
    computer.
    Thank you,
    -- Jeff

    If you walk when you open the app,it crashes?
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Sony Xperia C mobile ALBUM application update problem photos restored after deleting

    I have updated the ALBUM application of Xperia C with version ALBUM 6.5.A.0.10; after updating the same whenever I delete photos, videos from ALBUM application the same get restored after restarting the mobile phone. Please guide me **bleep** to solve the same. I have deleted the thumbnail folder drom DCIM folder. Even if same problem occurs.
    Regards,
    Nilesh P. S.

    Use the search bar, there's a thread with the same question and answers
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • VOD - application goes down after a while (only some instances)

    Hello Guys,
    I have a simple VOD application running on FMS 3.5.5 which I need to stream continuously but I'm unable to identify the correct configuration to do so. I removed as much limit details as I could from those XML file: Server.xml, Application.xml and VHost.xml.
    Basically I have arround 15 different streams but all of sudden some of them, NOT ALL, goes down with no explanation (as I could see).
    As per logs, there is no much details but "application unloaded".
    Can someone pls help me to identify what else needs to be changed in order to have those stream playing continuously? Usually they went down after some hours in idle state. But I'm not sure whether it's related to CPU/Memory usage. My server has 8GB of memory, and when I start playing all those stream the memory goes down till 52mb free (50mb to 53mb usually). "All" memory is allocated to cache, and it seems there is no problem with that.
    Server.xml
    <Root>
            <Server>
                    <NetworkingIPv6 enable="false" />
                    <CrossDomainPath></CrossDomainPath>
                    <Plugins>
                            <UserDefined>
                                    <UserKey1>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey1>
                                    <UserKey2>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey2>
                            </UserDefined>
                            <FilePlugin enabled="true">
                                    <MaxNumberOfRequests>0</MaxNumberOfRequests>
                                    <Content type="Streams">true</Content>
                                    <Content type="SWF">false</Content>
                            </FilePlugin>
                    </Plugins>
                    <SSL>
                            <SSLRandomSeed>16</SSLRandomSeed>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <SSLClientCtx>
                                    <SSLVerifyCertificate>true</SSLVerifyCertificate>
                                    <SSLCACertificatePath></SSLCACertificatePath>
                                    <SSLCACertificateFile></SSLCACertificateFile>
                                    <SSLVerifyDepth>9</SSLVerifyDepth>
                                    <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                            </SSLClientCtx>
                    </SSL>
                    <Process>
                            <UID>${SERVER.PROCESS_UID}</UID>
                            <GID>${SERVER.PROCESS_GID}</GID>
                    </Process>
                    <Mask>017</Mask>
                    <LicenseInfo>${SERVER.LICENSEINFO}</LicenseInfo>
                    <LicenseInfoEx></LicenseInfoEx>
        <ReadBufferSize>4096</ReadBufferSize>
                    <AdminServer>
                            <CrossDomainPath></CrossDomainPath>
                            <RTMP>
                                    <RTMPE enabled="true"></RTMPE>
                            </RTMP>
                            <HostPort>${SERVER.ADMINSERVER_HOSTPORT}</HostPort>
                            <IpcHostPort>localhost:11110</IpcHostPort>
                            <SocketGC>60</SocketGC>
                            <Process>
                                    <UID>${SERVER.PROCESS_UID}</UID>
                                    <GID>${SERVER.PROCESS_GID}</GID>
                            </Process>
                            <AdminElem>false</AdminElem>
                            <Allow>all</Allow>
                            <Deny></Deny>
                            <Order>Allow,Deny</Order>
                    </AdminServer>
                    <AutoCloseIdleClients enable="false">
                            <CheckInterval>-1</CheckInterval>
                            <MaxIdleTime>-1</MaxIdleTime>
                    </AutoCloseIdleClients>
                    <ResourceLimits>
                            <FLVCachePurge>60</FLVCachePurge>
                            <FLVCache>
                                    <FileCheckInterval>120</FileCheckInterval>
                                    <MaxSize>${SERVER.FLVCACHE_MAXSIZE}</MaxSize>
                                    <MaxKeyframeCacheSize>0</MaxKeyframeCacheSize>
                            </FLVCache>
                            <RecBuffer>
                                    <MaxFlushTime>5</MaxFlushTime>
                                    <MaxFlushSize>256</MaxFlushSize>
                                    <AllowedVideoLag></AllowedVideoLag>
                                    <MaxSize>512000</MaxSize>
                                    <MaxTimestampSkew>-1</MaxTimestampSkew>
                            </RecBuffer>
                            <CPUMonitor>1</CPUMonitor>
                            <ThreadPoolGC>20</ThreadPoolGC>
                            <MsgPoolGC>60</MsgPoolGC>
                            <ApplicationGC>-1</ApplicationGC>
                            <FLVCacheSize>10</FLVCacheSize>
                            <SocketGC>60</SocketGC>
                            <ProcVMSizeMonitorInterval>60</ProcVMSizeMonitorInterval>
                            <ProcVMSizeWarn>1800</ProcVMSizeWarn>
                            <ProcVMSizeNominal>1600</ProcVMSizeNominal>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <Connector>
                                    <HTTP>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                            <HandleCache>
                                                    <MaxSize>100</MaxSize>
                                                    <IdleTime>30</IdleTime>
                                                    <TrimSize>0.2</TrimSize>
                                                    <GCInterval>60</GCInterval>
                                            </HandleCache>
                                    </HTTP>
                                    <RTMP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>32</MaxIOThreads>
                                            <NumCRThreads>0</NumCRThreads>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                    </RTMP>
                            </Connector>
                            <Protocol>
                                    <RTMP>
                                            <Edge>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                                    <MaxConnectionRate>-1</MaxConnectionRate>
                                            </Edge>
                                            <Core>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Core>
                                            <Admin>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Admin>
                                            <SocketSndBuf>0</SocketSndBuf>
                                            <SocketRcvBuf>0</SocketRcvBuf>
                                            <DiffServ>0</DiffServ>
                                            <DiffServMask>0</DiffServMask>
                                    </RTMP>
                                    <ECCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            <CoreTimeout>30</CoreTimeout>
                                    </ECCP>
                                    <ACCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                    </ACCP>
                            </Protocol>
                            <IPCQueues>
                                    <GlobalQueue>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </GlobalQueue>
                                    <EdgeCore>
                                            <HeapSize>1024</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </EdgeCore>
                                    <Services>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </Services>
                            </IPCQueues>
                            <MessageCache enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </MessageCache>
                            <SmallMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SmallMemPool>
                            <LargeMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </LargeMemPool>
                            <SegmentsPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SegmentsPool>
                            <Master>
                                    <CoreGC>-1</CoreGC>
                                    <CoreExitDelay>20</CoreExitDelay>
                            </Master>
                            <Edge>
                                    <MinEventQueueThreads>2</MinEventQueueThreads>
                                    <MaxEventQueueThreads>-2</MaxEventQueueThreads>
                                    <NumSchedQueues>1</NumSchedQueues>
                            </Edge>
                    </ResourceLimits>
                    <Logging>
                            <Time>local</Time>
                            <RetryNumber>0</RetryNumber>
                            <RetrySleep>100</RetrySleep>
                            <RecordsNumber>-1</RecordsNumber>
                            <TerminatingCharacters>CRLF</TerminatingCharacters>
                            <Access>
                                    <Enable>true</Enable>
                                    <Scope>server</Scope>
                                    <Checkpoints enable="false">
                                            <CheckInterval>60</CheckInterval>
                                            <LogInterval>3600</LogInterval>
                                    </Checkpoints>
                            </Access>
                            <Diagnostic>
                                    <Enable>true</Enable>
                            </Diagnostic>
                            <Application>
                                    <Enable>true</Enable>
                            </Application>
                            <AuthEvent>
                                    <Enable>true</Enable>
                            </AuthEvent>
                            <AuthMessage>
                                    <Enable>true</Enable>
                            </AuthMessage>
                            <FileIO>
                                    <Enable>true</Enable>
                            </FileIO>
                    </Logging>
                    <Localhost>localhost</Localhost>
                    <PublicIP></PublicIP>
                    <SWFVerification>
                            <SWFFolder></SWFFolder>
                            <DirLevelSWFScan>1</DirLevelSWFScan>
                            <MaxInitDelay>5</MaxInitDelay>
                            <MinGoodVersion></MinGoodVersion>
                            <Cache>
                                    <TTL>1440</TTL>
                                    <UpdateInterval>5</UpdateInterval>
                            </Cache>
                    </SWFVerification>
                    <Streams>
                            <StreamLogLevel>warning</StreamLogLevel>
                            <Mp4>
                                    <Playback>
                                            <VideoAutoBufferReadSize>153600</VideoAutoBufferReadSize>
                                            <AudioAutoBufferReadSize>51200</AudioAutoBufferReadSize>
                                            <OtherAutoBufferReadSize>1024</OtherAutoBufferReadSize>
                                            <EnableAggMsgs>true</EnableAggMsgs>
                                            <MaxAggMsgSize>65536</MaxAggMsgSize>
                                            <MaxTracks>64</MaxTracks>
                                            <MaxSampleSize>16777216</MaxSampleSize>
                                            <AllowAnyAVCProfile>false</AllowAnyAVCProfile>
                                            <AllowAnyAACProfile>false</AllowAnyAACProfile>
                                    </Playback>
                                    <Recording>
                                            <MaxELSTEntries>100</MaxELSTEntries>
                                            <MaxDataSampleDescriptions>10</MaxDataSampleDescriptions>
                                            <MaxAudioSampleDescriptions>10</MaxAudioSampleDescriptions>
                                            <MaxVideoSampleDescriptions>10</MaxVideoSampleDescriptions>
                                    </Recording>
                            </Mp4>
                            <Raw>
                                    <EnableAggMsgs>true</EnableAggMsgs>
                                    <MaxAggMsgSize>65536</MaxAggMsgSize>
                            </Raw>
                    </Streams>
                    <Httpd enabled="${SERVER.HTTPD_ENABLED}">
                            <Directory>Apache2.2</Directory>
                            <Program>bin/httpd</Program>
                            <Options>-f ./conf/httpd.conf</Options>
                            <Service>FMSHttpd</Service>
                    </Httpd>
            </Server>
            <ServerDomain></ServerDomain>
    </Root>
    Application.xml
    <Application>
            <Process>
        <Scope></Scope>
        <Distribute numprocs="3">Instances</Distribute>
        <LifeTime>
          <RollOver></RollOver>
          <MaxCores></MaxCores>
        </LifeTime>
                    <MaxFailures>2</MaxFailures>
                    <RecoveryTime>0</RecoveryTime>
            </Process>
            <LoadOnStartup>false</LoadOnStartup>
            <MaxAppIdleTime>-1</MaxAppIdleTime>
            <JSEngine>
                    <RuntimeSize>1024</RuntimeSize>
                    <MaxGCSkipCount>-1</MaxGCSkipCount>
                    <MaxTimeOut>0</MaxTimeOut>
                    <ScriptLibPath>${APP.JS_SCRIPTLIBPATH}</ScriptLibPath>
                    <XMLSocket>
                            <MaxUnprocessedChars>4096</MaxUnprocessedChars>
                    </XMLSocket>
                    <NetConnection>
                            <ObjectEncoding>AMF3</ObjectEncoding>
                    </NetConnection>
        <Security>
          <RPC enable="false">
            <Client>
              <Method>
                <Allow></Allow>
              </Method>
            </Client>
            <NetConnection>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </NetConnection>
            <SharedObject>
              <Method>
                <Allow></Allow>
              </Method>
            </SharedObject>
            <Stream>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </Stream>
          </RPC>
        </Security>
            </JSEngine>
            <StreamManager>
                    <StorageDir></StorageDir>
                    <QualifiedStreamsMapping enable="false" />
                    <DuplicateDir appName="true"></DuplicateDir>
                    <CachePrefix type="path">?IP?</CachePrefix>
                    <CacheUpdateInterval></CacheUpdateInterval>
                    <MaxBufferRetries>128</MaxBufferRetries>
                    <ThrottleBoundaryRequest enable="false">8</ThrottleBoundaryRequest>
                    <ThrottleLoads enable="true">8</ThrottleLoads>
                    <ThrottleDisplayInterval>64</ThrottleDisplayInterval>
                    <EnhancedSeek zone="client">true</EnhancedSeek>
                    <KeyFrameInterval>60000</KeyFrameInterval>
                    <MaxStreamsBeforeGC>-1</MaxStreamsBeforeGC>
                    <Audio>
                            <CombineSamples>
                                    <Subscribers>8</Subscribers>
                                    <LoCPU>60</LoCPU>
                                    <HiCPU>80</HiCPU>
                                    <MaxSamples>0</MaxSamples>
                            </CombineSamples>
                            <SendSilence>
                                    <Interval></Interval>
                            </SendSilence>
                            <NotifyAudioStop enabled="false">
                                    <Duration></Duration>
                            </NotifyAudioStop>
                    </Audio>
                    <Live>
                            <AccumulatedIFrames>
                                    <MaxTime>-1</MaxTime>
                                    <MaxSize>-1</MaxSize>
                            </AccumulatedIFrames>
                            <Queue enabled="true">
                                    <MaxQueueSize>4096</MaxQueueSize>
                                    <MaxQueueDelay>500</MaxQueueDelay>
                                    <FlushOnData>true</FlushOnData>
                                    <AggregateMessages enabled="true">
                                            <MaxAggMsgSize>-1</MaxAggMsgSize>
                                    </AggregateMessages>
                            </Queue>
                            <PublishTimeout>2000</PublishTimeout>
                            <MaxLatency>500</MaxLatency>
                            <StartClockOnPublish>false</StartClockOnPublish>
                            <EraseOnPublish>true</EraseOnPublish>
                    </Live>
                    <SendDuplicateStart>true</SendDuplicateStart>
                    <SendDuplicateOnMetaData>true</SendDuplicateOnMetaData>
                    <Recording>
                            <MaxSize>-1</MaxSize>
                            <MaxSizeCap>-1</MaxSizeCap>
                            <MaxDuration>-1</MaxDuration>
          <MaxDurationCap>-1</MaxDurationCap>
      </Recording>
            </StreamManager>
            <SharedObjManager>
                    <StorageDir></StorageDir>
                    <DuplicateDir appName="true"></DuplicateDir>
                    <ResyncDepth>-1</ResyncDepth>
                    <LockTimeOut>-1</LockTimeOut>
                    <AutoCommit>true</AutoCommit>
                    <MaxProperties>-1</MaxProperties>
                    <MaxPropertySize>-1</MaxPropertySize>
            </SharedObjManager>
            <AllowHTTPTunnel>true</AllowHTTPTunnel>
            <Client>
                    <WindowsPerAck>2</WindowsPerAck>
                    <Bandwidth override="yes">
                            <ServerToClient>2500000</ServerToClient>
                            <ClientToServer>2500000</ClientToServer>
                    </Bandwidth>
                    <BandwidthCap override="no">
                            <ServerToClient>5000000</ServerToClient>
                            <ClientToServer>5000000</ClientToServer>
                    </BandwidthCap>
        <BandwidthDetection enabled="true">
          <MaxRate>-1</MaxRate>
          <DataSize>16384</DataSize>
          <MaxWait>2</MaxWait>
        </BandwidthDetection>
                    <MsgQueue>
                            <Live>
                                    <MaxAudioLatency>2000</MaxAudioLatency>
                                    <MinBufferTime>8000</MinBufferTime>
                            </Live>
                            <Recorded>
                                    <MinBufferTime>2000</MinBufferTime>
                            </Recorded>
                            <Server>
                                    <BufferRatio>0.5</BufferRatio>
                                    <Prioritization>false</Prioritization>
                                    <MinQueuedVideo>64</MinQueuedVideo>
                            </Server>
                            <Diagnostic>
                                    <Enable>false</Enable>
                            </Diagnostic>
                    </MsgQueue>
                    <HTTPTunnel>
                            <IdlePostInterval>512</IdlePostInterval>
                            <IdleAckInterval>512</IdleAckInterval>
                            <MimeType>application/x-fcs</MimeType>
                            <WriteBufferSize>16</WriteBufferSize>
                    </HTTPTunnel>
                    <MaxMessageSizeLosslessVideo>0</MaxMessageSizeLosslessVideo>
                    <OutChunkSize>4096</OutChunkSize>
                    <AggregateMessages enabled="true"></AggregateMessages>
                    <Access>
                            <FolderAccess>false</FolderAccess>
                            <AudioSampleAccess enabled="false"></AudioSampleAccess>
                            <VideoSampleAccess enabled="false"></VideoSampleAccess>
                    </Access>
                    <UserAgent override="yes">
                            <Bits from="WIN 6,0,0,0" to="WIN 7,0,55,0">0x01</Bits>
                            <Bits from="MAC 6,0,0,0" to="MAC 7,0,55,0">0x01</Bits>
                    </UserAgent>
            </Client>
            <Debug>
                    <MaxPendingDebugConnections>50</MaxPendingDebugConnections>
                    <AllowDebugDefault>false</AllowDebugDefault>
            </Debug>
            <HTTP>
                    <HTTP_1_0>false</HTTP_1_0>
                    <Verbose>false</Verbose>
                    <Connections>
                            <MaxTimeout>60</MaxTimeout>
                            <Reuse>true</Reuse>
                            <Interface></Interface>
                    </Connections>
                    <Proxy>
                            <Host></Host>
                            <Port></Port>
                            <Type>HTTP</Type>
                            <Tunnel>false</Tunnel>
                            <Username></Username>
                            <Password></Password>
                    </Proxy>
                    <Redirect>
                            <Allow>true</Allow>
                            <Max>10</Max>
                            <UnrestrictedAuth>true</UnrestrictedAuth>
                    </Redirect>
            </HTTP>
            <SWFVerification enabled="false">
                    <SWFFolder></SWFFolder>
                    <MinGoodVersion></MinGoodVersion>
                    <DirLevelSWFScan>1</DirLevelSWFScan>
                    <MaxInitDelay>5</MaxInitDelay>
                    <FirstHashTimeout>5</FirstHashTimeout>
                    <FinalHashTimeout>60</FinalHashTimeout>
                    <UserAgentExceptions>
                            <Exception from="" to=""/>
                    </UserAgentExceptions>
                    <Cache>
                            <TTL>1440</TTL>
                            <UpdateInterval>5</UpdateInterval>
                    </Cache>
                    <ConnectionBlocking enabled="false"/>
            </SWFVerification>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
            <DisallowedProtocols></DisallowedProtocols>
    </Application>
    Vhost.xml
    <VirtualHost>
            <AliasList>
                    <Alias name="alias1"></Alias>
            </AliasList>
            <AppsDir>${VHOST.APPSDIR}</AppsDir>
            <ResourceLimits>
                    <MaxConnections>-1</MaxConnections>
                    <MaxEdgeConnections>-1</MaxEdgeConnections>
                    <MaxAppInstances>15000</MaxAppInstances>
                    <MaxStreams>250000</MaxStreams>
                    <MaxSharedObjects>50000</MaxSharedObjects>
                    <AppInstanceGC>-1</AppInstanceGC>
            </ResourceLimits>
            <VirtualKeys>
            </VirtualKeys>
            <VirtualDirectory>
                    <Streams></Streams>
            </VirtualDirectory>
            <DNSSuffix></DNSSuffix>
            <Allow>all</Allow>
            <Proxy>
                    <Mode>local</Mode>
                    <RequestTimeout>2</RequestTimeout>
                    <Anonymous>false</Anonymous>
                    <CacheDir enabled="false" useAppName="true">
                            <Path></Path>
                            <MaxSize>32</MaxSize>
                    </CacheDir>
                    <LocalAddress></LocalAddress>
                    <RouteTable protocol="">
                            <RouteEntry></RouteEntry>
                    </RouteTable>
                    <EdgeAutoDiscovery>
                            <Enabled>false</Enabled>
                            <AllowOverride>true</AllowOverride>
                            <WaitTime>1000</WaitTime>
                    </EdgeAutoDiscovery>
                    <SSL>
                            <SSLVerifyCertificate>true</SSLVerifyCertificate>
                            <SSLCACertificatePath></SSLCACertificatePath>
                            <SSLCACertificateFile></SSLCACertificateFile>
                            <SSLVerifyDepth>9</SSLVerifyDepth>
                            <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                    </SSL>
                    -->
                    <AggregateMessages enabled="true">
                    </AggregateMessages>
            </Proxy>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
    </VirtualHost>

    Hello guys,
    thanks for replying.
    All intances spent 24h playing/streaming as expected but today some of them went down.
    Any idea why this core is being deactivated?
    master.log
    2011-04-20      16:30:54        16109   (i)2581172      System memory load (90) is now below the maximum threshold.     -
    2011-04-20      16:30:55        16109   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:18        16109   (i)2581226      Edge (16129) is no longer active.       -
    2011-04-20      18:36:18        16109   (w)2581255      Edge (16129) _defaultRoot__edge1 experienced 1 failure[s]!      -
    2011-04-20      18:36:18        16109   (i)2581224      Edge (28483) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".        -
    2011-04-20      18:53:25        16109   (i)2581223      Core (16132) is no longer active.       -
    2011-04-20      18:53:25        16109   (i)2581221      Core (28621) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      18:57:25        16109   (i)2581223      Core (28621) is no longer active.       -
    2011-04-20      18:57:25        16109   (i)2581221      Core (28814) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      19:00:15        16109   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:28        16109   (i)2581223      Core (16752) is no longer active.       -
    2011-04-20      19:00:28        16109   (w)2581256      Core (16752) _defaultRoot_:_defaultVHost_:::_1 experienced 1 failure[s]!        -
    2011-04-20      19:00:28        16109   (i)2581221      Core (29004) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app  -inst  -tag "_1" -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:::_1".     
    core.log
    2011-04-20      16:30:56        16132   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:16        16752   (i)2581247      Core (16752) disconnected from edge.    -
    2011-04-20      18:36:16        16548   (i)2581247      Core (16548) disconnected from edge.    -
    2011-04-20      18:36:16        16962   (i)2581247      Core (16962) disconnected from edge.    -
    2011-04-20      18:36:16        16132   (i)2581247      Core (16132) disconnected from edge.    -
    2011-04-20      18:36:21        16962   (i)2581246      Core (16962) sending register cmd to edge.      -
    2011-04-20      18:36:21        16752   (i)2581246      Core (16752) sending register cmd to edge.      -
    2011-04-20      18:36:21        16548   (i)2581246      Core (16548) sending register cmd to edge.      -
    2011-04-20      18:36:22        16132   (i)2581246      Core (16132) sending register cmd to edge.      -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:53:27        28621   (i)2581246      Core (28621) sending register cmd to edge.      -
    2011-04-20      18:53:30        28621   (w)2581171      System memory load (99) is high.        -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:57:27        28814   (i)2581246      Core (28814) sending register cmd to edge.      -
    2011-04-20      18:57:29        28814   (w)2581171      System memory load (99) is high.        -
    2011-04-20      19:00:16        16962   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:15        28814   (i)2581172      System memory load (66) is now below the maximum threshold.     -
    2011-04-20      19:00:16        16548   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      19:00:29        29004   (i)2581237      Starting admin app on core (29004).     -
    2011-04-20      19:00:29        29004   (i)2581238      Core (29004) connecting to admin.       -
    2011-04-20      19:00:29        29004   (i)2581231      Core (29004) connected to admin.        -
    2011-04-20      19:00:29        29004   (i)2581234      Core (29004) connection to admin accepted.      -
    2011-04-20      19:00:29        29004   (i)2581246      Core (29004) sending register cmd to edge.      -
    # free -m
                 total       used       free     shared    buffers     cached
    Mem:          7993       6076       1917          0          4         34
    -/+ buffers/cache:       6037       1956
    Swap:         3147       1558       1589
    thank you!

  • Have to use diagnostic to connect to internet

    Hello!
    I've just get my macbook for university studying and I'm very happy about it BUT:
    I have to use the "network diagnostic" (or whatever it's called, I'm french canadian sorry :P) everytime I start my computer and I want to use internet.
    My modem have wi-fi capability, theres no problem with this. Airport works fine, it's detects correctly the network I'm using with my other computer (connected via ethernet)
    The problem is that I always have to enter manually my WEP key in order to acess the internet, and I'll also have to go trough all the steps of the diagnostic application.
    I still need some practice to use wireless technology, but I rely on your help to solve this problem.
    Thanks for your help!
    Bye bye.
    Message was edited by: Pitivier

    Hi beanryboy:
    Yes, you must use the firewire to import to imovie. You can get them anywhere they sell electronics and it looks like this
    Sue
    iMac ppcG5 1.8 GHz 20FP & iMac G4 800MB 17FP   Mac OS X (10.3.9)   Superdrives & 1 G RAM all around

  • What do the NI Automotive Diagnostic Command Set & ECU Measurement software packages really bring?

    I am looking at doing some CAN programming for the J1939 and J1708/1587 protocols.  Would the NI Automotive Diagnostic Command Set & ECU Measurement software modules even be necessary?
    What are the benefits of both modules?

    Just for reference, look here for comments on the J1939 and J1708/1587 protocols.
    The ECU Measurement and Calibration Toolkit provides a helpful API for interfacing and designing an ECU. In particular, it provides high-level, easy-to-use functions based on the Universal
    Measurement and Calibration Protocol (XCP) and CAN Calibration Protocol
    (CCP). A more detailed explanation of what is included and when it should be used can be found in Chapter 1 of the ECU Measurement and Calibration Toolkit User Manual.
    Automotive Diagnostic Command Set
    From the overview section of the product page: "NI ADCS is suitable for a range of automotive diagnostic applications
    that typically involve reading and writing parameters, accessing
    diagnostic trouble codes (DTCs), flashing ECU firmware, and initiating
    ECU diagnostic test modes... ADCS benefits applications such as ECU firmware flashing tools, DTC
    reading and logging, ECU diagnostic mode interfacing, and live
    diagnostic variable monitoring and logging for on-road tests."
    Hope this helps...
    Peter Flores
    Applications Engineer

  • If you are torn between a Lenovo W550s and a Dell M3800

    I am sharing my Lenovo W550s and Dell Precision M3800 experiences and testing results with you.
    My Laptop Configurations:
    Lenovo W550s with Intel dual core 17-5600 CPU @2.60GHz, 16 GB RAM, NVIDIA Quadro K620M, 1TB Samsung 850 Pro SATA SSD (user upgrade from HDD) with RAPID enabled
    Dell Precision M3800 with Intel quad core i7-4702HQ CPU @2.2GHz, 16 GB RAM, NVIDIA Quadro K1100M, 512 GB Samsung SM841 mSATA SSD
    Applications Used for Performance Ratings/Testing:
    - Windows 7 Performance Information and Tools
    - Photoshop CS6 (Image Processor activated from Bridge)
    Applications Used for Work Testing:
    PTC MathCAD for structural engineering calculations (some over 200 pages long)
    Adobe Photoshop CS6 for photography image processing
    Core Temp 1.0 RC6
    Vendor’s diagnostics applications
    My Computer Testing Experience:
    I have owned, used and tested laptop computers since IBM announced their first model. I used IBM ThinkPads for a number of years until IBM sold the division to Lenovo. I owned and used Lenovo T-model laptop before switching to the Dell M3800 in January 2014. I bought a Lenovo W550s when my Dell failed, and it took Dell over a month to successfully repair the unit. The Dell is now working fine and allowed me to do the tests and get the results you see below. I upgraded the Lenovo from a 500 GB HDD to a Samsung 850 Pro 1TB and Samsung Magician (RAPID enabled), and that is the configuration I used to do the following tests.
    Windows 7 Performance Ratings:
    Let’s get right to it and admit the Lenovo is not as powerful a work machine as the Dell when it comes to pure calculations. Windows rates the Dell processor at 7.6, whereas, it rates the Lenovo at 6.5 calculations per second. I did not feel that difference when using the two computers and most people will not, but for intense calculations with applications that actually use quad core processors to their max, Dell will win the day. I felt no difference in image processing nor MathCAD calculation manipulation when working on one image or modifying a computer model because human intervention and decisions were almost always the limiting factors. However, running batch processes shows a difference in the laptops. Lenovo took 34 minutes batch processing 1215 images (converting to smaller size) and Dell took 31 minutes. This tells me that disk I/O bottlenecks can actually make the Lenovo perform almost at the same level with the Dell but with half of the CPU cores and thus, lower internal temperatures. RAPID was turned on for Lenovo, but not available for Dell which makes a big difference in I/O speed. Without RAPID, the Dell would run circles around the Lenovo.
    Dell also won on graphics at 7.0 compared with 6.7 for Lenovo (Lenovo Turbo Boost enabled makes an improvement from 5.9). While processing photo images, I could not feel any speed difference between the two computers while using Photoshop. There are often delays when going to and from plugin filters such as Nik and OnOne when using any processor. Those delays felt the same with both Dell and Lenovo.
    Windows rates the Dell at 7.8 for memory but the Lenovo at 7.6. Since both of my machines have 16GB of RAM, the access speed for the Dell must be a little faster.
    Display:
    I use the Intel built-in Intel HD graphics adapter for both laptops because my applications do not play well with the NVDIA adapters in the units, and I do no gaming. I disable the NVDIA adapter in the Lenovo to get longer battery life and lower internal temperatures. Disabling the NVDIA adapter in the Dell seemed to make no difference in internal temperature nor battery life.
    I use both computers in 1920x1200 pixel resolution so I can see the Photoshop and MathCAD icons and controls well enough to not make mistakes. Even though both Dell and Lenovo provide higher resolutions, they both work well scaled to 1920 pixels. Although both screens have excellent contrast and color saturation, the Lenovo screen has less glare than the Dell and, as a result, is easier to use for image processing using Photoshop when there are unshaded windows nearby.
    I did notice a color and contrast shift when viewing the Dell screen off center by just 15-20 degrees. The Lenovo contrast shifts also but not as much and the colors do not appear to shift even with large viewing angle changes. More care has to be taken to view the Dell straight on when processing photo images.
    I calibrated the screen for both computers using Spyder3 Elite and got results that were comparable. After calibration, Dell provides close to 100% sRGB gamut while the Lenovo is about 90% and the brightness of both work well for photo editing and production. The Dell was slightly better for color control, but the screen glare can be an issue when working in a building that has windows nearby.
    Keyboard:
    Both keyboards are excellent, but I like the Dell keyboard a little better. However, I have used Lenovo TrackPoints for many years, and I like that feature. It find it much easier to use than a scratch pad and it works well as a pointer control.
    The Dell keyboard backlighting turns on as soon as you start to type and illuminates the keys well. The Lenovo keyboard backlighting has three optional settings, but the brightest setting does not produce the same level of lighting the Dell produces. The Dell keyboard is thus easier to use in low light.
    I will not address the Numeric Key pad. Lenovo has one and Dell does not. I don’t use numeric keypads, so it makes no difference to me.
    Connectivity:
    USB Ports: Dell has two USB ports on each side. One on each side is powered (always on) and one is USB 2.0. Lenovo has two USB 3.0 ports on the right side and one USB 3.0 port on the left. Only one of those ports is always on. In both cases, you have to look careful to see which port is always on.
    Video Output: Dell has an HDMI port in addition to a Thunderbolt port. Lenovo only provides a Thunderbolt port; you have to use an HDMI converter to get HDMI output.
    Ethernet: Dell has no Ethernet port; you have to use an Ethernet dongle to get the conversion from USB. Lenovo has an Ethernet port. I seldom use Ethernet ports anymore since most motels have wifi, so the lack of an Ethernet port is not an issue for me.
    Battery Power:
    Dell has one internal batter. You can get it with a 91Wh or 61Wh, but you cannot easily change the configuration—you have to take the computer apart. I have the 91Wh version, and it lasts about 3 hours for me on an airplane. The Lenovo has one internal 44Wh battery and three optional rear batteries: 23, 48 and 72 Wh. You can swap out those rear batteries in the Lenovo without shutting the unit down. The Lenovo also provides an excellent power management application that enables you to select the performance level you wish to use and predicts the remaining battery time that you will get based on that selection. So, if you plan to be in a base camp in the Serengeti where you have limited access to charging stations, the Lenovo with extra batteries is the machine for you. I seldom have that type of scenario, but it is good to know I have the option.
    Heat Emission:
    The Dell has two internal fans that blow out the bottom of the unit. You can get a hot lap or do damage to the computer if you actually use it in your lap or block that vent in any way. The Lenovo has one internal fan, and it blows out the side of the unit. The Lenovo does not get as hot on the bottom. The Core Temp application indicated the Lenovo CPUs ran about 12C cooler than those in the Dell (72C versus 84C) under stress diagnostic testing at 90-100% CPU load using the vendor’s own diagnostic application. In my own experience while using the Dell for a year, heat can be an issue and probably contributed to a system board failure in my unit.
    Size and Weight:
    Dell wins the day in both categories. It is about ¼ inch thinner (not counting the height of the feet) than the Lenovo with the 23 Wh battery attached and about 0.25 pounds lighter including the batteries. Both the size and weight make the Dell feel more like an iPad than a workstation. The aluminum top and carbon-fiber base are both high tech, look good and keep the weight down. However, the lack of heat conduction in the base may contribute to over-heating issues…as it did in my case.
    Conclusions:
    There is no doubt that the Dell laptop has sex appeal with the thinner body and lighter weight. It also packs a lot of power. However, my own experience has shown that the Dell can be a high-maintenance machine. The Lenovo may have warts as well…only time will tell. However, it feels more like a reliable work horse while the Dell feels like a temperamental race horse. It will be difficult picking just one of them for treks that limit me to one laptop, but the Lenovo will probably win the day. I will take both with me when I can so I have a backup computer in my bag. Maybe I will get my wife to lug the Dell along on long international trips, and I will take the Lenovo in my bag. That would be a win-win…but at a price of course.
    W550s: i7-5600U, K620M, 16 GB RAM, 1TB 850 Pro SSD, Win 7 Pro

    The folks at NotebookCheck do the kind of benchmarks you reference. You can see their results at:
    http://www.notebookcheck.net/Lenovo-ThinkPad-W550s​-Workstation-Review.137989.0.html
    The tests I ran were just to help me decide which laptop to use since I now have both.
    I do use ATTO as well as CrystalDiskMark for disk/SSD read and write testing. Of course both go off the map when you enable RAPID in the Lenovo with the Samsung 850 Pro installed. RAPID does actually speed up work processing...not just wow the I/O test software.
    I was getting about 550/450 MB/s read/write with both laptops before I enabled RAPID. With RAPID I get 3345 read and 1833 write with the Lenovo.
    Too bad RAPID does not work with all Samsung SSD storage devices.
    W550s: i7-5600U, K620M, 16 GB RAM, 1TB 850 Pro SSD, Win 7 Pro

  • Problem with signing in with my skype please help ...

    i can not sign in with my skype and i can not log in even via the site here and i do not remember the email i used when i registered for the skype name it was more than 2 or 3 years ago and i can not recover it my skype name: [Redacted for privacy.]
    please help me with that 
    thank you

    pureform,
    What is the serial number of the card (on a white sticker on the card)? I've assumed it is an Audigy , and it's been a long time since I had one of those, so I'm not sure what you mean by "test devices" that lets you test the mic. Are you saying that with mic selected as REC source, when you speak into the microphone, you can hear yourself from the speakers? Also, if you have the Creative Diagnostic application, try running that. (Look for it in the Audigy entry in the Creative Folder in your Program List.)

  • 24" imac video anomaly..anyone know?

    Hi all,
    I just recently purchased a customer order 24" imac with the bigger HD, Vram and sys. ram and it is sooooo nice.
    But later that day (after about 5 hours of use) as I was setting up all my preferences, I noticed that the screen kinda flickered briefly and returned back to the finder. All seemed fine, but the mouse buttons would not respond and the keyboard wouldn't respond. The mouse arrow would move but that is all. I unplugged the keyboard and plugged it back in just in case it was a USB keyboard driver that needed to be reloaded.
    And I couldn't restart because I had no keyboard usage. So I had to hold down the power button on the back for a force shutdown and then I restarted, It came up to the finder just fine, and I have never encountered it since, but now I'm kinda worried that there might be vid problem. I'm not sure.
    Has anyone heard about this and is there a good hardware diagnostic application out there instead of Techtool? I love Techtool, but I would have to wait for them to mail me a DVD since you can't download it off there website anymore?
    Sorry about the long post, and thank you in advance for your help.
    Eddy

    Was your machine running off a UPS at the time, or was it plugged directly into a wall outlet? If the latter, I suspect a momentary power glitch in your electric service caused this problem.
    20" iMac CD (early '06)   Mac OS X (10.4.8)  

  • 3rd gen iPod not recognized when using Firewire

    The 3rd gen iPod only charges via FireWire. Given the lousy battery life provided by the device, I need to be able to sync using the Firewire port of my Macbook (Home) or my Macbook Pro (work). The device is not recognized by iTunes (or in general, no notices are given that would indicate that the device is connected). I have:
    - Restored the device via USB
    - Restored it to be Apple format (it was previously Windows format)
    - Confirmed that it DOES work with USB - but that's not what I want
    - Tried this on 2 laptops
    - Confirmed that charging via Firewire DOES work - so I'm assuming that the cable works as well
    Is there a diagnostic application that will tell me the status of the on-board firewire port?

    I luckily still had a PC around. I was able to reset it on the PC, then reformat on the Mac.

  • Is there a way of testing the logic board via Terminal?

    About 5 days ago, my mac book pro experienced the gray screen flashing folder scenario, telling me that it can't find the OS.
    I opened in Internet Recovery mode, and when opening disk utility to check my hard drive, the hard drive didn't show.
    After a breif call to apple support, it looked like my hard drive was kapput, so I bought another hard drive (something I've wanted to upgrade for a while anyway).
    The new hard drive is a seagate momentus xt 750GB, and fairly sure it's compatible as I watched a youtube vid showing me how to replace the hard drive with the very same drive.
    The disk utility cannot find this hard drive either, which means it could be a number of things, the worst being an issue with the logic board..
    I cannot open in apple diagnostic mode, but I can access terminal without an OS, can I check the logic board, or anything else that could be causing the problem from there?
    I'm trying to find out as much as I can about the problem before I have to pay to get it diagnosed.. hopefully it just needs a replacement SATA cable!
    Thanks all,
    Joe

    Did you format the new drive?  This can be done with the Internet Recovery Mode. Try booting holding the command option R keys to get to Disk Utility.
    JRod37  wrote:
    I cannot open in apple diagnostic mode
    You can run the Apple Hardware Test / Apple Diagnostics:
    may not be aware is that Apple dumped AHT this past June. New Macs, introduced in June 2013 or later, no longer include the software. Instead, they have an entirely new diagnostic application called, appropriately enough, Apple Diagnostics. You access Diagnostics exactly the same way as you do AHT: Hold down the D key at startup.
    http://support.apple.com/kb/HT5781
    New MacBooks can access HardWareTest by rebooting holding the D key, no disk required.
    http://support.apple.com/kb/ht1509
    or older machines Boot off your Install Disk while holding down the D key, (not c key), then run the extended Apple Hardware Test. Some disks require you to use the Option key at bootup to select AHT. Some models have a separate AHT CD.
    If any error codes are generated, post that code back here for interpretation.

  • How to diagnose a broken 30 pin dock connector?

    Is there a "diagnostic" application to determine if my Iphone 4 — 30 pin dock connector is fully functional? BTW - all lint and dirt has been removed (delicately). This iPhone has been able to perform TV/video out and mirror display with a (still) fully functional 30 pin to VGA connector, VGA cable and VGA equipped monitors. This phone currently cannot perform the same task. Only other variable is a conflict with iOS 6.1.3.
    Thanks for any help.

    Hi there jsoard!
    I have a website for you that can help you with some steps for troubleshooting that may help you resolve this issue. The website is an iPhone troubleshooting assistant, and can be found right here:
    Apple - Support - iPhone - iPhone Troubleshooting Assistant
    http://www.apple.com/support/iphone/assistant/phone/
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Way to search custom engines via right-click/updated version of AcidSearch?

    Are there any current ways to search highlighted text in a customized list of engines via right-clicking it? I used to do it via AcidSearch but it hasn't been updated in years, and the author is not planning on doing so.
    I'm currently using Firefox because it has that capability via add-ons, but I'd rather use Safari as I've noticed that version 4 can handle most pages FF can't, plus it's faster and FF 4 has been postponed to 2011. Thanks
    P.S. I have a list of custom engines in the search bar via Glims but that's not what I'm asking about.

    Hi Mark,
    I think this application has a some potential. However, it has a long way to go to reach that potential.
    Let's start with the toolbar (the blue button that appears on the taskbar) that is created by default when the application is installed. If you'll forgive my bluntness, it's a distracting waste of space and a flagrant misuse of the toolbar user interface.
    If there is something wrong that requires urgent attention (like, for example, the hard disk is failing), then the program should open a dialog box. Otherwise, user notifications should be displayed in -- surprise -- the Notification Area. Please have your developers read and understand the Windows User Experience Interaction Guidelines. 
    And seriously, what is up with the Coverflow-esque marketing garbage on the -- ugh -- "Ultimate Business Tool" tab? If you're wondering why this program has the reputation of being bloatware, look no further than here. This has no business being in a diagnostic application.
    I could say more, but I think you get my drift. Remember the old version of PC Doctor? When all it did was scan your computer for problems and gave you a nice report, without trying to take over your taskbar or sell you stuff? Ah, the good old days.

  • Is there a way of reinstating the scrolling options before ios9 was installed?

    is there a way of reinstating scrolling options before ios9 was installed?

    Did you format the new drive?  This can be done with the Internet Recovery Mode. Try booting holding the command option R keys to get to Disk Utility.
    JRod37  wrote:
    I cannot open in apple diagnostic mode
    You can run the Apple Hardware Test / Apple Diagnostics:
    may not be aware is that Apple dumped AHT this past June. New Macs, introduced in June 2013 or later, no longer include the software. Instead, they have an entirely new diagnostic application called, appropriately enough, Apple Diagnostics. You access Diagnostics exactly the same way as you do AHT: Hold down the D key at startup.
    http://support.apple.com/kb/HT5781
    New MacBooks can access HardWareTest by rebooting holding the D key, no disk required.
    http://support.apple.com/kb/ht1509
    or older machines Boot off your Install Disk while holding down the D key, (not c key), then run the extended Apple Hardware Test. Some disks require you to use the Option key at bootup to select AHT. Some models have a separate AHT CD.
    If any error codes are generated, post that code back here for interpretation.

  • MobileMe Preference Pane: Sync tab. MAJOR ISSUE.

    this is absolutely killing me.
    System Preferences-> MobileMe [ok, that works fine]
    click the tab for Sync... spinning beach ball of death. i have to force quit System Prefs every time.
    somewhat related, my address book has become all fubar. duplicate groups, no actual address cards.
    and that is honestly all i have to offer up as symptoms. everything else seems to be working fine. help!!!

    I spent a couple of hours on the phone on Saturday moving up the ladder of Apple Technical Support trying to figure out a solution to this problem. Like the rest of you, I had these specific issues:
    1. When I click on the sync tab of the Mobile Me preference pane, I get a beachball. This requires a force quit of System Preferences.
    2. When I try to launch iSync, it never launches. Instead, it just bounces in the dock.
    3. When I open the activity panel of Mail.app, it continually says "Registering Syncing Preferences" because it's trying to talk to MobileMe and can't. This often (but not always) means that if I want to quit Mail.app, I have to force quit.
    This only happens on 1 user profile on my computer. The other user profile works fine and both user profiles on my other computer work fine.
    With Apple, we tried all of the normal solutions to solve an issue with 1 user's profile like this: deleted preference files, deleted cache files, re-install Snow Leopard.
    NONE OF THOSE SOLVED THE PROBLEM.
    So, after all of that time on the phone, they determined that we needed to send the issue up to Apple Engineering. They sent me a diagnostic application that captured a whole bunch of data from my computer, which I sent back to them. The Engineering team is going to work on the problem and call me back in a couple of days.
    So, my suggestion is that you should wait just a bit. I think a solution is forthcoming, but not here yet. Will this solution come in the form of a software update (10.6.1)? I don't know. I'll try to post after I hear back from Apple

Maybe you are looking for

  • How to obtain error codes from LDAP exceptions

    Is there a way to obtain the error codes returned by LDAP services. In our application, we want to give more understandable messages and solution to rectify the issues, for the exception thrown while accessing LDAP. The NamingException does not conta

  • How to trigger a BPM from an outside WSDL

    Hello, I've always used the option "Service Interface" in the Start Step of the process before updgrading to SP05 (CE7.2). Now I see that I don't have that option, now I have a trigger option and the wsdl I've manually created isn't an option of the

  • MIGO - change number range before saving

    hi folks Does somebody know a possibility in ECC5.0 to change the number range object just before saving the material document in MIGO? an userexit, BADI, customer function? Thanks a lot

  • Not Uninstalli​ng Anymore on 6.1 App builder

    I have a VI that I have been turning into an application. When I would build a new app and install, it would uninstall first. Now, for some reason, it does not uninstall previously installed apps but just adds to them. Is there a setting in the appli

  • Printing the date in PSE8

    I am trying to print the date on my photos in PSE8.  I have checked the box in the "More options" sections of the print box, but the date is not printing.  How can I get this to work?