What about this case?

http://www.belkin.com/IWCatProductPage.process?Product_Id=512159#
it seems like a pretty slim fitting case. i am just really intrested in a better grip. what about that one?

Morning Alex,
Thanks for using Apple Support Communities.
For troubleshooting on this, take a look at this article:
iPhone: Sound muffled or low from the speaker or when speaking into the mic.
http://support.apple.com/kb/TS1631
Resolution
Check the following:
Check the volume setting on your iPhone. You can adjust the volume by pressing the volume up and down buttons on the left side of the iPhone.
If you are using a third-party iPhone case, make sure it is not covering the speaker, microphone, or top microphone. Try making some calls without the case to see if a caller can now hear you more clearly or play music to see if the speaker's volume is better.
If you have not removed the plastic display film used for protection during shipment, either ensure that the microphone and speaker are not covered or remove the film completely.
Check that the speaker, microphone mesh covers, and top microphone hole are not clogged with lint or other debris.
If the speaker, microphone mesh, or top microphone (iPhone 4 only) appear clogged, please use a clean, small, dry, soft-bristled brush to clean them. To do this follow these instructions:
Use the brush to carefully and gently brush the speaker and microphone mesh.
Brush away from the 30-pin dock connector to avoid getting any debris into the dock connector.
Hope this helps,
Mario

