How to open the phone's hidden files using Nokia P...

Hello. I am Callista. I like to explore my cellphones using Nokia Phone Browser. Some of the files can be opened while others can't. Graphics menus, which containt clip art ect. are visible. But why gallery menu especially ringtones invisible. Are there any software needed to open these special files? Please send me information on this.
I'm using now N95. 7610, 3155, and 6015.
I'm longing for the answer, and I hope can get quick respon from Nokia.
Thank you very much.

the nokia phone browser in the pcsuite has limited functionality, it was programmed that way by nokia. if you want to truly explore your smartphone you will have to get a third party app like fexplorer or other neat ones for your phone. there are s60 forums like this one, google it, you can't go wrong.
everything happens for a reason
check out my blog @ http://mycellife.blogspot.com/

Similar Messages

  • How 2 get the path of a file Using jsp

    how 2 get the path of a file Using jsp
    i have tried getPath...but i'm geting the error
    The method getPath(String) is undefined for the type HttpServletRequest
    any idea how 2 get the path of a file

    You need ServletContext#getRealPath().
    API documentation: http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)

  • How to update the value in xml file using transformer after setNodeValue

    Hi,
    This is my code
    I want to set update the values in xml file using transformer..
    Any one can help me
    This is my Xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <place>
    <name>chennai</name>
    </place>
    Jsp Page
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ page import="javax.xml.parsers.DocumentBuilderFactory,
    javax.xml.parsers.DocumentBuilder,org.w3c.dom.*,org.w3c.dom.Element"
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP Page</title>
    </head>
    <body>
    <% String str="";
    String str1="";
    try
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    DocumentBuilder db = dbf.newDocumentBuilder();
    Document doc = db.parse("http://localhost:8084/XmlApplication1/sss.xml");
    out.println("Before change");
    NodeList n11 = doc.getElementsByTagName("name");
    Node n22= n11.item(0).getFirstChild();
    str1 = n22.getNodeValue();
    out.println(str1);
    out.println("After change");
    String name = "Banglore";
    NodeList nlst = doc.getElementsByTagName("name");
    Node node= nlst.item(0).getFirstChild();
    node.setNodeValue(name);
    NodeList n1 = doc.getElementsByTagName("name");
    Node n2= n1.item(0).getFirstChild();
    str = n2.getNodeValue();
    out.println(str);
    catch(Exception e)
    out.println(e) ;
    %>
    <h1><%=str%></h1>
    <%--
    This example uses JSTL, uncomment the taglib directive above.
    To test, display the page like this: index.jsp?sayHello=true&name=Murphy
    --%>
    <%--
    <c:if test="${param.sayHello}">
    <!-- Let's welcome the user ${param.name} -->
    Hello ${param.name}!
    </c:if>
    --%>
    </body>
    </html>

    hi check this exit...
    IWO10012

  • How to open the Spawned Concurrent program files?..

    Hi all,
    this is my requirnment we have spawned executable stored in PRODUCT_TOP/bin directory eg $GL_TOP/bin.
    we want to open this file how to open?
    Please any one can help me.
    Thanks in Advance.
    Logu's.

    Loganathan.S wrote:
    Hi all,
    this is my requirnment we have spawned executable stored in PRODUCT_TOP/bin directory eg $GL_TOP/bin.
    we want to open this file how to open?
    Please any one can help me.This topic was discussed many times in the forum before, please see old threads for details -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Spawned+AND+Code&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • I don't see no place to put the clip and take out the SIM card on iPhone 4,where and how I open the phone?

    I don't see no place on the side of the phone to put a clip to change the SIM card ....where is the place to open the SIM card?

    If it is a CDMA iPhone there is no SIM tray.
    The non-CDMA iPhone has the SIM tray as below...

  • How to capture the video in a file using JMF-RTP?

    Please someone help in capturing the live streaming in a file using JMF......
    Thanks..

    Hi, I have a problem with RTPExport output video files. One side streams H263/RTP(AVTransmit2.java) and other write this steam to a file by RTPExport.java. When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Pls how can I achieve output file that will have the same fps like original one? How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Its there a way to modifi rtpexport or avreceiver to do this? Thanks!

  • How to read the data of  a file using upload option....

    Hi Frndz..
    As per my requirment , i need to provide a upload UI to the user , so he can select file to be upload whenever user select the file n clicks on upload button i need to read the data of that fiel that user selects.
    I have a solutions for this in JSP/JAVA , but i was unable to handle this in web dynpro..c this link in jsp ..
    http://www.roseindia.net/jsp/fileupload.shtml
    Thanks in Advance..
    Regards
    Rajesh

    Hi,
    Create a Value attribute (resource) of type Resource, bind it with the property of File Upload UI element.
    On action place the code and Deploy the application
    byte[] bytes = new byte[ 1024];
    FileOutputStream out = new FileOutputStream( new File( <path in server>));
    InputStream in = resource.read( true);
    int len;
    while( ( len = in.read( bytes)) > 0)
         out.write( bytes, 0, len);
    in.close();
    out.close();
    Regards
         Vinod V

  • How 2 get the path of a file

    how 2 get the path of a file Using jsp
    i have tried getPath...but i'm geting the error
    The method getPath(String) is undefined for the type HttpServletRequest
    any idea how 2 get the path of a file

    You need ServletContext#getRealPath().
    API documentation: http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)

  • HT4796 I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    Send it as a PDF.

  • I need to install iWork 09 so I can open the many pages document files that will NOT open under the new pages 5. Mavericks will not accept an install from my iWork's 09 CD. How do I get around this?

    I need to install iWork 09 so I can open the many pages document files that will NOT open under the new pages 5. Mavericks will not accept an install from my iWork's 09 CD. How do I get around this?

    Hi, I'm helping StringSinger2 with this problem.
    The previously installed version is Pages 3.0.3 (the same as from iWork 08). This version (Pages 3.0.3/iWork 08) is incompatible with Pages 5.
    That is why it would be helpful to install iWork 09, which is the version between the two. It will open the older 08 files, and its saved files are readable by the new Pages5.
    SO...
    When I try to install iWorks 09 from my retail DVD the error message is "the installer is damaged". (I know the dvd is good, I installed iWorks09 to my laptop today.) Is the "installer" part of the system files? And - If that is damaged is there a patch for that?
    Many Thanks!

  • Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why do i need to do some settings for it ?

    Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why? do i need to do some pre defined  settings to run the cd's and dvd's ?

    A .exe file is a Windows executable. OS X does not run Windows programs. If you need to use .exe files then you will need to install Windows on your Mac:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • How to open the file types of iOSApp(ipa),EPUBFile(.epub) in windows 7(32 bit)

    How to open the file types of iOSAPP(ipa),EPUBfile(.epub) in windows 7(32 bit)

    iOS apps can be added to an iTunes library and thereafter transferred to an iOS device. They cannot be opened directly on a PC.
    epub files can be added to an iTunes library, and thereafter transferred to an iOS device where they can be read with the iBooks application. Files protected with Apple's DRM cannot be opened directly on a PC, though there are programs such as Kindle and Calibre that will open non-protected epub files.
    tt2

  • How to open the file in gmail

    How to open the file in gmail. As is keep indicate is not support. Previously I can easily open the excel or words sheets that send to my email but After download the Free Trial for Adobe Pro( Convert PDF file to Microsoft words. )

    More information would be helpful, such as the file format and what the error message is in more detail.

  • How do I restore my passcode (not password) in my iphone5s. It's the one that is asked whenever you have to unlock the phone. I got used to having my thumb mark open it that I forgot it after my phone got recharged after it drained out.

    how do I get my passcode (not password) in my iphone5s sent to me via email. It's the one that is asked whenever you have to unlock the phone. I got used to having my thumb mark open it that I forgot it after my phone got recharged after it drained out. Apparently, the fingerprint won't do after the phone was drained and recharged again. The passcode has to be typed in. I don't usually allow my phone to drain out except this one time on a long trip. Hence I forgot my passcode and I prefer it being sent to me via my registered email. I know that if you enter it several times, the phone gets locked out over certain periods from 1 minute to 60 minutes so I don't want to take that risk. Any suggestions?

    First, this is a user-to-user technical support forum, not a way to communicate with Apple.
    That aside, no one can email your passcode to you because no one (not even Apple) knows it. The passcode exists in only one place - on the phone. You will have to restore the phone using the computer that you regularly sync it to. This will reinstall iOS, remove the passcode, and restore your most recent backup.
    Edit:
    See: iOS: Forgotten passcode or device disabled after entering wrong passcode for more details

  • How do I reset the keypad shortcuts on a Convoy?  When I flip open the phone a new text message screen opens and I can't get to the menu.

    How do I reset the keypad shortcuts on a Convoy?  When I flip open the phone a new text message screen opens and I can't get to the menu.

    That's weird that these iphones are restored/activated through iTunes. I have a Apple so I have iTunes, yay!! I am guessing that the link that you gave me will tell how to put this iphone into Recovery mode? Now, this old iphone would of been activated on his laptop, which is with him and he is out of state. I have a new Apple, his new iphone would of been activated on our new Apple computer because he was here for Christmas and he didn't bring his laptop with him, or did he bring it with him, I don't remember now.... Now the question is, will I be able to restore his old iphone on my new computer seeing it would of activated on his laptop which is with him out of state. I am so worried that I am going to lock up this phone now. I thought I deleted the orginal guestion, and rewrote it, good grief, lol Oh wow, you are a level 10, I would be at a level -10!

Maybe you are looking for

  • What is the logical system name used for in R/3?

    We have a R/3 server. The production client has a logical system name. What is the logical system name used for? Tony Tam

  • I did the iPhone update, and iTunes recognizes iPhone but iPhone doesn't recognize iTunes.

    the phone says "connect to iTunes" even when it is connected. iTunes seems to recognize the phone (even though the phone looks inactive).  when looking at the macbook screen, the phone on the screen in itunes displays all my apps and music.  i don't

  • ThinkVantage: What Does It Do? How Make It Work?

    On the T400, what does the ThinkVantage button do? How can I make it work?    When I press it now, nothing happens.    The original windows operating system that came with this computer is no longer installed.   I got it without an operating system a

  • Color Correction in Encore from Premiere

    When I open my Encore project which consists of a Master show from Premiere (composed of multiple timelines), it doesn't see the color correction used in Premiere. Curiously, Encore 5.1 does (although this was fraught with transcoding issues, hence m

  • Loading Non-Financial Data in Essbase

    I am new to Essbase and would some help understanding how I would load non-financial data into Essbase. The specific type of data that I'm looking to report on is from a university, reporting on the number of students that fall into various categorie