Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User pituvaca's Avatar
    Join Date
    May 2003
    Posts
    23
    Hi,

    we have a strange behavior with two Nokia 6131. One of them reduces the images downloaded by HTTP from a MIDlet. We use DrawImage(). It's like some setting config is reducing the images to masaic format or something like this.

    Thanks. M

  2. #2
    Registered User gdesantos's Avatar
    Join Date
    Mar 2003
    Posts
    35
    Have you solved this problem?

  3. #3
    Regular Contributor Danack's Avatar
    Join Date
    May 2003
    Posts
    151
    Which operator is this on? and is the image size larger in either direction than the screen?

    I believe some operators have started introducing proxying servers to dynamically resize web sites to fit on mobile phones - which obviously breaks loads of things silently.

    First you should try using a sim card from a different operator to check that it is the operator resizing the image and not something on the phone.


    If it is the operator you could probably work around it by either renaming the files to not be *.png or *.jpg but maybe *.gnp or *.gpj which won't get identified as images.

    Alternatively, hopefully, accessing the images through a different port e.g.

    http://yourserver.com:51234/someImage.png instead of http://yourserver.com/someImage.png may indicate to the proxying server that it's not a web site so don't resize it (but might break your application for users who only have wap internet access set up).

    Finally you could write a little web servlet to change the content type for the image being served from image/png to application/binary or application/octet-stream - which also should stop the proxying server messing with your data. In fact this should be done for all data sent to phones, as some proxies have manipulated text as well....

    I would love to hear your results; both what the cause of this and if any of the methods above work around it.

    cheers
    Dan

Similar Threads

  1. Audio Input Stream on N80
    By tkaihock in forum Symbian Media (Closed)
    Replies: 9
    Last Post: 2006-06-30, 09:15
  2. How to decrease the size of animations by changing the source images?
    By MobileVisuals in forum Streaming and Video
    Replies: 1
    Last Post: 2005-05-23, 18:07
  3. User break point error in Grid
    By ag24master in forum Symbian User Interface
    Replies: 0
    Last Post: 2003-08-07, 08:20
  4. The size of images captured by phone
    By yanfu_2000 in forum Symbian C++
    Replies: 0
    Last Post: 2003-06-13, 14:43
  5. Nokia 7650 WAP browser features: deck size, tabs, images as links
    By ask_expert in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2002-06-17, 21:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved