How to share data My iphone to another iphone ?

Please suggest.

The only way is to physically search for and find it.
The Find My iPhone **app** that you mention does not fit into the equation.  It is used to find other devices, much like you can log into icloud.com, go to the Find My iPhone page and perform a trace.  That's what the app does.  It does not turn on the FMiP service.  Without the service turned on you can't find it.
Also if the phone is dead, it can't process anything and that includes interacting with the service.

Similar Messages

  • How to share data in cfc files?

    I can save shared data (like dsn) in application.cfm so all
    the cfm file can read it.
    But how to share data in cfc files like application.cfm. I
    hear application.cfc,may I use it share data in cfc files?
    Do you think if it is ok that application.cfm and
    application.cfc exist in the site?
    Thanks
    Mark

    quote:
    Originally posted by:
    mark416
    I can save shared data (like dsn) in application.cfm so all
    the cfm file can read it.
    But how to share data in cfc files like application.cfm. I
    hear application.cfc,may I use it share data in cfc files?
    Do you think if it is ok that application.cfm and
    application.cfc exist in the site?
    Thanks
    Mark
    Don't use both. Things like a dsn are best defined in the
    onApplicationStart method of an application.cfc.

  • Datalogging and Supervisory Control : how to share data among LabVIEW applications on the same network?

    I'm new to DSC. Is there an example program or article about how to share data (live data and data saved after running a program) among LabVIEW (using DSC) that is very basic? I would like to share live data and test reult data (eg. excel) among computers on the same network (may be LAN). Does sharing data over a network by using DSC makes whole system (all computers) down when one computer is locked up?

    Hi,
    The easiest way to network DSC data is using "network tags". The way you do it is by simply configuring the server PC as you normally would do for a local application.
    Then from a remote compute, which we can call a client computer you can go to Tag Configuration Editor and option "File >> Import Network Tags.."
    In the window that opens up you can hit the browse buttom and navigate to your server computer, select the .scf file you want to have and hit the buttom import.
    Save the "client .scf" file locally and now you have in the client the same configuration you have in the server and your data is networked, from there on is just a matter of manipulating the data.
    I hope it helps
    Andre Oliveira

  • How to share data between applications.

    I'm trying to share data between LabVIEW v6.0 and another program (16 bit), both running on Windows95. At first DLL's seemed to be the answer but I would need to call 16 bit DLL's which I understand can be a problem. With my limited knowledge of C++ I've written a program (Borland C++4.2) which can access the data I need and save it to a file, this is then repeatedly read by LabVIEW, crude but it works. When I add code to do the same the other way I get occasional file sharing errors. I can't get either LabVIEW or C++ to trap these errors. As an alternative I thought I could write and read to a reserved portion of memory (less than 1K should be enough) using in port and out port. Is this viable, and if so how do I
    reserve the memory in Windows 95 so that LabVIEW & my C++ program can access it?
    Any suggestions?

    Ian wrote:
    > I'm trying to share data between LabVIEW v6.0 and another program (16
    > bit), both running on Windows95. At first DLL's seemed to be the
    > answer but I would need to call 16 bit DLL's which I understand can be
    > a problem. With my limited knowledge of C++ I've written a program
    > (Borland C++4.2) which can access the data I need and save it to a
    > file, this is then repeatedly read by LabVIEW, crude but it works.
    > When I add code to do the same the other way I get occasional file
    > sharing errors. I can't get either LabVIEW or C++ to trap these
    > errors. As an alternative I thought I could write and read to a
    > reserved portion of memory (less than 1K should be enough) using in
    > port and out port. Is this viable, and if so how do I reserve the
    > memory in Windows 95 so that LabVIEW & my C++ program can access it?
    >
    > Any suggestions?
    May be TCP/IP or UDP interprocess communication will do? It shouldn't be
    a problem via localhost. You can try separate VI server to handle
    communication task from your vi with C++ socket.
    Sergey Krasnishov
    Automated Control Systems
    National Instruments Alliance Member
    Moscow, Russia
    [email protected]
    http://acs.levsha.ru

  • How to share your itunes library with another person

    how can two people have all the same stuff on their ipods/iphones? we have both bought different things but dont know how to share them

    Hey jimyam,
    Thanks for the question. If you wish to access your music library from multiple devices, anywhere, It sounds like iTunes Match may be the right service for you:
    Apple - iTunes - Match
    http://www.apple.com/itunes/itunes-match/
    With iTunes Match, all your music can be stored in iCloud — even songs you’ve imported from CDs. You can access your music from all your devices and listen to your entire library wherever you are. And you'll also be able to listen to iTunes Radio without ads.
    iTunes Store: Subscribing to iTunes Match
    http://support.apple.com/kb/HT4914
    Thanks,
    Matt M.

  • HT5887 how to sharing data from iPhone to macbook pro using an airdrop?

    hi all i just wanna ask about an airdrop. i want to send my data from iPhone to my MacBook Pro, but the airdrop doesnt exist on my MacBook Pro. thx a lot.

    Welcome to Apple Support Communities
    You cannot use AirDrop to transfer files between an iPhone, iPad or iPod touch and a Mac. You can only use AirDrop to transfer files between two iPhones, iPads and iPods touch, or between two Macs. This is caused because AirDrop does not work in the same way in iOS and OS X.

  • HT1296 How to IMPORT data from iphone to pc without icloud or itunes?

    I don't understand how many article I have read and every one is talking about "how to EXPORT data from iDevice to pc but no article is available about "how to IMPORT data (Music, Videos or office files) to iDevice without using icloud or itunes?" can somebody have the answer???

    Well I wonder why that is?  Very simple answer, because YOU CAN'T!

  • How can share data between jsp pages using beans??

    any one can give me code for 2 jsp pages with bean that share data for them

    <jsp:usebean name="yourBeanName" type="com.whatever.foo" scope="session"/>
    this will look for a bean named yourBeanName in the scope specified by the scope attribute. If none was found, the container will instantiate one with the no arg constructor for your bean and place it into the proper scope.
    if your bean had a method getName(), you could then on your jsp do:
    <%=yourBeanName.getName()%> to print the results of the method to the page. there are other ways to do the actual placing of the output on the page, but this is the most direct.

  • How to share data in "User_*" tables with another schema

    I would like to share the data in the USER_SEGMENTS table with another schema. If I create a view and grant select on the view, when the other schema queries the view the data is identical to themselves querying the SYS.user_segments table directly.
    create view sys_user_segments as select * from sys.user_segments;
    grant select on sys_user_segments to A;My guess is that the SYS.user_segments table is a view based on the current user.
    Is there a way to share this data without creating a copy of the table?
    Oracle: 10g
    Thanks

    Hi,
    All the data dictionary "tables" whose names start with user_ (or all_ or dba_) are actually views, and what results they bring back depend on what schema you logged in to. I don't think there's any way to allow user A to directly see what's in user B's version of user_segments.
    Why do you need this? Can you use the all_ views instead, by giving A some privileges on B's objects?
    Failing that, you can replicate the data into a regular table. Inside a AUTHID DEFINER stored procedure, the data dictionary views (such as user_segments) are the versions of the procedure owner, so B can write a stored procedure (let's call it populate_my_segments) that populates a regular table (let's call it my_segements), and then grant EXECUTE privilges on populat_my_segments and SELECT privileges on my_segements to user A. A can then refresh the table and look at it whenever he wants to.
    If A only needs to see a little information, e.g. the total number of bytes, from B's user_segments, then B can write a function just to return that information.

  • How transfer calendar data from iPhone to imac?

    I lost all the data in my iMac calendar. The data exists in my iPhone. Is there a way to transfer the iPhone data to the iMac. I normally sync my iPhone to my iMac, but I'm not sure how to reverse the process.

    Transfer an In-App Purchase
    You can't sync or transfer non-renewing subscriptions and consumable In-App Purchase to another iOS device or Mac. You can transfer non-consumable In-App Purchases and auto-renewable subscriptions to another iOS device or Mac authorized with your iTunes Store account. For example, if you transfer a game from an iPhone to an iPod touch, only the game levels will sync, and the extra ammo and experience points won't transfer.

  • How to share notes on iphone

    How I can share notes with other Iphone user?....

    The solution I use is a free app named SimpleNote. It syncs with the web (simplenoteapp.com), and in turn syncs with a desktop widget on my Mac.  So any notes I create on my iPhone appear on my Mac, and vice versa. I've installed SimpleNote on my wife's iPhone as well (synced to the same account). So all of our notes automagically are kept in sync on both iPhones, and on our Macs.
    Another approach is the PlainText app.  It syncs with Dropbox -- each PlainText 'note' is a text file in a Dropbox folder. Similar to SimpleNote, this gets your notes onto your desktop (either Mac or PC), and you can then sync with PlainText installed on another iPhone.

  • How to share video between iPhones

    I'm trying to figure out a way to share video clips between family members using iPhones. We all have either the iphone 4 or 4S. Some clips will be up to 3 or 4 minutes long. I thought about Facebook or YouTube, but they need to be for private viewing only. Dropbox would be awesome with their iPhone app but it's pricey. My MobilMe account was great using the Gallery app, but I transitioned to iCloud. Any thoughts? Thanks a lot!

    What data?
    You should be syncing them to icloud and/or your computer.

  • How to Retrieve data from database into another form ?

    Good Day!
    Am currently new at JSP. I've been studying it for awhile and still getting the hang of it. We are working on a project.
    Editing a given data. We have to retrieve the given data and post it to another form "Editing form".
    Since we can retrieve data using JSP but how are we going to post it to another form? I mean how are we going to transfer data from one form to another?
    Can anyone help me with codes please..

    The client is a web browser.
    The client submits a request (click a link, visit a form)
    The server gets to respond to this
    - look at request parameters from the client
    - access database
    - produce resulting html page
    - send page back to client.
    The standard pattern is to retrieve data from the database in java code, and then load that data into a bean.
    You then make that bean available as an attribute
    It is then available for use in your JSP - either <jsp:useBean> tag or using ${ELexpressions}
    All you can pass from the client to the server is request parameters - which are always strings.
    Draw a picture of where the information is, and the information flows. Very rarely does it go directly from one "form" to another.
    Cheers,
    evnafets

  • How to sync data after iphone 5s is activated

    Received my new Iphone 5s today. Currently had Iphone 4s. Went through the set up but when it got to the syncing of my data from my old phone through Icloud it wouldn't allow me to because the 5s phone ios version was 7.0.6 and my 4s has the new version 7.1 I did download the new version onto the 5s but now not sure how to sync all my info. I did have a current backup of Icloud on the 4s. Any suggestions appreciated

    If you've iPhone 4s iCloud backup and you also have updated your iPhone 5s to IOS 7.1.
    1. Connect your iPhone 5s to the wall power supply with the supplied adapter.
    2. Make sure your iPhone 5s is connected to your Wi-fi router.
    3. Use iPhone 5s Settings > General > Reset > Erase All Content & Settings to wipe your iPhone and set it up again as new, at the end of the procedure choose restore from iCloud backup.
    iCloud Restore:
    http://support.apple.com/kb/TS4036

  • How to restore data on iPhone 5c from iPhone 5

    Hello everybody,
    I need help to restore data from iCloud on an unused iPhone 5c with iOS older than on my stolen iPhone 5.
    I must be possible, but how?
    thanks

    Read -> How can I restore data from my iCloud account on a new iPhone 5c with a previous SW version that my old (stolen) iPhone 5?

Maybe you are looking for

  • Cross Reference displays wrong Chapter

    I have several FrameMaker files that will eventually be combined into one book. In some chapters there are references to outside chapters. At some point another person that was using these files had to switch the Chapter title; for example Chapter 7

  • Costing issues related to material movement

    Hi everyone, My question: If a material (material type being VERP - returnable packing material), has to be transferred from the customer to the returns stock , with Tcode MB1C and movement type 451, will there be any FI/CO issues . If yes how will t

  • HT1414 I can't update Api 9-4-2013 because of hacker declear to deleting. How to do?

    I can't send to Imported mails and connect from Facebook coads because of hacker using and look can see my secrm when what to do write ok?

  • Javascript error in firefox amazon s3

    I'm running Firefox 27.0.1 and receive the following error message when I try to download any files from Amazon S3 using S3Fox Organizer: [Exception... "Not enough arguments [nsIWebBrowserPersist.saveURI]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOU

  • Kerberos, Heimdall help?!?

    I have a couple questions What exactly is KDC / Heimdall? Are these security programs? Are they automatic on macbooks? could copying my mac logs and mailing them to someone else cause mac security to consider that an offense?  I had been having weird