Nokia 6680 V 5.04.07 portuguese language

Hi there!
I have updated to the last firmware version available for Nokia 6680 (5.04.07) and i live in Portugal, but the portuguese language is not available! I have updated second time because i noticed that some users had that issue with another phones but i only have English, French and Dutch as available languages in the new firmware.
Here is my phone info:
V 5.04.07
RM-36
Nokia 6680
Code: 0520999
Can someone help?
Thanks in advance
Necroman

13-Jun-200701:20 PM
man2007 wrote:
the final firmware for nokia 6680 is 5.04.40
I know but my phone can update to 5.04.07 because there are 2 is different..
go to this web
http://www.nokia.com/A4305060
and paste
this is my product code
0521638

Similar Messages

  • Nokia 6680 Spanish language lost

    I own a Nokia 6680 with product code 0521642 brought in Spain. Today I updated it with NSU (never had updated it before) and it has rebooted with english language. It doesn't give me the option to change it, only English, German and Turkish are available as languages. What should I do?

    Your 6680 was not a Spanish version originally, the update restored the original languages.
    If you take it to a local service centre and explain situation they can advise you further.
    First use the search to see if your question has already been answered...
    Secondly I will not knowingly assist in breaking the forum rules.
    My information is always changing, what I post at the time is usually true.

  • N79 need portuguese language

    Hi!
    My aunt brought me from France a wonderful Nokia N79, but it don't have the portuguese language =(
    How can I add Portuguese language to my new mobile?
    My aunt already went to a Nokia Store but they leave the receipt at France (and she don't have sure that she know where it is..)
    What can I do?
    Thnks in advance

    Well, only a Care point will be able to install a language pack which contains your language.
    I'm not sure how this works when you've bought it in another country. - Call a care point and hear if they can do it and if it will cost you a small fee.
    You can find your nearest care point here: http://europe.nokia.com/support/repair-and-recycle/repair/care-points
    Or you can contact nokia by clicking the contact us link.

  • Portuguese Language on 3250

    What can i do to install the portuguese language on nokia 3250? Thanks

    Are you talking about spell check?  If so, MS stuff has its own settings for that.  Best look in the Word help and search/ask in the forum devoted solely to problems with that app:
    http://answers.microsoft.com/en-us/mac/forum/macword

  • I would like to know how do I install the brazilian keyboard into macbook air, keyboard with accents (Portuguese Language), I tried so many times how to put into it (Macbook Air). So, thanks for now! I'm waiting for it.

    I would like to know how do I install the brazilian keyboard into macbook air, keyboard with accents (Portuguese Language), I tried so many times how to put into it (Macbook Air). So, thanks for now! I'm waiting for it.

    After you go to system preferences/keyboard/input sources as suggested by sberman, click on the + button and scroll down to Portuguese and select that.  Over at the right you will see the choices Brazilian, Brazilian abnt, Portuguese.  You might want to add all three to see which you like best.
    The "Brazilian" layout is pretty useless.  It is identical to the US layout and the only way to make accents is via the option key shortcuts:  option + n, then o gives you õ.
    The Brazilian abnt and Portuguese layouts have dead keys for adding accents over at the right edge of the keyboard.  But these may not match what is printed on your keys.
    You may prefer to stay with the US layout.  On that you can get accented letters by just holding down the base letter and selecting what you want from the popup menu that appears.  Or you can use the option key shortcuts.
    Another option is the layout called US International PC, which has accent deadkeys on ~, ', etc.
    Which ever layout you want to use, you must select it in the "flag" menu at the top right of the screen.
    To see which key does what for any layout, use the Keyboard Viewer:
    http://support.apple.com/kb/PH13746

  • Capture picture with nokia 6680

    I'm developing an application for Nokia 6680, and need to access the videoplayer through my gui so I can capture a picture and send it to a webserver.
    I'm having trouble initializing the player. It throws a MediaException with Symbian OS error -5, "the operation requested is not supported".
    It works just fine in WTK 2.2 and with SE K700.
    I've also checked the supports.video.capture system-property, and it returns true.
    Here's the code:
    class CameraForm extends Form implements CommandListener {
      private final MyMIDlet midlet;
      private final Command exitCommand;
      private Command captureCommand = null;
      private Player player;
      private VideoControl videoControl;
      private boolean active=false;
      private StringItem messageItem;
       public CameraForm(MyMIDlet midlet){
          super("Camera");
          this.midlet=midlet;
          messageItem = new StringItem("Message","start");
          append(messageItem);
          exitCommand=new Command("Exit",Command.EXIT,1);
          addCommand(exitCommand);
          setCommandListener(this);
          //initialize camera
          try {
             player = Manager.createPlayer("capture://video");
             player.realize();
             //Grab the videoControl and set it to the current display
             videoControl=(VideoControl)(player.getControl("VideoControl"));
             if(videoControl != null){
                 append((Item)(videoControl.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE,null)));
            captureCommand = new Command("Capture",Command.SCREEN,1);
            addCommand(captureCommand);
            messageItem.setText("OK");
        }  else{
            messageItem.setText("No video control");
    } catch(IOException ioe){
          messageItem.setText("IOException:"+ioe.getMessage());
    } catch(MediaException me){
          messageItem.setText("MediaException cameraForm(): "+me.getMessage());
    } catch(SecurityException se){
          messageItem.setText("Securityexception:"+se.getMessage());
    }Thanks!

    Peter,
    Sorry for the late reply, have been really busy the past weeks.
    Yesterday I got another Nokia 6680 on which my MIDlet wouldn't run. Got the MediaException -5 (meaning "Not Supported") again.
    I tried the code *#7370# to hard reset the phone (see Step 1 below), with no success. But I did manage to get it working (after continuing with the procedure below).
    The following explains the steps I followed:
    NOTE: Backup all data on your phone before continuing as all will be lost!
    Step 1:
    a.) Enter the code *#7370#
    b.) Answer [Yes] to the following prompt: "Restore all original phone settings? Phone will restart."
    c.) Enter the security code when the phone prompts for it. (Default: 12345)
    d.) The phone will now restart.
    e.) Once restarted, all data will have been erased and the phone will ask you for some settings.
    Step 2: This is a bit tricky...
    a.) Turn off the phone.
    b.) Press and hold the following keys: [Answer] + [*] + [3]
    [Answer] = Answer key (green phone)
    [*] = Star key
    [3] = Numeric 3 key
    c.) While holding the above keys, press the [Power] button to switch on the phone.
    d.) Once again all data will have been erased and the phone will ask you for some settings.
    Step 3:
    Follow Step 1 again.
    Install your application after each step and test to see if it isn't maybe working. My MIDlet only started working after completing Step 3. I am not sure if Step 1 is actually necessary, but I have listed it as this is the path I did folow.
    That is it, hope this works for you.

  • Urgent Advice Nokia 6680

    Hi. I need a big help. I own a Nokia 6680 that has lasted me for five years until yesterday. I usually maintain a four digit numeric password to access my cell whenever it is turned on. The digits are 2300. Once the password is entered then I will be have full access to use all the functions of the cell. Now the problem is that, the key pad number for Number 2 is not working! All other key pads are working. I took it to the local Nokia Care showroom where they say the problem is not the keypad but the board itself. I think they said the mother board is no longer working. However, if the motherboard is not working, then none of the keypads should work. Everything is working except for keypad Number 2. The Nokia Care persons tried replacing the keypad but still nothing worked. I am happy the 6680 has lasted me all these years, but the problem now is that I have more than 600 contact details on the phone memory that I am not able to access. Is there a WAY to break the password? Any software or device? Once the password is broken, then I can access the cell. Every few months I backup the phone memory details on the memory card but without accessing it on this cell, I am not able to retrieve it. That is the miserable part. I was told there is a software known as Noki Crack. Does this work? Or is there a simpler way? Please advice. Thank you.

    Okey, I understand. Only a Nokia care point can fixe this for you as this is related to hw issue with your keyboard.
    You can find your nearest Nokia care point here: http://europe.nokia.com/support/repair-and-recycle/repair/care-points

  • Nokia 6680 Standby Mode Problem

    I cant change my Nokia 6680 Standby Mode. Its disapeard. When I go to Setting and then Standby Mode, I cant see Activate Standby Mode there anymore. Ive formated phone memroy but still I cant...Anybody has any information about this problem?

    15-Mar-2008 07:57 AM
    clairelouise73 wrote:
    Hi. I've recently been given a Nokia 6680 which I've had unlocked and started using. I've found that when I plug my charger in the phone indicates it is charging but once I pull the charger out (after various periods of time) it shows up as low battery. I have tried 2 different chargers and 2 different batteries. I am currently using an old nokia phone to charge up a battery to put in the 6680 every day. Help? Am I doing something wrong??
    Prior to it being unlocked it charged up no problem.
    If you have a new phone you need to keep it on charge for 16 hours. Once the battery is fully charged the charge indicator stops moving which would tell you that the battery is full.
    If my post has helped you please click the white star on the right

  • Nokia 6680 - switch message from off?

    Hi,
    I would like to send anonymous text messages with my 3G contract nokia 6680. Is this possible?
    Please advise.
    Thanks in advance.
    Nagsy

    don't think its possible to send texts without your number coming up!!

  • Nokia 6680. . Help pls.

    Hello, i have my Nokia 6680. I've been searching my manual and different sites for me to know how can I modify my screen saver on my phone. Pls help me..

    Hi sam_0317
    You could try Psiloc screensaver available from:
    http://shop.psiloc.com/en/Application,65552,Psiloc+Screen+Saver
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Nokia 6680 maximal MMC size

    Hello
    I want ask, what is maximal size of RS-DV-MMC cards that can be used in Nokia 6680. I was looking for it on web, but I didn't find it. I want buy 4GB card but I am not sure it will work properly, post, please, what card do you use and what biggest you tried (remember that card can work properly for example up to 2GB and when you reach this point it may crash etc.).
    Thank you

    It IS possible to change the font on a nokia 6680!
    Just install a new font of a bigger size. More info can be found on : http://www.symbian-freak.com/tunning/fontquide/fonts.htm
    CheersMessage Edited by z500 on 22-Nov-2005
    07:12 PM

  • By publishing page in iweb how do I get the accents to appear correctly in the Portuguese language?

    By publishing page in iweb how do I get the accents to appear correctly in the Portuguese language?

    Your server is telling all browsers that the page is encoded as Latin-1.  Instead it must tell them it is UTF-8.  Ask them to fix this for your account.

  • Nokia 6680 unable to send texts

    I've had a Nokia 6680 for about 7/8 months now. In that time its every so often decided its memory is full (when it isnt) and be unable to send texts. This was normally fixed by turning it off and on. About a week ago this stopped fixing the problem. Over the next few days I had to put up with not being able to send any texts. 3 days ago I hard reset it a few times and it fixed the problem. However the problem has returned again. I really dont want to have to hard reset my phone every few days since thats a bit annoying.
    Has anyone come accross this before? (Phone memory is 66% free, RAM is 99% free and MEmCard is 40% free).

    Very odd, don't really know what to suggest about that one!
    Try entering the number as 0044 instead of +44.
    If you have delivery reports enabled, try disabling them or vice versa.
    Make sure "Reply via same centre" is set to "no" in the messaging options.
    Can't really thing of much else to try! My guess is that it's an odd network fault that is blocking it.

  • Nokia 6680 new firmware?

    Hi guys,
    Did Nokia realese new firmware for Nokia 6680?:
    v5.04.40
    20-11-06
    RM-36
    I was just checking for the new firmware for Nokia 6680,
    via Nokia Software Updater. And I was surprise to find there are
    new updates. Then I upgrade my 6680 from v5.04.07 to v5.04.40.
    After upgrade, I notice that there are some difficulties in making & receiving calls, and sending SMS. I'm staying in Malaysia and using Celcom 3G. I refer the provider on this matter, and they said their network is ok.
    Could it be the upgrades?
    What are the changelog for v5.04.40

    Yeah, that's what I thought. An upgrade is suppose to improve the use. Unless, the new firmware has a tiny bug, or it's an unofficial release. I looked up in the Internet, so far, no info about the new firmware.
    Can Nokia release an unofficial firmware?
    Thanks for the help.
    Firdaus
    xxxxxxx

  • Crystal Report Portuguese language support

    Hi I am using Crystal Reports 10 with IIS Server. I wish to display some of the reports in Portuguese language. How can I configure Crystal Reports to display data in Portuguese ? I guess I will need to download a language pack for this but will it allow word-by-word conversion from English to Portuguese ? Grammatically correct sentences are not currently my concern. Any inputs will be greatly appreciated.

    Hello,
    Need more info. Crystal reports by itself does not use IIS. Are you using CR Enterprise 10 or did you develop an application using CR 10 runtime?
    I don't believe CR or CE 10 supported or had a language pack for Portuguese. CR 2008 and BOE 3.1 now does though.
    Also, CR/CE 10 had all of the language packs included so it you don't see it it wasn't something you could download.
    Thank you
    Don

Maybe you are looking for

  • Adobe Muse.exe has encountered a problem and needs to close.

    I get this message when trying to open  muse. It happened after an upgrade. "Adobe Muse.exe has encountered a problem and needs to close.  We are sorry for the inconvenience." Is there anything I can do?

  • My iPhone 5 won't receive or make calls. Is there a way of unbarring it?

    MY iPhone 5 won't make or receive calls, is there a way that I can check to see whether my phone is blocked?

  • Text missing from vertical view- Ibooks Author product

    I made a book in ibooks author.  In the horizontal view, it looks perfect.  In the vertical view, large chunks of text are missing from the book semi at-random.   If I attempt to insert the missing chunks of text into the vertical view, then when I s

  • Songs of right file type won't work!

    It's mostly with the songs I rip from CDs, even after I change them to an MP3 format. Sometimes it happens with songs I download (from Limewire) too. It's not that they won't go from iTunes to my iPod, they won't even go on iTunes at all. When I trie

  • Process order release - user exit ?

    Hi experts, I need to build an interface where all the released (and all the updated)process orders need to be transfered from SAP to a warehouse system thru XI. I have identified an IDoc(LOIPRO01) which fullfill my needs but didn't find yet where to