N70 hangs during "Updating" Multimedia Messages

I am running WindowsXPsp2, using PC Suite 6.84 on a Toshiba TECRA laptop. I am connecting to a N70 m/phone using a USB cable.
Problem:
When I click on the "Contacts" or "Messages" icon within PC Suite a new "Updating" window opens that shows the progress of synchronisation between phone and laptop but hangs (locks-up) during the sync of Multimedia Messages.

Yes :-).
The problem is fixed by removing the "MMS Sync" applic from the phone. I can now upload SMS messages from my phone to my Laptop.
FYI. I re-installed "MMS Sync" applic on the phone and the problem re-appeared. It would appear there is a problem with the "MMS Sync" applic..??
thanks for your help.

Similar Messages

  • IPod recognized, but hangs during update

    So my iPod will show up in Finder and in iTunes, and automatic updating will begin. However, at random times during the update, sometimes 4 songs in, sometimes 65, the whole process will just hang. iTunes status screen gets stuck on flashing between "Updating iPod..." and Song 65 of 2054 and just flash between those two over and over.
    Meanwhile, the iPod screen itself is also stuck and no longer flashing "Do Not Disconnect" -- it's a steady screen with none of the normal flashing.
    Tried resetting, doesn't do anything.
    Tried restoring, and it hangs after Authenticate asks me for my password to Restore the iPod.
    I wind up having to just force disconnect and force quit everything and restart.
    Anybody else have this problem? Thanks for any help you can give.
    Oh btw, OS 10.3.9, iTunes 4.9, iBook G4.

    I am having the same issue where it hangs during update -- seems to always happen around the 1800th song. Here's more specifics:
    -I've got 7000 songs in my Library
    -my iTunes Music folder is located on an external FireWire HD
    My Mac has no problems mounting the iPod. No problems restoring with iPod Updater. No problems with erasing using Disk Utility.
    I have tried the following:
    1. Resetting and then restoring via iPod Updater.
    2. Erasing/reformatting via Disk Utility, including zeroing out all data, and then restoring via iPod Updater.
    3. Resetting into Disk Mode.
    4. Manually updating songs.
    5. Automatcially updating songs.
    Nothing works. I have been troubleshooting this for about 8 hours now with no luck. No matter what I do differently, it always hangs around song 1800. I even tried uninstalling/reinstalling iTunes -- and I have tried this with several different user accounts and on different partitions I have set up.
    When it "hangs," the iPod itself just makes a the "clicking" sound of a HD. I'm wondering if the HD is just bad -- but it came up with no errors when checking with Disk Utility.
    Any more suggestions?
    Johnny

  • Sessions/connections gets hang during update and select operations.

    A table with 3 million records, which has customer details data.
    Everyday application is executing select and update queries on that table.
    Sessions/connections gets hang during update and select operations.
    After checking ADDM report, following are the findings:
    Please suggest the solutions
    Findings and Recommendations
    Finding 1: Row Lock Waits
    Impact is 145.22 active sessions, 99.77% of total activity.
    SQL statements were found waiting for row lock waits.
    Recommendation 1: Application Analysis
    Estimated benefit is 145.22 active sessions, 99.77% of total activity.
    Action
    Significant row contention was detected in the TABLE
    "AVAYA.AIRTEL_CUSTOMER_MASTER" with object ID 82155. Trace the cause of
    row contention in the application logic using the given blocked SQL.
    Related Object
    Database object with ID 82155.
    Rationale
    The SQL statement with SQL_ID "974vg65j29pmv" was blocked on row locks.
    Related Object
    SQL statement with SQL_ID 974vg65j29pmv.
    UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
    WHERE ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
    Rationale
    The session with ID 50 and serial number 34525 in instance number 1 was
    the blocking session responsible for 100% of this recommendation's
    benefit.
    Symptoms That Led to the Finding:
    Wait class "Application" was consuming significant database time.
    Impact is 145.22 active sessions, 99.77% of total activity.
    Finding 2: Top SQL Statements
    Impact is 46.39 active sessions, 31.87% of total activity.
    SQL statements consuming significant database time were found. These
    statements offer a good opportunity for performance improvement.
    Recommendation 1: SQL Tuning
    Estimated benefit is 46.39 active sessions, 31.87% of total activity.
    Action
    Investigate the UPDATE statement with SQL_ID "974vg65j29pmv" for
    possible performance improvements. You can supplement the information
    given here with an ASH report for this SQL_ID.
    Related Object
    SQL statement with SQL_ID 974vg65j29pmv.
    UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
    WHERE ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
    Rationale
    The SQL spent only 0% of its database time on CPU, I/O and Cluster
    waits. Therefore, the SQL Tuning Advisor is not applicable in this case.
    Look at performance data for the SQL to find potential improvements.
    Rationale
    Database time for this SQL was divided as follows: 100% for SQL
    execution, 0% for parsing, 0% for PL/SQL execution and 0% for Java
    execution.
    Rationale
    SQL statement with SQL_ID "974vg65j29pmv" was executed 212 times and had
    an average elapsed time of 2494 seconds.
    Rationale
    Waiting for event "enq: TX - row lock contention" in wait class
    "Application" accounted for 100% of the database time spent in
    processing the SQL statement with SQL_ID "974vg65j29pmv".

    **addm report **
              ADDM Report for Task 'TASK_7526'
    Analysis Period
    AWR snapshot range from 5003 to 5004.
    Time period starts at 08-JUL-13 11.00.27 AM
    Time period ends at 08-JUL-13 12.00.45 PM
    Analysis Target
    Database 'AVAYADB' with DB ID 2878789264.
    Database version 11.2.0.1.0.
    ADDM performed an analysis of instance avayadb, numbered 1 and hosted at
    NG-LA04AVAYA01.
    Activity During the Analysis Period
    Total database time was 563062 seconds.
    The average number of active sessions was 155.63.
    Summary of Findings
       Description         Active Sessions      Recommendations
                           Percent of Activity
    1  Row Lock Waits      155.44 | 99.88       1
    2  Top SQL Statements  26.67 | 17.14        1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Findings and Recommendations
    Finding 1: Row Lock Waits
    Impact is 155.4 active sessions, 99.88% of total activity.
    SQL statements were found waiting for row lock waits.
       Recommendation 1: Application Analysis
       Estimated benefit is 155.44 active sessions, 99.88% of total activity.
       Action
          Significant row contention was detected in the TABLE
          "AVAYA.AIRTEL_CUSTOMER_MASTER" with object ID 82155. Trace the cause of
          row contention in the application logic using the given blocked SQL.
          Related Object
             Database object with ID 82155.
       Rationale
          The SQL statement with SQL_ID "974vg65j29pmv" was blocked on row locks.
          Related Object
             SQL statement with SQL_ID 974vg65j29pmv.
             UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
             WHERE  ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
       Rationale
          The session with ID 167 and serial number 6084 in instance number 1 was
          the blocking session responsible for 100% of this recommendation's
          benefit.
       Symptoms That Led to the Finding:
          Wait class "Application" was consuming significant database time.
          Impact is 155.45 active sessions, 99.88% of total activity.
    Finding 2: Top SQL Statements
    Impact is 26.66 active sessions, 17.14% of total activity.
    SQL statements consuming significant database time were found. These
    statements offer a good opportunity for performance improvement.
       Recommendation 1: SQL Tuning
       Estimated benefit is 26.67 active sessions, 17.14% of total activity.
       Action
          Investigate the UPDATE statement with SQL_ID "974vg65j29pmv" for
          possible performance improvements. You can supplement the information
          given here with an ASH report for this SQL_ID.
          Related Object
             SQL statement with SQL_ID 974vg65j29pmv.
             UPDATE AVAYA.AIRTEL_CUSTOMER_MASTER SET PREFERRED_LANGUAGE = :1
             WHERE  ( AIRTEL_CUSTOMER_MASTER.MSISDN = :2 )
       Rationale
          The SQL spent only 0% of its database time on CPU, I/O and Cluster
          waits. Therefore, the SQL Tuning Advisor is not applicable in this case.
          Look at performance data for the SQL to find potential improvements.
       Rationale
          Database time for this SQL was divided as follows: 100% for SQL
          execution, 0% for parsing, 0% for PL/SQL execution and 0% for Java
          execution.
       Rationale
          SQL statement with SQL_ID "974vg65j29pmv" was executed 707 times and had
          an average elapsed time of 794 seconds.
       Rationale
          Waiting for event "enq: TX - row lock contention" in wait class
          "Application" accounted for 100% of the database time spent in
          processing the SQL statement with SQL_ID "974vg65j29pmv".
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Additional Information
    Miscellaneous Information
    Wait class "Commit" was not consuming significant database time.
    Wait class "Concurrency" was not consuming significant database time.
    Wait class "Configuration" was not consuming significant database time.
    Wait class "Network" was not consuming significant database time.
    Wait class "User I/O" was not consuming significant database time.
    Session connect and disconnect calls were not consuming significant database
    time.
    Hard parsing of SQL statements was not consuming significant database time.

  • My IPhone 4S is hanged during updating IOS 6 to IOS 8, PHONE was connected WIFI and under charging with computor. Kindly help, it is not switching off, not restarting

    My IPhone 4S is hanged during updating IOS 6 to IOS 8, PHONE was connected WIFI and under charging with computor. Kindly help, it is not switching off, not restarting

    Hi HARISH INDIA,
    That is not good but lets see if we can get it back to life. If you can, see if you can put your iPhone into recovery mode and then use iTunes to restore it. If you can get it to restore, it will erase everything off your iPhone. If you have a back up in iTunes or iCloud then you can put that on after the restore is complete. Take a look at the article below for more information. 
    If you can't update or restore your iPhone, iPad, or iPod touch
    http://support.apple.com/en-us/HT201263
    Take it easy,
    -Norm G. 

  • IPod/iTunes 6 hangs during updating

    I've just spent most of a weekend trying to figure out why a 40GB click-wheel iPod will not sync with iTunes. I'm at a bit of a loss here. I know there are several (long) posts on update issues - perhaps this is just another case. Here's the low-down:
    Gear:
    * iPod 40GB 'click-wheel' model, 3.1 firmware (2005-09-23 update), firewire interconnect direct to iMac (no dock)
    * iMac G4 1GHz, OS X 10.3.9, iTunes 6.0.1, about 1600 songs
    Symptom:
    iPod appears on the desktop and can browse folders. iTunes starts. Hangs during iTunes update on a random song. Usually <20 into the list - but sometimes anything up to song 1000. Flashing 'do not disconnect' symbol freezes on iPod LCD, iMac hangs (Activity Monitor indicates a >90% cpu load on iTunes process, generally requires a 'hard' restart to recover the iMac - even after force-quitting the iTunes process).
    Tried:
    * Reset iPod
    * Restore iPod with 3.1
    * Restore iPod with 3.0.2 (2005-06-26)
    * iPod into disk mode and restore
    * iPod disk verify and erase using OS X Disk Utility, restore firmware
    * New firewire cable
    * iPod into diagnostics mode - run most tests including HDD scan (all pass)
    * iMac disk permissions verify/fix
    * Delete iTunes preferences and restart - library rebuilds
    * Copy music to a new location, delete all iTunes data, now start afresh and
    use add to library to rebuild library
    * Removed songs and entire albums that sync freezes on (just freezes on
    another song)
    * Checked out iMac firewire ports with iSight
    * Discussed with Apple Tech guy at Genius bar, agreed pretty much all steps
    had been covered. iPod exchanged believing something like iPod connector
    to be the issue. No difference.
    So I'm pretty much convinced at this stage the issue lies with the iMac software. iPod and cable have been thoroughly investigated and changed out. iMac firewire ports work with iSight.
    I've seen some posts suggesting deleting and restrong from the 10.3.9 update the iPod driver (iPodDriver.kext). This seems pretty drastic! I'm hesitant to go get a Tiger upgrade - this should work with 10.3.9.
    Apologies for the long post - but I'd be interested to hear views at this point.
    Thanks
    40GB click-wheel   Mac OS X (10.3.9)   iTunes 6.0.1

    Hey, you the man. I just want to say thank you. I hooked up a just repaired touch wheel iPod to my son's g4 iMAC, and it kept hanging on random songs and even the one's it transferred, it did slowly. I tried everything everyone else has, I did restores and erases forever. And it kept hanging up, so I had to frequently disconnect the iPod to get control back of the computer. This morning I was on the phone with Apple tech for over an hour. His conclusion was that because some of the songs weren't purchased from the Apple Store, I needed to manually transfer each song one at a time. I had to go, so didn't get to try it until later today and same problem. Again I called Apple tech support. Guy was very nice, on phone with him for 90 minutes, he didn't think the first advice made much sense. He gave up in frustration when we couldn't get into the disk utility because iPod kept going to automatic update. He told me to call back tomorrow and speak to a specialist. He said he's never had this much difficulty with an iPod. After the call, I managed to get into the disk utillity and do the erase and repair but didn't do anything. When I finally deactivated the auto update, manually transferring the songs one at a time didn't solve the problem. I read your post, started up after disconnecting the iSight firewire cable, took a chance of activating auto update of songs again, and voila, it transferred all the songs (all 176 of them) in about 10 seconds, like a warm knife through butter. And as they said on Saturday Night Live, it felt "like butter." I will call Apple tomorrow and tell them they really need to do something about this. In the meantime, I'll keep iSight disconnected whenever songs are being transferred into the iPod.
    Again, your advice is much appreciated. Thank you for the post.
    Steve
      Mac OS X (10.4.3)  
      Mac OS 9.2.x  

  • V570 hangs during boot up - message "please wait"

    I just got a new V570 Lenovo IdeaPad laptop on Sunday. It was working fine until Monday. I tried to start it up and it paused at the Please Wait screen. I didn't know what to do so I held the power button until it shut down. I then left it for a bit and it started up fine. Now, this has happened again and I am guessing it is not good. How can I fix it?
    Solved!
    Go to Solution.

    UPDATE - OFFICIAL LENOVO SOLUTION
    Please follow the link above to the Lenovo support site - this tip covers a software hang condition / please wait message caused by an interaction with the fingerprint reader and veriface software which may develop under certain conditions on V470/V570 and B470/B570 systems.
    who knows - you may have fixed it (DMB stack in CMOS).  edit: removed suggestion about safe start since it didn't work..
    The removing the battery and the power cord is similar to what we had to do with desktop mobos - unplug it , wait 10 seconds, press power-on a few times to bleed the power off the PSU, and then plug it in and start up - it takes power off the BIOS and causes it to re-create the DMB stack the next time you boot.  DMB = info about each device .
    I also advise you to get current with MS updates (not necessarily all the optional ones!).
    IdeaPad V570-1066A9U, Built 5-22-2011, BIOS 44CN36WW(2011-08-04)
    Win7 Pro x64 clean install. Sammy 840 Pro 128GB SSD. Fast! Used nice hardware manual to re-grease CPU and remove tiny bit of lint.

  • IPhone5 hangs during updating process of apps.

    when updating apps, my iphone5 hangs for about 10 minutes and resets itself.
    Nothing i can do, not even a soft reset, as it's going to do it anyway!
    often, it continues the updates where it left off (or even starts again), and does the same thing up to 5 times until the app(s) update.
    It's infuriating and is killing my battery and my life! LoL
    any ideas?
    cheers.
    Mitchum.

    It would appear the iOS' multitasking capabilities leave much to be desired. Try with one at a time instead of the Update All button.
    Or better yet, do it in the computer-based iTunes setup you have your phone associated with. On a real kosher OS such as Mac OS X or Windows, multitasking works for real and all your apps get updated by iTunes pronto. Then just sync the phone with it and you're golden. Side benefit: you won't get the awful "updated on mm/dd/yy" list of all the apps from the past.

  • IBook G4 hangs during update downloads and Update installs

    I have an older iBook G4 (model A1133), and it works great. However, I just reinstalled OS 10.5, and while doing the software updates the download will sometimes "hang" and not complete. However, I can cancel that partcular update process, and then go right back and restart the software update process and the download may complete perfectly. I'm at a loss as to why.
    It doesn't appear to be my network connection as my PC downloads just fine. Additionally, I've also had the software update download complete normally, but when it begins the installation process, it will begin the install, but will hang and not complete. When that occurs it generally gets to the "writing the installer script" portion of the install, and will hang up and not complete the install. Again, if I quit and then restart the update process it may comlete everything on the second or third attempt. Does anyone know what may be causing this? Thanks in advance.

    I find that it is better to download a major system combo update than rely on the software update function. You could get the 10.5.8 combo updater and apply it as outlined in these articles.
    http://pondini.org/OSX/Combo.html
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    http://apple.stackexchange.com/questions/80657/what-is-a-combo-update-and-how-is -it-different-than-the-regular-update
    http://www.thexlab.com/faqs/macosxupdates.html

  • My Apple TV is hanging during update, what should I do?

    I started updating my AppleTV but it is stuck after a third of the way through the first part. Internet signal is strong and working fine with other devices.
    Screen advises do not turn off device. What now???

    Thank you, just as I started getting the cables orgainzed the screen informed me to restart the unit. Looks like it will worj this time.

  • Mail hang during large message download

    I've noticed several times when I get emails that either exceed the auto download size threshold, or have large attachments on them that Mail will 'hang' during the download. I can exit out of the message but it's still spinning away and won't get any more email from the server.
    I'm using a Pop email account. The only fix I've found is to "magic power cycle" the mail app using the sleep button / home key hold down. Once mail starts after this the message will fully download. It's been happening for a while, but I wanted to be sure it wasn't a fluke.
    Anyone else run across this & find an easier workaround?
    Thanks,
    Dave

    I have been having no end of problems with email since upgrading to 10.5 about a month ago.
    Generally, after some time, various activities hang around in the Activity window (such as "evaluating message n of m") and prevent normal email updates and quitting. Neither Apple support nor the local Apple Genius were able to assist. Even reinstalling the OS (10.5.2, 10.5.3, or 10.5.4) and rebuilding the user account manually did not work. I tried running "Sample Process" in Activity Monitor on Mail.app and noticed a lot of "semaphorewait_signaltrap"s that seemed to be related to AddressBook. This led me to the following process which has (at least for now) fixed my problem:
    1. Quit (or Force Quit) Mail.
    2. In Address Book, use File>Export>Address Book Archive... to dump the contents of the address book.
    3. Quit Address Book
    4. Rename your ~/Library/Application Support/Address Book folder to something else (in case you want to restore it later)
    5. Start Address Book
    6. Use File>Import>Address Book Archive... to restore the contents of the address book
    It may be voodoo, but it worked for me.

  • PLEASE HELP ! While updating My Xperia Z1 , my pc hanged during the process and .

    While updating My Xperia Z1 , my pc hanged during the process ( so , installation of update was interrupted , guess it's same as getting your USB connection disconnected )and now the phone won't turn on .
    Its shows the Sony Xperia logo , then shows a black lit screen , and that's it , nothing else happens . I can only turn it off by pressing and holding the power+up volume button , but it turns on automatically if plugged in for charging or in PC only till it gets that black screen .
    I tried to flash it with a flashtool (Emma) , but it says phone locked , but since it can't even be turned on , i can't unlock it .
    It's a store bought phone and is not of any contracts with any mobile service provider or anything like that ....
    Funny you know ... my PC had to crash at the moment i was updating it .... my luck ....
    Anyways , now please can anyone tell me what i can do ? I'm sure there is a way i can fix it using my pc and other downloadable software , so please can some one help me how i can fix this problem ? I don't care if i lose all the data on it , i just want my phone back ....
    Solved!
    Go to Solution.

    Problem Solved ,Thank you  very much !! 
    For those who might face the problem and stumble upon this thread after googling  
    Read above mentioned comments 
    Now here's what I did :
    Turned the phone off by power+volume key method , then plugged it in to the pc via USB and opened sony pc companion , entered Support zone , then entered the Update device option , then I Unplugged my device , only after doing this a window pops up with  Repair my phone/tablet in blue text , then i clicked on that and followed the simple instructions ..
    It's basically what Thommo said , only i was so freaked out at that time that i failed to follow his instructions to the letter  
    So now my phone is back to normal , and , it got the latest lolipop update !
    Problem solved i guess  but Thommo , i need to disturb you again with  just one more  question ,  since at the very beginning , the update process was interrupted , and now i got lolipop after  the repair ,without needing to update again ,  so has the lollipop been installed properly on my phone or do i need to use any other flashtool to re-install lollipop ? 
    again , Thank you ... 

  • Hang on I Tunes screen during update IOS 8

    My Iphone 5 hang on connect Itunes screen during update IOS 8 for more than 3 hours, please assist.

    Hi Ann1_86,
    If you are having issues with the iOS 8 update getting a "Connect to iTunes" screen on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you can't update or restore your iPhone, iPad, or iPod touch
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Multimedia messaging for N70

    I just need a simple guideline about the specifications on sending multimedia messages via MMS on the Nokia N70.
    For example the type of image file and size that can be sent along with the type of sound file and the size. I can get the picture onto the message but not the sound file (so what's the criteria for sound files). Thank you in advance.

    MP3 and AMR files are supported for audio, jpg and gif files are supported for pictures. Some other format may be supported.
    The main limitation of MMS is size. Most networks have a size limit of 300kb's in total (some networks only allow 100kb's) so you can only send short sound clips, very short video clips and the picture may need to be scaled down.

  • HT204407 I updated to the latest IOS (5.1.1) today and since then Find my friends hang at "signing in" hangs during signing in. I can't back up & start over, every time I open the app, it's hanging there. Can I clear this without losing everything?

    I updated to the latest IOS (5.1.1) today and since then Find my friends hang at "signing in" hangs during signing in. I can't back up & start over, every time I open the app, it's hanging there. Can I clear this without losing everything, including the friends that have already accepted me?

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • Partial update occassionally hangs during wget - admin-op-update

    Since we upgraded our ITL and MDEX Windows servers to 2008 R2 Enterprise, once in a while our Partial updates will hang during the wget admin-op-update process. When this happens, the lock is not released and the next Partial update fails to start because of the lock. Each time, I have to release the lock, and then everything is fine until it happens again (about once a week, different times).
    We are on MDEX version 6.1.3.
    I don't see any errors in the logs; the partialupdate.out file shows the line:
    Starting shell utility 'wget_-http-127-0-0-1-17000-admin-op-update-,
    then the next line is the start of the next partial update:
    Loading beanshell.imports .......
    which finally ends in :
    Dec 22, 2012 1:30:08 PM sun.reflect.NativeMethodAccessorImpl invoke0
    INFO: Starting partial update script.
    Dec 22, 2012 1:30:08 PM sun.reflect.NativeMethodAccessorImpl invoke0
    WARNING: Failed to obtain lock.
    Any ideas as to why this is happening?
    Thanks

    Wget does not get shipped with platform services any more.
    Copy the Wget utility to platformservices/6.2.x/bin.

Maybe you are looking for