Nokia N73 ME issue - wrong behaviour

Hi!
I have a Nokia N73 Music Edition and I was a satisfied user but now I'm having problems with it.
After a while using the phone (i haven't been able to identify the exact reason) some keys loose their functionality and start doing other things, for example:
 - the key "2", when pressed, is like pressing the key "7";
 - pressing "left" on the joystick is like pressing the media player key.
This issue was temporarily solved by three operations:
 a. shuting down the phone, removing the battery and waiting a few minutes.
 b. hard reseting the phone.
 c. updating the phone software (via Nokia PC Suite).
None of those three solutions solves the problem completely as it returns after a few usage (half-day or 1 day). Besides, none of the solutions is practical enough to be done frequently.
So, i was wondering, can anyone help me out?
Thank you in advance!!
Tiago

The Backup whitout settings checkd messed up the phones messaging alert.. this is f*cking annoying...

Similar Messages

  • Nokia N73; Functionality Issues

    Hi All,
    Just wondering if some of you have experiences these issues;
    1. when browsing the phone book and selecting a number to call, pressing the dial button does nothing, it doesn't initiate a call. Phone needs to be powered off and on for the issues to be fixed.
    2. when initiating a call an a 'connection error' is recieved, the issue in point 1 occurs again. Again issues is fixed by powering off and on the device.
    3. when an incoming call is answered the call is answered with the speaker on, pressing 'handset' does not change the call back to the internal speaker. Issue uis solved by powering off and on the device.
    My phone has the latest F/W running V.30705.1.0.31
    A colleague of mine has the same handset with an earlier revision and has the exact same issues as me.
    any information is appreciated.
    Regards
    Mike.

    As y have latest FW.
    Try format phone memory by*#7370# [must backup the data by pc suit] and see if there is any change.
    If nothin happens take it to NSC asap as the problems are related to the most important and basic feature.

  • Sync Nokia N73

    My Nokia N73 firmware was recently upgraded. Before the upgrade, I can pair and connect isync and N73 via bluetooth successfully. However, after the upgrade, I can now only pair the device but N73 always show not connected in bluetooth window. I typed in the passkey in N73 but the Bluetooth Setup Assistant keeps waiting forever gathering additional information about the mobile phone.
    Do you know what's going wrong? I am frustrated.
    Bluetooth assistant v2.1f17

    thanks for all of these informations. So we are not alone.
    Remember I told you that for my previous N73 I upgraded to Version 4.0812.4.0.1 (before the upgrade of the nokia firmware it had worked very fine) ? btw I did in order to get better performances and this is true, phone ran faster and was more stable.
    Today I got a brand new N73 (not upgraded yet). By the way, these new models can be upgraded online from the mobile phone itself if you own 3G access.
    Well unfortunately this is the same status : The brand new phone comes with V 4.0735.3.2 !!! and it does not work.
    you can not browse the phone using bluetooth from the mac, you can NOT send any file. From the mobile you can not even "connect" to your mac.
    The only thing I've been able to do is to PAIR the device but with a strange behaviour :
    the "bluetooth Setup Assistant" is stuck to the same screen just after he had succeeded with the pairing. So no confirmation screen, nothing.
    (btw same behaviour with newest firmware from nokia too!)
    and moreover, I can't do "add device" to iSYNC !
    he said : 1 device found
    "iSync cannot connect to this device"
    !! so it has something to do with any version from V 4.0735.3.2 and later release ?
    Well, if we can't do any bluetooth exchanges of files, that we can not browse and sync it, we really need nokia and apple to check it together because something has been changed recently that make the n73 useless with apple computers.
    I would suggest to all of us that we qualify the issue :
    (to be sure we are suffering the exact same behaviour)
    1 ) erase any iSync profile (remove device) of any N73 phone
    2 ) erase any bluetooth N73 profile from the bluetooth assistant
    3 ) unpair the N73 and apple computer
    now we are back to the beginning as if we just bought a new nokia phone or new apple computer.
    1 ) identify N73 firmware version / MAC OSX version / Computer Architecture
    2 ) disable - enable bluetooth from the phone and also from the apple computer (trying to reset any link)
    3 ) Use "set up bluetooth device" : the "Bluetooth Setup Assistant" will now appear - Then select "Mobile Phone" and "continue"
    4 ) Your phone bluetooth name should appear, select it then "continue"
    5 ) Next screen appear, "continue"
    6 ) now you have to pair your phone. The assistant will give you a code to enter to your mobile phone. That should work but should also be slow and looks to "hang" while "Gathering additional information about your mobile phone" --> you can see animated "sun" showing that it is "in progress". In a normal condition, it should be quick and you should get a positive confirmation that the setup has been done properly.
    7 ) we are still stuck to the same screen and the animated "sun" is still animated (bottom right).
    8 ) The bluetooth icon on the right of the mobile screen has no bracket (it means it is not connected) so what is doing the assistant ??
    9 ) Don't close the Assistant yet. You can verify that the phone has been installed to your MAC OS X "bluetooth" menu or from the "bluetooth preferences" panel. Let the Assistant opened anyway...
    10 ) Since the component are paired and the phone is available from the MAC OSX bluetooth menu you can try to send a file to the phone or browse it, also check that the phone is now available into iSync etc...
    --> as you can see it is not working. After many attempts and 2 tested nokia firmwares on an up to date Mac OS X computer, it is not working anymore. Oh and by the way, the assistant is still stuck to the same "pairing" screen with the same animated icon... it is now ten minutes runnning...
    so I am thinking that since firmware 4.0735.3.2 the issue appeared.
    Can you all do the same troubleshoot test so we can prevent NOKIA or APPLE support engineers to request us for the same data in a loop ?
    By this we can force Nokia to test the firmwares (it is not only iSync specific issue as we can see) and maybe ask Apple to support us.
    yeah you as you know that Apple updates are automatically delivered so we never know if something could have been modified in the bluetooth driver these last week...
    to resume : I had tested 2 firmwares, bluetooth feature "send/browse file" does not work. I let you follow this to be sure I am not a single customer with such issue.

  • Nokia N73 is not giving correct size of the folder.

    Hi,
    I am using FileConnection API in my code and when i try to retrieve the size of the Folder then it gives me the wrong size. It gives me the size = 430KB but there are only 2 png images in that folder which are of size 10K and 19K.
    What i have done is :: I have created the folder and created multiple image through the application. And after sometime i have deleted some images from that folder through the application. And when next time when i was trying to get the size of that folder then it gives me the size = 430KB rather than the updated size.
    After that i viewed the details of that folder through FileSystem. At that it also shows me the same size = 430 KB. It restarted the phone and then viewed the size but it was same.
    I have deleted and created the file using create() and delete() of FileConnection API.
    For creation of file::
                     fileConn.create();
                      OutputStream os = fileConn.openOutputStream();
                      os.write(data, 0, data.length);
                      os.close();
    For Deletion::
                fileConn = (FileConnection) Connector.open(url);
                   fileConn.delete();
                   fileConn.close();There are no hidden files in that folder.
    Can anyone please tell me what will be the problem? Is this a phone issue or something i have missed?
    Thanx
    Adeesh Jain

    20-Dec-2008 07:57 PM
    hotbikerboy wrote:
    hi have Nokia N73 ME (music edition) since 3 months it dont have any problem yet but today from morning to evening i turning on the phone and put it into my pocket but after some time when i put back it was turning off. it happend 3 or 4 time today but in the evening i have played a game on mobile and also mobile on charging during game played my bettary if full.
    After played the game i put it at the top of the higher cupboard and after sometime when i put back phone it was off and after it i tried many times but it not turning on battery is all right i have check it .
    Now tell me what can i do to put it on? plz help me.

  • Connect a Nokia N73 to a PC in the year 2013?

    Hi!
    I have a Nokia N73 on my desk which keeps rebooting at random intervals. This used to be my phone but I gave it away to my brother. He has been using it for about a year without any problems. He did drop it once on the pavemen and the plastic screen protector got a crack. But the screen itself was not broken and it still worked. This was a long time ago. So I don't think it's anyhow related. But I'm letting you know anyway. It was only lately that it started rebooting itself, as if it has a mind of its own.
    Now, given that I am the previous owner of this phone I know its history. I know that the "power on power off" issue has been plaguing N73 users as early as 2007/2008, when this was only a 1 year old model. So this is not a new issue. But I have never experienced this issue with mine. I guess it was just a matter of time, a ticking bomb if you will, before the error manifests. Now I know what that looks like.
    So I'm thinking this is most probably a software/firmware issue. So I want to try to reset this thing and watch what happens, which brings me to the main problem here. Since this is an old model it's hard to do anything with this thing due to Nokias continued lack of support for old models.
    I installed Nokia Suite 3.8.48 on Windows 8.1. I then connected the phone with a USB cable. I chose "PC Suite" option on the phone. Then I got this stupid error.
    USB device not recognized
    So I thought that it was missing some drivers and that the Nokia Suite did not install it for me, for whatever the reason. So I googled it and found the Nokia Connectivity Cable Driver (7.1.182.0). I disconnected the phone, installed the driver, connected the phone again, and still the same error came up. I tried repairing the driver installation and it did not help.
    So what do I do now? Can I expect any help from Nokia with this issue? I am not asking for much. All I ask for is some bits of software so I can help myself. The least Nokia can do in my opinion is to host their previous software releases on their website. Yes, I mean the old PC Suite, Ovi Suite, Nokia Suite, etc. I don't ask them to continue supporting it and updating it if it's discontinued or deprecated software. And of course, since it's closed source it's impossible for other folks to continue the development. But the least they can do is host previous releases. I much rather download an EXE from Nokia than from some funny place like Banana Island or whatever...
    And what about those software updates? When you google "nokia software update" the first thing you find is the main page for the various flavors of Nokia software suites where you click on the type of device you have (Symbian, Windows, et. al.) and it takes you to the download link for the EXE for Nokia Suite (in case of Symbian). But there are never any download links for the actual phone firmware/software/OS upgrades. The software suite grabs the appropriate file or files and installs it automatically. But what if you need to do this sh** manually? Or what if you want to keep a deposit of previously released phone software/firmware? Obviously Nokia won't host old phone software indefinitely.
    And it's not like they do their best to make the new "PC SUITE, aka. OVI SUITE, aka NOKIA SUITE, aka "SOMETHING" SUITE, fully compatible with old phone models. So users with old Nokia products would have to use some of the old software tools, tools that Nokai no longer supports, nor hosts or links to.
    What if you want to downgrade from a current version to a previous version? I'm not sure the automatic software update even still works on these old handsets (e.g. Nokia N73, et. al.) and what do you do in that case? What if you just need to reflash the phone with the same firmware that's already onboard? The answer is: you won't be able to! The software suite will only check for new versions, and if no new versions are found (obviously, since it's an old product for which there is no more development) it won't present any firmware/software at all to be flashed to the phone. Great!... just f****** brilliant! Or not...
    The main reason why I need the Nokia Suite is obviously because I don't want to loose any data. I would have used it to create a full backup of the phone. So much for plan A, and I don't have a plan B. This totally sucks...
    So what's with the "Nokia Suite" anyway? What happened to the "Ovi Suite"? Last time I held a Nokia phone in my hands it was called Ovi Suite and it had replaced the "PC Suite". I'm guessing you guys are having trouble deciding on how to name your software?... The Nokia Suite looks a lot like the Ovi Suite to me...
    Can this thing do a full blown backup of the phone? The Nokia Suite? If not, I wont' waste my time with it. It doesn't allow me to click anywhere. I can't click on the View, Sync or Tools menus. So I can't explore its functionality. Not until I manage to connect a phone to it. This sucks... it reminds me of why I moved away from Nokia in the first place.
    Solved!
    Go to Solution.
    Attachments:
    2013-12-13-191700.png ‏8 KB
    2013-12-13-192105.png ‏14 KB
    2013-12-13-193847.png ‏23 KB

    Nokia Suite 3.8.48 is not compatible with Windows 8.1
    I installed Nokia Suite 3.8.48 on my old Windows Vista PC and it worked! So I conclude that the damn thing is not compatible with the latest re-incarnation of the Windows 8 system, namely 8.1. For whatever the reason it just didn't like my Windows 8.1 computer very much. It's clearly a compatibility issue on some level. It's a brand new computer by the way, it's a desktop PC, custom built, with a clean genuine install of WIndows 8.1. I installed it myself from the retail box (full version). No issues with it whatsoever, no software issues, BSOD issues... nothing... up until now. Installing the Nokia Suite software from the same installer file worked very well on my old Windows Vista computer. No need to install any additional drivers! It just worked! All device drivers installed properly when I connected the phone. And Microsoft wants to discontinue Vista in favor of Windows 8.1... I hate those muppets.
    I know I've read that Nokia Suite 3.8.48 is Windows 8 compatible, I think I read it in the FAQ, but there were no specifics about whether that means 8.0 only or 8.0 AND 8.1. So it's a guesswork! And my guess is that it's compatible with Windows 8.0 but not with Windows 8.1. Even though I know that the changes between them are slim, if any. But don't blame me for that, blame Microsoft! I'm sure Microsoft wishes that Windows 8.0 never had happened! Just like they are wishing that Windows Vista never had happened! It shows, by their decision to drop Windows Vista support on most recent Microsoft software products. Windows 7 will follow the same fate. I'm sure they just wish they could pull the switch on every previous OS version, starting from XP, through Vista, 7 and Windows 8, and make everyone upgrade to the retarded Windows 8.1.
    The worst thing is... Nokia has partnered with Microsoft... what good can possibly come out of that?... There's a rumor that Nokia is working on an Android phone, known as Normandy project, or AoL (Asha on Linux). Yeah right! That will probably happen in... oh well... maybe in 100 years or so. You're way too late to the Android party. Nokia shot itself in the head when they decided to push forward with the Symbian OS and later the MeeGo. Then they started flirting with Microsoft.
    I would hate to work at a company that has no clear vision of the future and no strong leadership. I pity you Nokia. What happened to you?... you used to be cool. I guess it's what happens to every company that refuses to adapt to changes and doesn't do it quick enough. You either swim or you sink. Nokia decided to sink. Not only did they sink, they sunk to Microsofts level of incompetence... I guess in a way... you guys deserve each other.

  • Nokia N73 - Birthdays + iCal + iSync = 2 day events

    All day events in iCal are displaying on the Nokia N73 as expected, a single entry with the time displaying as:
    0:00 - 23:59
    However Birthday's don't display correctly. Rather, they appear as two day events on the Nokia N73 with the time dislaying as:
    23:00 - 23:59 on the first day of the two day event and
    0:00 - 23:00 on the second day of the two day event
    I can't for the life of me figure out why only Birthday's are not syncing as single day events with the 0:00 - 23:59 time stamp!?!?
    Anyone have any ideas please?
    I know this often happens with Sony Ericsson phones if the daylight saving settings differ between computer and phone however I have ruled this out given that it is only happening with Birthdays.
    Is anyone else in a position to perhaps test this on their Nokia phone? If so make sure you have a Birthday entry for someone in your Macs Address Book as well as having the "Show Birthdays calendar" setting checked in your iCal preferences and finally ensure you have the Birthdays calendar set to sync in iCal.
    Many thanks!

    You're blaming the wrong people.
    Maybe.
    I'd like to know how I could enforce progress in the solution of theses problems, anyway.
    These are mostly limitations in the phone. iSync can
    only do what the phone is capable of.
    Yes, there are limtations in the phone.
    But there are more or less elegant ways to circumvent them.
    2.1 Speed dials have never been synced. They are a
    feature of the phone. Not iSync or the Mac Address
    Book.
    Yes, I agree.
    But new with Tiger/iSync 2.4 is that they are deleted from the phone when syncing. This wasn't the case before.
    2.2 Whitespaces? What do you mean?
    I put spaces in my phone numbers for easier reading.
    2.3 That's a limitation of the Nokia calendar.
    Yes, it is.
    But iSync prior to 2.4 (or 2.3?) had a more elegant way of dealing with them.
    Does the fact that you've tried iSync plugins from
    THREE different sources not tell you that the problem
    is with limitations in the phone NOT iSync?
    Or it only tells me that plug-ins in general are not that powerful.
    The question remains to me:
    What can be done to get this working properly?
    Any ideas?
    Gerhard

  • Nokia 6233 v05.10 odd behaviour

    Hello!
    After thoroughly searching not only this board but the entire Internet, I found no answer to my question so I decided to register and ASK.
    I need to know if any of you owners of a Nokia 6233 observed this odd behaviour of your phone - so please keep reading.
    I purchased the phone 16 days ago. Being my first Nokia, I took time to exploit its every feature, therefore draining the battery quite quickly. I discharged and fully charged the battery at least 3 times in the first 3 days, without leaving it plugged-in overnight (as far as I know this is no longer necessary). The battery life time increased progressively until a maximum of three days of normal use, meaning moderate talking (under 20 minutes per day), little or no use of Java apps, camera, media players or GPRS/EDGE connection. The screen savers are off, power saver is on, sleep mode is on. Packet data connection - when needed and network mode is GSM only because I do not use 3G. All these should get me the best stand-by time possible, right? Well, they did, until...
    I bought a new microSD card, 2.0 GB storage, made by SanDisk. The card works fine, I put my favorite music and video clips on it - all the stuff you do when you have enough space. Since then, the battery life decreased SUBSTANTIALLY to LESS THAN 24 HOURS. And there's more. The battery drains even if the phone is turned off, in roughly the same amount of time. I have never ever seen anything like this. Sometimes the battery is so low that the phone takes a few minutes before displaying the battery charging icon and, when started, it asks for hour/date settings.
    So, I need to know if anybody else noticed battery life decrease with bigger memory card capacity, and what's to be done.

    Have you tried using the in-box memory card(That came with the phone) again? There's something wrong with your phone and battery if the problem still occurs..
    GooD LucKMessage Edited by nj15 on 15-Aug-200704:10 PM

  • Help needed ! Message sending failure in Nokia N73

    HI I am using nokia n73 for almost 2 years,
    From last one week i am unable to send messages, as soon as i send a message, in the outbox it changes to resend and when i resend it and after four times it moves to failed state.
    I have tried the sim in different mobile and messages are working fine, there are no issues with the n/w provider. I have formatted the memory card, phone and even then my problem still persists.
    Can anyone please help me .

    Though you have mentioned that you have formatted the phone.. did you restore the data back ? Why the question ..because if that is the case and if you have a very large no. of messages stored in the phone.. then delete as many as possible to see if that makes any difference..

  • Nokia N73 & PC Suite 6.82.22.0

    I recently purchased a Nokia N73 from 3 Australia, and installed PC Suite from the CD, and upgraded to PC Suite 6.82.22.0 During one of the installs my computer had a problem and seemed to hang the installation (it stalled for some five minutes before I stopped the install). I re-installed PC Suite and everything seemed fine, except that when I connected my N73 by cable, the 'new hardware' wizard appears to load in the 'Nokia USB modem'. It tries, and fails, to load this twice, and then the PC Suite software and the System Tray icon (little phone) both show the phone as not connected. However all PC Suite applications are available and working correctly. I have tried uninstalling PC Suite, rebooting, and re-installing PC suite with no better success, then reading other posts I used PC Suite Cleaner, and then reinstalled PC Suite. The very first connection was great, system tray icon changed to little green orb, and PC Suite then said connected. Sometime after that i must have rebooted the system (or at least disconnected the cable) and now PC Suite will not indicate the phone is connected although all PC Suite options (sync, backup, contacts etc) are available. What can I do to resolve this issue? I have WinXP Home with Service pack 2, PC Suite 6.82.22.0, and Nokia CA-53 cable. I normally used it through a USB hub, but even connecting it direct to the computer USB port makes no difference (the drivers are 'installed' and hardware is ready to use) Abes

    Check this:
    Open Control Panel > system > hardware > Device manager >
    when phone is connected -> can you find this:
    "Wireless Communication Devices
    1 Nokia N73 USB Generic
    2 Nokia N73 USB OBEX
    3 Nokia N73 USB OBEX
    4 Nokia N73 USB OBEX
    5 Nokia N73 USB Phone Parent
    Or is there "Unknown Device" only??
    And check also Modems and Ports -> can find your phone from there (and is there yellow marks)??
    If everything is OK in device manager, see my message from here (and try it):
    /discussions/board/message?board.id=connectivity&message.id=3431&page=1

  • Need Urgent Help Nokia N73 Memory Card Unlock

    Hello There,
    I have Nokia N73 and i can't access my memory card. I have not set any passwords but still its asking for password I don't know how to do this. Please guys help me out with this issue whenever i click on memory card its asking me for password which i don't know.
    Thanks in Advance
    Raviraj..

    it is very urgent otherwise i ll loose my important data..
    Please reply
     Edited: Email address removed.
    MODERATOR NOTE:
    Please be informed that personal/contact information are not allowed to be posted in this forum for your privacy and security reasons. Thank you for understanding.
    Kind regards,
    coffee_jelly23

  • Nokia n73 Gallery

    I got a new Nokia n73. I have 1 problem, when i save photo or video and look at them in the gallery i cannot see them. All i can see is the little picture to show if it is a picture or video. help plzzzzzzzz

    19-Feb-2007
    06:14 PM
    puretoon wrote:
    Stupid question here, but are you getting any photos at all? a thumbnail even? if you are, just bring the photo to middle of your screen by selecting it, then press your jogger button straight on, this will make the photo fill size of the screen.
    Sorry if I've read your question wrong or anything.
    I think you are right !! that comes to my mind when I read the question .. but whatever u mean in your question, try to have your phone to the latest version of firmware ..
    A great BMW M6 is a perfect solution for all of marriage problems !!

  • Leopard's iSync & Nokia N73

    Hi,
    I used Leopard's (10.5.1) iSync flawlessly with my Nokia N73. But, when I upgraded N73's firmware to the 4.0735.3.0.2 version, iSync can't connect with N73.
    I've tried to delete and recreate the pair between my MacBook Pro and the Nokia and it can't finish linking, with an infinite "Desovering device's services".

    I upgraded my firmware on the N73 before seeing this thread & now have lost Bluetooth connectivity too. This is a big issue for me & found an interesting thread over on Nokia's forum: http://discussions.nokia.co.uk/discussions/board/message?board.id=connectivity&t hread.id=13559&view=bydateascending&page=1
    It seems like Nokia are aware of the problem but putting their fingers in their ears & risking the migration of a whole lot of Mac users...

  • ERROR CODE: AknGridView 6 on Nokia N73

    ERROR CODE: AknGridView 6 on Nokia N73
    Please can someone help?
    I downloaded ScanR ver1.0 to my Nokia N73 and it was working fine initially but now am having this error code: App. closed: ScanR AknGridView 6 and the software is nolonger functioning again.
    Does anyone know the meaning or any way out. I want to retain my ScanR sofware and have it working fine.
    Thanks
    Does anyone know the meaning or any way out. I want to retain my ScanR sofware and have it working fine.
    Thanks

    Have you tried uninstalling it and reinstalling the software? Not sure why it would have gone wrong but worth a go. Have you installed anything since?
    Is that an N95 in your pocket or are you just pleased to see me?!?
    Life's too important to take seriously.
    Nokias I've owned 3210, 3310, 6100, 7650, 6600, 6680, 6630, N80, N95
    I'm a 26 year old boy BTW

  • Problems with Camera on Nokia n73 music edition

    I have a nokia n73 music edition and this is the issue
    When I slide down bac cover to open camera sometimes the I don't get image from back camera at all but only from front.
    Another this is that today I opened the camera and with the shouter I couldn't take pictures.
    I pressed it but nothing occured.
    I tried to update the software but no luck because it says that phone has newer software.
    I also when I go to the Camera through the main menu then it shows the video of front camera

    Format your memory card and try again. Remember to backup all your stuff in the memory card before formatting.
    If you still have problems, then try these options one by one:
    1. Turn off your phone and leave your battery out for 5-10min. Then, put them back in and turn on the phone.
    2. Restore factory settings: type *#7780# at the standby screen. Enter 12345 for the security code or the one you've changed it to.
    Before you try the next two steps, backup your phone memory using PC Suite.
    3. Soft reset: type *#7370#. Enter the security code when prompted
    4. Hard reset (Last resort, nothing else works): Turn off your phone, press and hold down these keys: 3, * and the call (Green) button. Turn on your phone without releasing them. Leave the keys only after you see the Nokia logo on the screen.
    If none of these work, then take it to the nearest Nokia Care Point.
    PS: There's no use posting more than once, under irrelevant threads. It'll only delay help
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • Few Questeions from New Nokia N73 M user

    Hi, 
    I have few questions as i just purchased a new Nokia N73 Music Edition.
    1. How do i lock my key pad. Earlier i had Nokia 6300 in which the key pad got locked automatically. I could unlock when i wanted to use the phone.
    2. How do i set up a image for a contact which will show full image (like in Nokia 6300) instead of thumbnail in N73
    3. I want to setup individual ring tones for each contact instead of same one for all. Could not find a way any where.
    4. What is the maximum size of a clip i can play. The other day i tried playing a movie of Real Player format of size 150 MB which did not play.
    5. How do i get the Icons of my choice on the screen instead of the ones given by Nokia
    6. How do i inclrease the performace of the Phone. This looks and works slower than my earlier nokia phones.
    Thanks in Advance
    Regards
    Ramgopal
    Solved!
    Go to Solution.

     1. Left menu button then *, same to unlock
    2. You'll need a third party application for that - N73 defaults to a thumbnail
    3. Not sure you can ....
    4. That'll be an issue with realplayer - I've had full movies (Divx format) on the N73.
    5. Can't change the icons
    6. Update the firmware - if you're phone is on pre v4 firmware, then update it with NSU - type in *#0000# at the standby screen to check your firmware revision.

