How do i change the email on my messaging app without changing my apple ID?

My family has the same apple ID email so when i send messages to other people it shows up on their devices as well. is their anyway to have it just send between my ipod and the person i am talking to?

See:
MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

Similar Messages

  • How to change the angle of a gradient layer without changing anything else?

    How to change the angle of a gradient layer without changing anything else?
    When I try it myself my whole gradient turns black.

    To add to the above, you can not just set the angle. If you want to use other existing settings you need to get them from the layer. The code in that other thread shows one way to get them.
    But if you do not need the existing values for any other reason you can get the descriptor for the layer, make a duplicate of it with all the settings and just overwrite the ones you want to change.
    This is one way to just change the angle while keeping the other existing settings.
    // helper function for working with descriptors
    function getProperty( psClass, psKey, index ){// integer:Class, integer:key
        var ref = new ActionReference();
        if( psKey != undefined ) ref.putProperty( charIDToTypeID( "Prpr" ), psKey );
        if(index != undefined ){
            ref.putIndex( psClass, index );
        }else{
            ref.putEnumerated( psClass , charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
        try{
            var desc = executeActionGet(ref);
        }catch(e){ return; }// return on error
        if(desc.count == 0) return;// return undefined if property doesn't exists
        var dataType = desc.getType(psKey);
        switch(dataType){// not all types supported - returns undefined if not supported
            case DescValueType.INTEGERTYPE:
                return desc.getInteger(psKey);
                break;
            case DescValueType.ALIASTYPE:
                return desc.getPath(psKey);
                break;
            case DescValueType.BOOLEANTYPE:
                return desc.getBoolean(psKey);
                break;
            case DescValueType.BOOLEANTYPE:
                return desc.getBoolean(psKey);
                break;
            case DescValueType.UNITDOUBLE:
                return desc.getUnitDoubleValue(psKey);
                break;
            case DescValueType.STRINGTYPE:
                return desc.getString(psKey);
                break;
            case  DescValueType.OBJECTTYPE:
                return desc.getObjectValue(psKey);
                break;
            case  DescValueType.LISTTYPE:
                return desc.getList(psKey);
                break;
            case  DescValueType.ENUMERATEDTYPE:
                return desc.getEnumerationValue(psKey);
                break;
    function duplicateDescriptor( descriptor ) {
        var newDescriptor = new ActionDescriptor;
        newDescriptor.fromStream( descriptor.toStream() );
        return newDescriptor;
    function localizeDescriptor( desc ) {
        var stream, pointer, zStringLength, zstring, localized_string, newZStringLength, previousStream, followingStream, newDesc;
        stream = desc.toStream();
        while( true ) {
            pointer = stream.search(/TEXT....\x00\$\x00\$\x00\$/);
            if( pointer === -1 ) {
                break;
            zStringLength = getLongFromStream( stream, pointer + 4 );
            zstring = readUnicode( stream.substr( pointer + 8, ( zStringLength - 1 ) * 2) );
            localized_string = ( localize( zstring ) ) + '\u0000';
            newZStringLength = localized_string.length;
            previousStream = stream.slice( 0, pointer);
            followingStream = stream.slice( pointer + 8 + zStringLength * 2);
            stream = previousStream.concat( 'TEXT', longToString( newZStringLength ), bytesToUnicode( localized_string ), followingStream );
        newDesc = new ActionDescriptor();
        newDesc.fromStream( stream );
        return newDesc;
    function getShortFromStream( stream, pointer ) {
        var hi, low;
        hi = stream.charCodeAt( pointer ) << 8 ;
        low = stream.charCodeAt( pointer + 1 );
        return hi + low;
    function getLongFromStream( stream, pointer ) {
        var hi, low;
        hi = getShortFromStream( stream, pointer) << 16;
        low = getShortFromStream( stream, pointer + 2);
        return hi + low;
    function readUnicode( unicode ) {
        var string = "";
        for( i = pointer = 0; pointer < unicode.length; i = pointer += 2) {
            string +=String.fromCharCode( getShortFromStream( unicode, pointer ) );
        return string;
    function longToString( longInteger ) {
        var string;
        string = String.fromCharCode( longInteger >>> 24 );
        string += String.fromCharCode( longInteger << 8 >>> 24 );
        string += String.fromCharCode( longInteger << 16 >>> 24 );
        string += String.fromCharCode( longInteger << 24 >>> 24 );
        return string;
    function bytesToUnicode( bytes ) {
        var unicode = "", char_code, charIndex;
        for( charIndex  = 0; charIndex < bytes.length; charIndex ++ ) {
            char_code = bytes.charCodeAt( charIndex );
            unicode += String.fromCharCode(char_code >> 8 ) +  String.fromCharCode( char_code & 0xff );
        return unicode;
    function setGradientAdjustmentAngle( angle ) {
        var adjustmentDesc = getProperty( charIDToTypeID("Lyr "), charIDToTypeID( 'Adjs' ) ).getObjectValue(0);
        var newAdjustmentDesc = duplicateDescriptor( adjustmentDesc );
        newAdjustmentDesc.putUnitDouble( charIDToTypeID('Angl'), charIDToTypeID('#Ang'), angle );
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( stringIDToTypeID('contentLayer'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
        desc.putObject( charIDToTypeID('T   '), stringIDToTypeID('gradientLayer'), newAdjustmentDesc);
        executeAction( charIDToTypeID('setd'), desc, DialogModes.NO );
    var newAngle = 45;
    setGradientAdjustmentAngle( newAngle );

  • How can I change the email address associated with iCloud without losing information?

    How can I can change the email address associated with my iCloud account without losing data on my iPad?

    If you're running iOS 6, to change your iCloud ID go to Settings>iCloud, tap Delete Account, then sign back in with the new ID.  This deletes the account and your iCloud data from your device, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your device when you sign back in.
    To avoid losing photo stream photos, save them to your camera roll (if not already there) before deleting the account.  To do this, open your my photo stream album, tap Edit, tap the photos, tap Share, then tap Save to Camera Roll.

  • How can i change the email and user from app store?

    I have a iPhone thats a FIFA from my daugther and she has an account in the app store, i an trying ti configure my app account and the sistem Does not permit me to do it, my question is how can i do to solve my problem thanks

    If you mean that you are trying to change the Apple ID used for purchasing apps, go to Settings>Store, tap the Apple ID at the bottom, sign out, then sign back in using the ID you want to use.

  • Is it possible for me to change the email I get notifications from but not my Apple ID?

    My Apple ID and primary email address are the same one. I tried changing it but that meant changing my Apple ID, and I don't want to do that. Basically I want to keep my Apple ID the same, but I want the email that's currently my Alternate Email to be my primary email. But not my Apple ID. Does that make sense? Can I do that???
    Thanks!!!

    Logon here.  Resulting screen allows you to change things.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/directToSignIn?loc alang=en_US
    You may have to get a third email address to swap around your email addresses. Try goggle. 

  • After changing the email address associated with my my daughter's Apple ID, Facetime has stopped working.

    Both the email address and the password were changed.  Email address and alternate email address were verified.  Signed in with the new email address on phone, Itunes, and App Store.  Still, facetime does not work.  When she tries to sign in, she gets a message "check your network".  I have signed the phone out of the WiFi and signed back in.  Network does not seem to have an issue.

    Erasing and resetting the network settings in the phone seems to have done the trick.  Facetime is now working again.
    Settings> General> Reset> Reset Network Settings.
    I did not have to remove all data from the phone.

  • How can you edit the Email Address field in Mail without deleting the account?

    I have a few accounts and the email address domain of my work account has changed but it seems to be one of the fields you cannot change.
    On my iPhone it was simple ... you can just edit the field and it works.
    My Email comes in fine but mail auto selects accounts based on the domain of who you are emailing and now that it has changed its not doing that anymore.

    If you're running iOS 6, to change your iCloud ID go to Settings>iCloud, tap Delete Account, then sign back in with the new ID.  This deletes the account and your iCloud data from your device, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your device when you sign back in.
    To avoid losing photo stream photos, save them to your camera roll (if not already there) before deleting the account.  To do this, open your my photo stream album, tap Edit, tap the photos, tap Share, then tap Save to Camera Roll.

  • How can I control the display of rows in datagrid without changing the dataprovider?

    Hello,
    I'm using advancedatagrid to render my table but I'm facing a problem to skip few rows which are unwanted or to hide. I should retain my original dataprovider without any modifications to achive this behaviour as I'm using it at many places.
    Can you guys please send me a tip or the example code? I really appreciate for it.
    Thanks,
    Siva.

    Hello Gaurav,
    Thank You..!!! I tried appling filterFunction on the ADG and got whatever I expected but filter changes the original dataprovider behaviour. SO which I dont want to do it.
    I have created a local variable and binded whatever data wanted to display on that page. Infact it works as expexted and I still have original data provider as well.
    I have one more problem, I'm using creationComplete to initialize my local data provider value. It works only once while creation of state. If I navigate my screens fore and back and come back to this screen, it doesn't display the modified values as creationComplete loads only while state creation.
    Is there any mothid which does the samething while vising the page every time than creation?
    Thanks,
    Siva

  • How do you change the language hyphenation engine in Photoshop without changing the User Interface (UI)?

    I'm working on some documents in Spanish. I'm having issues because the hyphenation function is in English. I want the program to follow the proper Spanish hyphenation rules without changing my English UI.

    Window/Character and choose Spanish.

  • Can I change the html name for a page without changing the Menu?

    As I have links on resumes, and portfolios throughout the web, I'd like the  "about me page" to be called info.html. But "info" is a really stupid, general name for a Menu item. So, can I change the name of the pages HTML file to "info.html" without changing it on the menu?

    Hello Tony,
    When you right-click on the page you see within a menu the page properties. Click on that and under 'options' you can change the html pagename.
    Tjaard

  • Is there a way to make the font larger in the Messages app without changing the font size in Mail, Constacts, Calendars, and Notes?

    Is there a way to increase the font size in the texting app, Messages, in IOS 8 without making the font larger in Contacts, Mail, Calendar or Notes?
    I just want to increase the font size in Messages, and no where else.

    No I do not believe there is
    The adjustment for the font from settings affects the font globally
    (996)

  • How do you resend the email for a gift app if your friend does not receive it. App has shown up on account billing weeks ago

    Need to resend email to friend for purchased gift app.  How?

    http://support.apple.com/kb/HT1541
    Have your friend check any spam filters on his system or email account first, though, to make sure emails from Apple aren't being blocked.
    Regards.

  • Can I change the Game Center of my apps without deleting its data?

    I'll be making a new apple ID since I'm using the same with my sister. We all know that the game center helps to backup an app... So my apps is connected to the Apple ID my sister and I share and I want to connect it to the game center I will have when I finish making my own account. Is it possible to change them?

    Thx, and I agree.
    I'm selecting that "my question has been answered" here - because the answer is NO. It's apparently not possible. Which is frakkin' ridiculous, and I'd love to be proven wrong. But that's how it appears to be.
    What I ended up doing was first backing up all my data by downloading an app called DiskAid (free, Windows and OS X), and actually digging through my iPhone's folder system until I found the right Applications folder, and clicked through each subfolder until I found the Apps whose data I wanted to copy.
    For anyone who ever needs to do that, the location is:
    /user/Applications/[long string of numbers]/Documents
    I was able to back up my apps on my home computer. So I still am not able to sync up any part of my phone at my work computer, without risking deleting these files. Basically I've minimized the possible damage by making backups.
    Whatev. I'll live. : ) Beautiful phone. Just so irritating.

  • Changing the audio output of JUST firefox without changing the OS output

    Basicly i have Virtual audio cable installed and i want to change JUST firefox to play out of the Virtual audio cable ,nothing else

    hello TheNerdMan, i don't think that this is controllable from within firefox at the moment and it rather sounds like a feature that should be implemented on the level of the operating system...

  • How do I change the email on my phone's icloud account to reflect a recently changed email change in my AppleID?

    I changed the email information in our AppleID today. I figured out how to change most of the settings for our iphones, but when I click on icloud in settings, it still lists our original email address, and it won't allow me to change it. Is there a way to correct this? I'm sorry to be so daft if there's an easy solution that I'm unaware of!

    Thank you for that information, and it shows me the incorrect email address, but it's greyed out and it won't allow me to tap on it to change it. Is that strange?

Maybe you are looking for

  • Why is the White MacBook out of the store?

    Hallo Apple lovers, I have a quastion for you: Why is the White MacBook out of the apple store? Greetz, Ruben.

  • How can I use ImageToArray function in Borland C++?

    In C language a can't write MyArray = CWIMAQViewer1->Image->ImageToArray because I need to indicate the element of array for Assign the value. I can not  assign a entire array as in Visual Basic Sorry my english is very bad!!!

  • Sort JCheckBox table column using Collections.sort()

    Hello, I'm trying to add a JCheckBox column to a JTable component but am having a problem with sorting. The problem is that I don't know how to do it. I've tried several different ways without any luck. I would like to use the "java.util.Collections"

  • My ipad VIDEOS app doesn't show the movie Names with IOS 7

    I just upgraded to IOS 7.  The Apple VIDEOS app no longer displays the file name for videos that don't have album art.  I have to tap on each video screen shot (which is typically meaningless) to bring up the info/play screen to see the movie's "Name

  • TMG Firewall not starting...

    Hi  We are running TMG on a windows server 2008 r2 box and has been running fine for over a year. However all of sudden the firewall is unable to start. I have tried using "net start fwsrv" but it says that is cannot be started. Anyone have any ideas