How to view Files inside File manager in N73

I wanted a video of .avi or any other format (For my computer) that N73 Doesnot support..& so i have got it in my inbox via bluetooth inside inbox.
But how to SAVE it without opening it.
Becoz on opening it says UNKNOWN FILE FORMAT.
So any one can tell me how to view it and save inside Phone or directly to computer via USB cable.
Shashank RockZzzzzz...With N73 (23)
v4.0726.2.1.1
27-07-2007
RM132

any help will be appriciated
Shashank RockZzzzzz...With N73 (23)
v4.0726.2.1.1
27-07-2007
RM132

Similar Messages

  • How to use file manager to copy music to ipod?

    How to use file manager to copy music to ipod so can bypass iTunes?

    You can't.
    There are 3rd party apps that will load music onto your iPod.

  • My small split-view file manager

    Hello.
    I've created a small file manager with split-view. While some functionality is still missing, the manager is usable and I'm using it as my primery tool for file browsing.
    You can get the browser from here http://github.com/napsy/gsfm
    space - select/unselect
    F5 - copy selection
    F4 - rename selection
    F3 - new directory
    delete - delete selection
    tab - change view
    There is support for custom view with a config file. You put the config file inside your ~/.config directory. A sample config is provided with the source.
    Sere is a screenshot: http://napotnik.info/images/gsfm.png

    It's good that it's C and BSD-licensed, but I don't really see a point in GTK. I mean, there are a lot of GTK file browsers out there already, but there is no (to my mind) proper ncurses file browser written in pure C. It's just MC and vifm, all the others aren't C. So if it would be ncurses I would definetly be interested. That's just my opinion. Anyways, thanks!

  • How to view files uploaded in a directory through jsf

    Please tell how to view the files in a directory using adf .Using jdeveloper 10g

    Hi,
    I assume the user has a directory on the server where his/her files go. In this case, you can use Java in a managed bean to access the folder and create a collection of the entries.
    http://www.exampledepot.com/egs/java.io/GetFiles.html
    Frank

  • How to view  file in EBS R12

    Hi,
    I have a report output file report1.pdf coming from windows.
    I ftp it to our EBS R12 linux server to the desired location.
    How can I view it using the "view request" of the EBS CM?
    Thanks a lot

    Hi,
    What do you mean by how to view the report? If you register the concurrent program, then you should be able to view the output using Acrobat Reader (since the type is PDF).
    In addition, you should not upload the output file (.pdf), instead upload the rdf file under $PRODUCT_TOP/reports/<lang> directory.
    Regards,
    Hussein

  • Installed iTunes 11.4.0 and cannot find how to view files created by apps or screen displays for moving icons.  Where did it go?

    I recently installed iTunes 11.4.0 and cannot find how to view the files created by some apps on my iPhone (and iPad).  There appears to be no way to view them as there was in the previous version.  Also can't view screens and icon positons to manipulate them in iTunes.  Any one no how to find them, or if they have been purposely removed from 11.4.0?

    First, take a deep breath ... enjoy life.
    Upgrade to the latest version 1.4.1. It's a free upgrade. It however will not alleviate your frustrations.
    You can move a directory in Lr by clicking and dragging to a new location within the Folders panel. To create a new folder on a new drive ensure that no folders are selected (hint: click All Photographs in the Catalog panel) then click the + icon in the Folders panel. You will be presented with a dialog to choose or create a new folder.
    To move selected photos to a new directory first select the images then right click the destination folder. You will be presented with several options including moving to the destination folder or creating a new folder under the destination folder.
    You can also move images outside of Lr. Review these links:
    http://www.adobeforums.com/webx/.3bc42055
    http://livedocs.adobe.com/en_US/Lightroom/1.0/help.html?content=WS46FF9C0B-36EA-4271-B1D0- 07B6B46EE011.html
    http://photo.net/bboard/q-and-a-fetch-msg?msg_id=00NqWO
    http://luckhurst.wordpress.com/2007/08/21/lightroom-with-an-external-hard-drive/

  • How to synchronize File Manager Server when I install Agile on distributed?

    The Environment I install is : two Agile Server , two File manager Server ,one Web Proxy Server, one DB Server .
    The Agile version I install is Agile 9.3.1 for Linux ,the Middleware is weblogic 10.3.2 .
    Now I finish install two Agile Server ,and successful make two server compose a cluster.
    Now I will install two File manager Server ,I want to ask what's the method let me synchronize two file manager Server ?
    Does the File manager has this mechanism to let the file keep synchronize on two file manager server?
    I find a PDF name "Agile PLM Capacity Planning Guid" V 9.3.1 ,it says there are two software can synchronize file manager server , is XXCOPY and RoboCopy, but the two softwares only support Windows . Is there a software support synchronize file manager server on Linux ?
    帖子经 954937编辑过

    Hi I believe you have the wrong forum.
    This forum is for the Agile PLM for Process product suite, not for the Agile A9 suite. For Agile A9 or Primavera questions, you can use Oracle Support, Support Communities, Yahoo Groups for Agile API or WRAU.
    This forum is for Agile PLM for Process, which is part of the same Agile family but a different product.
    Thanks.

  • How to view file from vss using java Commandline

    Hi To ALL,
    I wanted to view a file from vss through java code.
    By using the folowing code,i could able to get vss file in to local folder.
    Runtime.getRuntime().exec
    ("cmd /c ss Get $/Mywork/Myfile.java -GLC:/New");
    But i wanted to view file from vss using java code.
    any one please help me..
    Thanks in advance.........

    As always, Google is your friend.
    Follow the bouncing link.
    http://www.google.com/search?hl=en&q=VisualSourceSafe+%2B+Java+API
    PS.

  • How to view file on server.

    Hello
    I am developing a small client server application.Clients post comments about the application and these are stored in a file on the server.Its a standalone app.My question is if a client wants to view the file on server,how can i do that??
    Any help/suggestions will be appreciated.
    thanks
    Sree.

    I tried doing that but i get an exception
    java.net.SocketException: Software caused connection abort: socket write error .
    by google i found that this was due to a bug but has been fixed on JRE 1.5(i'm using JRE 1.6) but i still get this.
    here is my code:package com;
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.FileInputStream;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.net.MalformedURLException;
    import java.net.ServerSocket;
    import java.net.Socket;
    public class TestServer_New
         public static void main(String args[])
              ServerSocket server = null;
              boolean listening = true;
              final String filename = "comments";
              try {
                   server = new ServerSocket(4321);
              catch (MalformedURLException e1) {
                   e1.printStackTrace();
              catch (IOException e) {
                   System.out.println("Error on port: 4321 " + ", " + e);
                   System.exit(1);
              System.out.println("Server setup and waiting for client connection ...");
              try
                   while( listening ) {
                        final Socket client_socket = server.accept();
                        System.out.println("Client connection accepted. Moving to local port ...");
                        new Thread( new Runnable() {
                             public void run() {
                                  write_to_comments(client_socket, filename);
                             }}).start();
                   server.close();
              catch (IOException e)
                   System.out.println("Did not accept connection: " + e);
                   System.exit(1);
         static synchronized void  write_to_comments(Socket client_socket , String filename) {
              try {
                   BufferedReader streamIn = new BufferedReader(new InputStreamReader(client_socket.getInputStream()));
                   BufferedReader file_reader = new BufferedReader(new InputStreamReader(new FileInputStream(filename)));
                   BufferedWriter server_file_writer = new BufferedWriter(new FileWriter(filename,true));
                   BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(client_socket.getOutputStream()));
                   String line ;
    //               while((line = streamIn.readLine()) != null){
    //                    if(!line.equals("view comments")){
    //                         server_file_writer.write(line);
    //                         server_file_writer.newLine();
    //                         System.out.println("write to comments request from client "+line);
    //                    else{
                             while ((line = file_reader.readLine()) != null){
                                  writer.write(line);
                                  writer.newLine();
                                  System.out.println("view comments request from client "+line);
                   writer.newLine();
                   writer.close();
    //               send_data_to_client(client_socket,filename);
    //               streamIn.close();
    //               client_socket.close();
              catch(IOException exception){
                   exception.printStackTrace();
                   System.out.println("IO Error in streams " + exception);
    }here is the client code
         void send_comments_to_server(){
              DataOutputStream output_stream;
              String host = "C001192097";     //server host name
              try {
                   Socket client = new Socket(host, 4321);
                   output_stream = new DataOutputStream(client.getOutputStream());
                   BufferedReader stream_input = new BufferedReader(new InputStreamReader(client.getInputStream()));
                   BufferedWriter writer = new BufferedWriter(new FileWriter("commentsfromserver",false));
                   XStream xstream = new XStream_Data_Analyser();
                   String comment_report = get_title_text_field().getText();
                   Comments comment = new Comments();
                   User_Data user_data = new User_Data();
                   String user_info = "User Name: "+user_data.user_name+" "+"Host Name: "+user_data.host_name+" "+"Domain Name: "+ user_data.domain_name;
                   comment.user_info = user_info;
                   comment.summary = comment_report;
                   comment.comments = get_comments_text_area().getText();
                   String report = xstream.toXML(comment);
                   String line;
                   if (view_comments == true){
                        output_stream.writeBytes("view comments");
                        view_comments = false;
    //               else{
    //                    output_stream.writeBytes(report+"\n");
                   while((line = stream_input.readLine()) != null){
                             writer.write(line);
                             writer.newLine();
                             System.out.println("data received from server "+line);
    //               output_stream.close();
    //               stream_input.close();
    //               client.close();
              }catch (UnknownHostException exception){
                   System.err.println(host + ": unknown host.");
              catch (IOException exception){
                   System.err.println("I/O error with " + host);
                   exception.printStackTrace();
         }and this is the exception msg i get:
    java.net.SocketException: Software caused connection abort: socket write error
         at java.net.SocketOutputStream.socketWrite0(Native Method)
         at java.net.SocketOutputStream.socketWrite(Unknown Source)
         at java.net.SocketOutputStream.write(Unknown Source)
         at java.io.DataOutputStream.writeBytes(Unknown Source)
         at data_analyser.Improvements_Dialog.send_comments_to_server(Improvements_Dialog.java:131)
         at data_analyser.Improvements_Dialog$2.actionPerformed(Improvements_Dialog.java:170)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    thanks for your help
    sree
    Edited by: sreecs on Sep 17, 2008 5:13 PM

  • How to view File Pathway of each image in the content screen?

    Hi, I'm looking at many, slightly varying, copies of an image on my hard drive, trying to work out exactly which version I need to use. I want to know what the filename pathway is for each image, to help me make my choice.
    Can anyone tell me how I can view the filename pathway of each of the images shown in the Content screen, other than by choosing 'Reveal in Bridge'? I'd really like to see all the pathways next to each image, so that I can compare them.
    (I'm definitely going to have to be more organised with my file naming, metadata, versioning, etc.)
    Thanks for any help,
    Cheers, Steven

    Good grief, I can't believe I didn't see it. It's not exactly what I want, as I'd prefer to see all the pathways at once, but it's better than what I had... Interestingly, it only appears when I have photos from a search displayed. I guess when I have the contents of a folder displayed, the pathway is shown across the top using folder icons.
    Thanks for your help.
    Cheers,
    Steven

  • How to view file item count in finder window?

    Hi all,
    Pre-Lion, I had things set up so that I was able to view the number of files/items in a finder window that was in list view. This information would show up at the bottom of my finder windows. I know I had intially pressed some kind of OS X shortcut to get it to show up there and now would *really* like to be able to easily view that information once again. Not only did I get a file count, I was also shown a file path if I clicked on one of the files in the finder window.
    For the life of me though I just cannot remember how to do this. Can anyone help me out?
    Thank you very much in advance:)
    Christine

    Got it! That was SO EASY...thank you very much

  • How to view files backed up on iCloud

    So I recently wiped an old iPhone to give to a relative, but before that I backed it up using icloud to save my photos etc.
    How can I view these photos/sync them onto my mac or ipad so that I can see them?
    For some reason they're not showing up in iPhoto even though my mac says it backed up the phone...
    Please help! I really hope I haven't lost all these photos!
    Thanks
    p.s. I'm terrible with computers and stuff so could you try and make it simple

    A backup to iCloud can only be used to restore to an iOS device. You cannot see the contents of the backup prior to doing a restore and there is no way to access the backup except by doing a restore. If in fact you did an iCloud backup and nothing else, the only way you are going to be able to recover the photos would be to restore to an iOS device.
    If you backed up to a Mac using iTunes, that is also only meant to be used to restore to an iOS device, but there are 3rd party applications that can extract files from a backup made using iTunes. One example is http://www.wideanglesoftware.com/ibackupextractor/
    If there is any chance that you synced the Photos to iCloud (i.e., Photo Stream) you can turn on Photo Stream on your Mac and possibly retrieve the photos.https://www.apple.com/icloud/setup/mac.html

  • How to view files from SAP DMS ?

    Hello All,
             I want to view the file from the SAP DMS .
    I know the Storage category for original files .
    The value of it is : DMS_C1_ST.
    But how to gwt the file from this carrier ?
    Can anyone help me out ?
    Regards,
    Deepu.K
    Message was edited by:
            deepu k

    Hi deepu,
    1. OAOR tcode.
    regards,
    amit m.

  • Dreamweaver: how to view file without checking it out?

    I have started using the Check-In/Check-Out feature of
    Dreamweaver 2004. Sometimes I want to view a .cfm file without
    checking it out. I thought the "Get" command might let me do this,
    but the file contents don't display. So how do I view the contents
    of a checked-in file without checking it out?
    Thanks.

    I always use file/open, but then again, I have never checked
    out a file in my life.

  • How to view file access log (AFP) on Mac OS X Lion (10.7) server?

    I want to track the files beeing uploaded and downloaded or deleted on the shares on the server by different users. There has to be some log where the Mac OS writes an entry for every file access (like upload / download / rename / delete) for each user. How can I access it? How can I filter the actions by user account? Do I have to first activate such a logging or is it activated from the first (standard) setup of the Mac OS X Lion server?

    try:
    sudo serveradmin settings afp:activityLog=yes
    then the log entries should be at
    /Library/Logs/AppleFileService/AppleFileServiceAccess.log

Maybe you are looking for

  • PDF: Unable to print a document as PDF from APEX when using the BI Publishe

    Hi, From an APEX application, I am unable to print a document in a PDF format when using the Oracle BI Publisher.\ Here is the configuration: 1) Server A is W2K3 and hosts the Oracle BI Publisher server, with IP address ip01. 2) Server B is a OEL5.2

  • Getting Internal Error (-1101) occured (message 131-183) on SAP B1 Journal Entry.

    Hi, Im inputting data on journal entry module on SAP B1 when the message showed up, my computer is running on windows 8. (is it an OS problem?) Is there anyway that i could get rid of this error. Thanks and Regards, Christian

  • Downloaded video is not working

    I just got the IPod for Christmas. I have downloaded a movie. The intro screen stays, words of the movie run, but not the picture of the movie. What could it be? Thanks for any pointers.

  • Few questions from a new user

    Hi Guys I've had my 3gs 16GB for about a week now. I am absolutely loving it, but I have a few questions. I am completely new to apple products. I had never used itunes before I bought my phone. First question is about the battery. I know this has be

  • FIPP workflow

    Hi, I am working with workflow WS10000051. It triggers the workflow WS10000052 and WS10000053. Everything is working fine with 2 level approval. My problem is, there are 4 end users who park the document. User1, User2 and User3 parked documents has t