How can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

how can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

Hey mims1212,
Thanks for the question. You can configure what address you start new conversations from on both devices:
iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
http://support.apple.com/kb/HT5538
Please note that this will only work for new conversations, and will also be affected if another iMessage user starts a conversation with you (ex. if a friend sent you a message to your phone number, you will still receive that on your Mac, and you will be replying from your phone number).
Thanks,
Matt M.

Similar Messages

  • TS2755 For some reason when i send texts now they are saying that they come from my email address. any ideas how to fix this?

    For some reason when i send texts now they are saying that they come from my email address. any ideas how to fix this?

    Check Settings>Messages>Receive At>Caller ID, make sure it's set to your phone number not your email address.

  • How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?

    How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?
    I myself think that (for instance) "A tribe called Quest" should be sorted under "A", not "T".
    Now I can edit the sort options manually per track and/or per selection, but I would really like to just kill this "iTunes-knows-how-you-should-sort"-feature in iTunes.
    Anyone any suggestion on how to do that?
    Thanks

    Here is a modified version of one of Doug's Scripts. My modification was to add Sort Name to the list of tags that could be changed. I tried it on a single track and it worked. I recommend backing up your library first. Select the tracks you want to change (or all tracks) and run the script from the Applescript Editor.  If it works as intended, save it so you can apply it to newly imported tracks.  And, yes, I know this isn't the exact answer to your question, you want to change a preference setting in iTunes (if there is such a setting).
    Original script can be forund at http://dougscripts.com/itunes/scripts/ss.php?sp=thistagthattag
    Modified script is below. Start up Applescript Editor, paste it into a new window.  Start up iTunes and select the tracks to modify.  Click Run in the Applescript Editor.  Follow the instructions.
    (* Put This In That
    v2.0 april 22 2008
    - runs as universal binary
    - adds "Show" tag
    - consolidated code
    - saved as script bundle
    v1.7 October 3, 2006
    - adds "Album Artist" as option
    v1.6 October 28, 2004
    - works around iTunes 4.7 selection bug
    v1.5 ('04/1)-- adds "grouping" tag
    Get more free AppleScripts and info on writing your own
    at Doug's AppleScripts for iTunes
    http://dougscripts.com/itunes/
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    or visit http://www.gnu.org/copyleft/gpl.html
    -- CONSTANTS
    property allOptions : {"Song Name", "Artist", "Album", "Album Artist", "Composer", "Genre", "Comments", "Show", "Grouping", "Sort Name"}
    property my_title : "Put This In That"
    global thisTag, thatTag, theNewTags, theOriginalTags, yn
    tell application "iTunes"
              if selection is not {} then -- if tracks are selected...
                        set sel to selection
                        set numTracks to (length of sel)
                        set s to "s"
                        if numTracks is 1 then set s to ""
                        display dialog "The data from one tag REPLACES the data in another tag in all the selected tracks, with option to delete data in first tag." & return & return & (numTracks & " track" & s & " selected.") buttons {"Cancel", "Continue"} default button 2 with title my_title giving up after 30
                        if gave up of result is true then return
                        my choose_this_tag()
                        my choose_that_tag()
                        set yn to (button returned of (display dialog "Delete data in " & thisTag & " afterwards?" buttons {"Yes", "No"} default button 2 with title my_title giving up after 45) is "Yes")
                        set oldfi to fixed indexing
                        set fixed indexing to true
                        repeat with t from 1 to numTracks
                                  tell contents of item t of sel
                                            set theOriginalTags to {get name, get artist, get album, get album artist, get composer, get genre, get comment, get show, get grouping, get sort name}
                                            set theNewTags to theOriginalTags
                                            my do_put()
                                            set {name, artist, album, album artist, composer, genre, comment, show, grouping, sort name} to theNewTags
                                  end tell
                        end repeat
                        set fixed indexing to oldfi
              else
      display dialog "No tracks have been selected." buttons {"Cancel"} default button 1 with icon 0 giving up after 30
              end if -- no selection
    end tell
    to choose_this_tag()
              tell application "iTunes"
                        set n to (choose from list allOptions with prompt ("Select a tag to get data from:") with title my_title)
                        if n is false then error number -128
                        set thisTag to (n as text)
              end tell
    end choose_this_tag
    to choose_that_tag()
              set o to {}
              repeat with t in allOptions
                        if (t as text) is not thisTag then copy t to end of o
              end repeat
              tell application "iTunes"
                        set n to choose from list o with prompt ("Use data from the " & thisTag & " tag to REPLACE data in...") with title my_title
                        if n is false then error number -128
                        set thatTag to n as text
              end tell
    end choose_that_tag
    to do_put()
              try
                        repeat with i from 1 to (length of allOptions)
                                  if thisTag is (item i of allOptions) then
                                            set thisTag_sto to (item i of theOriginalTags)
                                            exit repeat
                                  end if
                        end repeat
                        repeat with i from 1 to (length of allOptions)
                                  if thatTag is (item i of allOptions) then
                                            set (item i of theNewTags) to thisTag_sto
                                            exit repeat
                                  end if
                        end repeat
                        if yn then
                                  repeat with i from 1 to (length of allOptions)
                                            if thisTag is (item i of allOptions) then
                                                      set (item i of theNewTags) to ""
                                                      exit repeat
                                            end if
                                  end repeat
                        end if
              end try
    end do_put

  • How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    How can I make GRID view the default view? The icons for view that used to be located in the upper right top of the page near the 'search library' are gone.

    99jon wrote:
    Perhaps it’s a design feature to speed up the Organizer launch.
    I am sure it is.
    - The normal use of the Organizer is not the folder view, it's the thumbnail view with an organization based on categories and folder. That way you should forget completely where your pictures are stored. Anyway, the folder view in the Explorer is not a map of the location of the different bits of your file, it's only a logical representation. That's easy to see when you are doing a defragmentation.
    - The folder view is useful even for those using normally the thumbnail view, but that is only for rare cases when you must change the folder organization, for instance moving files to another drive. The folder view is here to prevent you from changing things from the explorer and outside of the Organizer.
    - The new folder list view, which you find 'funny' is there to help better organizing using tags. Its huge advantage is that such a view is created extremely quickly by extracting the last subfolder in the media table : it's the way the database sees the folders, based on its own content,  totally ignoring the complex folder organization of your disk with media files or any unrelated other kind of data. You should use it in many cases, the main purpose being assigning tags when you have assigned descriptive folder names. I had suggested such a solution to prevent the long standing bugs in the folder view of previous versions.
    So yes, the purpose is:
    - to speed up switching modes
    - to help folder organization fans to migrate to tags organization
    - to hopefully get rid of the old folder organization bugs

  • How can i make a free facetime video call? There's always appearing that my provider might charge for the call?

    How can i make a free facetime video call? There's always appearing that my provider might charge for the call?

    If you make a call then tap the Facetime button to connect Facetime, the duration of call up to Facetime connection will be charged under your regular airtime.  However, duration during facetime conversation will not consume airtime.
    But if you tap the Facetime button on the Contact Page, then the whole duration will not consume airtime.
    For Facetime to work, both parties must be connected to wifi.

  • When I send a text from my iPad, it shows that it comes from my email address.  If I then text that same someone from my iPhone it still shows as if its coming from my iPad.  How do I stop this?

    When I send a text from my iPad, it shows that it comes from my email address.  If I then text that same someone from my iPhone it still shows as if its coming from my iPad.  How do I stop this?

    On your iPhone, go to Settings -> Messages -> Receive At -> Caller ID and make sure the phone number is selected - this will cause new messages sent from your iPhone to appear to come from your iPhone phone number.
    (I actually prefer to have my email selected, so that when I message someone from my iPhone and they reply, it goes to both my iPhone and iPad)
    Also, when you send a message from your iPhone, make sure you're not replying within an existing conversation (that was created on your iPad and linked to your email). Just start a new conversation (even if it's to the same person) by going to the Messages app, going back to "Messages" (top left corner) if you're already looking at a conversation, and then clicking the Compose icon in the top right.

  • Hi, i have a user that is working with the Adobe acrobat 9 standard. when he adds a stamp to a PDF that he opens from an Email in Outlook, this is the error he gets. (snapshot in the attached files)

    hi good morning,
    I have a user that is working with the Adobe acrobat 9 standard. when he adds a stamp to a PDF that he opens from an Email in Outlook, this is the error he gets. (snapshot in the attached files)
    can you help us with this problem?

    Hi, thanks for the fast response.
    This is the Extended Font Pack i have installed on the Terminal server.
    what do you mean by properly embedded? how can i check that?
    BR
    Eric Mizrachi

  • How can i make my ipad2 be recognized by my widows32 bit toshiba laptop

    I bought recently an Ipad 2 and when I connect it to my laptop, it’s not recognized. There is a problem with the apple mobile device driver. It doesn’t work. I tried many tutorials found on forums (apple community, commencamarche, pcpitstop ...) but nothing worked at all. I’m now tiered to look for a solution. Please help me.
    These are the features of my laptop: Toshiba Harman/kardon, windows 7 32 bits.

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

  • I am restoring an iphone 5 that i bought from a friend and when i go to activate it its says "iPhone could not be activated because the activation server is temporarily unavailable..."

    I just bought this iphone 5 from a friend and it has no sim card in it. i got it restored but when i tried to activate it on the intial setup it is say "iPhone cannot be activated at this time the activation server is temporairly unavailable. ???

    yes did you buy it of somebody or a well known company such as apple or carphone warehouse?
    and i mean the phone would have been activated in the first place with the sim card you get given when you first get the phone.
    trying to activate the phone with another sim card that you did not get when you brought the phone may result in you not being able to activate it
    no worries

  • HT201359 How can i make or change my apple store location? It always tells me to buy from Malasian store where i bought my mini ipad but i want to buy things from USA. Thanks

    THANKS

    You can only purchase in your countries itunes store.
    You must be inside the borders of the country and have a credit card issued in that country and billed to a valid address in the country.

  • When i sync my ipod, i have notice that not all the music syncs and when i click on the ipod tab, some of the music has a round/two arrows?! How can i sort this out?!

    When i sync my ipod, i have noticed on the left hand side, under devices, my ipod, when i click on music, some of the songs are grey, and the others are black. The ones which are grey have a round circle with two arrows in. These are the ones which havent copied onto my ipod. I had no problem before until recently and all of a sudden! Can anyone please help me sort this out so that all my music will transfer onto my ipod, i have been trying for over a week!

    Never mind, the problem just fixed itself when i searched for an artist that wasn't there. That was odd.

  • How can I make my clips burnt to disc play through without having to pick clip titles from the menu?

    I burnt some clips from iDVD to DVD and want to know if anyone knows if there is a setting to make the clips flow through instead of having to go to menu and pick each clip?

    Two ways:
    1 - join the clips together as one file with Qjuicktime Player, iMovie or other app designed for that and use the single clip.
    2 - create a slideshow in iDVD and add the clips to it.  Set the slides display time to anything except manualliy. Do not add a transition or music.
    OT

  • How can I make FF use custom visited/unvisited link colors but allow the website to choose the other text and background colors?

    websites often choose colors that I have trouble distinguishing between but overriding the other colors can cause color defects on certain websites.

    Add code like this to userContent.css in the chrome folder.<br />
    There can however still be problems with clickable elements that use background images.
    Remove that link from the history to restore that background image.
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>a:visited, a:visited * {
    color:#CC33CC!important;
    background-color:#F8F8F8;
    </nowiki></pre>

  • How can I make duplicate fields (while designing a new form in formscentral) so that I can type a name once and have it show up on each page?

    http://www.pinterest.com/pin/create/extension/
    http://www.pinterest.com/pin/create/extension/

    Get DIVA GPS.   The Free version may be all you need.
    http://www.divahtml.com/products/divaGPS/current_menu_location.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • HT201413 how can I restore my iPad with the new software?  I did all that apple ask me to do and the error 3014 keeps showing

    My Ipad was working perfect, until I updated the new software. When I finish downloading it I wanted to update the IPad, The process stop and the iPad went to recovery mode. I tried to restore but the error 3014 comes it.
    I change USB cables, I change Internet access such as wire-less and Ethernet, I tried with another Itunes in a different computer, I tried to create a new user in my computer and give it a shot and all fail to work.
    If anyone has a great solution please help.
    Thanks a lot
    Ale

    See this Discussion...
    https://discussions.apple.com/message/19634919#19634919

Maybe you are looking for