I need a print out of initial activation!

How can I get a print out of my initial activation of my cell phone?

You can log in to your MyVerizon account (if you are the account owner), then go to View Bill, and on that screen is a link to View Account Documents. There you can view contracts and other account documents.
If that isn't the information you need, a call to customer service should help.

Similar Messages

  • I need to print out my address contacts

    I need to print out my address contacts

    You'll need to do it from the contact manager you sync your contscts with on your computer.

  • I need to print out the response forms.  How do I do it?

    I need to print out the response forms.  How do I do it?

    They are saved as PDF files, so you just need to install Adobe Reader, which you can download for free: http://get.adobe.com/reader/

  • I need a print out of account

    I need a detailed listing and usage for the above account number.
    The phone number associated with this account is (removed)
    Thank you.
    >> Personal information removed to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

    Log in (or create) a MyVerizon account; if you are the account owner you can then print out the usage details for each number on the account.  You ca log in or create an account at verizonwireless.com
    If this is a pre-paid account, that info is not available.

  • I need to print out a 2'' by 11/2'' photo from a 8

    I would like to reduce a full size photo to 2 inches by 11/2 inches.  My priinter is a jetset 4500 and Im woriing with windows 8 OS on a Acer Laptop.  Is the possible?  If so how do I go about it.

    Hello there @BobC3 , welcome to the HP community!
    I understand you have an Officejet 4500 printer, and are looking to print out a photo that is 2 x 11.5 inches. The printer would have to support the size you want to print the photo on.
    There are three 4500 models, please let me know which one you have and I can check the supported photo sizes for you.
    If you wish to check, click on which printer you have and select Product Information, Product Specifications, Printer Specifications, Paper Handling Specifications, Supported Photo Paper.
    HP Officejet 4500 All-in-One Printer - G510g
     HP Officejet 4500 Desktop All-in-One Printer - G510a
     HP Officejet 4500 Wireless All-in-One Printer - G510n
    Have a great day!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Need help printing out a BinarySearchTree

    I am trying to write a method to print out a BinarySearchTree, so I can better debug my code. For instance, if the binarysearchtree is in this form:
    6
    3 9
    2 4 12 8
    Then I want to print out this exact form using System.out.println. The recursive traversal techniques (inorder, postorder, preorder) do not accomplish this. When I tried to use one of the technique, I got a weird looking tree that either rotate 90 degree or upside down. Any ideas? Thanks

    I agree, but I would like to take this opportunity to
    learn some new trick too.There isn't any trick. There's just a lot of grungy programming. You have to keep track of how many nodes you're going to display on line 1, line 2, line 3, and so on. And how wide those nodes are. (And "how wide a node is" depends on how wide its children are and whether its neighbours have children or not.) You can't display line 1 until you have laid out the entire tree conceptually, because you don't know how much space to leave to its left so that it is centred above its children.
    Now if you've got a complete binary tree (as uj suggested earlier) then this is simple. But if you don't, then it isn't simple at all. Unless, of course, you want to pretend that you do, and just leave space where the missing nodes are. That would be pretty simple. Find the maximum depth of your tree, call that D, and find the maximum width of a node, call that N. Then the bottom level of your tree would be N * 2^D wide (I probably have an off-by-one error in D there so fix that if necessary).
    So line 1 has one node, which automatically goes in the middle. If line 2 is the last line then its two nodes go at the right and left ends. If it isn't, but line 3 is going to be the last line, then line 2's nodes go 1/6 and 5/6 of the way across. If there's going to be four lines the line 2's nodes go 3/14 and 11/14 of the way across. (I figured those out by drawing pictures like the examples you posted.) Find the general formula that yields these numbers. Then do the same for line 3 and line N.
    (If you want to draw the tree upside-down, it's quite a bit easier. Draw the last line, keeping track of where you draw each node. Then when you draw the next line, each node gets drawn between where you drew its children, recursively.)
    This is the simple version we are doing here, remember. You will probably learn a lot by finishing it off, but not a lot about tree structures. The general version is not a generalization of this algorithm, but a completely different algorithm.

  • HT5463 I need to print out from my phone but my printer is a canon MG5250 and not air whatever lol

    I need to print from my iphone 4, however my printer isnt air?? as its a canon MG5250 can someone help please??

    Canon offers two printing apps but your printer is not supported by either app.  Your only choices are to find or buy a supported printer or don't print from your iPhone.
    AirPrint info... http://support.apple.com/kb/HT4356

  • Is there any possible way itunes can resend my receipt for a specific purchase to my email again? I do not need it printed out and i know how to view the purchase in my account. All i need it an emailed copy of my receipt.

    I need itunes to send me a receipt of a purchase i made about a month ago. I know about my account history and i dont want to print it out. I need the exact receipt. Please help

    Contact them and ask.

  • When I am given a link to a separate window, that is a pdf I need to print out, the websites will not load. The websites end in .pdfT

    i need it to ask me if I want to open it in Preview, or save file.
    I updated my firefox, and it no longer prompts this question. HELP!

    See:
    * https://support.mozilla.org/kb/pdf-files-are-blank-and-cant-be-downloaded-mac
    * https://support.mozilla.org/kb/Opening+PDF+files+within+Firefox
    Disable the Adobe Reader plugin in Firefox (Tools > Add-ons > Plugins) and use the external Adobe Reader application or Preview application instead.
    *Firefox > Preferences > Applications > Adobe PDF document : Use Adobe Reader
    PDF files may also be found under another entry like Portable document.

  • How can I print out the graph I need only, without the controls and indicators?

    I'm doing some programming in LABVIEW. I need to print out only the graph, without the buttons, controls, indicators. I tried to look for such a function in LABVIEW, but in vain. How can I achieve the result I expect in my programming?

    Hi Fenny,
    you should use the report generation functions to create a report containing your graph image and print it.
    Take a look at the Sample Test Report.vi you find in the report examples of LV.
    Just look at the part of the diagram where it is used Append Control Image to report.vi (in the center of the report functions chain); a graph reference is wired to the Ctrl reference input ( to create a reference of your graph right click on it and select create reference).
    Let me know if you need more help,
    Alberto

  • Must I print out a new Alignment Page with each new cartridge?

    Do I need to print out a new Alignment Page with each new cartridge I install on my HP Photosmart C4480?  Or can I save and reuse the initial one I got when first installing my printer cartridges?  The Alignment pages all seem to be identical   when I print them out with each new cartridge I install, but I'm not examining them with a microscope.
    If I can save and reuse the Alignment page with sucessive cartridge replacements, when I am following the procedure for installing a new cartridge and the printer prompts me to print out a new Alignment page, is there an option to skip that step?  I don't recall seeing that option on the control panel window on the printer.
    Thank you!
    This question was solved.
    View Solution.

    themadtoker wrote:
    do NOT listen to this expert.
    YOU DO NOT NEED A NEW ALIGNMENT PAGE EVERY TIME YOU INSTALL A NEW CARTRIDGE
    I registered just to respond to this
    The alignment pages all look the same because they are all the same, pretty sure its a scam to let you use ink.  [snip]
    I am pretty sure you do not understand what the alignment page is for - it provides information for alignment of black vs. color and also is used to calibrate the operating energy for the color cartridge.
    You may be able to "fool" the printer by reusing an old alignment page, but the quality will suffer as you will not be running at the optimum energy.  
    You are certainly free to do what you want with your printer but please do not mislead others with misinformation.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Print out as well as Sending mail of invoice

    Hi
    I have a requirement   in invoice like, i need print out as well as I need to send mail to the user.
    In T-code VF03 ,  My user will be giving only one  transaction medium as External send.
    But  he needs the print out of the invoice also. how can we arrive at the solution for this..
    Kindly send me reply .
    Regards
    Uma

    Hello Uma,
    Yes, it is possible.
    As you are aware, the medium will be selected as per the input:
    1     Print output
    2     Fax
    4     Telex
    5     External send
    6     EDI
    7     Simple Mail
    8     Special function
    9     Events (SAP Business Workflow)
    A     Distribution (ALE)
    If the user is selecting the Print output and he wants the same to be mailed, then add the logic to send the mail in the Z program.
    You can get the value for medium in the program with the NAST-NACHA structure.
    Please let me know if any more details are required.
    Regards,
    Selva K

  • How can I print out text messages?

    I have very long strings of texts that I need to print out.  I know that I can take a screen shot and print it like a photo, but I want to print it in a more direct way.

    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Print out of GR(Urgent)

    Dear Experts,
    I have got a requirement like this....
    When user does MIGO transaction,after saving a particular document immidiately user needs a print out of that Goods Receipt.
    Can any one tell me how to get this???
    Thanks and Regards
    MK

    Hi MK
    U can print GR
    Do the following configurations
    Pls check the below settings for material document Print out:
    Before of all RUN pgm RM07NCUS in SE38
    which will do all default setting automaticaly
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for GI/Transfer Posting Documents
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the foll:
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Tr medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Pr Det by Pl/StoLoc, maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.
    For custom print You need to maintain below settings.
    2.5.3.1. Maintain Condition Tables
    Menu Path: IMG / Materials Management / Inventory Management and Physical Inventory / Output Determination/ Maintain Condition Tables
    Transaction: M703
    2.5.3.2. Maintain Access Sequences
    Menu Path: IMG / Materials Management / Inventory Management and Physical Inventory / Output Determination/ Maintain Access Sequences
    Transaction: SPRO
    2.5.3.3. Maintain Output Types for IM Documents
    Menu Path: IMG / Materials Management / Inventory Management and Physical Inventory / Output Determination / Maintain Output Types
    Transaction: M706
    2.5.3.4. Maintain Output Determination for IM Documents
    Menu Path: IMG / Materials Management / Inventory Management and Physical Inventory / Output Determination / Maintain Output Determination Procedures / Condition : Procedure
    2.5.3.5. Create IM Documents Condition Records
    Menu Path: IMG / Materials Management / Inventory Management and Physical Inventory / Output Determination / Maintain Condition Records / Create Condition : Inventory Mgmt
    Transaction: MN22
    Vishal...

  • How do i open a secured document,need to prin out the contents?

    How do I open a secured document? I need to print out the contents.

    Mail the Word document, and when you click the attachment in IOS 8 Mail, the Word document will open in Pages v2.4.2 (required for IOS 8). If password protected, you will receive a password challenge when you attempt to open the document.

Maybe you are looking for

  • Expresscard Slot

    Hello, I've recently bought a DV7 - 2230 sa laptop, and I have a few question about the express card slot. What is it used for? Are you supposed to store the remote control in there? Thanks John

  • FI -AP Extraction

    Hi, I am new to the FI Extraction.i need FI-AP,FIAR,FI-GL  Standard reoprts. I found AP haveing only one standard report is available "Vendor overview"i used 0FI_AP_1 data source, but this ds info package shows only full update.their is no delta...wh

  • Movie Previews on Apple TV 2

    I've just recently bought an Apple TV 2, but I'm having problems previewing movies. Sometimes I can, on most occasions I can't and I'll get an error message saying "An error occured loading this content, try again later ". I'll try again on the same

  • PARTIALLY Editable data grid?

    As the title says. I've got a data grid. Most of the entries are editable, using an item Editor (numeric stepper). However, several rows are not editable. Is there a way to make certain rows in a data set non-editable, and how?

  • Make and receive voice calls from/to PC with iphone

    Dear, I am looking for a app for following : I have a PC running Vista or Windows 7 I have a hardwired headset + microphone connected to the PC (is essential because I am running also a voice operated software tool on the pc). I connect my iphone 4 w