Can't "prepend" a phone number from a text, document or website?

When the Pre recognizes a phone number in a text message, e-mail, document or website, it allows you to click on the number to call it.  Great so far.  Unfortunately, once you do so, and completely arbitrarily, the phone won't let you make any edits of any kind to the phone number except to add or delete from the end of the number.  Every phone I've ever had has allowed me to "prepend" a number (to, for example, add an area code).  More to the point, there is simply no good reason for the Pre to prevent me from making whatever edits I want to the number.  I should be fully able to hold down the orange key and move the cursor anywhere that I want within the number and then make edits, just like I can when I enter a number manually.  Unfortunately, for no apparent good reason, the phone allows no edits of any sort to any number I've clicked on from another source.
Can anybody suggest a workaround, or do is this just one of those bizarre "what were they thinking" type things I have to live with?
Post relates to: Pre p100eww (Sprint)

Yeah, and I can also copy and paste the number instead of just clicking on it, but both solutions completely and entirely defeat the whole purpose and convenience of being able to simply click on a number in another source to dial it.  I don't want to have to add numbers I'm going to be calling only once to contacts just to make small changes before I dial them, and then have to delete them from contacts when I'm done.  There is a reason that users can simply click on phone numbers in documents and texts to dial them, and that is convenience.  Not being able to make simple edits kills off some of that convenience.  Workarounds like adding to contacts or cutting and pasting kill almost all of it.

