Nokia 5530 Receives Pictures That Are Too Small

I have a Nokia 5530 and when I get a picture message it comes out really small.  This is really frustrating as I sometimes like to save the pictures on my computer.  My previous phone was a Nokia 5300 and the pictures I received on this phone were a lot bigger.  Is there anything I can do allow my phone to receive bigger pictures?  

I just signed up as I'm having the same problem with my N79.
There very little out there for this problem.
First make sure that in your message options the 'Image Size' is set to 'Large'
I've done that on my N79 but there is another reason that i'm getting such small msg's;
From the research I've done it seems it's down to the mobile operator (In my case o2).
When you recieve a picture message the message centre looks at your handset and looks at the information it has on its database.
As o2 doesn't list my N79 as a supported handset its msgcentre doesn't have information on what the maximum supported resolution is.
As it can't resolve what size msg the phone can receive it sends it on as the smallest possible, good for wide-range handset compatibility but bad for my picture msg size which come down at a weeny 5kb!

Similar Messages

  • Cannot receive pictures that are sent to me!

    So when one of my contacts sends me a picture on my PC I get a blue square which is suppose to be the picture, with a triangle and an exclamation mark in it and under the box I get a message saying "this photo is unavailable"
    This problem is only on my pc, when I go to my cell phone I can see the picture.
    Thanks
    David

    Try to reset all Internet Explorer settings:
    http://support.microsoft.com/kb/923737
    Next reset LAN settings:
    Open Internet Explorer. Go to Tools -> Internet Options -> Connections -> LAN settings. Make sure that the only option selected is “Automatically detect settings”.
    Next clear all Temporary Internet Files:
    Open Internet Explorer -> Tools -> Internet Options -> General. In the section “Browsing history” press the “Settings” button and in the next window the “View files” button. Delete all files from the Temporary Internet Files folder.
    What do you see now when you open this link in your Internet Explorer?
     https://api.asm.skype.com/s/i

  • I can't delete partition in disk utility, it keeps telling me that "the changes are too small"

    I previously split my disk into two different disks, however I want to combine them together again, yet i was unable to delete the second partition. I can't delete partition in disk utility, it keeps telling me that "the changes are too small"
    Plz help!!!!!!

    Make at least two complete backups of all your data. Boot from another drive and partition this one as desired. Restore the data.

  • Having read how one might be able to send a video that is too large, it seems that those videos and still pictures that are sent, well at least for me anyway, end up 90 degrees to the horizontal...how do i send a pic, or video that is the right way up???.

    my question relates to the orientation of the videos, and still pictures that are sent via the ipad2...they always seem to be 90 degrees to the horizontal...can anyone suggest how to send them so that they will be the right way up???

    my question relates to the orientation of the videos, and still pictures that are sent via the ipad2...they always seem to be 90 degrees to the horizontal...can anyone suggest how to send them so that they will be the right way up???

  • How can I sort my photos by size?  I need to get rid of those which are too small to print.

    Is there a way to sort individual photos in iphoto by size.  (I know you can sort photos in finder- picture by size, but mine are in iphoto). I am organizing my thousands of photos into files within iphoto in order to print hundreds.  I am finding that many are too small to ever print (20-30kb) , and would like to delete those en masse rather than waste time sorting them, but cannot find a way to do that.  Does anyone know if there is a way?  It would be a terribly useful function.  Also, sorting by size would enable you to resize photos that take massage amounts of room unneccesarily.  Thanks for any info.

    No there is no way to do this.
    Also, sorting by size would enable you to resize photos that take massage amounts of room unneccesarily.
    No it wouldn't. There's no way to change the filesize in iPhoto, it always preserves the original file.

  • Redhat 6.3 on Hyper-V, "SRAT: Hotplug area too small" at boot

    Hello Guys,
    After installing Linux Redhat 6.3 on Hyper I receive this message at boot of the Linux virtual machine:
    SRAT: Hotplug area too small
    Can anyone help understand this message and how to resolve.
    Thank you in advance.
    Regards
    Raymond TODO

    Hi Michael,
    Thank you for your answer. Just in case you need them, please find below the information you requested in your previous post.
    What version of Hyper-V are you running? (2008, 2008 R2, 2012, 2012 R2):
    Answer: Core Windows 2008 R2 Hyper V
    How much memory is configured in the VM?:
    Answer: 16Gb
    And how many vCPUs?
    Answer: 4
    How did you install RHEL 6.3? From the installation ISO? Or by copying a VHD that already had RHEL 6.3 in it?:
    Answer:  From ISO
    If from the RHEL 6.3 ISO, then the Linux Integration Services (LIS) are not already installed. If from a cloned VHD, then the LIS might already be installed. So what I'm really wanting to know is if the LIS is installed.
    Answer: Yes, I installed the LIS v3.4 after the RHEL 6.3 installation
    Thank you again for your assistance.
    Regards
    Raymond TODO

  • Error "roll area too small"! Can't find a way to resolve!Please hep.

    Hello everyone:
           i am getting the error "roll area too small" when I am looping through an internal table and calling the code below on change of some value.
    ===
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
          EXPORTING
            authority              = space
            immediately            = space
            new_list_id            = c_x
            no_dialog              = c_x
           user                   = sy-uname
          IMPORTING
            out_parameters         = params
          EXCEPTIONS
            archive_info_not_found = 1
            invalid_print_params   = 2
            invalid_archive_params = 3
            OTHERS                 = 4.
        IF sy-subrc NE 0.
          CLEAR : params.
        ENDIF.
    The printer destination has to be set up
        params-pdest = v_dest.
        params-prtxt = v_spool_text.
        params-paart = lc_paart.
        params-prtxt = v_spool_text.
        params-primm = 'X'.
        params-prrel = space.
        NEW-PAGE PRINT ON PARAMETERS params NO DIALOG.
        NEW-PAGE PRINT OFF.
    ======
    I posted this before and got some feedback and tried everything but it is not fixing the problem! I rewarded points to all the answers. I had basis increase roll area size, optimized code and did everything I can but I am still getting the same error "roll area too small". Same program works in 4.6C but in ECC6.0 I get this error! I have other programs that generates more than 10,000 pages in the spool but the program I am working on creates only 7700 pages! I  am not sure what else is changed in ECC6.0! Could someone please give me any ideas? rewards assured.
    thanks.
    Mithun

    Hello Mithun,
    Even i think increasing the roll area should have helped
    Are both the systems WIndows based  or is one unix based ?
    see this
    http://listserv.sap.com/pipermail/linux.general/2001-July/thread.html#670
    and search for "roll area too small" in the list of links
    it may help
    Also,
    in this solution, it says to use 'field groups'
    http://www.sapfans.com/sapfans/forum/r2all/messages/42.html
    Try these links as well - others with the same problem
    http://marc.info/?l=mysap-linux-general&w=4&r=1&s=%22rollareatoo+small%22&q=b
    Message was edited by:
            Kris Donald

  • To everyone who thinks the fonts are too small on ...

    To everyone who thinks the fonts are too small on the N9 i suggest you contact Nokia about this issue. I know i am!

    please see my post here: /t5/Maemo-and-MeeGo-Devices/N9-Font-too-small/m-p/1338481#M32968

  • The fonts are too small on my imac desktop and web browsers.  Where can I increase the size?

    The fonts are too small on my imac desktop and web browsers.  Where can I increase the size?

    babowa wrote:
    The only way to increase the fonts on your desktop would be system wide by going down a notch on the resolution. Some people won't do it because it increases the pixel size so the fonts won't be quite as sharp; I decided I'd rather have that than having to squint continuously. Go to System Preferences > Displays > Scaled > this will give you all resolution options available. No harm in trying - just check the default (top) choice again if you don't like any of the others.
    It's a b*&^ch getting old .  I still use the screen zoom instead of decreasing resolution, but maybe soon ...

  • Roll area too small

    Hello All,
    We have a background job which is getting canceled saying Roll area too small
    can any 1 of you please explain what exciatly it means.
    Regards,
    Ravi

    Hi Ravi,
    This is related to Memory Allocation Sequence for all Work Process Types.
    Please check the roll area parameters in your system. If the size allocated to roll area is low then background jobs will not finish successflly.
    Please check the all other parameters also related to Memory Allocation.
    ztta/roll_first: Defines the first part of the roll area that is allocated to dialog process
    ztta/roll_area: Defines the total roll area per work process
    rdisp/roll_SHM: Defines the size of the roll buffer
    rdisp/roll_MAXFS: Defines the size of roll buffer and roll file
    em/initial_size_MB: Defines the fixed size of extended memory
    ztta/roll_extension: Defines the user quota for extended memory
    abap/heap_area_dia: Defines the limit for the amount of local memory allocated to dialog work processes
    abap/heap_area_nondia: Defines the limit for the amount of local memory allocated to non-dialog work processes
    abap/heap_area_total: Defines the limit for the total amount of heap memory allocated to all work processes
    Regards
    Krishna Vanga

  • Getting error "Screen output area too small"! Please help!

    I am getting an error "Screen output area too small" when looping through some huge internal table and sending to spool "on change of some value" in my internal table. Could someone please help me in correcting this? Rewards assured.
    Thanks.
    Mithun

    Check the simple program and have tested ,it works great( IN ECC 6 Version)
    REPORT  ztestspool.
    DATA : arc_params TYPE arc_params,
    v_print_parms TYPE pri_params,
    w_valid TYPE char1,
    w_valid_spool TYPE char1.
    CONSTANTS : lc_paart LIKE sy-paart VALUE 'X_65_132', " Paper Format
    lc_locl TYPE sypdest VALUE 'LOCL', " Destination
    c_x TYPE char1 VALUE 'X'.
    Setup the Print Parmaters
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        authority              = space
        immediately            = space
        new_list_id            = c_x
        no_dialog              = c_x
        user                   = sy-uname
      IMPORTING
        out_parameters         = v_print_parms
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc NE 0.
      CLEAR : v_print_parms.
    ENDIF.
    The printer destination has to be set up
    IF v_print_parms-pdest = space.
      v_print_parms-pdest = lc_locl.
    ENDIF.
    Explicitly set line width, and output format so that
    the PDF conversion comes out OK
    *v_print_parms-linsz = c_linsz.
    v_print_parms-paart = lc_paart.
    NEW-PAGE PRINT ON PARAMETERS v_print_parms NO DIALOG.
    *PERFORM display_output.
    write :/ 'This is test for spool generation'.
    NEW-PAGE PRINT OFF.
    Thanks
    Seshu

  • Is there an earbud adaptor or some way to use the iphone ear buds when your ears are too small for them to fit?

    My ears are too small for the iPhone earbuds or any Apple ear buds for that matter. I would like a converter kit to use the ear speakers with a head strap, or ear hook. Does this exist or do I get to invent it? I have 3 sets of the Apple products and they are usless to me.

    My ears are too small for the iPhone earbuds or any Apple ear buds for that matter. I would like a converter kit to use the ear speakers with a head strap, or ear hook. Does this exist or do I get to invent it? I have 3 sets of the Apple products and they are usless to me.

  • My husband's only way to communicate is with ipad.  He now has double-vision.  The icons are too small.  Is Apple planning on accommodating us boomers and handicapped with a larger icons? Zooming doesn't help becuase of limited manual dexterity.  Thanks

    My husband's only way to communicate is with ipad.  He now has double-vision.  The icons are too small.  Is Apple planning on accommodating us boomers and handicapped with a larger icons? Zooming doesn't help because it's not a permanent setting and he can't change it too meet his needs because of limited manual dexterity.  I understand and appreciate the desire for consistency, couldn't they make a two or three size option setting. Small, Medium, Large and maybe Xlarge?

    Thanks.  Tried it.  The size of icons is great but now the part of the screen is missing.  For example, he likes going into his  music app, yes, it was easier for him to see and select, but once in the app he couldn't see the sides, so he couldn't select song without a double-tap to get it out of zoom.  I will see if I can arrange his pages so that all icons show.  This is a sort of work around.  Larger icons would be a better solution.  My husbands illness makes him akin to a person with ALS, so his ipad is his prized possession.

  • The fonts on my homepage are too small to read; how do I fix it

    I just installed firefox and selected my theme. The fonts on the homepage are too small to read. How do I fix this?
    == This happened ==
    Every time Firefox opened
    == I installed Firefox

    Reset the zoom for that page.
    https://support.mozilla.com/en-US/kb/Page+Zoom

  • Photoshop CC icons and text are too small: how to adjust so they're readable? [was: Joanne]

    I have just downloaded Creative Cloud on a new computer.  The new photoshop icons and text are too small for me to see or work with.  I cannot seem to adjust this so its "useable"

    Hey Bob,
    Ive put feature requests for this in before and I know many others have as well. Is there any way to see if Adobe is actually working on this? I dont really consider this a feature request, it should be standard with the software. A feature request would be something like creative cloud libraries, not the ability to make font sizes and icons bigger.

