How to get my textmessages to my computer?

I have about 10 000 textmessages in my iphone. I'd like to get them to my apple computer, so i could read them easily, and maybe print them out ect.
I'd really appreciate any usefull answers, so thanks everyone in advance!

I have about 10 000 textmessages
Just use the phone...
http://www.markspace.com/iphone/

Similar Messages

  • My mini died. bought one used from a friend... all of my songs and books are on my iPhone, and I cant figure out how to get them onto this new computer. this is frustrating. the things i really want are purchases I've made from itunes store... help

    My mini died. bought one used from a friend... all of my songs and books are on my iPhone, and I cant figure out how to get them onto this new computer. this is frustrating. the things i really want are purchases I've made from itunes store... help
    !!!!!

    Hey kevyg3,
    I was able to find an article that I believe will help you move your iTunes purchases from your iPhone over to your new computer:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/HT1848
    Hope this helps,
    David

  • So my computer crashed and i had lost all my itunes purchases and dont know how to get them back, so my computer crashed and i had lost all my itunes purchases and dont know how to get them back

    so my computer crashed and i had lost all my itunes purchases and dont know how to get them back, so my computer crashed and i had lost all my itunes purchases and dont know how to get them back

    You have a backup of your computer, or at the very least of your iTunes media, correct?
    Simply copy your backup of your iTunes media into the iTunes library on your new computer.
    Connecting and syncing your device to the new computer without first recovering your iTunes media is a really, really, really bad idea.  iDevices are designed to ONLY sync with one computer.  When you plug your device into a new computer, it will wipe all media on the device when it syncs.  The only media you may be able to salvage and transfer to the new computer would be anything bought directly on the device.
    If you do not have a backup of your iTunes media, then you will want to either look at a way (using software from a third party company)  to either extract the media from you iDevice or your old computer (assuming the hard drive is not toast).

  • How to get hostname of a remote computer by ip

    how to get hostname of a remote computer by ip

    In InetAddress class we have a method
    public String getHostName() which returns the name of the host. If applet security prevents the name, the same ipaddress entered is returned back.
    This program is the implementation of this method:
    import java.net.*;
    public class ipdemo
    public static void main(String arg[])
    try
    InetAddress add=InetAddress.getByName("207.228.236.39");
    System.out.println(add.getHostName());
    catch(UnknownHostException e)
    System.out.println("Exception raised");
    This will help you.
    Regards.
    Deepa Datar

  • My computer broke down and i needed to install everything new. t now all my music is only on my ipod classic. does anyone have an idea how to get it back to my computer without deleting it from the ipod?

    my computer broke down and i needed to install everything new. now all my music is only on my ipod classic. does anyone have an idea how to get the music back on the computer without deleting it on the ipod?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • HT1390 i rented a movie on my ipad but I am unable to download it on my ipad not enough space.  So now I would like to watch the movie on my laptop .. but i don't know how to get the movie on my computer.. help?

    I rented a movie last night on my ipad but I am unable to download it on my ipad I have no space.. so I want to watch it on my laptop computer but do not know how to get the rented movie on it.  I checked the itune store and they said I have it rented.. So I need help on what to do to download it on my computer so I can watch it any suggestions?  Thanks.

    Niel wrote:
    Because rented movies from the iTunes Store are normally a one-time download per rental, and if that download was to an iOS device, they can't be transferred to any other device.
    Does that hold in the other sense as well? A rental on the computer is non-transferrable to the iGadget?

  • How to get my photostream pictures onto computer in windows

    I have an Iphone 5s, and am going on a trip and need to get all my photos off my phone so I have more room. I have a windows computer, and am trying to get my photostream photos from my phone onto my computer and got some yesterday but not all because I had to leave. Now I cannot get hte rest on. I was doing it via Icloud because that is all I can do for photostream. PLEASE HELP ME GET THE REST ONTO MY computer! I also do not know how to delete all the photos off my photostream! HOW DO I DO THAT??

    Open the my photo stream album in the thumbnail view, tap Edit, tap the photos to select them, tap Share, tap Save to Camera Roll.

  • How to get the clientname (name of computer) ?

    Hi all,
    we use Forms 10.1.2.0.2 together with OAS.
    We have a form that calls a JavaBean.
    We´d like to get the clientname by using the bean.
    With InetAddress.getLocalHost().getHostName() we get the name of the client when running in Forms Developer (ok). When running on OAS we get "localhost" (not what we need). So this isn`t the function to solve our problem. Does anyone know how to get the clientname ?
    Regards
    Frank

    Hi and thank you for your reply :)
    Originally we started using the webutil function and it gave back the result we needed. But for some reasons we had to switch to the JavaBean technology and that´s why we are looking for a function to get the clientname even when we´re on OAS.
    Regards
    Frank

  • How to get camera roll pictures to computer?

    So I wanna get my camera roll pictures to my computer before I completely redo my ipod cause Im scared theyll be deleted. I know on computers with out windows 8 you can go to "my computer" and find you ipod name & get to your pictures. On the computer I want to use I have windows 8 (with all the colored tiles)
    Is there a way to still do that?  i plugged in my ipod to my computer & tried to do it but couldnt find my ipod name.
    if anyone knows what to do get them off & to my computer with out itunes & what i have to do isnt that complicated, please let me know.

    Try using the photo-management software built in to your computer's operating system:
    Mac OS X: Open Image Capture (located in the Applications folder).
    Windows XP: Open the Microsoft Scanner and Camera Wizard by choosing Start > All Programs > Accessories.
    Windows Vista: Open Windows Photo Gallery by choosing Start > All Programs.
    Windows 7: Choose Start > Computer. Right-click on the logo of the device under Portable Devices (if present) and choose Import Photos.
    Additional Information
    Windows 7 Ultimate N edition or KN edition may not recognize iOS devices as cameras if the Media Feature Pack is not installed. This is available from Microsoft as a download for Windows 7 N with Service Pack 1 and Windows 7 KN with Service Pack 1: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=31017ed3-166a-4c75-b 90c-a6cef9b414c4.
    above from:
    iOS: Unable to import photos to computer
    Have you installed any camera or scanner programs on your computer?

  • How to get Mac Address of Remote Computer

    Hi All,
    I tried to find out a solution for finding Mac Address of a remote system, then first i tried with finding it with local address using the following code it works fine for me.
    public class MacAddressFinder {
         public static void main(String[] args) {
              try
                   InetAddress ipAddr = InetAddress.getLocalHost();
                   System.out.println("Current IP address : " + ipAddr.getHostAddress());
                   NetworkInterface nwIntf;
                   try
                        nwIntf = NetworkInterface.getByInetAddress(ipAddr);
                        byte[] hwAddr = nwIntf.getHardwareAddress();
                        System.out.print("Current MAC address : ");
                        StringBuilder sb = new StringBuilder();
                        for (int i = 0; i < hwAddr.length; i++)
                             sb.append(String.format("%02X%s", hwAddr, (i < hwAddr.length - 1) ? "-" : ""));          
                        System.out.println(sb);
                   } catch (SocketException e) {
                        e.printStackTrace();
              catch (UnknownHostException e) {
                   e.printStackTrace();
    But when i tried this piece of code in jsp with the following code i am getting NeworkInterface object value as null and there by i am unable to get the Mac Address of a remote computer.
    InetAddress ipAddr = InetAddress.getByName(request.getRemoteAddr());
    NetworkInterface nwIntf = NetworkInterface.getByInetAddress(ipAddr);Can you please suggest me how to find out the Mac address of remote system?
    Thanks,
    Uday

    first of all, NetworkInterface only exposes the NetworkInterfaces of the local computer. secondly, you cannot find the mac address of an arbitrary remote computer. that information is not available outside of the local subnet. and java doesn't expose a way to discover it even for computers on the local subnet.

  • How to get music back on a computer from an Ipod

    Hello,
    I had to wipe my computer, and my files didn't backup properly so now I have no music. How do I get my music back onto my iTunes from my iPod, if I wasn't using the iCloud?
    Thank you,

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • How to get songs off onto new computer

    I have an i pod classic that was synced to my old computer that is no longer useable. how do I get my music off the I pod onto my new computer if all the songs were not bought from itunes. I wanna sync with new computer but cant cause it will delete my music

    see the second post (Zevoneer) in this thread:
    http://discussions.apple.com/thread.jspa?messageID=3843755&#3843755

  • How to get itunes music on new computer

    I got a new computer because the other one that I had was not working (only had it for a week) so they replaced it. I have signed onto itunes with my account, but wanted my music that I had from my other computer to be on this library. I also no longer have the computer that was defected. How do I get the music that was in my library onto this computer?

    Restore it from a backup or its original source; for iTunes Store music, use these instructions to redownload it through the iCloud.
    (87440)

  • How to get several users on one computer their own iTunes account???

    We have 3 of us on one computer. ipod, ipod nano, and a shuffle. I don't want my 8 year old to access my 16 year olds music files. How can we all have our own, I guess you call it, "account" or "library" so when my 8 year old plugs in her shuffle, it does NOT download my 16 year olds stuff? Make the answer simple and clear please Thanks.

    Create a new user account for each person.
    Go to System prefs -> Accounts.
    Select the songs for the each user drag them to Users/username/drop box.
    Log on using the user account, open iTunes then File - > *Add to library* and select the files in their drop box.
    Then delete the files from the drop box.

  • How to get CC on my new computer

    Hello so my computer crashed last week and i need to get my CC on this new computer, I have a subscription through my school

    The same way you did the first time... log in to your Adobe ID and Cloud account and install
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    What it is http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html
    -Install, update or UNinstall, and launch after installing

Maybe you are looking for

  • Windows 7 64-Bit cannot install itunes 32-bit or 64-bit

    Hello, I have a Windows 7 Home premium 64-Bit laptop.  I downloaded the 64-bit version of itunes.  When I attempt to install, I received a message that states that the version of the file is not compatible with the version of windows I'm running.  I

  • CorelDraw 11 for OSX 10.5.8

    Please any help to carry on instalation of CorelDraw 11 for OSX 10.5.8? Thanks.

  • Using iframe in jspDynPage

    hi all: i wrote an iframe control with html tag in my jspDynPage. then i went to get the property of the iframe on client side using javascript, i got a script error that prompted it is refused to visit. i know this will certain happened when the "if

  • Restricting duplicate entries in for Batch Characteristics

    Hi All, How can we restrict duplicate values for Batch characteristics. The characteristics is a user input field but we want to keep a check that user doesn't input duplicate entries as in previous batches.

  • DBID for full import

    Hi, I would be doing full database export/import using datapump from Linux 64 bit to linux 32 bit. I want the DBID to remain the same in target database. Would DBID remain same? Thanks