Similar Messages

  • How can i remove the phone number from the text messages that i receive in the notification center

    how can i remove the phone number from the text messages that i receive in the notification center?

    You choose whether to see text messages in Notification Center or not.  If you elect to see them, they will display the phone number (unless they are from a contact in your contacts list).
    You can choose not to see them at Settings > Notification Center > Messages.

  • How can I dial a phone number from an email message directly

    How can I dial a phone number from an email message directly,
    But even before the selection i will change or correct the number?
    If I copy the number in the notebook, all spaces are filled with % signs.
    When I dictate SIRI the number I get the answer: I do not know the number
    If I copy the number in the phone selection (above) the number can not be edited afterwards.

    You can dial a number appearing in an email by tapping on it.
    But if you need to correct the number first you cannot edit a received email.
    To edit the number tap on the forward symbol and when the draft comes up you should be able to correct the phone number, copy it and paste into your Phone App. Then delete the forward email without sending it.

  • Verizon system can't handle porting phone number from Straight Talk customers?

    According to this discussion: Verizon system can't handle porting phone number from Straight Talk customers?  If still true, then VW misses a huge business opportunity. Adjusting the sizing the account number to be wider is not a hard system adjustment task and have almost zero system ripple-effect impact (I am in IT works).
    http://www.prepaidreviews.com/straighttalk.html
    "Straight Talk makes it impossible to port an existing cell phone number from their operation to a competitor such as Verizon. To port my cell phone number I was told by Verizon to provide my ST account number. It was not listed on any account documents. After 45 minutes on hold, ST customer service told me it was the cell phone serial number. But that number was too long to insert into Verizon's system. After another hour long wait, ST directly told a Verizon rep that was the only account number. As a result, I had to abandon the cell phone number that I have had for nearly 10 years and get a new one. I will not be doing any business with ST in the future."

    Ah ha!  Okay, so I just need to be more patient in other words.    I'm just glad nothing is wrong.
    I did use the "erase all data and settings" option on the iPhone 6 menu because I wanted to go through the setup myself.  I hope that didn't mess anything up.
    Thank you!!

  • Can I use my phone number from my tracfone?

    If I buy a iPhone, can I transfer my phone number from my current phone, which is a Tracfone (prepaid)?

    Yes you can but your new carrier will have to make the request to port it:
    http://www.ehow.com/facts_6144672_can-tracfone-number-another-service_.html

  • How can i remove my phone number from imessage and just use email address ?

    Hi all
    I've searched all the forums and still can't find an answer for what i need (what i think i need!)
    I have an iphone without a data plan so whenever anybody who is registered with imessage sends me a message i will not
    receive it until i am back on wifi.
    What i want to achieve is to be able to receive sms messages from imessage users when i am not on wifi and then imessages when i am back on wifi.
    My assumption is that if i can unlink my mobile number from iMessage and only have it associated with my email address that this should work, but i cannot seem to remove my phone number from imessage, in the settings > iMessage > send and receive it will allow me to un-tick the associated email addresses but my phone number is greyed out and will not allow me to untick.
    On my home Mac i can go into messages app and deselect the phone number but not on the iphone.
    One solution says to deregister my phone on https://supportprofile.apple.com/ which i have tried (i can't see how that would work anyhow as there is no phone number in that registration)
    Any advice would be greatly appreciated,
    thanks, Andy

    Regardless if using your cell phone number or your Apple ID email address, iMessage requires an internet connection via an available wi-fi network or via your carrier's cellular network. Without a data plan and no internet access with your carrier's cellular network, an iMessage addressed to your email address can be received only when your iPhone is connected to an available wi-fi network no different when an iMessage is addressed to your cell phone number.
    You cannot deselect or remove your cell phone number below you can be reached by iMessage at with iMessage on an activated iPhone. The iPhone's phone number is activated along with your Apple ID.

  • How can I remove my phone number from a previous Apple account still in use?

    I originally shared an Apple account with my family until we all updated our iphones! Now everyone could see everyone's imessages! Just to be safe I made another Apple ID just for me! How can I take off my phone number and emails from the other Apple account?
    Thanks!

    This happens when you are using the same Apple ID for iMessage.  To fix this you have two choices:
    On all but one of the phones go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID.  Note: you can still share the same ID for purchasing in Settings>iTunes & App Stores; or
    On all of the phones go to Settings>Messages>Send & Receive and uncheck the email address(es) shown under "You can be reached by iMessage at".  Also uncheck anyone else's phone number, if present.

  • How can I update a customized table from a text document?

    Hi,
    I am one sample file. The file is an text document. From this .txt file how can I update a customized table in SAP.
    How can I Update the fields in the Customized table.
    Thanks & Regards,
    NManohar.

    use the Function module GUI_UPLOAD or WS_UPLOAD and give the path and the file name from where the data has to be uploaded. in table parameter give the iternal table
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                      =
      FILETYPE                      = 'ASC'
      HAS_FIELD_SEPARATOR           = ' '
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      tables
        data_tab                      =
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    and finally use insert command to update the database table with the data

  • Converting iPhone 4S to iTouch and would rather not reset it.  How can I disable the phone number from the list of valid iMessage and FaceTime contact points?  The line item is shaded in each.

    I've changed the Apple IDs for iCloud, iMessage and FaceTime.  I've turned cellular off.  I even changed the cellphone number in the phone settings to a 555 garbage number.  I'm guessing the number is some how attached to the SIM card?  Is there any way to solve this short of resetting the phone and starting from scratch?  Backups to iCloud and iTunes were done before any changes took place.

    Bump

  • Can I bar a phone number from my Orange Nokia n85?

    I have a woman harassing my friend, she wants to stop her from calling without changing her number. Is there a way I can do this on the n85 with out having to change my number?

    Yes there are a few applications out there that have a "blacklist" feature which blocks incoming calls from certain numbers.
    Here´s one:
    http://nokia-n85-software.epocware.com/Handy_Blacklist.html 
    Or another one that is even for free!
    http://nokiafanboy.com/2009/05/04/nokia-5800-freeware-blackballer-app-from-mobicreedcom/#more-739 
    Good luck!
    Message Edited by illinjah on 20-Jul-2009 09:25 PM
    By clicking the "Kudos!" or the "Solution?" button on the right you can say "Thank You" and you´ll show the author and others that the post is useful.
    The day we stop improving is the day we stop being good.

  • How can i remove my phone number rom the imsg server

    How can i remove my phone number from the imsg server

    You can disassociate your phone number with your iMessages/Apple ID by turning off iMessages. Go to Settings -> iMessages -> Turn off iMessages. Wait a couple of hour to fully have your number unregistered with iMessages.

  • How do I remove my phone number from another iCloud account so that text messages cannot be seen on another phone?

    How do I remove my phone number from another iCloud account. The issue is another phone receiving my text messages because of a shared apple ID.

    You can't remove your phone number from iMessage on an iPhone.  To prevent another phone from receiving your messages, use different Apple IDs for iMessage.  One of you should go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID.  You can still share the same ID for other services such as iTunes if you want; they don't have to be the same as your iMessage ID.

  • TA38622 how do you delete a contact name and phone number from this?  i have deleted it from my regular contacts, but it remains in a text memory when i begin to type the beginning of a name

    How do I delete a contact name and phone number from my texting memory?  I have deleted this contact from my regular contact information; however when I text and begin to text a contact beginning with the 1st letter of the name I had deleted, it brings up the old, deleted contact information in my texting history only.

    You would have to restore as new.

  • Is it possible to block phone numbers from sending texts?

    Is it possible to block a phone number from sending texts?

    Only your carrier can do so, there is no setting on any iPhone to block calls/SMS's. Some carriers offer this service, some don't. So, contact yours to see if they do.

  • FW: [Adobe Reader] I want my credit card information to be removed from Adobe's file and I can't find a phone number to contact someone in your company, how come, please help!  Lucie

    What a dumb answer, the payment is done and charged already,
    ADOBE DOES NEED MY CREDIT CARD INFO ANYMORE, PLEASE REMOVE IT
    FROM YOUR DATABASE AS I CANNOT DO IT MYSELF.  It is quite annoying
    to be controlled like this, please confirm that my request has been answering
    with intelligence please.
    Lucie Lévesque
    Date: Mon, 8 Dec 2014 08:09:59 -0800
    From: [email protected]
    To: [email protected]
    Subject:  I want my credit card information to be removed from Adobe's file and I can't find a phone number to contact someone in your company, how come, please help!  Lucie
        I want my credit card information to be removed from Adobe's file and I can't find a phone number to contact someone in your company, how come, please help!  Lucie
        created by Bernd Alheit in Adobe Reader - View the full discussion
    Adobe needs the credit card information for the payments.
         If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/6995243#6995243 and clicking ‘Correct’ below the answer
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/6995243#6995243
         To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

    Adobe Reader is a FREE program, so you would not enter a credit card
    If you have a subscription to a PAID program, removing your credit card information would cause that program to stop working when you stop paying for your subscription
    If that is what you want, here is the information on how to cancel
    Cancel http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for