Can someone explain how to set up an administrator account so that I can have my phone and my daughters have separate apple ids?

I mistakenly updated to the latest version of iOS and ever since then I can send messages to my daughter and I receive them but she does not.  She has an iphone also and her phone is under my apple id also.  Someone told me that I could set up an Administrator Account so that she can still be under my account but she has her own ID and that will fix the problem with text/imessages.  I can't find anything on the website that explains how to do that.  Can someone explain that to me?
Thanks!

I'm still not clear on what you are trying to accomplish. If you have an iPhone and she does as well you should have your own Apple IDs.
If you want to pay for any purchases she makes with her phone as far as apps/music goes than that is what Family sharing is for.
In my case my Wife and I are setup for family sharing. When she purchases music/apps it charges my credit card. This setup also allows me to share my past music/app purchases with her and vice versa.

Similar Messages

  • Can someone explain how to set the focus to a component

    Hello,
    What is the best way to ensure that a component gets the focus with code. I have tried requestFocus and requestFocusInWindow and none of them seems to do there work. The frame containing the components that should get the focus is displayed, the component is focusable so that is not the problem. What I found out is that if the component is deep in a nesting of panes (where the top pane is in the frame) is that calling requestFocus or requestFocusInWindow does not give the component where this focus is called on the focus but either the pane that contains it, one of the parent panes of this pane or one of the components in these panes, in almost all cases the component requesting the focus does not get the focus at all. I always have to write a work around in defining a focus listener for all these panes that transfer the focus back to the component that requested the focus originally, I can't believe that this is the way to ensure that a component has the focus via code. I have searched for documentation but found nothing on what requestFocus(inWindow) is actually dooing (a lot about focus traversibility but I don't want to control this, just make sure that a component gets the focus).
    Again I'm pretty sure that the toplevel window is activated and that the component that requested the focus is focusable (I had created a derived version of the DefaultFocusManager that showed who has focus). Personally I think (and I'm not alone if you do a search in this forum on focus management) that there is either a big problem in the documentation of focus management or that it is still not possible to even try to set the focus on a component in a easy way.
    Marc

    Hello,
    thanks for your reply, here is some example code that illustrates the problem I have (the actual code is to big to show here, which is the raison why I did not posted it here). The code wil create a frame with a JPanel with a JTextField, a 'New' Jbutton and a 'Delete' Jbutton, a tabbed pane in the center ('New' will create a new JPanel, add it to the tabbed pane and set the focus on it, either by calling RequestFocusInWindow() directly or by calling it via InvokeLater (someone on this forum suggested to use this). I changed also the focusmanager to show the component that has the focus when you type something. To test compile and run the program (either with a call to requesteFocusInWindow directly or indirectly (by changing the comments), on my system I get the following behaviour:
    1. requestFocusInWindow called directly
    Start program en type, the tabbed pane has the focus
    Press New and type something, a button has the focus not the created panel
    Press New again and type something, a button has the focus not the created panel
    2. requestFocusInWindow be called indirectly
    Start program and type, the tabbed pane has the focus
    Press New and type, the created panel has the focus (I thought at one moment that I had found the solution there, but alas ...)
    Press New again and type something, a button has again the focus.
    Note that with my real program it is not always a button that will have the focus, sometimes it is a combobox or a TextField (I tried to get this with the example code (the JTextField) but did not succeed.
    Hopes this clarify the problem a little bid, what I want is when the window is visible to set focus on newly created panes (or in the real program on the panel that is selected via the tabbed pane or via a key combination to shift the focus between the panels) but requestFocusInWindow seems to behave unpredicatable. I can't imagine that what I see is a bug so I must make some assumptions which are not valid but I don't see them, btw listening on the WindowListener is I think not the solution because the frame is already displayed when I want to set the focus and I do not use a modal dialog box.
    The example code follows here
    Marc
    * Main.java
    * Created on December 21, 2004, 8:58 AM
    package testfocus;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    * @author marc
    public class Main
    static int counter;
    /** Creates a new instance of Main */
    public Main()
    * @param args the command line arguments
    public static void main(String[] args)
    JFrame frm=new JFrame();
    JPanel content=new JPanel();
    frm.setContentPane(content);
    final JTabbedPane paneContainer=new JTabbedPane();
    JPanel bar=new JPanel();
    JButton create=new JButton(new AbstractAction("New")
    public void actionPerformed(ActionEvent ev)
    counter++;
    final JPanel pnl=new JPanel();
    pnl.setName("test"+counter);
    paneContainer.add(pnl);
    pnl.setFocusable(true);
    pnl.requestFocusInWindow();
    /* Either use this or the previous line
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    pnl.requestFocusInWindow();
    JButton delete=new JButton(new AbstractAction("Delete")
    public void actionPerformed(ActionEvent ev)
    int i=paneContainer.getComponentCount()-1;
    if (i>=0)
    paneContainer.remove(i);
    JTextField dummy=new JTextField("Test");
    bar.add(dummy);
    bar.add(create);
    bar.add(delete);
    content.setLayout(new BorderLayout());
    content.add(bar,BorderLayout.SOUTH);
    content.add(paneContainer,BorderLayout.CENTER);
    frm.setSize(300,400);
    FocusManager.setCurrentManager(new DefaultFocusManager()
    public void processKeyEvent(Component component,KeyEvent ev)
    System.out.println("Focus owner"+getFocusOwner());
    super.processKeyEvent(component,ev);
    frm.setVisible(true);
    }

  • Can someone explain how I post PDFs on iCloud?  I use the app Goodreader to view and edit PDFs on my iPad

    I am trying to upload PDF documents from my MacBook to iCloud so that I can view and edit them in Goodreader, an app on my iPad, but I cannot add them to Pages on the iCloud website.  How do I upload them?

    the latest version of the iOS app GoodReader has been updated to use the iCloud sync features. You can open, store, and edit PDF files and they'll automatically sync with GoodReader on all other devices. Documents are stored in iCloud and will also sync with any Mac that is setup to sync with iCloud. The Mac will automatically have a folder where you can open synced files or add new files from your Mac. details of how to do this are in the GoodReader help files.
    Note: I have no affiliation with GoodReader other than as a happy customer.

  • HT5463 In my opinion, when the Silence setting is "only when the device is locked", it contradicts the settings you set above, like Manual. Can someone explain how these settings work together?

    Can someone explain how these settings work together? Manual seams to contraduct the SILENCE setting at the bottom of the Do Not Disturb page. It's very confusing.

    You should have seen information in the support document that you linked from. It used to be with the first version of Do Not Disturb that it would only function when the device was locked. That changed with iOS 7, and not it can be active all of the time. With it on Manual, it is on, but if you have the device "awake" that you can still receive calls/texts, etc. Sort of like you have the phone awake, so it isn't a problem for you to receive things. If you set the settings for Always, this means you can be doing things on the phone and not be disturbed by anything else. Does that make sense?

  • I have just downlaoded the color burst app, can someone explain how to use it?

    I have just downlaoded the color burst app, can someone explain how to use it??
    There is no help in the app and i can't log onto the smart solutions..it is really frustrating me because it is propably a really simple app...can someone please help???

    I posted in this thread an example that illustrates how to use the 3d graph to do surfaces ac lines.
    The type of data that you present to the 3d graph depends on which mthod you are using. In general you want to present a set of points that need plotted. These points are defined by taking one value for each of the XYZ and sometimes W arrays.
    Explanation:
    You want to plot a surface that is defined by four point (X0,Y0,Z0,W0), (X1,Y1,Z1,W1), etc. You can present the values using (4) 2-d arrays each of which have four values at index (o,o), (0,1), (1,0) and (1,1).
    Thie first point plotted would be the point that is defined by taking (0,0) from each of the arrays.
    So as you can see from the above all of your arrays should be of the same size and dimensions for this to work.
    Look at the Example i posted in the other thread and try some small experiments with small data sets before you jump to anything complicated.
    I hope that helps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Please can someone explain how to delete email addresses?  I have people who when I type in their name it comes up with the correct email address but then when you hit return to confirm it promptly changes the name to someone else (always the same someone

    Please can someone explain how to delete and email address that when typed in brings up one name but when you hit return to confirm it jumps to another name.  I can't find them in my contacts list but they do come up when you type the first few letters of a name.
    EG If I type xyz and the name of the person comes up, when I press return to confirm that's the one I want then it jumps to [email protected],  always the same def address.
    I can't fathom it out.
    Thanks
    Terri

    Try this:
    Start a new email.  In the To address bar, type in xyz like you normally do, press return to confim, and when the address you want to remove shows up in the address bar, move your cursor over the address you want to delete.
    A small triangle next to the name will show up.  click on it, a drop down menu will open, click Remove from Previous Recipients List.  Then do the drop down menu again and Remove Address.
    Good luck.

  • Can someone explain how .prel files work?

    Can someone explain how .prel files work?  My C drive is O/S and programs, my D drive is storage and the project file(s) (the .prel file) are on my E drive. 
    How is this supposed to be more efficient/faster?  P.E. (C drive) has to constantly communicate back and forth across drives with the .prel file and all the files in the subfolders?  It seems like it would be slower. 
    As I mentioned in a previous post; my zooms in/out of the Timeline are VERY slow.  It is almost 1 second before the Timeline gets bigger/smaller.  Any info would be great,thanks!
    Elwood
    Windows 7 64 bit, i7 980x @333 6 core processor, 12 GB ram DDR 1600, Radeon 5850 GPU PE 9

    By using multiple HDD's, one is spreading the I/O (Input/Output) load over various HDD's. The controller is faster than a single HDD, being tasked to read/write from/to multiple places. One of the first laws of physics is that an object cannot be in more than one place, at the same time. The heads on a HDD are no different. If requests for multiple reads are made, the heads will position themselves over on place on the platters, read, and then move to the next requested location, and so on. However, with multiple HDD's, and a good, fast controller, the heads of each HDD will be placed, where necessary, so reads are done at once, from multiple locations.
    For ultimate performance, a good setup would be as follows:
    C:\ system OS and programs (more reading being done here, than writing)
    D:\ Project files (PREL's in this case)
    E:\ RAID 0 Scratch Disks for Media Cache, but not Render files (both reading and writing)
    F:\ RAID 0 Media files (more reading, but also writing)
    G:\ RAID 0 Export/Share and Render files
    Some go so far as to separate out Audio Assets from Video Assets, and use a separate RAID 0 for each
    The downside of that "ultimate performance" setup, is that when a Project is completed, to clean up, one has to go to many HDD's, and locations. There can also be issues when Archiving a Project, because things are scattered about.
    I get "good performance" by having my Project, Copies of my Assets and all Scratch Disks on one HDD. What I give up in performance, I make up for with housekeeping chores, when the Project is done. I still spread my OS/programs from my Projects, with separate physical HDD's.
    Good luck, and hope that this helps,
    Hunt
    PS - Above, I mention RAID 0, but even greater speed can be achieved via many HDD's in the Array, and perhaps a RAID 50. RAID 0 is just two physical HDD's. Also, for RAID, I recommend a dedicated RAID controller card, and NOT software, or the MoBo's RAID capability.

  • I just started using fire fox and I cant figure out how to add a new folder to my bookmarks. Can anybody explain how in detail (I'm bad with computers so I need real detail) Please and thank you. :)

    I just started using fire fox and I can't figure out how to add a new folder to my bookmarks.
    Can anybody explain how in detail (I'm bad with computers so I need real detail)
    Please and thank you. :)

    If you use extensions (Tools > Add-ons > Extensions) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    You can use one of these to start Firefox in <u>Safe mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    If it works in Firefox Safe-mode then disable all extensions (Tools > Add-ons > Extensions) and then try to find which is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

  • When I click share to Facebook it takes me to my sons Facebook account. How do I add my facebook account so that I can send photos to that instead of my sons!!?

    When I click share to Facebook it takes me to my sons Facebook account. How do I add my facebook account so that I can send photos to that instead of my sons!!?

    iPhoto Preferences > Accounts > click the little plus in the lower left corner and follow the onscreen instructions.
    Cheers

  • Can someone explain how data is fed to the usage details screen in My Verizon?

    Can someone explain to me how I can view my data usage for a past date today and when I look at the same date a few days from now there will be additional data. Customer support were adamant that the data usage details come directly from my device so I commented that my device must be saving usage and sending it to Verizon arbitrarily to which I was met with silence on the line.
    Here's an example - on 4/1 I checked my data usage details for the date of 3/21 and it looked like this:
    03/21/12
    08:43:00 PM
    0.02518
    03/21/12
    09:17:00 AM
    0.01475
    03/21/12
    07:20:00 AM
    0.01730
    then on 4/7 when I checked my data usage details for the date 3/21 it looked like this:
    03/21/12
    11:45:00 PM
    1.15382
    03/21/12
    11:38:00 PM
    0.24853
    03/21/12
    08:43:00 PM
    0.02518
    03/21/12
    07:50:00 PM
    1.03191
    03/21/12
    06:55:00 PM
    1.18499
    03/21/12
    06:10:00 PM
    1.03968
    03/21/12
    09:17:00 AM
    0.01475
    03/21/12
    07:20:00 AM
    0.01730
    The red rows have been added between 4/1 & 4/7, but where did they come from? This is just one example, it's happening all over my bill and Verizon cannot justify the anomaly and certainly won't consider removing the $40 in overage charges I have this month. Which brings up another question, why doesn't Verizon offer more than 10GB for the mifi? If I want to use more data and am willing to pay for it, I have to go to another provider?

    Hi kellieh,
    When you had your data overage (and the additional spurious charges), how did Verizon respond to you?
    I have just reported a 2x discrepancy between individual device data usage (.89 GB total) and the reported 1.5 GB for my account.  They claim it will take 72 hours to get back to me after they research the problem.
    What avenues did you pursue to make contact?
    I caled 611, then emailed tech support, then sent a private message to Verizon Wireless support.

  • Can someone explain how Groupware fits into the CRM mobile model?.

    Can anyone explain how Groupware fits into the CRM mobile model?.
    Also we have the client console on the laptop, but it looks very basic. My understanding is that it's supposed to be able to download sales details before going on the road, is that correct, or have I misunderstood something?.
    Jason

    Hi Jason,
    For Groupware integration try looking at
    http://help.sap.com/saphelp_crm50/helpdata/en/74/49af3ab73dc363e10000000a114084/frameset.htm
    For Client Console functionality refer to
    http://help.sap.com/saphelp_crm50/helpdata/en/9d/a7443bc6054d4ee10000000a11402f/frameset.htm
    Regards,
    Gervase

  • How to set up the iPhone 5 so that I can receive iMessage (incoming messages) and send text messages (outgoing) every time?

    How do I set up the iPhone 5 so that I can receive iMessage (incoming messages) and send text messages (outgoing) every time? I have limited internet quota but unlimited sms!

    Thanks!!
    The reason I don't want to set it off is because I want to let others send me iMessage - most people prefer that according to their plan.
    How do I bring this request to the hands of the people doing the ios updates? Maybe they could work on this for the future...

  • Can someone explain how the visit count works? Why would it say I visited a site over 600 times? Anyone know how this counts these visits?

    I'm trying to do a detailed log of my computer history. Most of the sites I visited have a visit count of 1, but then I will come across a page that will list 77 or 683 as the visit count. Just wondering if someone can explain how this tracker counts the visits and over what duration of time. Is there a way I can look this up myself?
    == This happened ==
    Not sure how often

    Jneklason wrote:
    ~snip~
    I know this email is confusing and really hard to understand...perhaps now you will know how i've been feeling--lost and confused with all the mis-information, with a hit and miss phone, and out of time with all the 1 1/2 hr to 2 hrs EACH wasted on this issue.
    On top of all this, I can't even find out how to file a complaint with anyone higher up than Customer Service.
    I hate to tell you this, but you didn't write an email. You wrote a discussion post on the Verizon Wireless Community forum which is a public peer to peer forum. Unfortunately since you didn't mark your post as a question, the VZW reps that roam this community won't ever see your post. Before you re-post it, don't. Duplicate posts get removed from the community.
    I see there were several missteps both by the reps and yourself in your post. First you should have insisted on returning the phone within the 14 day return policy period. Second which Samsung Galaxy mini model did you purchase? The S3 mini or the S4 mini? Did you do any research prior to deciding on this device. The reps at that time deflected the easiest course of action, by trying to get you to replace the phone under insurance instead of returning the phone. The Early Edge payment option requires the current phone on the line using the early Edge must be returned to Verizon Wireless. Did you once considered going to a third party site like Swappa to purchase a gently used device for your daughter?

  • Can someone explain how to split an mp3 in Quicktime Pro

    I have a 1 1/2 hour mp3 file. I want to split it in two.
    I can't seem to figure out how to do this in Quicktime Pro.
    Could someone give step by step instructions?
    Thanks!

    You have to Save As and give it a new name. The new file cannot have the whole file if you only pasted part of the original file unless you have trolls in your house.
    Start over. Open the master file.
    Select the in (assume it is there already) and move the playhead to the out (the split point). Press the O key to set the out. Now do this
    CMD+X
    CMD+N - touch the new player window that opens.
    CMD+P
    That cuts out the old from your original, opens a new player and pastes the cut part to the new player. It can ONLY have the cut part. Then SAVE AS a new fle name.
    Return to the old player with the other 1/2 still there.
    CMD+C
    CMD+N - touch the new player that opens
    CMD+P
    Do SAVE AS and give it a new name. This pastes the 1/2 left over from the cut you did first to a new file.
    If you want you can revert (or just not save ) the original and you still have it. You will have two new files with new file names - the first with the 1/2 you cut and pasted and the 2nd with the 1/2 left over.

Maybe you are looking for

  • SSO to IIS

    Hello, we tried to setup SSO between portal and an web application that runs in an IIS. I found several threads about this topic but non of them wer really specific. Like: /message/78763#78763 [original link is broken] I'm looking for a real easy sol

  • Is there any way in which to turn off automatic step tracking in iOS 8

    I've been using my iPhone 5S for about 4 months now and up until the iOS 8 update was happy with it. Since the update - and after opening the health app - I have noticed that the steps I take on a daily basis while the phone is with me are automatica

  • Forest Trust RPC timeout across MPLS

    Hi, I am having trouble setting up a Forest trust between two networks. The issue "seems" to be RPC timeout (i see RPC age-out on firewall) but i'm now wondering if it's actually the LDAP or KErberos thats failing first. I have read that RPC needs to

  • 5800 xpress music free Bluetooth software.

    Hi there....i jus bought a new nokia 5800 xpress music edition with my vodafone contract and i've been thinking 2 use Bluetooth 2 transfer stuff frm ma Vaio lappy (vista)....but it wasnt successful..so later found out that i might have 2 buy n use a

  • CRS error

    Hi Experts, I'm trying to install 10g CRS - RAC on Sun solaris. I ran the cluvfy so i don't miss any pre-requisite. On installing the CRS i'm getting error on 3rd screen(which is after the Product-Specific Prerequisite Checks on OUI). The error pops