Maybe you are looking for

  • Why can't I establish a VPN connection using my iPhone 4's personal hotspot?

    Hello everybody, I want to access our company's network with my Mac Book Pro using my iPhone 4's 3G connection, but unfortunately it simply won't work. Here is what I can do: - I can establish a VPN connection from my MacBook Pro using my home (or so

  • Freeing up space

    Ive had a few messages that I need to delete some room as my memory is full. I have deleted 2000 photos and emptied the trash. Ive also deleted the history....what else can I do? Many thanks.

  • Flash player issue

    how do i down load adobe flash player an make it work

  • SQLLDR Using DBMS_SCHEDULER

    hi dear i am using sqlldr from sql with dbms_scheduler.create_job but facing some problem elow is the code this is the schedule for my job BEGIN DBMS_SCHEDULER.CREATE_SCHEDULE ( schedule_name => 'INSERT_SCHD' ,start_date => sysdate ,end_date => null

  • Version ios 4.2.1 y nueva version WhatsApp 02-01-2013

    Desde esta mañana no me funciona el WhatsApp, me dice que me ha caducado, que desinstale e instale la version nueva. Como tengo la IOS 4.2.1, no me deja instalr la ultima version de WhatsApp. Que solucion tengo, y no puedo cambiar el iPhone por uno n