Maybe you are looking for

  • What type of SDHC Memory Reader do I need to transfer 32g of pictures to Iphoto?

    I have a MAC OS X 10.5.8 computer . Can I transfer 32Gig of pictures with  seperate SDHC Card Reader?

  • RRA- FPN- Produser cahnages to roles not reflecting in Copnsumer portal

    Dear All we have configured Remote role assignment in FPN..we can assign roles in consumer portal ..when we have made a change to ( changing role name in produser portal) roles in produser , its reflecting in produser portal but in consumer its refle

  • I get error message each time I try to retrieve image (BLOB) from Oracle

    Can anyone help me? I am working with Servlet and JDBC with Oracle database. I can insert an image (GIF file) in a Oracle table in a BLOB field. But everytime I want to retrieve it I got an error "AbstractMethodError". My retrieve program (only the m

  • Packages configured before compiling

    Some packages (dwm, sxiv) don't use 'dotfiles' but have to be configured before compiling by editing some .h file. I don't see anythihg wrong with it, but I'm uncertain about following four questions: 1. is there nice & transparent way to get the sou

  • Replicator issue

    Hi, I have created a moving shape from the center of the screen directly up (y direction) off the screen. I then added a Replicator with the hope of animating an array of them using the angle controls to make them all animate off the screen in a sun-