8330 curve problem

I have an 8330 curve that at various times the internal speaker shuts off or something....Something is causing the phone to shut down the internal speaker so when I dial the phone connects but I can not hear it dial or hear it ring...the only way I've found to fix the problem is to do a soft re-start(take the battery out). The first phone I had did it and I took it to Verizon and they said the phone was bad....now on 3rd phone....not the phone just something causing it. Help!!! Has this happened to anyone else? I've tried to narrow down what causes it---maybe going from car bluetooth (2009 Murano) to no bluetooth???? Just don't know and am very frustrated.....
Thanks for any help on this matter.... 

I'm not sure, and I am sure that you went around and around with it, having been through three phones.  But, are you sure your are actually going to "NO Bluetooth"?  Could the phone still be picking up and automatically staying connected to either your car bluetooth or some bluetooth headset that you have it paired with.  The bluetooth can and will work up to 30 feet away.  In fact, I use a stereo headset around the house and leave the phone in my bedroom on charger and can walk 50 feet away, with walls between me and the phone before I start losing the signal and sound begins cutting out (just example of how some of the BT signals are).  Did you try disabling the bluetooth on your device in your 'settings' to see if the phones internal speaker then works?

Similar Messages

  • Re: New 8330 Curve Problems

    Thank you kijanasmart for the suggestions.
    With support, we tried the battery removal/reboot many times. It did not resolve the auto-answer issue. Apparently, if the phone is out of its holster it assumes that you are holding it and it auto answers. It does this just laying on the table too. Neither Blackberry support or Sprint support could make it stop. They tried many different things but, they did not seem to be familiar with this particular phone product.
    Number/Alt appears to work properly all the time except in password blocks. I'm trying to confirm this but not being able to see wht is being keyed makes this a difficult process. So, I was seeking confirmation or denial that this is the case.
    The link you provided does not have a 8330 device listed. I am still looking and hoping that somebody has one. Without it, when the Desktop Manager connects to the Blackberry 8330, the 8330 instantly reboots and thus the desktop manager is unusable with Vista 64 bit.
    Thanks for the suggestions! I'll keep watching for a solution.

    Thank you kijanasmart for the suggestions.
    With support, we tried the battery removal/reboot many times. It did not resolve the auto-answer issue. Apparently, if the phone is out of its holster it assumes that you are holding it and it auto answers. It does this just laying on the table too. Neither Blackberry support or Sprint support could make it stop. They tried many different things but, they did not seem to be familiar with this particular phone product.
    Number/Alt appears to work properly all the time except in password blocks. I'm trying to confirm this but not being able to see wht is being keyed makes this a difficult process. So, I was seeking confirmation or denial that this is the case.
    The link you provided does not have a 8330 device listed. I am still looking and hoping that somebody has one. Without it, when the Desktop Manager connects to the Blackberry 8330, the 8330 instantly reboots and thus the desktop manager is unusable with Vista 64 bit.
    Thanks for the suggestions! I'll keep watching for a solution.

  • Problems with wired connection to external speakers - 8330 Curve

    I have a boombox and travel speakers I use with my 8330 curve. When I connect these to my 8330 with a 3.5mm cable (3 contacts, not 4) I get static between each song. I am guessing this has something to do with using a 3 contact male connector into the 4 contact female connector on my device. I understand the 4th contact is used for microphone on a headset, but I only want to connect to my speakers for music.
    Any thoughts on how I can connect to external speakers and eliminate the static? Is there a 3.5mm adapter that goes from a 4 contact male to a 3 contact female? Blackberry offers a 3.5 male to 2.5 female adapter which is not what I am looking for, plus I believe it is still 4 contacts so it would not resolve my static problem.
    I am hoping for a resolution without resorting to the Bluetooth gateway.
    Thanks!

    Unfortunatly, I can't help with the cabled connection static issue.  However, I'll plug the Gateway.  I have one and it's absolutely awesome.  It works flawlessly and I wouldn't trade it for a cable for anything. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Upgrading 8330 Curve Software to 4.5 from Verizon

    Recently I upgraded my 8330 Curve with the new 4.5 software.
    Afterwards, pictures and Media do not appear in emails or in the browser without having to
    hit the menu key and click on "Display Images".
    I spoke with Verizon Tech Services for 2 hours and tried everything they had to offer.
    After Backing up the unit and Synchronizing we wiped the phone clean and reloaded the 4.5
    software.
    The same problem still exists and Verizon had no further solutions.
    Is there a fix for this or should I dare get a Corona and skip this thing across Megans Bay.
    Thanks,
    Zoomer33

    1. This is something I do every Sunday. If I don't the browser becomes bogged down and won't open web pages.
        A. Got to Options, Advanced Options, Host Routing Table, Click Menu, Register Now.
        B. After Registration has been sent and received, I remove the battery (while the divice is on) wait a few minutes. Replace the battery and
            allow the device to reboot.
        C. dial *228 and allow Verizon to re-program the phone. This is always succesful.
    2. Send Service Books
    3. Synchronize with BB Desktop Manager.
    4. Upgrade Desktop Manager to v4.7
    5. Upload "New" Device Software 4.5.0.77 (Platform 3.2.0.51)
    6. Wipe phone clean.
    7. Upload new 4.5 software to phone.
    8. Synchronize Phone.
    9. Go to "Options", "Screen/Keyboard, set Font size and style.
    10. Go to "Options", Security, General Settings, Enable Content Compression.
    11. Go to "Options", Advanced, Browser Push, Enable Push, Enable MDS and WAP. Auto selected on all others.
    12. Send emails to self from Desktop Computer. and Repeat Step 1.
    I think thats it.

  • Can't click on links and buttons from verizon 8330 curve

    I am currently working on developing a web system using HTML & PHP.  I have it up and running in a development environment, but when I look at it from my blackberry (Verizon 8330 Curve) I can see the page, but I can't click on anything. (Links or Buttons)  I asked a coworker to try from his phone (Verizon Storm) and he didn't have any trouble.  So my question is what am I doing wrong where nothing is appearing as usable?  I wanted to make sure that my coding wasn't the problem so I created a test page and had the same problem.  Below is the code I am using from the test page.
    This is my test.html page.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
      <title></title>
      <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    </head>
    <body>
      <form action="index.php" method="post"><input type="text" name="filter"></input>&nbsp;<input type="submit" value="Search"></input></form><br />
      Please enter an item name in the search box below.<br />(Partial names are accepted)
      <br /><br /><a href="/test.html">This is a link.</a>
      <form onSubmit="search_handle(this);" style="padding-top: 4px; padding-bottom: 4px;">
        <input class="sf" type="text" name="q" maxlength="255" value="Enter search text..." style="width: 135px; color: #a5a5a5; padding: 2px;" onFocus="this.style.color='#000000'; if( this.value=='Enter search text...' ) { this.value=''; }" onBlur="if( this.value=='' ) { this.style.color='#A5A5A5'; this.value='Enter search text...'; }" /><br />
        <input type="submit" value="Go!" class="sf" />
      </form>       
    </body>
    </html>

    Thank you for replying!  I have gone through them a couple of times and tried different combinations, but it seems to have the same result.  My current settings are as follows.  Please advise if you think changing any of these will help.
    support javascript - yes
    allow javascript popups - no
    terminate slow running scripts - yes
    support html tables - yes
    use foreground and background colors - yes
    use background images - yes
    support embedded media - no
    support style sheets - no
    show images - on wml & html pages
    emulation mode - blackberry
    default browser - internet browser
    default font family - bbalpha sana
    default font size - 8
    minimum font size - 6
    minimum font style - plain
    default - column
    enable cursor in column mode - yes
    image quality - medium
    repeat animations - 100 times
    enable javascript location support - no

  • All-Day Events Don't Appear in Calendar of Today Theme on Verizon 8330 Curve

    I have a new Verizon 8330 Curve synchronized with my Outlook desktop calendar.
    Using the BB Today Theme, only those calendar events lasting less than one day -- one hour, 15 minutes, etc. -- appear under the calendar on the home screen. No all-day events appear on the home screen.
    The Today theme apparently does not recognize all-day events.
    This is not acceptable. I have plenty of all-day events in the calendar that ought to be appearing on the home screen, alongside 15-minute events, when they're coming up next.
    The Verizon tech people are totally perplexed by this, saying they've not heard of such an issue. They think there may be a problem with the Curve device, and they're sending me a new one.
    However, I've seen a fair amount of discussion online concerning this quirk, so it seems like there's a bona fide synchronization problem between the Blackberry calendar/theme and Outlook as it pertains to all-day events.
    Could somebody from Blackberry please weigh in with a definitive solution? I can't be the only guy in America who care about the fact that birthdays, anniversaries, etc. are not appearing on the BB home screen under the Today theme.

    I take it then you don't have a memory problem. Just to clarify, your events on the calendar are fine, it's just the display
    on the home screen where they disappear?
    Have you tried a battery pull to reset all options?  Pill the battery from the phone while it is ON, leave it out for about a
    minute and replace. Leave the system completly reboot 1-2 minutes and see if the problem continues. This is a common fix on these forums.
    Let us know!
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • No Video Audio via Bluetooth on 8330 Curve

    I have a BlackBerry 8330 Curve and recently purchased the Motorola S9 Bluetooth Stereo Headphones. The device was paired and connected and I have no trouble listening to my music files, answering calls, placing calls or any other controls. The only problem I've had is the fact that I can't get the audio on video files to play via the Bluetooth Headphones. I have tried this on other 8330 Curves and experienced the same problem. However, on other BlackBerrys' (the storm etc.) the audio on video files play great. A work around or any information on how to correct this would be greatly appreciated. FYI, I have also tried the same with a different make Bluetooth Headphone and get the same scenario.

    > Now under control panel -> sound -> Playback tab, I have speakers and headphones (didn't previously have headphones) as device, but nothing else showing, even with right click selection of show disabled and show disconnected devices.
    and what happen when you install the newest Realtek HD audio manager from the Realtek driver page?
    By the way: I found an [HDMI Control Manager |http://www.toshiba.eu/innovation/download_driver_details.jsp?service=EU&selCategory =2&selFamily=2&selSeries=152&selProduct=17255&selS hortMod=null&language=13&selOS=all&selType=all&yea rupload=&monthupload=&dayupload=&useDate=null&mode =allMachines&search=&action=search&macId=&country= all&selectedLanguage=13&type=all&page=2&ID=83022&O SID=30&driverLanguage=42] for download but this is released only for Win 7
    However, try to install this driver/tool and check if it helps.
    In worst case you would need to reset the notebook back to factory settings.

  • Suggestions needed for blackberry 8330 curve

    Hi
    I have a Blackberry 8330 Curve and am on Verizon. Saturday night my messaging system decided on it's own to separate all my messages. Some of the saved ones I have are now dated 12/5 (were from august!). On top of that when my email is downloaded into my Outlook account the emails are no longer taken off the phone. It is very very hard to open up any of my messages-usually takes 2 or 3 clicks to get them open. Am able to send emails and messages.
    Another problem is that I can not update information or comment on people's status on Facebook. This isn't a big problem but is frustrating to me.
    I have occasionally been getting this error message: uncaught exception:Java.lang.ArrayIndexOutofBoundsException
    I
    have rebooted multiple times went to Verizon & this very unhelpful man said all he could do is wipe my phone since there was not a technician there that was proficient on Blackberry.
    Any suggestions are welcomed!
    Thanks
    Kitty

    Unfortunately no, the 8330 does not have a wi-fi adapter built into the device. The 8320 does have it however.
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Caller ID not working on 8330 Curve

    Does anyone know how to fix the caller ID on my 8330 curve. Incoming calls from my address book are coming in as "unknown number" - its only some of the contacts, not all. BB supprt and Sprint couldn't figure it out.
    Thanks!

    First, go into the Phone app (press the Green [Call] button), then hit the [Menu] button (button to the LEFT of the TrackBall) and select Options --> Smart Dialing.  Make sure your Country Code and Area Code are set correctly.
    Also, make sure that phone numbers in your Address Book entries are formatted like a phone number.  The most standard format is:
    +1 (123) 123-1234
    for the US. 
    Jerry

  • I have a 8330 curve and would like to force roaming on it

    I have a 8330 curve and would like to force roaming on it. I get signal from my carrier but signal isn't very good and phone will get signal and then loose it. There are time it locks on roaming tower but won't stay there and when this happens i have lots of dropped calls. thanks for any help richard

    You could use Google Calendar and Google Contacts. Both synchronize effortlessly with blackberry (assuming you have a data contract) and both can sync with Thunderbird with the help of suitable add-ons such as Lightning for the calendar and gContactSync etc for your Thunderbird address book.
    As regards the calendar, I use it to sync Events, I can't speak for Tasks. They seem to have a cinderella status in Lightning. :-(

  • Manual for 8330 Curve?

    I never got my manual for my 8330 curve and I looked it up on the internet and there are 244 pages! How can I actually get the manual i can hold in my hand and read??
    Message was edited by: Verizon Moderator

    It may only be available in electronic format (a lot of new phone manuals are on CD, or online now). 
    Short of printing it out, I don't know that there is a way if it is only available in pdf format.  Consider taking the file to Kinko's and having them print it if you absolutely need to have it in your hands.

  • RSS Feeds on 8330 Curve

    Hello,
    Wondering how to subscribe to RSS Feeds using the Blackberry Browser. I have an 8330 Curve - 4.5.0.138 OS
    Found documentation that states the following:
    Subscribe to a web feed
    On a web page, press the Menu key.
    Click Add Web Feed.
    Select the check box beside a web feed.
    In the Auto Synchronize field, set how often the browser should check for updates to the web feed.
    In the Start time field, set the time of day when the browser should start checking for updates.
    Click Add
    However, I don't seem to have this option "Add Web Feed" in my meu.
    I have navigated to several web feed pages and clicked the menu key. I have the "add bookmark" option where I can select auto synchronize but nothing that says "Add Web Feed"
    Any thoughts or solutions would be very much appreciated.
    Thanks!

    Issue resolved. I changed the browser from "Blackberry Brower" to "Internet Browser" and the Add Web Feed option appears in the menu.

  • Don't want personal emails showing in work email inbox (8330 Curve)

    I succesfully set up my personal email account (comcast) on my 8330 Curve, but the messages are showing in both the main inbox (work) and also the comcast inbox.  Does anyone know how to get the device to only show them in the personal inbox?
    Solved!
    Go to Solution.

    lol, yea, it's pretty technologically unadvanced, lol.
    Some users prefer to hide the main message icon and use only the email-specific folder. They are automatically filtered in that manner. So only your yahoo account email comes to the Yahoo folder, only your Gmail comes to your gmail folder, only your [email protected] email comes to another folder, etc. 
    You can have up to ten email accounts/addresses on one device/BIS account.
    You can do a search of this and all other blackberry-related forums, and I think you will find the answer is... no. Sorry.
    Now, that said, a BES account can have a policy pushed to it to have the BES mail moved to a different folder, and BES users can also use Empower BES Inbox... but none of that applies to this situation.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Sirius radio application for 8330 curve

    anyone tried to download the app for their 8330 curve and it did not work.  Has any found out how to get the app to work.

    So what happens when you click on that icon?
    Do you have a BlackBerry Data Plan enabled on your account with your carrier or mobile provider?
    You must, in order to get the RIM push email functions you are looking for, as well as addtional BlackBerry data services such as the internet browser, Facebook for BlackBerry, BlackBerry Messenger, and much more.
    So, call your carrier and inquire about having the BlackBerry Data Plan added to your account.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • 8330 Curve Hotsync questions

    I just got an 8330 Curve. When I hotsync I get a message "1134 records skipped, check log".  Can anyone tell me how to find the "log" and why it is skipping records?
    Thanks,
    LyndaW

    It is not Blackberry, it is your carrier. Alltel recently added MMS service and for a lot of users it doesn not yet function properly.
    ~Lorrie~ Master of All Things Blackberry!

Maybe you are looking for

  • What is  logical database

    hi, what is logical databse  and its application. please tell ... thanks

  • How do I use this darn thing

    Ok, well, I am a software junky. There is not much I do not know about my pc. Refused to cosider a mac ever, and then I got an ipod. That made me a little less doubtful of apple. Then BF saw the 24" flat panel intel processor imac, and I said he coul

  • Aperture 3 always opens when I attach iPad to Mac

    I have turned "open when camera's attached" OFF. But everytime I attach iPad A3 opens. Very annoying. Is there some other switch I missed, or is this a bug? thanks

  • Iphoto restored from backup with books created in iPhoto gone

    Anyone have any help? My Mac crashed, but fortunately had backed up my iphoto. Reinstalled now cannot find my books that were created...Need help on it might be the dog bed for me. Thx

  • After updating iTunes and rebooting MacBook Pro does not reboot.

    So after installing the update of the new iTunes the system needed to reboot. Screen remains black, battery is full and even with connection to the power network. When pressing the power button you hear the system starts working but stops after unpre