Similar Messages

  • I have problem with my I PHONE 4S  Always its time out then i must restart my I phone please any help about this case ??

    i have problem with my I PHONE 4S  Always its time out then i must restart my I phone please any help about this case ??

    Hello Pllumb,
    It sounds like you are unable to turn on Wi-Fi because the option is grayed out in Settings. Use these steps from the following article named:
    iOS: Wi-Fi settings grayed out or dim
    http://support.apple.com/kb/ts1559
    Restart your iOS device.
    Make sure that airplane mode is off by tapping Settings > Airplane Mode.
    Reset the network settings by tapping Settings > General > Reset > Reset Network Settings.
    This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings.
    Make sure that your device is using the latest software. To do so, connect your device to your computer and check for updates in iTunes.
    If you still can't turn Wi-Fi on, please contact Apple for support and service options. If you can turn Wi-Fi on but are experiencing other issues with Wi-Fi, please see these steps.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Question about this case statement...Never seen it written this way

    I have this case statement written by a developer and i am trying to understand what he was trying to accomplish with writing it in this manner
    CASE t_CELL
                    WHEN 'XML' THEN
                        'Mods'
                    ELSE
                        CASE WHEN t_CELL IS NOT NULL THEN
                            t_Cell
                        ELSE
                            CELL
                        END
                    END
                = CELL OR CASE t_CELL
                    WHEN 'XML' THEN
                        'Amps'
                    ELSE
                        CASE WHEN t_CELL IS NOT NULL THEN
                            t_Cell
                        ELSE
                            CELL
                        END
                    END = CELL);What is throwing me off is the = CELL that was included..Kindly note, this is just a sample code

    Hi,
    If x and cell are strings, then I trust you understand what it means to compare them by saying:
    x = cellx can be any kind of expression that returns a string.
    For example, do you understand what it means if x is a string literal, like this?
    'Amps' = cellDo you understand what it means when x is another string column, like this?
    t_cell = cellDo you understand what it means when x is a function that returns a string, like this?
    TO_CHAR (SYSDATE, 'Dy') = cellIn the code you posted, the CASE expression is just another way of specifying a string value for x:
    CASE ... END = cellA CASE expression is just another kind of expression, that is, another thing that can replace x on the left of the = sign.
    It looks like the condition you posted is equivalent to:
    (     (     t_cell     = 'XML'
         AND     cell     IN ('Amps', 'Mods')
    OR     (     t_cell     != 'XML'
         AND     cell     = t_cell
    OR          t_cell     IS NULL
    )

  • Hey What About This Idea

    I tried to find an earlier post about this, and I didn't see anything. I apologize if it has already been discussed.
    How about a "Tab in Tab" browsing feature being added. In other words, having the ability to view two (or more) tabs at once. It comes up for me all the time. I am browsing on one tab, and I am waiting for something to happen in another. It would be great to me if I could see a small version of the one tab while I was browsing for other things in the other tab.
    Thoughts?

    Ahh! But I don't want a thumbnail. I want a live page.
    i.e. I play chess online. I can do a search for another player that can sometimes take some time. While I am waiting it would be nice to be able to browse in another tab, but currently if I am viewing another tab, I have no idea what is happening in the first tab.
    Or suppose I am waiting for a file to finish downloading, or a movie to start playing, etc.

  • PROCEDURE DOESN'T EXIST - what about this issue when installation

    install APEX3.2 on Oracle 10 with Http server + mod_plsql
    the Apache error log:
    [Fri Apr 10 16:12:58 2009] [error] [client 192.168.3.56] [ecid: 1239351178:192.168.3.56:1804:5872:1,0] File does not exist: f:/oraclecd/product/10.2.0/db/apache/apache/htdocs/pls
    [Fri Apr 10 16:14:19 2009] [error] [client 192.168.3.56] [ecid: 1239351258:192.168.3.56:1804:5664:1,0] mod_plsql: /pls/apex/apex_admin HTTP-404 \napex_admin: PROCEDURE DOESN'T EXIST\n
    access log:
    192.168.3.56 - APEX_PUBLIC_USER [10/Apr/2009:16:05:16 +0800] "GET /pls/apex/apex_admin HTTP/1.1" 404 357
    192.168.3.56 - - [10/Apr/2009:16:05:22 +0800] "GET /pls/apex HTTP/1.1" 302 5
    192.168.3.56 - - [10/Apr/2009:16:05:27 +0800] "GET /apex HTTP/1.1" 404 342
    192.168.3.56 - - [10/Apr/2009:16:09:49 +0800] "GET /apex HTTP/1.1" 404 342
    192.168.3.56 - - [10/Apr/2009:16:09:57 +0800] "GET /pls/apex HTTP/1.1" 302 5
    192.168.3.56 - - [10/Apr/2009:16:12:58 +0800] "GET /pls HTTP/1.1" 404 341
    192.168.3.56 - APEX_PUBLIC_USER [10/Apr/2009:16:14:19 +0800] "GET /pls/apex/apex_admin HTTP/1.1" 404 357
    and DADs is :
    Alias /i/ "F:/oracleCD/product/10.2.0/db/Apache/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString 192.168.3.56:1521:apex.domain ServiceNameFormat
    PlsqlNLSLanguage "AMERICAN_AMERICA.AL32UTF8"
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword *****
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    Edited by: PPMonkey on Apr 10, 2009 1:21 AM
    Edited by: PPMonkey on Apr 10, 2009 1:22 AM

    Hi Matthias,
    Thanks for your reminding. The DAD is ok.
    And I have found the cause. and it's a little bit complicated.
    I have installed 2 oracles on my machine. Apex and Apache have been installed on different ORACLEs.
    sorry about this. so mass.

  • What about this black border around my movie?

    I've just started learning about iMovie. With a Canon Digital I've shot some test footage. Thing is, some of the clips have a black border around the entire movie where other clips have no border top and bottom but do have side borders. What gives? Many thanks.
    Mac Powerbook   Mac OS X (10.4.1)  

    The problem sounds like it could be an issue with what format you selected for the project when you first created it. iMovie gives you a choice of DV, DV Widescreen, HDV 1081, HDV720, MPEG-4. If you choose one format for your project, but the camera is not set for that particular format, you will see the black bars appear on the sides or around the top of your image.
    Which Canon camera are you using? Check to see what format the camera is recording, and make sure your new project matches this.
    If you find this helpful or if this solves your problem, make sure you indicate this by clicking the appropriate icon in the header of this reply.

  • What about this website of movies online

    I want you all to have a look on this website and let me know if i can make some changes in it. Or share your reviews about the website. What according to you will rate it out of 10. Here is the link to the website.
    watch movies online
    Thanks in advance

    The problem sounds like it could be an issue with what format you selected for the project when you first created it. iMovie gives you a choice of DV, DV Widescreen, HDV 1081, HDV720, MPEG-4. If you choose one format for your project, but the camera is not set for that particular format, you will see the black bars appear on the sides or around the top of your image.
    Which Canon camera are you using? Check to see what format the camera is recording, and make sure your new project matches this.
    If you find this helpful or if this solves your problem, make sure you indicate this by clicking the appropriate icon in the header of this reply.

  • What about this Ram?

    I want to upgrade my mbp 2011 ram to 8GB.
    Is this a good quality ram ?
    http://www.amazon.co.uk/Kingston-Technology-Apple-8GB-Kit/dp/B001PS9UKW/ref=sr_1 _1?ie=UTF8&qid=1312031082&sr=8-1
    Do i void apple's guarantee by changing it by my self?
    Is there any better ones for that price or the same quality for a lower price?
    Any help appriciated.

    Alexandros
    I've read that people like Crucial and OWC.  Another good chice is Kingston is another good choice. I personally bought the Corsair because of the price. Remember different people have different experiences with the various manufacturers of RAM. So opinions differ. Many had mixed reviews about the Corsair. But for me and for my new 2011 MBP it has been great. Just remember you need the 1333Mhz DDR3. What I learned was Apple puts Samsung RAM in the 2011 MBP. That's what was in mine when I replaced. The final choice is yours to make. Hope this helps. One other thing whatever RAM you choose don't forget to do the memtest once you install it. The easiest way to do this is to download Rember it is a GUI front end for memtest. It is free to use. A final note, be extremely careful how you unpackage the RAM you buy, and be sure to seat it firmly when you replace it. You can do it yourself it is not difficult at all. Takes about 10-15 minutes. You'll need a #00 phillips head screw driver to remove the screws on the bottom of your MBP. Remember too by adding more RAM it will increase slightly the operating temperature of your MBP, but not significantly.
    Joseph

  • What about this battery life???!!!

    Has anyone come up with an optional battery. Even with the Advanced Killer, my battery doesn't last an entire day. And I don't talk on the phone much at all for it to go dead like it does..Help!

    The great one strikes again! I love my HTC extended battery. Not like we have tons if accessories to purchase with this phone. May as well enjoy life like me and not worry about battery life. I'm a heavy user on WiFi mostly. This battery will get my heavy use to the end of the day plus a pinch more. Just in time for Mr Phone to charge when I get my charge sleeping.

  • Email contact list breached and what about this "mac protector"

    I use Hotmail as my email address, and safari as my web browser.
    Last week someone was able to send an embarassing message to all the folks on my contact list.
    How could this have happened?
    Also a couple of weeks ago, I received something called "mac protector" unsolicited. It looked very much like an update from Apple, but I deleted it.
    Is there any connection between these two incidents, and what can I do to prevent anyone from getting my contact list again.
    I'm running the latest MAC OS (10.6.7).
    Thanks for your help.

    You were right to delete it: Mac Protector and Mac Defender are malware of a quite nasty kind: never ever install programs you are offered. Only obtain programs from legitimate sources. No legitimate program will arrive unannounced, or claim to have 'scanned' your Mac and found something.

  • S v K - what about this?

    http://discussions.apple.com/thread.jspa?threadID=1197649&tstart=0

    Quote
    Originally posted by Lamy
    There are same test on my machine. Your scores seem to be ok, see yourself:
    Sandra Arithmetic Benchmark and Sandra Memory Bandwidth Benchmark
    Is what your bios version ?
    could u post here your complete configuration ?
    Ps: i´m doubtful about which Mobo to buy...865PE FIS2R or 875P FIS2R....i´m lost

  • Ok, so what about this...

    I was wondering how to export Metadata for multiple images as seperate files without having to export the master files as well. All I can see is I either have to export the masters with the sidecar files, thus duplicating the lot or I can export a single text file with all metadata for all images. How does one A) export individual XMP files without the masters or B) use the single txt file in apps like photoshop?
    I suppose I could export all the masters and the throw away the exported master files and put the XMP files into the folder that already has the images in it. But this seems like more work than I should have to do.
    Thanks
    Craig
    PS, I probably should note that I am referencing the files, not storing them in the Aperture library

    HI Victor
    For some wedding clients who choose to pay me sufficiently, we release the files after a set period. As they are purchasing the images, we think it fair that they receive the original RAW file. But also want to ensure that they can reproduce what we gave them. It is strongly suggested that they use one of a list of Labs that we reccommend. I suppose that I could limit them to tifs with the changes already set in place, or give them a set of tifs or jpgs as well as the RAW, but really the problem is if they are getting the RAW, they need the XMP file with those changes. Many people have PS but few know what to do with a RAW file ( assuming that they have heard of one)
    But that is not really the question here, what if I am working in Aperture and then need to send the files to one of my Windows machines (admitted, unlikey) or ask my lab to work the image in some way (who use Macs but not Aperture.)
    It would just be nice if all these programs talked to each other in this area.
    Craig

  • What about THIS message?

    People keep mentioning error codes. I get this:
    *We could not complete your iTunes Store request.*
    *The network connection was reset.*
    *Make sure your network connection is active and try again.*
    My iPhone is activated with 2.0 software, but I cannot restore my data.
    I get no option to do anything other than eject. (I've tried unplugging/replugging about 20 times)
    Any ideas?

    Activation servers are down (tons of threads and news reports now about it).
    Just wait till later.
    Leave phone plugged in, no need to unplug/replug
    When you want to try, just click on Music or Movies or something then click back on the iPhone.

  • What about this e-book??

          I have a Kindle e-book, and my brother has a Kodo.  Can you give me instruction on.                                        How to transfer books from one book to another?    Where to go to get all the free books?   Can I go on other sites to download books or stay on adobe?
    We are very new at this.
    Hope you c an help in some way?
    F.

    Welcome to the world of ebooks!  It's fascinating and exciting - and can be
    a pain in the butt at times.  But what technology isn't?
    To start with, each ereader has a linkage to a particular ebookstore.  The
    Kindle is linked to Amazon, while the Kobo is linked to Kobo/Borders.  The
    beauty of Adobe Digital Editions is that it can service some ereaders and
    make it possible to get ebooks from other sites than the one your ereader is
    linked to.  Kindles, unfortunately, aren't supported by ADE (see
    http://blogs.adobe.com/digitalpublishing/supported-devices).  Kobo's readers
    aren't supported by Amazon either, but you can use ADE to download books
    from other sites: the Kobo ebookstore, WH Smith, Project Gutenberg (for
    public domain books like Sherlock Holmes), manybooks.net and others.  Do a
    Google search on ebooks and bunches of sites will jump out at you.
    What's discouraging, though, is that you and your brother aren't going to be
    able to share ebooks directly.  You'll find the same titles are sold or
    downloaded for free from more than one site, so you can share the ebooks by
    putting a copy from different sources on each of your ereaders.  Not the
    best solution, because it can get expen$ive, though.  If you wanted to
    inve$t in readers that were the same or similar (the same make, but
    different models), you'd be able to share the ebooks via the bookstore, or
    via ADE, depending on what you bought.  ADE will allow you to dowload to
    more than one supported ereader if the publisher's permissions permit it.  I
    now have four ereaders, where three months ago, I had none, in part because
    my wife and I wanted to share ebooks.
    It's amazing how you can get attached to these things!
    Hope this helps!
    =================

  • 6i and 9i - Hey guys and girls what about this one !

    Hi,
    Can anyone tell me what is the MAIN difference (if any) between Forms 6i and 9i please. Are there completely new capabilities in 9i or something ?
    Any suggestions warmly welcomed.
    N.

    Hi,
    The architecture has gone under a drastic change.
    Following are some facts
    1) The Client Server Architecture is made Un-available.
    2) The CGI mode in the Web Deployment is made Un-available.
    3) Only Servlets are functional.
    4) The Single Sign On feature has been provided for security.
    5) Graphics as a product is removed and are there only as a part of Reports/Forms Builders.
    The above I think are of major concern.
    Thanks,
    Teji.

Maybe you are looking for

  • Playing Videos on TV

    Hi, I want to see if someone know the formats that I need to convert the videos that I have to play them later on a TV screen. May be the frames per second, may be 640*480 I don´t know, because I have tried but it start playing but it disconect him s

  • Query to Find Table and Column Name by using a value

    Dear Legends, I hope and surfed in our forums and google to find the Table Name and Column Name by having a value(Number/String). And my where clauses are where owner NOT IN ('SYS','SYSTEM') and       data_type IN ('CHAR','VARCHAR2','NUMBER') May I h

  • Muxing Problems

    Hello, I'm editing projects in FCP that will then be encoded to MPEG and played back on a broadcast server. What I've been doing is exporting a QT movie (not self-contained) and then using compressor to encode the MPEG. Now, as you know, Compressor s

  • MDT Deployment share and SQL Share on different servers

    Hello Technet, I would like help to figure out how to deal with my MDT Deployment share being on a different server than my SQL Share. I am trying to use the MDT Database in MDT 2013 and SQL Server Express 2014. My deployment share is located on a Li

  • Headphone jack malfunctioning

    The headphone jack in my less than 3 month old iPhone 4s is malfunctioning. I can't play music thru my external speaker and it only makes noise for my alarms and incoming calls. I can hear music thru my headphones, but that cuts out within 3 mins. My