N82, Gallery doesn't display pictures stored in th...

Hi!
Suddenly the gallery function doesn't display pictures stored on the memorycard. Well, not any files in the memory card.., doesn't recognize musicfiles either.
Is there a way to set the gallery function to display files in the memory card? It did automatically before.
New pictures are stored in the memorycard and also not displayed.
I can browse and open the pictures using the filemanager. If i copy them to the phonememory it also displays correctly..
I've upgraded the firmware but the problem remains..
Help much appreciated
Solved!
Go to Solution.

glad its worked
If you find my post useful then click on
Kudos!Nokia N96 (v20.050 / RM-247)
www.shaysoft.net | Competitions!

Similar Messages

  • Problem displaying picture stored in mySQL

    Hi, i just have got problem displaying picture stored in database as BLOB and presented on JSP over servlet. Below is my code i am using to upload file into database, than download it and display again. The result is the picture can not draw inself and there is always only empty picture space on the web page i am displaying. Please help me to find why it is not working, thanx.
    servlet uploading picture to database
                   boolean isMultipart = FileUpload.isMultipartContent(req);
                   DiskFileUpload upload = new DiskFileUpload();
                   List items = upload.parseRequest(req);
                   Hashtable textFields = new Hashtable();
                   byte[] data = new byte[4096];
                   if(isMultipart)
                        Iterator iter = items.iterator();
                        while(iter.hasNext())
                             FileItem item = (FileItem)iter.next();
                             if(item.isFormField())
                                  textFields.put(item.getFieldName(), item.getString());
                             }else{
                                  data = item.get();
                   String sqlStatement = "INSERT INTO cds VALUES('" textFields.get("id")"'," +
                                            "'" textFields.get("album") "','" textFields.get("interpreter") "'," +
                                                      "'" textFields.get("gr1") "','" textFields.get("gr2") "','" textFields.get("price") "')";
                   String sqlStatement2 = "INSERT INTO pics VALUES('" textFields.get("id") "','" data "')";
    servlet to download picture
    String SQL =
         "SELECT Picture " +
         "FROM pics " +
         "WHERE id = '" + request.getParameter("id") + "'";
         ResultSet rs = stmt.executeQuery(SQL);
         rs.next();
         Blob blob = null;
         blob = rs.getBlob(1);
         response.setContentType("image/jpg");
         request.setAttribute("blob", blob);
         System.out.println("just above OutputStream");
         InputStream in = blob.getBinaryStream();
         ServletOutputStream sout = response.getOutputStream();
         int b;
         while ((b = in.read()) != -1) {
         sout.write(b);
         in.close();
         sout.flush();
         sout.close();
    img tag in JSP
    <img src="LoadImageServlet?id=some id>
    plus i am using
    Tomcat 5.0
    mySQL 4.0
    debuging in eclipse
    thanx for help once more, Libor.

    1:
    are there any exceptions throws by the jdbc code
    2:
    is the code in a doGet
    3:
    you should do a if(result.next())
    4:
    Is your mapping code working

  • Unable to access gallery for changing display picture.

    I am not able to change my display picture to my choice because the only 3 tabs are (default, recent and camera). I do not have access to my gallery to change my dp. Is there any solution to this problem?
    I have been searching online for solutions, but am unable to find any. Kindly help!
    Thank you

    Hello boimoet and welcome to the BlackBerry Support Community Forums.
    Thanks for your question regarding the display photo in BBM.
    Currently the photo cannot be zoomed out for a full display as your profile photo. Only the area displayed in the crop window can be selected for display.
    Hope this helps to clarify.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Imessage doesn't display picture on mac

    Hello, basically this little issue really bothers me.
    On my macbook air, on Imessage I can see picture of person who i'm chatting with but on my mac mini, i cannot.
    I attach two screenshots, and the fact that macbook is not updated on the screenshot doesn't affect this.
    Can someone explain me why, and how Can i make picture display also in the conversation like it is already set in my macbook?

    Messages > View > Show all buddy pictures…

  • IPhoto 9.6 doesn´t display any pictures from library, upgraded

    iPhoto 9.6 doesn´t display any pictures from library. I have upgraded from an old iPhoto. I upgraded the Library also.
    Everything is inside the Library I can see but when I run iPhoto I get only a yellow note on the screen and no pictures?

    Everything is inside the Library I can see
    Do you mean by looking into the library using the Finder?
    but when I run iPhoto I get only a yellow note on the screen and no pictures?
    Then iPhoto has probably opened a new, empty library, because it could not find or access your iPhoto library. What happens, whiny double-click the Library to open it directly?
    Where is your iPhoto library stored? Is it in the Pictures folder or on an external drive?

  • How to display and save a picture stored as BLOB in MySQL database in Jsp?

    Hello i am doing a dataentry form where in i will display the picture stored as Blob in MySQL database to the browser. The form also allow changing the picture and updating the picture Blob in the database.
    How can i do it? I try this
    <img src'"<%=rs.getBlob("picture")%> but it doesn't display the picture.
    another thing, how can i save it in the database, if is use the file field in the html form?
    thanks in advance for your help.

    Hello i am doing a dataentry form where in i will display the picture stored as Blob in MySQL database to the browser. The form also allow changing the picture and updating the picture Blob in the database.
    How can i do it? I try this
    <img src'"<%=rs.getBlob("picture")%> but it doesn't display the picture.
    another thing, how can i save it in the database, if is use the file field in the html form?
    thanks in advance for your help.

  • Firefix doesn't display some kind of pictures

    Firefix doesn't display some kind of pictures in the google+. I've tried an advice from support but problem still exists (https://support.mozilla.org/en-US/kb/fix-problems-images-not-show).
    Other internet browser shows these pictures correct. It seems to me the problem concerns .bmp files
    as I unvestigated searching other browsers.

    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Forms 6i - display into image item picture stored in blob type on database

    hi to all
    i searched on this forum but in don't found solution my problem.
    I created table with a column blob and i design form that insert and display image stored in database ( oracle 9i )
    i used image item type with block database based
    my version forms is
    Forms [32 Bit] Version 6.0.8.13.0 (Production)
    if i define column table like "long raw" it worked but i used blob i insert but i don't display image
    error is:
    ORA-00932: inconsistent datatypes: expected got
    thanks a lot to all
    bye

    I know, that the false forms-version (patch) gives you this errors. Try a newer patchset. For example patch 13-15 (for 9i), or 17 (10g rel. 1)

  • Displaying Images Stored on a Server In Flex

    My original idea for my app was to have live thumbnails of websites by screenshotting a html component in the app and saving these screenshots as jpgs which are applied as the source of the thumbnails. I now realise this is a bit too unstable as if the site doesn't load the images won't display. What I want to do instead is use the same idea but instead of the application writing to the application directory writing to a server where the images are stored so that it will overwrite these images.
    What I need to know is how to display server stored images in flex in either an image component or an array collection so they can be applied to a tilelist. The problem is I have zero experience at using server side data with flex. Can anyone point me in the direction to some examples/tutorials on how to display server stored data or more specifically images within a flex application or give me advice on this? Cheers.

    quick and easy way to do it would be with PHP.
    Make a script, scan a server folder and return the results in an XML format that can simply be fed into a datagrid/tilelist/whatever. To give you a few hints of what to look into.
    You'll need an initial HTTPService request fired off to the php script. The PHP script will then need to parse through the folder finding all the images, i'd recommend the glob() function in PHP to do this. eg:
    print "<images>";
    foreach (glob("directory/*.jpg") as $filename) {
        print "<screen><name>".$filename."</name><location>directory/".$filename."</location></screen>"
    print "</images>";
    then you'll need to handle the result event, simply feed each item into its respective place and ta daa.
    there are loads of examples around with this same methodology principle like this one:
    http://www.vipercreations.com/tutorials.php?t=28&page=1&c=Adobe%20Flex
    and i'm sure if you search around for 'flex php gallery' on google you'll probably even find a totally relevant example.

  • Dynamic gallery won`t display once uploaded on FTP

    Hi, I builded this dynamic gallery page that display the
    pictures using an UI Loader component.
    When I test the movie in Flash the gallery loads and displays
    the external picture with no problems. However, once the html and
    SWF file are upoladed on line you can see everything correctly but
    the clickable thumbnails won`t open any picture.
    In the FTP I`m keeping the same exact path as my directory.
    The code says
    btn1.addEventListener(MouseEvent.CLICK, ldr1)
    function ldr1 (e:Event) {
    my_ldr.source = "PICTURES/FASHION/fashion1.jpg";
    So, I have a PICTURES folder in the same directory as the SWF
    and HTML document and inside of it I have the FASHION folder
    containing the pictures called "fashion1", "fashion2", and so
    forth...
    I can send more code if necessary. It seems a pretty
    straightforward process and it should work, but I can gigure out
    why is not working.
    Anybody have any idea why?
    Here` s the website in progress
    http://www.erinbarry.co.uk/staging/home.html

    I see in the directory tree of your web host that all of your
    jpg's have all caps for their extensions (fashion1.JPG not
    fashion1.jpg). If you change the path in the Flash or change the
    filenames this will work. Often, your local computer OS doesn't
    care about caps vs no-caps, whereas web servers often do care, and
    in this instance your web server does.
    To test this, if you put "
    http://www.erinbarry.co.uk/staging/PICTURES/FASHION/fashion1.jpg"
    into the browser path you get a "404 Not Found" error. If you
    change it to "
    http://www.erinbarry.co.uk/staging/PICTURES/FASHION/fashion1.JPG"
    you get the image.

  • Mac Mini Doesn't Display through Philips Tube HDTV

    I have a Philips tube HDTV with a VGA connector in the back, and used the DVI-VGA connector that came with my new Mac Mini to connect. I don't have a computer monitor at home. The TV doesn't display anything.
    So then I took the Mac Mini over to a friend's. He has a VGA monitor, and so he ran the Mac Mini through setup and set it to the lowest possible display settings. I came back here, rebooted and plugged it back in; still no display.
    Then I tried this:
    "First thing to try is to boot the mini into safe mode by holding down the shift key as it boots up. This should allow it to boot, and then give you access to the display preference pane to adjust the settings back to those that worked.
    If that doesn't work, try disconnecting the TV, and rebooting the Mac with no display attached. Once it has fully booted and enough time has passed to allow the desktop to be displayed, reconnected the TV. This should force the mini to boot into a low-res mode that works with just about anything, then when you reconnect the display, either cause it to auto-sense the correct resolutions, or give you access to display preferences."
    This didn't work either. Any suggestions?

    Hi Alan,
    Check your TV manual to see what resolutions your VGA/RGB connector on your TV will accept. Being a HDTV it is likely to be from 480p to at least 1080i.
    You then set the resolution in your Display preference pane to 640x480 and you should get a picture on your TV. The trick is to set it when you can't see anything! Attaching to another device may not help because the Mac detects that device when you set the Display and will know its not that when attached again to your TV. When attached to your TV it is setting another resolution it thinks will work. It is clearly guessing the wrong screen resolution when you do connect it.
    I overcame this situation myself using a VNC client. That requires you to have another computer you can use to control your Mac Mini via VNC. You can then access the Display pane via VNC and set the 640x480 resolution which will work.
    For setting 1080i (and the VNC process) please see:
    http://www.macosxhints.com/article.php?story=20060319073027371&query=1080i%2BMac %2BMini
    I am guessing you can also use an S Video adapter - available from Apple - to connect to an S Video port your TV may also have. That won't help with the VGA connection though.
    Hope this helps.

  • Problem displaying PDF stored in BLOB column

    Hello everyone.
    I've been trying to follow this tutorial http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::p11_question_id:232814159006 on displaying PDFs stored in BLOB columns. This is being performed on Apex 4.2, with my DB running 11g. I've got my procedure, which I'll post below:
    create or replace procedure "PDF" (p_id IN gvo_documents.doc_id%type)
    is
        l_lob    blob;
        l_amt    number default 30;
        l_off   number default 1;
        l_raw   raw(4096);
    begin
        select contents into l_lob
            from gvo_documents
             where doc_id = p_id;
    -- make sure to change this for your type!
        owa_util.mime_header( 'application/pdf' );
        begin
            loop
              dbms_lob.read( l_lob, l_amt, l_off, l_raw );
              htp.prn( utl_raw.cast_to_varchar2( l_raw ) );
              l_off := l_off+l_amt;
              l_amt := 4096;           
        end loop;
            exception
               when no_data_found then
                  NULL;
            end;
    end;
    I am trying to run this through a PL/SQL dynamic region and while I don't receive any error's, the content displayed is a huge mess of garbled text and odd characters. I've tried to run this procedure on numerous other document types, including word files and jpeg images, all with the necessary changes in my procedure, and regardless of what I use, I still get a large mess of strange characters. Does anyone have any information or ideas about why this is happening?

    If I understand correctly, your requirements needs to be broken down into two problems:
    1) click link that pops up a window displaying a new APEX page
    2) an APEX page the displays the document, not downloads it.
    I haven't done #1 (yet).
    However, you may be able to generate a URL that points to the new page as part of the SELECT statement for the Report.
    This has a related question, but no answer yet:
    open pdf in popup browser window
    The key is target="_blank" for the anchor tag.
    To generate the URL, you should use the APEX_UTIL.prepare_URL() function.
    If that doesn't work, a Dynamic Action that does some magical JavaScript stuff may be needed.
    For #2, I lost the URL that showed how to display a PDF as part of a "form" page.
    From what I remember:
    Start with a blank page with one blank HTML region (all the Items go in the HTML region)
    Add an Item for the PK/Doc_ID
    part I forgot Create a Data Manipulation Process
    - Automated Row Fetch
    - On Load - After Header
    - (stuff for your table/view)
    part I forgot Create an (I believe) "File Browser" item type. For Settings:
    - Storage Type "BLOB column specified in Item Source" (and place the column name of the BLOB there)
    - MIME Type Column: (column name) -- since you have multiple types, this is a MUST HAVE
    - Filename Column: (column name) -- I highly recommend you have this.
    - Content Disposition == INLINE <-- this is the kicker
    Also, you will need a Browser Plugin for each of the MIME Types (otherwise, the browser may try to 'download' the file)
    Browsers can handle Image types internally. Adobe's plugin can handle PDFs. I don't know about Word/Excel.
    Again, I don't remember the exact details, but that should cover most of it.
    MK

  • Display picture and video in the same indicator

    Hi,
    I want to use an indictor to display picture as well as videos( not simultanously). I trid but stuck. Need guidance to complete it. Thank you. 
    Attachments:
    SPEECH TO SIGN LANGUAGE TRANSLATOR 2011.zip ‏37 KB
    New folder.zip ‏2320 KB

    Unfortunately that's how it works. If you have a 3rd party editor you could add the text to the picture before adding it to the calendar. Put in a feature request at http://www.apple.com/feedback/iphoto.html.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • .flv doesn't display in browers

    Problem: progressive FLV doesn't display in browsers
    This is what I did: 1) inserted flash video (about 5 MB and
    encoded in Flash Video dEncoder CS3) into a DW page. 2)Saved and
    checked that it plays correctly in DW preview. 3) uploaded page,.
    FLV and required FLVPlayer_Progressive.swf to server. 4) Checked
    with server; they allow progressive FLVs. 5) From Adobe.com I
    downloaded and replaced FLVPlayer_Progressive.swf in my local
    folder in case cross-scripting vulnerability=the culprit.
    6)uploaded new FLVPlayer_Progressive.swf to server. Tried it at
    root level and in folder analogous to local file. 7)Cleared
    browsers' caches, histories. Refreshed page. 8) did all of this on
    Mac OS10.4 and Windows XP (except #5 because Adobe site has 404
    error on cross-scripting vulnerability link for Macs . Have
    notified Adobe about 404 three times.)
    URL:
    http://www.digitalartsclub.jandove.com/pages/gallery/motion/jdove.html
    Very frustrated, would appreciate any suggestions

    <sigh>
    Your page throws a javascript error when it loads - line 155.
    Line 155 is
    this -
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','widt h','360','height','240','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_Co mponentVersion=1&skinName=Clear_Skin_1&streamName=../../../media/motionartists/dove-mnem&a utoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','sal ign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Vers ion=ShockwaveFlash','movie','FLVPlayer_Progressive'
    ); //end AC code
    That function is in the script mentioned here -
    <script src="../../../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    When I browse here -
    http://www.digitalartsclub.jandove.com/Scripts/AC_RunActiveContent.js,
    I get
    file not found. You do the math....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jandove" <[email protected]> wrote in
    message
    news:[email protected]...
    > Problem: progressive FLV doesn't display in browsers
    > This is what I did: 1) inserted flash video (about 5 MB
    and encoded in
    > Flash
    > Video dEncoder CS3) into a DW page. 2)Saved and checked
    that it plays
    > correctly in DW preview. 3) uploaded page,. FLV and
    required
    > FLVPlayer_Progressive.swf to server. 4) Checked with
    server; they allow
    > progressive FLVs. 5) From Adobe.com I downloaded and
    replaced
    > FLVPlayer_Progressive.swf in my local folder in case
    cross-scripting
    > vulnerability=the culprit. 6)uploaded new
    FLVPlayer_Progressive.swf to
    > server.
    > Tried it at root level and in folder analogous to local
    file. 7)Cleared
    > browsers' caches, histories. Refreshed page. 8) did all
    of this on Mac
    > OS10.4
    > and Windows XP (except #5 because Adobe site has 404
    error on
    > cross-scripting
    > vulnerability link for Macs . Have notified Adobe about
    404 three times.)
    >
    > URL:
    >
    http://www.digitalartsclub.jandove.com/pages/gallery/motion/jdove.html
    >
    > Very frustrated, would appreciate any suggestions
    >
    >
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=8,0,0,0','width','360','height','240','id','FLVPlayer','src','FLVPlayer_
    >
    Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamNam
    >
    e=../../../media/motionartists/dove-mx&autoPlay=false&autoRewind=true','quality'
    >
    ,'high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http:/
    >
    /www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','
    > movie','FLVPlayer_Progressive' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=8,0,0,0" width="360" height="240"
    id="FLVPlayer">
    > <param name="movie"
    > value="FLVPlayer_Progressive.swf" />
    > <param name="salign" value="lt" />
    > <param name="quality" value="high" />
    > <param name="scale" value="noscale" />
    > <param name="FlashVars"
    >
    value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../../../media/mo
    >
    tionartists/dove-mx&autoPlay=false&autoRewind=true" />
    > <embed src="FLVPlayer_Progressive.swf"
    >
    flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../../../medi
    >
    a/motionartists/dove-mx&autoPlay=false&autoRewind=true"
    quality="high"
    > scale="noscale" width="360" height="240"
    name="FLVPlayer" salign="LT"
    > type="application/x-shockwave-flash"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" />
    >

  • Pie Chart doesn't display all columns

    I set up a simply table and made a bar chart = everything worked out well.
    I selected my table again and clicked on 'make pie chart' but this time it doesn't display all the colums. I really don't know what went wrong here.
    I'd appreciate it very much if some could help me out here.
    Preview Picture: http://cl.ly/1SKg
    Numbers File: http://cl.ly/1SAh

    patte,
    Even though you have selected the entire table to be charted as a Pie Chart, and the table includes three data series, a Pie Chart can only display one series at a time, so it displays the first one; "3. Klasse"
    In "3. Klasse", the values of Schaukel and Drehscheibe are zero, so there is no pie to display.
    Hope this explains the situation for you. To make Pie Charts for the other two series, you would again select the header cells, then hold down the Command key while selecting the other series. Then add another chart. Do this for each series you wish to chart.
    Regards,
    Jerry

Maybe you are looking for

  • How to change the OraSSO login link in webcache/load balance

    Hi we have 10gAsR1 installed as a Portal instance. We have 6-server load balancer => webcache as loadbalancer (listening port 80) Wb ch1 and wb ch2 => webcache (listening port 7777) portal1 and portal2 => Portal listening 7778 infra =>Infrastruture w

  • How can i request just the navigation or just the product list when i query the dgraph?

    Is there a way to make a request for navigation only or record list only?

  • How to write a job

    The functionality of job to delete data for every one week or whenever it count reaches greater than 10,000 and how should we configure it Edited by: 812809 on Feb 24, 2011 3:30 AM

  • Itunes buttons are all grey and not clickable

    I just updated my itunes to and none of my music is there. Okay. So I went to put it back in my itunes library and it acts if if its transferring to the library then doesnt show up. So I transferred the purchases from my ipod and it did the same thin

  • Curly Brace Shape

    Hi! I was preparing a presentation with Keynote08 and wanted to introduce a big curly brace, } . The idea is to gather several line of text, an enumeration, under the curly brace and place beside another line of text. To my surprise I couldn't see it