Problem after using Headset

Hi
I bought a new headset for my Blackberry Curve 8520. I plugged in a sony erricson headset first. I tested it and it worked fine. Once i disconnected it my phone started behaving very funny. 
You know how an icon appears top left of the phone while a call is active? that icon now started fluctuating. So it would be the phone sigh with 2 arrows (which indicates on call on phone) and another second it would change to the headset icon (the one which appears when the headset is connected)
I cant even put my phone on spearphone any more!
I cant use my phone any longer without the head set connected.
Please help! 
It is so annoying that I swear to never use headset again for my phone.
My worry is hif connecting a sony ericson head set spoiled something in my phone.
The shop keep phone had categoricaly mentioned that it will not create any problem with a blackberry.
HELP!
Poonam

I have this problem too. Auto lock is off and Siri can be used from the lock screen but this defeats the purpose of hands free usage for example when you are on a bicycle and can't use the phone normally. After sending a message or a reply to one Siri locks the phone and you cannot hear new messages until you unlock the phone which can be potentially dangerous!
I'd love to see if there is a solution as I can't see any option in settings (either Siri settings or pass lock settings) to fix this.

Similar Messages

  • XE connection problem after using Cisco AnyConnect Client

    Hello
    I have a rather annoying problem connecting to an XE instance AFTER I have disconnected from a VPN via a Cisco AnyConnect VPN Agent.
    Sequence of operations:
    - start Oracle XE and work normally
    - connect to client's vpn
    - do other stuff
    - DISCONNECT from Client's VPN
    -> unable to connect to XE service any more, unless I reboot
    The problem does not happen with other vpn clients like Cisco VPN Service, Juniper, Checkpoint.
    Details:
    - sqlplus connection WITH service name (eg sqlplus user/pwd@XE): FAILURE with ORA-12170
    - but...sqlplus connection WITHOUT service name (eg sqlplus user/pwd): SUCCESS (weird !)
    - tnsping XE: TNS-12535 error
    - lsnrctl status output (sorry, italian localized)
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 22-GIU-2011 14:19
    :38
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATO del LISTENER
    Alias LISTENER
    Versione TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Data di inizio 22-GIU-2011 12:26:15
    Tempo di attivitÓ 0 giorni 1 ore 53 min. 22 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    Servizio predefinito XE
    File di parametri listenerC:\programs\oraclexe\app\oracle\product\10.2.0\server\
    network\admin\listener.ora
    File di log listener C:\programs\oraclexe\app\oracle\product\10.2.0\server\
    network\log\listener.log
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=MyPCName)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Summary table dei servizi...
    Il servizio "CLRExtProc" ha 1 istanze.
    L'istanza "CLRExtProc", stato UNKNOWN, ha 1 handler per questo servizio...
    Il servizio "PLSExtProc" ha 1 istanze.
    L'istanza "PLSExtProc", stato UNKNOWN, ha 1 handler per questo servizio...
    Il servizio "XEXDB" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Il servizio "XE_XPT" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Il servizio "xe" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Environment:
    Win7 Pro SP1
    Oracle XE 10.2.0
    I have stopped the Win firewall and the problem is still there, so it is not a firewall problem
    listener.ora configuration
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\programs\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\programs\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyPCName)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyPCName)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Any help ?

    Hi;
    Pelase close this tread as answered and keep update issue at:
    Re: XE connection problem after using Cisco AnyConnect Client
    Regard
    Helios

  • Problems after using LIST_TO_ASCI

    Hi Experts ,
    i am facing an uphill task after using the Function Module LIST_TO_ASCI.
    CALL FUNCTION 'LIST_TO_ASCI'
       EXPORTING
         list_index               = -1
       WITH_LINE_BREAK          = ' '
    IMPORTING
       LIST_STRING_ASCII        = list_string
      LIST_DYN_ASCII           =
      TABLES
         listasci                 = ascitab
         listobject               = list_tab
    EXCEPTIONS
      EMPTY_LIST               = 1
      LIST_INDEX_INVALID       = 2
      OTHERS                   = 3
    I use this function as above .
    Now the values in the ascitab are in string format
    i used submit report for FS10N transaction .
    Now after submit
    then LIST_FROM_MEMORY'
    then LIST_TO_ASCII
    i get the value in string
    now my problem is that it displays exactly how *fs10n* dispalys the whole output
    i want only the last field value .
    that is the cumlative  balance value that is practially speaking the last field in the FS10N report .
    How can i achieve that using this ASCITAB table obtained from LIST_TO_ASCI

    Hi Experts ,
    i am facing an uphill task after using the Function Module LIST_TO_ASCI.
    CALL FUNCTION 'LIST_TO_ASCI'
       EXPORTING
         list_index               = -1
       WITH_LINE_BREAK          = ' '
    IMPORTING
       LIST_STRING_ASCII        = list_string
      LIST_DYN_ASCII           =
      TABLES
         listasci                 = ascitab
         listobject               = list_tab
    EXCEPTIONS
      EMPTY_LIST               = 1
      LIST_INDEX_INVALID       = 2
      OTHERS                   = 3
    I use this function as above .
    Now the values in the ascitab are in string format
    i used submit report for FS10N transaction .
    Now after submit
    then LIST_FROM_MEMORY'
    then LIST_TO_ASCII
    i get the value in string
    now my problem is that it displays exactly how *fs10n* dispalys the whole output
    i want only the last field value .
    that is the cumlative  balance value that is practially speaking the last field in the FS10N report .
    How can i achieve that using this ASCITAB table obtained from LIST_TO_ASCI

  • HT5037 problems after using iPhoto library upgrader

    i can't open iPhoto library after using iPhoto library upgrader for a disk with a few pictures from an old iPhoto library on it. please help

    did you execture the library upgrader (in the APplications folder ==> utilities double click on it)? What exact problem are you haveing?
    LN

  • Keyboard problem after using Photoshop Elements.

    After using and closing Photoshop Elements 11 my Apple keyboad will not function. I have to restart to get it back again - every time.
    OS X 10.9.1 / Mavericks / Apple wireless keyboard.
    Any ideas please?

    Thanks very much for your help.  I have installed LR4.1RC and it has fixed
    the problem.
    Andrew

  • Startup problem after use in target disk mode with a PC. Ideas?

    I used my Mac 10.4 in traget disk mode. Data transfers between Mac and PC worked fine (via Macdrive 6). After disconnecting and trying to boot normally, Mac doesn't recognize internal volume. It flashes the question mark.
    Tried to repair disk via install DVD - disk utility found no problems.
    Reapired permissons.
    Reset PRAM and NVRAM.
    Tried Startup utility - found the internal volume and even after selecting it for startup, I still get the flashing question mark.
    Apple hardware test found no problems.
    Archive and reinstall is not allowed.
    Data can still be accessed fine via target disk mode.
    Any ideas how to reinitialize or reset the startup volume?
    Powerbook G4   Mac OS X (10.4.8)  

    Hello,
    You need to put the Tiger Install Disc in the 2011 iMac, boot the 2011 uMac into Target mode...
    http://support.apple.com/kb/HT1661
    Boot the G4 holding the Option or alt key, hopefully the Install Disc in the 2011 iMac will show as a boot choice.
    We just want to use the 2011 iMac as a big expensive FW Optical drive, it cannot be installed osing the 2011 iMac itself.

  • Sound problems after using car stereo

    Hi there, Z1 was working fine until I started using cable to connect to car stereo for music. Have done factory reset but problem of only taking call via loudspeaker and no sound in music player still there
    Solved!
    Go to Solution.

    Hi UNOHOO,
    Discussion Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines
    Are you getting audio when a headset is plugged in to the handset? 
    And is it still possible to get audio when using the Car Stereo cable.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Having bluetooth connection problem after using Yosemite for a week

    After installing and using Yosemite for a week, I experienced bluetooth connection problems with my magic mouse and headphone, my model is macbook pro retina early 2013, hope to fix this soon

    Hello there Oranger84,
    If I understand correctly you are having some sort of Bluetooth issue between your computer and Magic Mouse and Headphones after installing Yosemite. Depending on the particular symptoms you are seeing, I would recommend the following article to help you get that resolved:
    Troubleshooting wireless mouse and keyboard issues
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • E5 problem after inserted headset

    guys need some help. after listened to radio on my e5 phone, using the headset, i remove the headset, but when i made/ receive call, people can hear my voice but extremely slow like i put the phone far from me. when i inserted back the headset, its working fine. now i have to use the headset to receive or make phone call. tis is my first time insert the headset to my phone.
    please help!! thanks

    no diff..i've put it to max aledi..now either i've to use the headset, or shout on the phone, so the other side can hear me 

  • Permissions problem after using Migration Assistant - unable to copy files

    I have a PowerBook G4 and 2 iMac G5 desktops - one iMac at home and one at work. I've had the iMac at home and the PowerBook for a while. The iMac at work is one I've just inherited from another user. Both are exactly the same model - 2Ghz iMac G5 (ambient light sensor). All 3 machines are running Mac OS X 10.4.6.
    I decided to use Migration Assistant to transfer my Admin user account on the PowerBook to my work iMac G5, all of which worked great. So I now have an exact copy of the user folder from my PowerBook on my work iMac G5, and consequently the same combination of username/password.
    When I mount the drive from my PowerBook on my work iMac via AFP I can copy files from the PowerBook to the iMac. But if I try to copy the file back to the PowerBook I receive the error "The operation cannot be completed because you do not have sufficient privileges for some of the items". The file does appear on the PowerBook, but it is 0K and therefore useless.
    Worse, if I'm replacing a file on the PowerBook, I get the usual "An item named "blah" already exists in this location..." dialog. If I click Yes to replace the file it is wiped, but then the permission error pops up leaving me with a 0K file on the PowerBook and no original.
    If I mount the work iMac drive on my PowerBook I see exactly the same issue - i.e. I can copy to the local machine from the mounted drive. But I cannot copy anything back without receiving the permissions error.
    My home iMac G5 was not set up using migration assistant, but I do use exactly the same combination of username/password. It does not exhibit the same behaviour. I can mount the PowerBook drive on the home iMac and happily copy files back and forth with no permission errors at all. And the same if I mount the home iMac drive on the PowerBook - no problems.
    So I'm guessing that this behaviour is a result of using Migration Assistant to create the user account on my work iMac. If I log into another account on my work iMac, mount the PowerBook drive and copy a file to the PowerBook it works fine. The problem only occurs in the account created by Migration Assistant.
    Does anyone know how to resolve this, short of having to create a new user account on the work iMac and move all my files from one account to the other?
    PowerBook 12" G4 867Mhz & 2 X iMac 20" G5 2Ghz   Mac OS X (10.4.6)  

    Hi,
    you need to adjust the permissions for the files on your harddrive.
    I think you have serveral users in different groups that may result a permission conflict.
    - Put or copy your files you want to to a new folder.
    - Use this tool, its easy to use for ppl that are not familiar with unix permission setup over the terminal: http://www.macupdate.com/info.php/id/6440
    - give all files recursively all permissions (for testing) (777, owner, group, others)
    - then test the copy procedure
    this should help
    Regards Thorsten

  • Problems after using cleaner tool

    I had problems with my account (A12E1) and used the cleaner tool. Now i can update my CC desktop, but some of the programs aint on my Mac anymore, but the CC desktop says that these programs are updasted, so i can´t reinstall them. What to do?

    Hi Frode,
    Welcome to the forums!
    Please check Applications>> Utilities>> Adobe Installers and see if the CC apps uninstaller is listed there.
    If yes, please run the uninstaller to uninstall the apps and reinstall them from Adobe CC.
    Ankit

  • BB Storm screen problems after using Mac desktop software

    Ever since I first used the Mac desktop software, I keep having problems with my Storm.  The screen keeps dimming to about 30-40%, although it is set at 100%.  I thought it was the device, so I got a new one.  Same thing has happened.  Anyone else having this problem?

    Thanks again for the quick reply simongee,
    To make sure it is not data related or hardware related (usb port speed), I would suggest performing a security wipe ****Backup first**** www.blackberry.com/btsc/KB14058
    Then add a few test contacts and some test calendar appointments and then try to create a backup.  Let me know how look it takes to do the backup. 
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Macbook problems after using usb power

    Hi, something verycstrange happened to my macbook yesterday,  i bought some speakers with usb energy conection,  when put in usb macbook turned off and now i cant turn it on. No way, when conect charger , not even the light turns on, absolutley nothing happens anymore. I brought the notebook into the apple store but it takes a few days. Anyone of u have an idea what that can be. I m a bit surprised that this happens to a mac, its not even 2 years old

    Welcome to Apple Support Communities
    Your MacBook does not turn on and even the power adapter light does not work, so it looks like the whole logic board is damaged somehow. If this is the problem, it's going to be a expensive repair for sure (unless you have AppleCare). This is not the first case I see related to Macs stopping working after connecting a USB peripheral.

  • I use Firefox 16.0.2 on Leopard. Problem: after using succesfully an url on a site, original site(with url) has disappeared.

    I use Firefox 16.0.2 on Apple Leopard. Problem: when I use an url on a site, I am correctly transfered to the site of the url. But I can't go back again to the original site, on which the url was mentioned. the site has disappeared. Thanks in advance for your help!

    You can also open the links in a new tab with a middle click on the link.<br />
    That way you do not need to use the Back button, but can simply close a tab or otherwise return to the previous tab.<br />
    Also make sure that you have the cache enabled and that the cache is working.<br />
    Check the current cache usage on the about:cache page.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Equium A210-1C4: Winload.exe problem after using product recovery disk

    Hi There
    I Could really do with some help here. I have a Toshiba Equium A210-1C4 Laptop. Partitioned drive with Vista home premium service pack 4.0.
    Last night I used the product recovery disk supllied with the laptop to try and restore it back to its factory settings.
    and the end of the process I'm left with a cmd prompt box with X:\windows\system32\cmd.exe in the blue top bit stating:
    Error: imageX could not apply vista F:\05993xsp.swm Index 2 from ODD to C:\!
    Press any key to continue. That box dissappears then another one with Administrator: X:\windows\system32\cmd.exe in the blue top bit stating:
    waiting for ODD to become available...
    ODD Drive F: ready.
    check for medium in drive F:...
    Failed to initialise the raid class.
    No RAID - continue normally...
    X:\windows\system32>
    Now whenever the laptop tries to restart it just comes up with the error message:
    WINDOWS FAILED TO START. A RECENT HARDWARE OR SOFTWARE CHANGE MIGHT BE THE
    CAUSE
    FILE: \WINDOWS\SYSTEM32\WINLOAD.EXE
    STATUS: 0XC000000E
    INFO: THE SELECTED ENTRY COULD NOT BE LOADED BECAUSE THE APPLICATION
    IS MISSING OR CORRUPT
    Below I then have the option to esc or continue both with the same outcome of system trying to restart.
    The recovery disk has no repair option on it.
    please help, I haven't a clue.
    thanks

    Hi
    It looks like something went wrong during the Recovery procedure.
    Did you try to recover the notebook once again?
    If not you should definitely try this!
    You are right; the recovery disk hasnt a option for repair because the recovery disk is not the same like a MS Vista disk. The Recovery disk contains the image files (its a package) and the files contains the Vista, Toshiba drivers, tools and additional software.
    Therefore if something went wring during the recovery procedure, you will be not able to repair the OS installation but you have to run it again.

Maybe you are looking for

  • Intermittent lock ups

    Any ideas as to why my computer locks up or freezes for a 10 seconds then it starts going again? What kind of clues should I be looking at?

  • Some Photos Not Syncing to iPad 1, but issue is not the photos.

    Some Photos Not Syncing:  When syncing iPad1 64gb IOS 5.0.1 w/HP desktop, some but not all jpgs sync from a folder.  (There is ample free space on the iPad.)  The issue is not the photo files as I have verified that the jpg's are all compatible both

  • Can i delete the Subtotal column in Cross Table?

    i create a crosstab named: hr_count, used for counting different kind of employees. and in 'crosstab expert', the 'column' area, i have 2 items: level_1 and level_2; the 'row' area has 1 item: department. my problem is, there's always a 'subtotal' co

  • [solved]Networkmanager, dbus and rc.conf

    Hello forums, I'm having some problems with networkmanager. Networkmanager seems to need dbus for starting up, so placing it too early in the rc.conf results in a start failure. Before, dbus starting time could be configured via rc.conf, now dbus is

  • HT5260 slide show screen saver not working

    after I upgraded to mountain lion my slide show screen saver does not load and hols up my screen forever till sometime i have to force quit to be able to do anything else