E75 problems after upgrade to version: 201.12.01.

I've noticed the following problems after the phone software upgrade to version: 201.12.01.
During the call, when I in move, for example, in car, and the phone switches between different base stations, the conversation breaks.
When I have poor network coverage, where the phone all the time looking for better coverage, in general conversation is impossible. After few words screen appears, "connection error".

After update to 201.12.01 version I have problems with Mail for Exchange. It can't download email message from Exchange 2003! We don't want to upgrade on Exchange 2007 version! 
Error message is: "Security Policy that enables downloading HTML messages is disabled" (mayby sorry for  wrong translate from Russian)
Message Edited by demonas on 08-Dec-2009 06:58 PM
Message Edited by demonas on 08-Dec-2009 06:58 PM

Similar Messages

  • A problem after upgrading to version Build JDEVADF_11.1.2.0.0_GENERIC_11053

    Hello!
    First, sorry for my English!
    Could somebody help me please?
    Today, I’ve upgraded JDeveloper from previous version to “Build JDEVADF_11.1.2.0.0_GENERIC_110531.1615.6017”.
    I faced with a problem. I have an index page with menu. Regions are included in Tab’s. A command “Browse Subject” create a Tab with Region in PanelTab component. I display information using a Tree and a Table components. Table shows records with icons “paper” and “folder” clicking on the “folder” synchronize the tree, programmatically expand the appropriate node and select it, then table shows other records which are children of the selected node. After upgrade this function doesn’t work and I can’ understand why.
    I include to this post the source of my index.jspx, browserSubject PageFragment and a fragment from the managed bean “BrowserCard” and the server’s log.

    Server’s log:
    <UIXRegion> <_logIllegalContextChangeMessage> ADF_FACES-10026:Во время обработки компонентов области не найдено изменение контекста или оно не соответствует экземпляру, настраиваемому с помощью текущего компонента. Ожидалось: oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange, найдено: UIXCollection.CollectionComponentChange[Component class: oracle.adf.view.rich.component.rich.data.RichTree, component ID: tree1].
    <UIXRegion$RegionSiteImpl> <validate> Attempt to validate an already invalid RegionSite:
    <LifecycleImpl> <_handleException> ADF_FACES-60098:В жизненном цикле граней были получены необработанные исключения на этапе RENDER_RESPONSE 6
    java.lang.IllegalStateException: Attempt to validate an already invalid RegionSite:
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionSiteImpl.validate(UIXRegion.java:1152)
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1389)
         at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:762)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:525)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:114)
         at jsp_servlet.__index_jspx._jspx___tag31(__index_jspx.java:1457)
         at jsp_servlet.__index_jspx._jspx___tag30(__index_jspx.java:1417)
         at jsp_servlet.__index_jspx._jspx___tag29(__index_jspx.java:1367)
         at jsp_servlet.__index_jspx._jspx___tag28(__index_jspx.java:1319)
         at jsp_servlet.__index_jspx._jspx___tag27(__index_jspx.java:1273)
         at jsp_servlet.__index_jspx._jspx___tag26(__index_jspx.java:1226)
         at jsp_servlet.__index_jspx._jspx___tag3(__index_jspx.java:260)
         at jsp_servlet.__index_jspx._jspx___tag2(__index_jspx.java:206)
         at jsp_servlet.__index_jspx._jspx___tag1(__index_jspx.java:155)
         at jsp_servlet.__index_jspx._jspx___tag0(__index_jspx.java:104)
         at jsp_servlet.__index_jspx._jspService(__index_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:167)
         at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:363)
         at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
         at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:982)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RegistrationConfigurator> <handleError> ADF_FACES-60096:Исключение сервера в ходе PPR, #1
    java.lang.IllegalStateException: Attempt to validate an already invalid RegionSite:
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionSiteImpl.validate(UIXRegion.java:1152)
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1389)
         at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:762)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:525)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:114)
         at jsp_servlet.__index_jspx._jspx___tag31(__index_jspx.java:1457)
         at jsp_servlet.__index_jspx._jspx___tag30(__index_jspx.java:1417)
         at jsp_servlet.__index_jspx._jspx___tag29(__index_jspx.java:1367)
         at jsp_servlet.__index_jspx._jspx___tag28(__index_jspx.java:1319)
         at jsp_servlet.__index_jspx._jspx___tag27(__index_jspx.java:1273)
         at jsp_servlet.__index_jspx._jspx___tag26(__index_jspx.java:1226)
         at jsp_servlet.__index_jspx._jspx___tag3(__index_jspx.java:260)
         at jsp_servlet.__index_jspx._jspx___tag2(__index_jspx.java:206)
         at jsp_servlet.__index_jspx._jspx___tag1(__index_jspx.java:155)
         at jsp_servlet.__index_jspx._jspx___tag0(__index_jspx.java:104)
         at jsp_servlet.__index_jspx._jspService(__index_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:167)
         at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:363)
         at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
         at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:982)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I post my question in separate messages because it's too long.

  • Problem after upgrade to version 3.1

    hello,
    I have a problem on my application, exactly inside adminitration page. i have a problem in this validation:
    declare
    llCount number := 0;
    begin
    for i in 1 .. htmldb_application.g_f03.count
    loop
    select count(1)
    into llCount
    from usrm.usr_users t
    where t.user_name like lower(htmldb_application.g_f03(i));
    if llCount = 0
    then
    Return false;
    end if;
    llCount := 0;
    end loop;
    Return true;
    end;
    The problem i have when i am trying to update a priviliges for my Apex users. The problem apears when i upgrade from version 3.0 to 3.1. Nothing changed, data are the same, also application.
    i think that there is a problem inside the array g_f03(i).
    can somebody help me please?
    Thanks.
    Samm.

    hello scott
    Ok, i have a page that give a priviliges for users that use APEX. priviliges like power user, full user. atd... The problem happened when i am trying to chages the priviliges. i have all needed grants for updating.
    The error is "Error You try to grant not existing user.". but the user exist inside my table usr_users, also inside Apex table flows_030100.wwv_flow_fnd_user.
    When i used version 3.0, everything was ok. this happed after upgrade.
    Samm,

  • Problem after upgrade to version 2.0

    HTMLDB does not work after upgrade to v2.0
    all scripts executed without error but i see error on htmldb LOGIN page after Oracle HTTP server restarted
    IE show error :
    Line : 55
    Char : 1
    Error : Object expected
    And line 55 is
    <div style="float:right;"> <input type="button" onclick="javascript:doSubmit('LOGIN_BUTTON')" value="Login" class="htmldbButton" /><img src="/i/htmldb/builder/1px_trans.gif" alt="" height="1" width="5" /></div></td>

    Hello,
    Sure you just need to follow the instructions in the documentation on updating your image directory
    Carl

  • Problems after upgrading to iTunes version 6

    Hello,
    I've been going through the threads a lot since I have had problems after upgrading to iTunes v. 6. It looks like a lot of people have had the same issues, and I have tried some things that were recommended. After I upgraded, iTunes would not open. I tried:
    1. deleting sidb file
    2. doing the msconfig thing suggested in discussion boards
    3. going into safe mode and deleting 4 and 6 letter weird files in DOS - I found 3 that I deleted
    iTunes worked after this -- then I bought a song and it said my computer was not authorized, after I authorized computer (that never happened before), iTunes worked for about 15 more minutes and then closed down abruptly. I haven't been able to open it since.
    I also downloaded Spybot search & destroy and that did not find anything. I am using McAfee, and have scanned for viruses with McAfee and AdAware.
    Now, when I restart my computer, a bunch of windows pop up with Chinese/Japanese looking characters and say that device (I think) was not found. I seem to be able to use everything except iTunes and Quicktime. When I open the Task Manager, iPodService.exe and iTunesHelper.exe and qttask.exe are there, but when I click on Quicktime or iTunes the file flashes in Task Manager and then disappears.
    I'm not sure where to go from here.
    Any help would be apppreciated -- I'd like to be able to open iTunes!

    Hello,
    I used Nickroo's post:
    I was able to get iTunes launched (with the help of Tech Support) in a very unsafe environment. I owe it to those who may need this after me. It will get you going, but you will be extremely vulnerable to internet virus assaults. Please do not use this approach, until you have exhausted every other available solution for your issue in the KB.
    There are three Steps 1) Uninstall 2) Disble and 3) Reinstall.
    UNISTALL Uninstall iTunes using Windows utility Add Remove Program available in Control Panel.
    DISABLE Disable all third party System Services and Startup Items using using MSCONFIG utility as described in Service Document http://docs.info.apple.com/article.html?artnum=302538
    RE-INSTALL Re-install iTunes6 + QT7. Launch it under the Selective Startup Option.
    It worked ! You realize among other things at this point you have your Antivirus and Firewall disabled. When I started my computer in the Normal Startup Option, iTunes fails to work again. So I have ahead of me the long and ardous task of ruling out the service that is causing conflict with iTunes6. Then work with the software vendor to arrive at a solution.
    This seems to have worked so far- I haven't started to go through ruling out what made iTunes not work; I also haven't tried to connect my iPod or burn a CD, so we'll see.
    Windows XP

  • Problems after upgrade bios to v4.3 - P67A-GD65

    Hi to everybody,
    I was having a problems after upgrade bios to v4.3 of my mainboard P67A-GD65.
    After upgraded bios version (FW) its interface was changed and seemed better. also some specifiactions upgraded that i am now able to follow information of bios in my windows. with Control Center.
    1) first of all after bios upgrade XMP memory section can only be enable şf ş choose OC geniue on. but with this my cpu warm till 98C degree. because i have only stock cpu cooler of intel.
    in normal mode xmp can not be activated so that my memory that corsair vengeance dd3 1600mhz works at 1333mhz only.
    Also there was information about what is new in this version of bios fw as:
    - Enhanced PCI-E display card performance.
    - Improved memory compatibility.
    2) second problem that i have i wanted to turn cpu leds which were located above cpu slot blue leds. once i turn them off and it is ok. but when shutdown computer and restart it turn on itself.
    so may be there have benn occured a problem that mb can not save edited settings correctly?
    3) For last i could not find Winki 3 OS/linuz anywhere is there a link to it to integrate to my mb?
    Thanks for your replies from now on.
    Greetings.

    Quote from: momosala on 02-April-13, 17:54:22
    I think you had better to flash back to beta 4.39 bios, here : https://forum-en.msi.com/index.php?topic=164135.msg1214789#msg1214789
    And use and install on USB key MSI Forum HQ USB flashing tool from here : https://forum-en.msi.com/index.php?topic=108079.msg800577#msg800577
    Flash using method 1.
    And tell us if that works.
    thank you for reply that fast i will try asap and tell here.
    Btw, have you ever face a problem as i wrote above?

  • Lots of problems after upgrading to ITunes 7.0.1.8 - BE CAREFUL !!!!!

    Before upgrading to version 7.x of ITunes read the various posts here about issues people have had. It seems that not everyone will have the SAME problems (very unpredictable results). I did not have the same problems that others had, but I did have my own set of problems.
    This version of ITunes is NOT of the normal high standard that we have come to appreciate from Apple (in fact it is more like the poor standard that people have come to expect from MicroSoft).
    Here are the problems I had after upgrading to version 7.0.1.08:
    1) All 18000 songs could not be found in the library. It took 2 hours for ITunes to determine this. The reason for this is that after the install my preferrences for my ITunes library were changed from what I had previously set to the standard c:/my documents/my music/itunes..... No previous upgrade had done this.
    2) All my streaming radio stations where deleted.
    3) During the installation process my hard drive was scanned and all music files that were NOT in my ITunes library where added to the library. I had no choice in this. This took me 8 hours to manually recover from this - and delete all those I did NOT want in my ITunes library.
    4) All 40 odd smart playlists were deleted and I had to recreate them manually.
    5) For all tunes that I had applied a "My Rating" to the "My Rating" information was deleted.
    6) During the install process it seems that my entire ITUNES library was re-organised, resulting in a large number of songs that can no longer be found and a large number that have been duplicated.
    7) Since the upgrade, ITunes does not always start successfully.
    8) Since the upgrade, my 60gb IPOD is NOT always recognised and when it is recognised, there are about 300 songs that will NOT transfer to the IPOD. There does not seem to be a reasonable explation for this at this stage.
    9 All the fields I has previously inlcuded in my display were changed and it looks like a STANDARD set of fields was applied to the various views.
    10) It has taken 2 entire days (since the upgrade) to re-organise my ITunes library (and my computer) back to the way I WANT it. After this I am still having problems with the IPOD not being recongnised and I still can't get all songs to synch.
    I have posted this as a warning to others.
    I do NOT need or WANT responses along the lines of previous posts that say that people are attacking APPLE for no vailid reason or that this is a MICROSOFT problem.
    This is just posted so that people can make an informed decission before upgrading.

    Thank you for describing the problems so well. I also have been going nuts trying to restore my Itunes Library to its original (or acceptable) condition. I have a 5th gen 30G Video with about 4250 songs on it. After downloading 7 I found that every song in my Library had been dulplicated or triplicated. Then, a day latr, when I had downloaded album art, I discovered that every other song in any album I had downloaded (from Itunes or my own cd)prior to perhaps version 5 or version 6 could not be found. Luckily, I had an generation 4 Ipod with the original Library and I was able to download that to my external harddrive. I have spending pointless, arduous hours pointing Itunes to the correct file. Its faster to re-download the CD. Of course, I can't do that for any music I had bought from Itunes directly. Its weird because the name of the song is in Itunes, just the file can't be found. And why every other file? When I go into earlier (6 and before)Itunes Libraries, the music files are missing from them. Where did they go? When I try to sync my Ipod with Itunes, it takes forever because Itunes is searching for the missing files. I have tried to ask Apple support directly but I have gotten no response. Very, very frustrating! Any headway with your problems? Lisa

  • HT203175 After upgrading to version 11.0.4.4 I get a "Itunes has stopped working" message when I try to start a movie on my PC. I have updated Quick time and previous version of Itunes worked great.

    After upgrading to version 11.0.4.4 I get a "Itunes has stopped working" message when I try to start a movie on my PC. I have updated Quick time and previous version of Itunes worked great.

    One thing is for sure, and that is if the only page i visit is the Google homepage (not logged in) or this site (mozilla forum), the problem does not occur, ever. I can't make it happen.
    If i visit yahoo.com (not logged in) (or ighome.com, logged in), as examples, it happens every time.

  • Z10 not able to call oversea after upgrade to version 10.1.0.273

    I live in Thailand and I usually make call to Malaysia using 009 service from CAT. The full number will be 0096057163xxx and I have been using 009 services for more than 10 years. After upgraded to version 10.1.0.273, I'm not able to make oversea call with 009 services. The reply is "The number you are calling is not in service", I try call with other mobile phones and everything work as per normal. I doubt the the latest version are not able to read and dial the first 2 digits "00". Please help to provide a solutions.

    Checked with BB call center Thailand and they have not received similar complain from other customer, no solutions neither. I try making oversea call with 001, 007 and 008 follow by country code, all having the same problem. Especially for 008 follow country code 60 (Malaysia), it ends up calling to China. It seems like the firmware do not recognized the 3rd digit as it read it as 'country code' instead of international call service offer by CAT Thailand. This is really PISS me off and I hope RIM can do something about it!!

  • My ipad will not stay activated after upgrading from version 7 to version 8.

    After upgrading from version 7 to version8 I cannot keep my ipad activated.  I have tried online tech support and visited an Apple store with no one able to tell me what is happening.  Some said it might be had ware problems.  Other say it might be software problems.  With vs 7 I never had the problem.. I have anolder ipad with vs 5 and do not have the problems.  any feed back from anyone.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • 3GS IPHONE AFTER UPGRADE TO VERSION 6.0 SOME COUNTRY SIM CARD NOT ACTIVATED

    why my iphone 3Gs after upgrade to version 6.0 and when i go to china slot in the local sim card it apeal "no sim card" which no problem and can be used before upgraded the software. what should i do to solve this problem.
    thanks.

    rzulfikar wrote:
    Thanks Chris for your solution.
    But just for you know that I bought Apple to get the 'after service', they should've warn the users not to upgrade to a higher OS if it can caused the phone 'dead'. Mine was totally unusable when it's just been upgraded. It stayed in the recovery mode and couldn't be restored. So I brought it to the nearest store and they did that to me, and eventually the phone is working, only it cannot detect my SIM Card...
    The problem is not about upgrading an iPhone to a newer version of iOS.  Your problem was upgrading a hacked phone, one of the well known consequences of which is re-locking and/or bricking the entire device when restoring in iTunes.  You chose to hack your phones firmware and operating system, so you must accept the consequences of going outside the bounds of normal use that Apple prescribes and supports.
    Had you not hacked it in the first place, you likely would have never had a problem, and if you had, Apple would have offered support to deal with it.  Your choice, your decision, your consequences.

  • Texts are not showing up after upgrading to version 11

    Could someone help me with why some of my texts are not show up on my Flash project? Before the upgrade, everything is fine. However, after upgrading to version 11, my texts are disappearing.
    Before (version 10.3.183.7...)
    After (version 11.0.1.152...)
    The texts in the boxes will disappear, when I hover mouse cursor over it. Those boxes with texts in them are created with an external AS file, and the texts are dynamicaly changed/put in with an external XML file. There is a mask on the boxes, show only 4 at a time.
    Demo: www.ethanslin.com/portfolioWorks/flashWorks/demo/
    You will see the changes with Flash player version 11, and everything working fine with older versions.
    I use iMacs with Snow Leopard and Lion, and this happens on all of the browsers with Flash Player version 11.01.152. I also tested on Windows 7, and it is still happening. Is this a Flash Player bug or something changed that I am not aware of? Is there a work around for this?

    This is a known issue and we have a fix for this in our next release. Thanks for posting.

  • Problems after upgrade: Leopard to Leopard no longer works

    My sister upgraded to Leopard on her iMac(c2d) to Leopard yesterday. Earlier in the day we were able to do video chats with a number of people(her machine Tiger to Fathers machine Leopard). However, since upgrading, we've experienced weird behavior for video chats. Basically in her window she won't see her image(the small one), and I don't see her at all. We've tested this out with a number of other iChat accounts and get the same results. Btw, all machines that are chatting with her are using Leopard. Also, all other forms/capabilities work: screen sharing, sharing of pictures, audio chats.
    Anyone out there have similar problems after upgrading from Tiger to Leopard? I have done the usual adjustments of bandwidth and QT settings, as well as restarts. What else should I try?
    tia,
    n

    I finally resolved this problem: I think the issues/steps would be helpful for anyone who experiences iSight off or not working problems after upgrading to Leopard(then to 10.5.1) on a intel 20" iMac :
    Problem:
    -If you have an internal iSight on an iMac and your camera works fine in Tiger
    -If you upgrade to Leopard
    -If Chat camera doesn't show your image (iSight off) even though the green light is on
    -You can see the other persons video on iChat
    -Your friends can here you and you can share screens, files, etc.....everything but have them see you
    These are the initial steps I took:
    - Deleted the pLists(or stored preferences for the Application) described at the top of this thread
    - Was told it might be slow internet connection so did various things: disconnected other computers, changed wireless to "G" only
    - Specifically Opened of ports spec'd for Leopard on router (even though I hadn't needed to do this under Tiger)
    - Tried chats with various people on various fast/slow networks
    - Restarted all aspects of the network: router, wireless access point, computer
    - Checked to see if the iSight was shown in 'System Profiler'. It was found in 'About This Mac->More Info->System Profiler->USB'
    - Clicked Video icon in iChat Buddies window(to the right of your name) and coudn't see my image
    - Opened 'PhotoBooth' and coudn't see my image(black screen)
    - Opened iMovie and couldn't capture video via the iSight(black screen)
    - Opened iChat->Preferences->Video and couldn't see my image
    - Validated that 'Camera is Enabled' in iChat->Video->Camera is Enabled
    If you are experiencing a similar problem with you built-in iSight, I would probably focus on the last 5 things that I did. What they showed me was that the iSight was just not capturing video even though it was capturing sound in 3 different applications.
    The solution to iSight Off or iSight Not Responding or No Video is......reset your computer! I had thought my sister performed this but it turns out she hadn't. Here's the link to this procedure:
    http://docs.info.apple.com/article.html?artnum=303446
    Very easy to do though: Power off computer and unplug all cables, including power cable for at least 15 seconds. Plug everything back in and power up the computer and retry clicking on the 'Video' icon next to your login name. If you see yourself then...problem is solved.
    While I eventually found posts in several other forums, it took me the better part of a week. To try this simple step. I wish I had done so straight away. Oy. I guess I learned a lot about ports, speed etc.
    I hope this helps.

  • Permission problems after upgrade to 10.5 on early Power PC G5 Tower

    Permissions problems after upgrading to 10.5 on a client power PC (early) G5 tower.
    Problems include folders that are created on XServe via this client do not allow any one else including this client to access. All other clients running 10.5, which happen to be newer Intel machines do not have this problem. Repairing permissions, updating to 10.5.1, try to manually correct permissions have all failed to repair the situation. All clients log onto the XServe with the same user/password. This client has since been downgraded back to 10.4.9 and has no issues.
    The Xserve runs 10.3.9, any help would be greatly appreciated.
    We have read through the forums regarding permission problems after upgrading and even tried some tips found here.

    You really should check things out first before speaking.
    Here are the requirements for 10.5;
    Mac OS X v10.5 Leopard requires:
    A Mac computer with an Intel, PowerPC G5, or Power PC G4 (867 MHz or faster) processor
    512 MB memory or more
    A DVD drive for installation
    9 GB of available disk space or more
    Some features require a compatible Internet service provider, fees may apply.
    Some features require Apple's MobileMe service; fees apply.
    Allan

  • Wlc 5508 inaccessible after upgrade to version 8

    dear all,
    I have a problem after upgrading wlc 5508, 
    at first after upgrade everything works fine, but while waiting for APs to rejoin, wlc suddenly inaccessible either via SSH, telnet or console
    I have restart the wlc with no luck
    LED indicator for SYS and ALR are off
    any suggestion will be highly appreciated
    thanks
    regards

    If the appliance failed in the first month after delivery, you might be able to squeeze off an RMA. 
    If the appliance failed in the first year after delivery, I don't care what is written in the "warranty", you can't do anything until you have a valid Service Contract.

Maybe you are looking for

  • How to get functionID/Name of the current page

    Hi guys, I have two EBS standard forms "Supplier Entry" and "Supplier View Only" defined as two separate functions in the menu. Depending on which function was launched by the user I have to do some extension. I found that following code can be used

  • Mail messages not what they appear to be

    Occasionally inbox message will show a sender and current date but when I view the message it is an old, deleted message from a different sender. If I go to webmail the correct, current message is viewable.

  • Cpx error in struts-bc4j application

    First of all, sorry about my english. I have a problem with a nom existing cpx file call "Modelo.cpx", the same name of the one of my proyects which have the bussiness components and java sources. The other proyect have all of the struts files like "

  • Copying movie files into a presentation

    Hi. I have a keynote presentation which includes lots of pictures. When I saved my presentation, I saved it with the option to copy the image files into my presentation document. However, I would like to copy some movie files into the presentation as

  • ITunes becomes unresponsive when syncing !!  HELP??

    Ive posted this problem several times over the passed few months or so and I have never gottan a response.  So Im gonna try one more time LOL ! Upon connecting my iPod Touch 4 and sync it with iTunes, it starts off fine then freezes and iTunes become