How to get the phone memory path

hi,
i wnat to read the image that is stored in phone memory.can anyone tell me the path to read the image that is stored in phone memory.while in emulator i use the path as fille//localhost /filename how can i convert this to phone memory path please help me
thanx a lot

I am having similar problem. I am playing an Mp3 from my code , works on Motorola i860 emulator. But when I download the application on real phone and try to play the file it does not work.
I checked voulme of phone and everything I could think of. The application does not even freeze. It just wont play the file.
The mp3 resides in the same directory as other java files. I guess on the real phone it is not finding the file.
If you come across any solution, please post it here.
Thanks.

Similar Messages

  • How to get the system32 folder path in java?

    how to get the system32 folder path in windows using java code?

    Zstar Electronic Co.Ltd, Wholesaler of fire cards for DS/NDSL/NDSi, Provide R4, R4i, DStt, iEDGE, AK2i,M3,M3i,N5
    www.zstar.hk

  • I am trying to update my iphone 3GS software but itunes just says that this is the current version of itunes, it does not see the phone update - anyone know how to get the phone updated?

    I am trying to update my iphone 3GS software but itunes just says that this is the current version of itunes, it does not see the phone update - anyone know how to get the phone updated?

    Mike
    I have done that and it is through pressing that update, which tells me that there is anew version of iphone software, that the prompt comes telling me that this is the current itunes?

  • How to Get the Source File Path in the Receiver Side

    Hi Experts,
    Here We are Trying to Do How to Get the Sender Information ( File Name & Path ) on the Receiver Side .
    According to the Michal Blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Here we Are Able to Get only the File Name.
    But If I Want to get the Total File  Path Also means What Should I Do Here ????
    Please Let Me Know
    Regards
    Khanna

    Khanna,
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey fkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    DynamicConfigurationKey dkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
    String fname = conf.get(fkey);
    Sring path = conf.get(dkey);
    String final=fname""path;
    return ""final"";
    Best regards,
    raj.

  • How to get the phone

    I would like to kniw the process of getting a phone from best buy, Because i have a droid 2 and i really enjoy it but it is always deleting my photos,apps,files,music,etc. It is starting to become irritating and i cant take it anymore so i was in bb mobile and my cousin hands me a sales paper and i see the droid incredible 2 is free with 2 year activation or upgrade(which someone on my line has) so can someone explain how i would get this phone?

    In most of the country, there isn't any catch. The phone's free and you don't have to pay anything. Of course you do have to sign a 2-year contract for the carrier service in order to get the phone for free. Now remember that I said "nearly all states" -- read below for a few exceptions.
    Depending on tax laws in your state, the price of the phone might be $1 instead of free. Or if you live in California like I do, you unfortunately have to pay tax on the retail price (would be about $40 or so on the Incredible 2). Generally Verizon does not charge any upgrade fees, however I heard they do in a few states - industry standard for this is $18.
    I would contact your local store for specifics as they would best know local tax laws and carrier fees.
    Dan K. | Mobile Specialty Stores
    Any opinions expressed in this post are those of
    the author and do not represent Best Buy Co., Inc.

  • How to get the current FILE PATH?

    I want to get the File Path on my Java Programming, which class / method can get a File Path on the windows?
    thanks!

    I want to get the current working directory(e.g.
    c:\Tomcat5.0\webapps\)
    If this is a web application you're talking about and you want the directory where that application is installed, that's almost certainly not the CWD. It might be one of the context or whatever variables that's available to servlets. Look in the servlet API and see what's there.

  • VSTO development outlook plugin how to get the full storage path attachment send mail attachments added

    Such as the title, but I have a filepath verified discoveries are empty, there is a member of the method will be invoked after GetTemporaryFilePath COM error, but also can not get in VSTO attach the member variable. Accessories are found himself in a temporary
    directory exists, the registry seems to have a place to record the address of this directory, but this is his findings do not know can not be used as a method to obtain

    Hello,
    First of all, the forum is for Office Apps. That's why I'd recommend asking VSTO specific questions on the
    Visual Studio Tools for Office (VSTO)  forum instead. For Outlook dev questions see the Outlook for Developers  forum .
    > there is a member of the method will be invoked after GetTemporaryFilePath COM error, but also can not get in VSTO attach the member variable.
    What exception do you get in the code? Could you please be more specific?
    The GetTemporaryFilePath method is only valid for those attachments whose Type property
    is OlAttachmentType.olByValue. That means that the attachment is a copy and that the copy can be accessed even if the original file is removed. For other attachment types, the GetTemporaryFilePath method
    returns an error.
    GetTemporaryFilePath also returns an error when accessing an Attachment object
    in an Attachments collection
    or in the AttachmentSelection object.
    UseGetTemporaryFilePath only in attachment event callbacks listed below for various Microsoft Outlook items:
    AttachmentAdd
    AttachmentRead
    AttachmentRemove
    BeforeAttachmentAdd
    BeforeAttachmentPreview
    BeforeAttachmentRead
    BeforeAttachmentSave
    BeforeAttachmentWriteToTempFile
    Where do you use the
    GetTemporaryFilePath method of the Attachment class? What code do you use?

  • How to get crawler destination folder path through api

    with following code i am getting crawler folder source path
    com.plumtree.openfoundation.util.IXPPropertyBag propertyBag = oPTCrawler.GetStartLocation();
                   String oldFolder = propertyBag.ReadAsString("PTC_UNIQUE");
    how to get the destination folder path ?
    any help appreciated

    i would like to get the values from PT_TAX_DESTFOLDERS
    <A N="PT_TAX_DESTFOLDERS"><I N="DIMS">1</I><I N="MAX0">0</I><I N="0">1324</I></A>
    1324 being the folder id
    when trying
    com.plumtree.openfoundation.util.IXPPropertyBag propertyBag = oPTCrawler.GetStartLocation();
                   Object[][] propertyBags = (Object[][])propertyBag.ReadAsObject1DArray("PT_TAX_DESTFOLDERS");
    i am getting null

  • Get the current absolute path name?

    How to get the current absolute path and file name in javascript?

    If using CS3 or CS4
    alert($.fileName);
    or this should work on all versions.
    function WhoAmI() {
    var where;
    try {var F = FO;
    }catch( err ) {where = File(err.fileName);}
    return where;
    NB: Neither will work if you are using binary scripts!

  • How to get back all the contacts in the phone memory?

    Recently my BB 8520 ...shows "uncaught exception error 38" something immediately after it is switched on and then it gets switched off.. I wonder whats wrong with it... I'm too worried coz i got all my contacts saved in the phone memory and not in the sim card...and plus most of my passwords are saved in my phone. Can somebody help me out? What am i supposed to do coz i dont really want to throw away my phone because its my first phone!   
    plz let me know asap ...

    Hello Sherin_Marina
    Welcome to BlackBerry Support Forums
    Please try to Boot your device on same mode , If you recently installed any application before this Problem started ? Think carefully !
    If you have then, On Safe Mode delete any application which you think might be responsible for this issue , from Options > Application > locate and delete any newly installed 3rd party application , it might help in resolving your issue :
    KB17877 : How to start a BlackBerry smartphone in Safe Mode
    KB10040 : How to view or remove installed application on a blackberry smartphone
    If you're able to boot your device on safe mode then connect your device and first do a backup of using Desktop Software 
    Sherin_Marina wrote:
     I'm too worried coz i got all my contacts saved in the phone memory and not in the sim card...
    Saving contacts on our SIM card is in my view is a good idea because ..Copying contact list from your device to a Sim Card is a lengthy process and SIM contacts will ONLY contain one phone number per contact entry. Our BlackBerry  Address Book will have a different arrangement with one Contact Name and several fields of information (Cell phone, Work Phone, Home Phone, email address, etc.) if you want to do it that way than you had to do one by one , so the best option will be to sync with your BB Desktop Software ,Have a look at this article reaging backup , I'm sure it will help you a lot for any future courses How To Backup Your BlackBerry
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • How to get the path of local folder in native services in windows phone 8.1 ?

    I used to get the path of local folder path in managed code by following -Windows.Storage.StorageFolder localFolder = Windows.Storage.ApplicationData.Current.LocalFolder;But now I need to get the local folder path in native services .Please help me out ?

    What do you mean by "native services"? Windows.ApplicationData.Lo alFolder is the way to access the local folder.

  • How to get the device token in windows phone 8 sliverlight application?

    Hi,
    I am developing a windows phone 8 silverlight application . For my application I want to add push notification service , for this service I have to call one web service in my app . This api requires device token , device id ..etc , I am able to get the all
    the things except devicetoken .
    How to get the device token of a device ?
    any help?
    Thanks...
    Suresh.M

    Most probably device token is the push channel url which is returned by MPNS when a request is made to it.
    Step 3 here: Push notifications for Windows Phone 8
    http://developer.nokia.com/community/wiki/Using_Crypto%2B%2B_library_with_Windows_Phone_8

  • How to get the current path of my application in java ?

    how to get the current path of my application in java ?
    thanks

    To get the path where your application has been installed you have to do the following:
    have a class called "what_ever" in the folder.
    then you do a litte:
    String path=
    what_ever.class.getRessource("what_ever.class").toString()
    That get you a string like:
    file:/C:/Program Files/Cool_program/what_ever.class
    Then you process the result a little to remove anything you don't want:
    path=path.substring(path.indexOf('/')+1),path.lastIndexOf('/'))
    //Might be a little error here but you should find out //quickly if it's the case
    And here you go, you have a nice
    C:/Program Files/Cool_program
    which is the path to your application.
    Hooray

  • My iPhone was stolen and I have contacted the police who are using the meid number to locate.  How does this work and what are my chances of getting the phone back?

    My iPhone was stolen.  I used Find My iPhone app to lock it and display a message.  The phone has not connected to the internet to locate it.  I contacted the police and they have taken my meid number.  How does this work and what are my chances of getting the phone back?  Are there other ways the theif can use it.  I was told once they put in a new sim card and use it, whatever software the police have, it will show up.

    Honestly? In the US (I can't speak to other countries, though I doubt it works much differently in a lot of the world) The police took your report and filed it either in their computers or, on paper. They will now not think of this again. The only time it will cross anyones mind is if, in the course of entering information into evidence about items recovered or seized at a crime scene, the serial number of an iPhone that was found/seized happens to match yours, in which case you will be contacted.
    The police in the US can and will do nothing to 'blok' the phone and it's not worth their time to try and locate it unless you know for a fact that it was stolen by a big time drug lord, master criminal, or some other such prime target and they can get a court order to track the location of the phone in order to locate this individual for your own purposes.  If they do that, they'll probably keep him under surveilance for a year or so before they act.
    Basically, the police don't care about your phone. If they find it, they will give it back to you. They are not, however, going to go looking for it. They have better things to do.
    I'm sorry, but that's the way it is.

  • How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account an

    How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently
    it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account and in the past syncing was no problem.  What setting has changed?

    The phone number format as well as the date language and format and the time format are controlled by the Region Format setting. Go to Settings > General >International > Region Format.  When you change a region format, you can go back one page (to International) and see an example of the date/time/phone number format that your selected region format will produce.

Maybe you are looking for

  • How to set up a Time Capsule to extend a non-Apple router and play tunes to an Airport Express?

    I have an older Time capsule that I would like to give my sister in order to extend her CenturyLink wifi.  I can connect via ethernet but she would like to play music thru an Airport Express at the stereo system. My question is:  would it be better t

  • Can't see Windows computers in 'Shared' in Finder

    I have searched but can't find the definitive answer to this. On my network, I have 4 Windows PCs/laptops and my Mac.  All the Windows computers can see and access my Mac, but none of them show up in the Shared sidebar item in Finder on my Mac. The w

  • Can I put my files from an ipod touch onto an iphone?

    like many people, I am considering making the leap to an iphone now that the 4g model is out in a few short days. as the owner of a 2nd gen ipod touch, would i be able to transfer my files and app saves to my iphone? thanks for your time.

  • Scale image from small to large(r) without losing resolution

    Does anyone know how I can create a "scale action" of an image on a slide from small to large without losing the resolution of the image. Now, when I reduce the size of an image as a starting size and use Scale from the inspector to scale the image t

  • E540 Black screen

    Hello, I have E540 with i3 few days. Problem with black screen appeared on third day. Laptop normally run and suddenly screen was black. When I disconnect power plug, screen is fine. I've found when I disable lowing refresh rate on battery in intel s