Right soft key problem - N78

When pressing the right soft key, the red button is pressed instead. It is definitely a software problem, as when i restart the phone, the problem dissapears, but comes back in a while.
has anyone encountered anything like that?

i also suffering the same problem.
i want its solution.
jimmyireland wrote:
try updating firmware
the try the following if nothing works send it to a nokia care centre
*#7780# "soft reset"
*#7370# "hard reset"
Multimedia key + 3 key + * hold these in while powering up until you see the handshake
back up data before you do these codes
security code is 12345
jimmyireland wrote:
try updating firmware
the try the following if nothing works send it to a nokia care centre
*#7780# "soft reset"
*#7370# "hard reset"
Multimedia key + 3 key + * hold these in while powering up until you see the handshake
back up data before you do these codes
security code is 12345

Similar Messages

  • Right Soft Key error in N70 Bluetooth menu?

    I have recently had my N70 upgraded to operating system version 5.0609.2.0.1 (I'm on UK T-Mobile)
    I notice that when I go to the Bluetooth menu, then go to the paired device menu, and connect to a previously paired device, the exit option (right soft key) does not operate when it returns to Exit as an option (rather than cancel)
    The key works in all other cases, apart from this part of the Bluetooth menu - I have to leave the menu by hitting the End key.
    Is this specific to my phone, or is it genereric to that software version?
    Anyone else got the same (minor) problem?

    Sounds odd, probably a fault with the firmware though - maybe worth a factory reset? or getting back in touch with the centre that updated the firmware and asking them to reflash it?
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • A gap between screen and right soft key with softw...

    I have many problems.
    First one is : When I press open button to open  pool game on my Asha 201 then I have
    to press Open Button many times to open games.I have tried factory
    restore settings but I don't think factory restore setting caused this
    problem. Your officer "  'Prashun Dey'
    E-mail Specialist - Nokia Care Bangladesh  " told me to update this phone using nokia suite. So far i know this nokia asha 210 doesn't support nokia suite.Why did he advise me this ???? I have bought this phone only five days ago and now I need a soft update. Not even a week passed and I need for a update of the software. Is it believable ?
    Another problem is :
    I have purchased my phone on 17 September.but
    I am being irritated by a gap between right soft key and Screen of my
    phone.This gap is larger than normal asha 210 model's phone. This gap
    making my left soft key button hard and it irritates me a lot when I
    type. How can I fix it ? Can I change or replace it from Nokia care ?
    I want it to be replaced.I have never faced such product setting problem on samsung. I must say samsung's 5000 taka's phone is thousand time better than this phone Asha 210. I have only one day in my hand to repare it otherwise I will go to head office of nokia with this complain. You should know that we have earned money by working hard in job field and don;t want to waste 6000 taka buying a defected phone.I don't understand why nokia packages defected and physically immature phone to be sold in store. If we can't solve this problem then i gotta take steps.
    I have uploaded an image which illustrating my actual problem with a drawn model of NOKIA ASHA 210. Hope that you will be kind enough providing me helps replacing or fixing this problem so that I never stop using NOKIA's phones.
    Not even a week passed and facing too many problems with one default problem of nokia which done by nokia while attaching parts of the device before packing the device to be sold.
    I have mailed my problem 2 days ago but nokia did not reply me yet!!! They are really nonsense !!!
    Attachments:
    nokia asha problem.JPG ‏54 KB

    I have used my 5c for one week and I can notice a gap too. I is really small, but when I look close to it I see small dust in there. I baby my phone a lot and I am sure it was not there 7 days ago when I got it. I am also afraid this to get larger... It may be a dilatation because of the weather or something, because I did not drop my phone.
    Can anybody help us?

  • E51: Go To menu on right soft key

    Hi,
    I was previously using 6610i, in which I had an option of setting up a "Go To" menu on my right soft key. In that menu, I could select the various options like Inbox, Alarm Clock, Games, Calendar etc. However, in my E51 I can only assign one function to the right soft key. Is thee any way to change this behaviour? Can I have a Go To menu assigned to the right key in E51?
    Thanks

    One more thing psychomania - I did not want to start a new post for this, so including it here
    Is there any birthday alarm program for S60 similar to the S40 ones? In S60, I am forced to set birthdays as "Anniversaries", and even then if I forget to view them, they 'disappear'.. in S40 phones, they persisted on the screen until I clicked on OK. In other ways too, I find birthday reminder implementation of S40 much better. Is there any similarly capable S60 program?

  • Newbie: Soft Key Problem

    Hey
    Environment:
    Flash Lite 2
    ActionScript 2.0
    When I run this code in the "Generic Phone" emulator, I
    several times presses on the soft keys on the emulator... But the
    words "LEFT" or "RIGHT" isn't written to the Output-window. I
    wonder what in my code are causing this problem... Below is a copy
    of my code...
    // this ActionScript sets your content to be full screen
    fscommand2("FullScreen", true);
    gotoAndStop(1);
    fscommand2("SetSoftKeys", "<<<", ">>>");
    btn_1.onPress = function() {
    gotoAndStop(5);
    btn_2.onPress = function() {
    gotoAndStop(10);
    var myListener
    bject = new Object();
    myListener.onPress = function() {
    if (Key.getCode() == ExtendedKey.SOFT1) {
    trace("LEFT");
    } else if (Key.getCode() == ExtendedKey.SOFT2) {
    trace("RIGHT");
    Key.addListener(myListener);

    Ciao
    try
    myListener.onKeyDown = function()
    instead of
    myListener.onPress = function() {
    Alessandro

  • Scrolling using the Left and Right Soft Key

    Hi guys,
    Good day!
    I need your help with regards to using scroll wherein my control is the right or
    left soft key
    I want to implement those like in calendar wherein year can navigate using right or left soft key like this
    Display:
    *< 2008 >*
    if i pressed left would display - 2007
    if i pressed right would display- 2009
    Please help! Thanks in Advance.
    Regards,
    Psyeu

    Err.. keyCodes for the softkeys are non-standard. In fact, all devices don't have softkeys ... one example is Motorola E6.
    From the documentation for Canvas:
    MIDP defines the following key codes: KEY_NUM0, KEY_NUM1, KEY_NUM2, KEY_NUM3, KEY_NUM4, KEY_NUM5, KEY_NUM6, KEY_NUM7, KEY_NUM8, KEY_NUM9, KEY_STAR, and KEY_POUND. (These key codes correspond to keys on a ITU-T standard telephone keypad.) Other keys may be present on the keyboard, and they will generally have key codes distinct from those list above. In order to guarantee portability, applications should use only the standard key codes.
    db

  • Intermittent click using right soft key on E71

    Hi guys,
    Just recently, I've noticed an intermittent click when I press the right softkey on my E71.
    I'm thinking something may have come unstuck inside as it only happens once after I don't press the button for a few minutes. After pressing the button and hearing the click, it won't come back for a while.
    It's not effecting the operation of the phone, but has anyone else had anything similar? I don't really want a minor annoyance growing into a major problem.
    Thanks,
    Paul

    it sumtimes happens with my Down direction key..some particle gets stuck i guess...gently blow on the key..it helpd me.

  • Menu Creation and Using the SELECT soft key

    Hi,
    I am trying to design a menu similar to the thumbnail menus available in most phone these days.what i want is a set of icons placed in a tabular format ie rows and colums. the joystick control can be used to navigate thru the icons and using the select soft key ie the middle button of the soft keys, the next set of forms can be displayed.
    so far, i have created a form, used a few image item and used the Item's layout directive to arrange the imageItem as i want on the display. I can get the joystick to navigate between the imageItems however the select button doesnt fire any event.
    I have added a command to each of the items and set an ItemCommandListener.
    That approach seems to be working fine but it defeats my purpose. the reason being i had problems with the mapping of the command keys. For each display i had an option of going to the main menu and to the next screen. On the emulator it maps perfectly with the left key having the main menu and the right key having the "next form" button. But while implementing on the phone, the left key has the main menu but the right key shows "more options", when u click more options you get the "next form" button. This is happening in every form on display and makes it more tideous to use.
    Thats why i was hoping to get the select button working if possible. Any help would be much appreciated.

    Try searching J2mepolish.org plenty of work is done
    with Regards
    Rizwan

  • What are the soft key values for the Motorola V3

    hi all,
    I am developing an application in which the application works mainly with the help of the Softkeys.
    I googled and found the values of the softkey as 21,22.I developed the application with the help of those keys it was working fine in the Emulator.When the application was tested in the real device V3 Razr it was not working.
    Then because of this i developed the same application with the help of the Command buttons it was working.It was not all looking nice as like previous.
    can anybody please suggest me some solution to this problem.
    Thanks in advance for your positive reply
    lakshman

    hi all,
    I have tested my application in getting the softkey values and key code values in the real device(V3 RAZR).
    I found the fallowing values these are different from the Emulator values
    key KeyValue Emulator Value
    left soft -21 21
    Middle soft -23 23
    Right soft -22 22
    earth nothing nothing
    mail nothing nothing
    UpArrow -1 1
    down Arrow -6 6
    left Arrow -2 2
    Right Arrow -5 5
    Center(betwee Arrows) -20 20
    make call -10 -10
    And usual values for the 1 to 9 the for * and # as faloows
    * 42 42
    # 35 35
    I am giving the information basing on the values i am getting from the real device.I am astonished why the values are differ from the Emulator.
    Please give me the solution for developing the Application to Motorola V3.
    Thanks in advance
    lakshman

  • Software problem: n78 corecodec player

     hello guys... iam using n78...my problem is that i cant install symbian corecodec player on my phone....the version is 1.30...i hav try all the versions and cracked versions (including signed) but it didnt work for me....sometime it says" certificate error" or "cannot install a protected application from an untrusted supplier." How can I sign the application for my N78?... The previous versions which is 1.1 and 1.2.4 ....dont work smoothly on n78...but work fine on n73 ME....so i need help..........................please find a way for my n78....i want that player...its much better than all others.....

    Okay, it sounds as though there's definitely something wrong here. The Music Player should NOT be giving a general system error when you attempt to play the pre-installed music with the original music player.
    Please now do the following and report the results:
    As per the original configuration (ie original 2GB card), start File Manager (should be in Tools folder).
    Select Memory card.
    Scroll down to Music and select one of the pre-installed tracks (eg Adam Routh again).
    Select that and keep pressing the centre button until it starts to play.
    What should happen here is that you get the original Music Player playing the track, showing album art etc. You will know that it's the original player, because the options list on the left soft key will show "Set as ring tone" and "FM transmitter".
    Please report what happens on your device.

  • Spill has caused right shift key to be stuck on

    A few months ago I spilled juice on my MBP keyboard (out of warranty - purchased June 2012). I removed all the keys effected and cleaned them. The result of this was that the right shift key was stuck on and it would only start in safe mode + I couldn't log in because I could only type in caps. This is what I did:
    I plugged in a usb keyboard - was able to log in
    I downloaded keyremapper4mac and disabled the right shift key so I could type in NOT CAPS
    Switched to automatic login so I wouldn't be prompted to enter my password anymore
    Removed the usb keyboard
    Again, MBP would only start in safe mode. Then I found out that the key remapper would only work when the computer wasn't in safe mode. I did some googling and found a key combination that would stop the MBP from starting in safe mode. I have left my computer on for awhile now (not shutting it down) and yesterday I shut it down. I started it up holding down the cmd/shift and my login screen came up.
    My problem is that I think I may have forgotten the key combination to bypass the safe mode boot up and I don't know why my login screen came up - maybe because of the key combo I used temporarily turned off the automatic login.
    Does anyone know the combination of keys to press to get past the safe boot so my computer will start up normally? I am running 10.7.5.
    Thanks!!

    Someone else said to try and reboot by holding down the menu and play button on the remote for several seconds and then try again. It worked for several people and seems to be working for me now.

  • 3 letters + left shift key not working - 2 of them + right shift key working

    Hi all,
    as in subject, I have just bought a laptop g50-45, italian keyboard.
    I encountered this problem:
    "LEFT shift key" + "e" or "d" or "c" combinations do not work. Nothing happens.
    "RIGHT shift key" + "e" or "d" work properly
    "RIGHT shift key" + "c" do not work. Nothing happens
    CAPS key + "e" or "d" or "c" work properly.
    I noticed this issue before making any updates of  windows 8.1
    I tried making an update of the bios and later updating windows but the problem is still there.
    I check with an external keyboard and everything work correctly
    I don't think it could be a mechanical problem because "e", "d" and "c" keys alone work properly, so it seems more a software side problem.
    Thank you for your help.

    thanks, i thought there some quick procedure to do before heading to apple store. i was just wondering, it was working for a while, and then suddenly like that. i have macbook 10.6.8 software. intel core 2 duo. less than a year old, if i'm not mistaken.

  • My right arrow key isnt working.

    My right arrow key is not working. Well, I mean I can press on it and it will move sometime but I have to use a lot of force to make it move. Is something stuck under there (can I get it out by myself?) or do I need to go into the apple store??
    Thanks

    Your appointment at the genius Bar at an Apple store is FREE, in warranty or out. If they can fix the problem in a few minutes without installing parts, they will. Otherwise, they can provide a quote for repair.
    Those guys put their hands on these computers all day every day. They are especially good at physical problems like this.
    You are under no obligation to have them do any needed work. Apple wants you to be a happy customer, if possible.

  • Apple Keyboard Right Shift Key malfuntions

    I use the Apple Keyboard. Today I found the the right Shift key does not function normally. For example when I press the right shift key, it has the same function as the Enter key; also when I press the right shift key and then an alphabet, the alphabet appears on the next line and it is capitalized. But if I press the the right shift key and then a punctuation, then the currently typing position becomes the next line while nothing appears. What is the problem with that button? How can it be fixed? Thanks.
    One more extra question: I type something on the URL location that I wanna search something on the search engine. However when I press enter, a new window appears. It should have been appeared on the same tab that I'm using. How can I fix it? Thanks a lot.

    This Apple document may help.
    http://support.apple.com/en-us/HT203162

  • REQUEST: Switch LEFT Fn key with RIGHT Ctrl key for GX740?

    Hello Svet, is it possible to switch the LEFT Fn key with my RIGHT Ctrl key on the GX740?  I can say I never touched the right Ctrl key and having both Ctrl keys side by side on the left of the keyboard will make it infinitely easier to hit any one of the Ctrl keys when gaming.

    I think what he means is, that where most people want the two [Fn] and [Ctrl] keys swapped on the left of the spacebar, he wants the [Fn] key swapped with the [Ctrl] key to the right of the spacebar instead.
    (Off-topic: one thing I do like with my Wind U135DX, is that there is a second [Fn] key on the right-hand side of the keyboard , but I never had a problem with the [Fn] and [Ctrl] keys needing to be swapped, I just got used to it instead )

Maybe you are looking for

  • Game Center issues. Please help!

    I recently changed my Apple ID email to my gmail one because my other one got hacked. After switching it over everything ran smoothly except for my Game Center profile which would work occasionally, but now every time I try to sign out and sign back

  • ERROR 1402   Could Not Open Key:

    Having Problems loading QUICKTIME. There was an older version but was deleted a while ago. I have used the Windows Install Clean Up. but still get 'ERROR CODE 1402 COULD NOT OPEN KEY' "HKEYLOCALMACHINE\Software\Microsoft\Windows\Current Version\Unins

  • Not able to set status as closed

    Hi, I have a issue in dispute management  that we have created dispute case a customer for particular Invoice  line item and same  have cleared thorough credit note. but while try to set the status as close i am receiving the error message as You can

  • How can I update Java on my Mac?

    How do I update Java on Mac OSX 10? Firefox is telling me my Java plug-in's vulnerable and requires an update but I don't know how to do this on the Mac. It says I need to uninstall Java first - how do I do this??

  • 3 wire instrument - need help wiring

    Currently using mediamate transducer - link http://www.intertechnology.com/Honeywell_Data_Inst/pdfs/MediaMate.pdf Ni 6023e card - using channel 6 and differential Supply V+  pin 8 Excitation V+ pin 25 Supply V- pin 9 Excitation V-  pin 58 trying to w