How to put two devices on one Data plan?

I've had my phon with a 2gb Data plan for about a year and just recently bought a Jetpack with a 6gb Data plan to replace my original and be shared between the two.
A month later I get my bill and find im still being charged for both. I kind of expect this seeing as I didn't buy the new plan when my original bill was scheduled for payment.
Two months after, Im still paying for both. And what's worse, Im being overcharged with my phone Data plan because I had thought I had more Data to use.
I've tried going back to the retailer, but the just directed me to contact Verizon. I've made very many attempts to contact Verizon, to no avail. Whether it be through calling, Chat, forums, anything. I can't find any direct email for customer support. I am angry and very unhappy with the service. 
Any suggestions on either getting in contact with Verizon (my available calling hours never seem to match up with theirs) or fixing it myself if possible. Thank you.

If you're on the old Nationwide plans data between devices can not be shared. You need to be on Share Everything to share Data. Of course if you didn't become a Verizon customer until after June 28th 2012 you SHOULD be on Share Everything.
For the record a Share Everything plan with a smartphone a jetpack and 8 GB of data would be $150 plus taxes/fees

Similar Messages

  • How to put two ipods on one computer

    how to put two ipods on one computer

    Set up the second exactly the same way as you set up the first. If iTunes is already installed, it doesn't need to be installed again.
    (64746)

  • How to put two arrays in one program?

    And also I am comfused by "use at least 1 additional method doing a well-defined task".What actually ask me to do ?
    Cheers.

    public class TwoArrays {
      int[] oneArray;
      String[] anotherArray;
    use at least 1 additional method doing a well-defined taskNo idea. It's your homework, dude. I was given the requirement "find out how much of it's already been done" yesterday. Any idea what that meant?

  • How do I put two songs in one movie

    I was wanting to know how to put two songs in one movie because I am making a holiday movie so I was wanting to know

    You can only use one audio track per movie. If your movie is shorter than the audio track, then the audio track fades out automatically. If your movie is longer than the audio track, then the audio track loops automatically.
    Also note that only non-DRM music can be added to a project.

  • Is retaining hotsynch an option with the pre plus // how to handle syncing 2 devices to one data source

    I just bought two Palm Pre plus' from Verizon.  I have no need for gmail - is it possible to continue using hotsync with the new device (I have the original Treo 600)?
    If not, are people comfortable with their data being "out there" on Google's servers?
    Finally, if you have two devices for your family can you sync both devices to one data source?

    Robaerie wrote:
    I just bought two Palm Pre plus' from Verizon.  I have no need for gmail - is it possible to continue using hotsync with the new device (I have the original Treo 600)?
    Assuming you mean you wish to continue using Palm Desktop or M$ Outlook to sync your data to your new Pre phones, you should review this stickied thread near the top of this board.  It discusses several third-party solutions for continuing to use desktop synchronization instead of using a Google account.  Note, these solutions sync directly to the Pre's contacts and calendar databases, rather than synchronizing with the Classic application, which as mentioned above is also an option.
    However, the two Chapura products (Echo for Palm Desktop and Pocketmirror for Outlook) only have the capability of synchronizing one assigned user name per desktop.  In other words, at least the last time I looked, they don't allow you to sync multiple separate phones with the same desktop without going into the Windows registry and changing it.
    If not, are people comfortable with their data being "out there" on Google's servers?
    Can't speak for everyone, but I am comfortable with my stuff on Google.
    Finally, if you have two devices for your family can you sync both devices to one data source?
    You can easily do this with Google, by one of two ways I think: either setting up each family member's account separately, directly on your device, or by sharing the Google calendars in your own google.com account.
    Lastly...please don't cross-post the same (or essentially identical) question in more than one thread.  It clutters up the forums, dilutes your responses, and does not increase the visibility of your question.  Thanks.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Two devices under one apple ID, how do I keep my privacy?

    I have two devices under one apple ID, my sister's iPhone 4s and my own iPod touch 5. iMessages and FaceTime requests etc are being sent to both devices instead of the specific one it's meant to be sent to. For example, I am recieving the iPhone's iMessages on my iPod as well, when they are meant to be only sent to the iPhone. Also, will safari history and bookmarks/app downloads and passwords etc be shown on both devices as well?

    Remember this construct:
    One Apple ID per individual; one device per Apple ID. If you have two devices you should have an Apple ID for each unless you want both devices to draw from the same iTunes Library. This is your situation now.
    If you open iTunes and select one device to configure, then go through the configuration options for Apps, Music, etc. and select what you want synched to that device. Repeat the process for your other device. This is the best you can do to keep each device's configuration different.

  • How to set two radius servers one is window NPS another is cisco radius server

    how to set two radius servers one is window NPS another is cisco radius server
    when i try the following command, once window priority is first , i type cisco radius user name, it authenticated fail
    i can not use both at the same time
    radius-server host 192.168.1.3  is window NPS
    radius-server host 192.168.1.1 is cisco radius
    http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/
    conf t
    no aaa authentication login default line
    no aaa authentication login local group radius
    no aaa authorization exec default group radius if-authenticated
    no aaa authorization network default group radius
    no aaa accounting connection default start-stop group radius
    aaa new-model
    aaa group server radius IAS
     server 192.168.1.1 auth-port 1812 acct-port 1813
     server 192.168.1.3 auth-port 1812 acct-port 1813
    aaa authentication login userAuthentication local group IAS
    aaa authorization exec userAuthorization local group IAS if-authenticated
    aaa authorization network userAuthorization local group IAS
    aaa accounting exec default start-stop group IAS
    aaa accounting system default start-stop group IAS
    aaa session-id common
    radius-server host 192.168.1.1 auth-port 1812 acct-port 1813
    radius-server host 192.168.1.2 auth-port 1812 acct-port 1813
    radius-server host 192.168.1.3 auth-port 1645 acct-port 1646
    radius-server host 192.168.1.3 auth-port 1812 acct-port 1813
    privilege exec level 1 show config
    ip radius source-interface Gi0/1
    line vty 0 4
     authorization exec userAuthorization
     login authentication userAuthentication
     transport input telnet
    line vty 5 15
     authorization exec userAuthorization
     login authentication userAuthentication
     transport input telnet
    end
    conf t
    aaa group server radius IAS
     server 192.168.1.3 auth-port 1812 acct-port 1813
     server 192.168.1.1 auth-port 1812 acct-port 1813
    end

    The first AAA server listed in your config will always be used unless/until it becomes unavailable. At that point the NAD would move down to the next AAA server defined on the list and use that one until it becomes unavailable and then move to third one, and so on. 
    If you want to use two AAA servers at the same time then you will need to put a load balancer in front of them. Then the virtual IP (vip) will be listed in the NADs vs the individual AAA servers' IPs. 
    I hope this helps!
    Thank you for rating helpful posts!

  • Can i put two ipods on one itunes

    can i put two ipods on one itunes

    The OP didn't ask how.  They only asked if it was possible, which would consist of either a yes or no answer, which is exactly what Niel provided. 
    If the OP wanted more information, they will respond asking for more information.
    B-rock

  • Two devices on one account! Help!!!

    I have two devices on one (my) itunes account. I have my itouch and my sister's ipad. What I didn't realize at the time was that everytime I synced my itouch to my itunes, everything she bought would be transfered onto mine (which I didn't want) Now I want to get a seperate itunes account for my sister, but she wants everything to still be on her ipad (the stuff she bought on my itunes) I have no clue how to go about doing this. If it helps, I got a new itouch that i am waiting to sync on my itunes for the first time. Should I just get a new account for myself since I have a new itouch? Please help! Any information would be great

    It will difficult to separate into two iTunes accounts. One of you will likely loose apps. What you could do to continue to use one account is launch iTunes and connect your device(s) to your Mac. Select your device from the left sidebar and navigate to the apps tab at the top of the window that opens. At the bottom of the list of apps you will see a checkbox labeled 'Automatically Sync New Apps' uncheck the checkbox. Sync or Apply the changes and then repeat this with your sister's device(s). iTunes will now only sync apps you download on your devices and same for hers unless you manually check one or more of the apps that the other party downloads using this same iTunes window. Just an idea to throw out there. I can walk you through the music and other sections if those are involved just let me know.

  • How to sync two IPhone with one PC , but with different applications

    How to sync two IPhone with one PC , but with different applications ?
    We have two IPhones , but one PC , we want to sync separately , is that possible ?

    Absolutely, connect each phone, select what content you want on each phone, then hit the sync button. iTunes will keep everything straight, by device, upon subsequent syncs, including separate backups.

  • I loaded my ipad photos from camera and all the pictures sorted by date.  Next, I did a sync with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files?

    I loaded my ipad photos from camera and all the pictures sorted by date.  I later sync my ipad with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files other than reloading all of them from camera?

    What version of iPhoto?
    Select one and rotate it. Then rotate it back. Does that make it appear? 
    A much better work flow is the keep the photos after importing.  Check the success the import, wait for at least one successful backup cycle then use you camera's format command to reformat the card
    LN

  • Putting two columns in one

    Hey Guys,
    there is my next question on sql.
    It is possible to put two columns in one and when, how do I implement it? If there is an opportunity, may I asked to explain it on a example. =)
    best regards
    wderr

    You can use concatenation:
    SQL> create table a (a1 varchar2(10), a2 varchar2(10));
    Table created.
    SQL> insert into a values ('str1','str2');
    1 row created.
    SQL> select a1, a2, a1||a2
      2  from a;
    A1         A2         A1||A2
    str1       str2       str1str2
    1 row selected.Max
    [My Italian Oracle blog| http://oracleitalia.wordpress.com/2010/02/07/aggiornare-una-tabella-con-listruzione-merge/]

  • How to merge two Outlook 2010 pst data files?

    How to merge two Outlook 2010 pst data files?

    Easy way: with the one you want to use open in Outlook and the other one not in your profile, go to File, Open, Import.
    If you only want to merge some content, open both pst files in outlook and drag between folders. For calendar, use a list view to see all of the appointments.
    Diane Poremsky [MVP - Outlook]
    Outlook Daily Tips |
    Outlook & Exchange Solutions Center
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • I forgot my password for my apple ID. Any ideas on how to put in a new one without knowing the old one?

    I forgot my password for my Apple ID. Anyone have a solution on how to put in a new one without knowing the old one?
    Thanks

    Welcome to Apple Support Communities
    You have to reset your password. You can do this in this site > http://iforgot.apple.com

  • HOW TO PUT TWO PANNEL IN THE SAME PAGE

    HI ALL
    I NEED TO KNOW HOW TO PUT TWO PANNEL IN THE SAME PAGE TO FULLY UTILIZE FULL PAGE AREA BECAUSE THE PANNEL WIDTH IS TOO SMALL , SO I WANT TO MAKE THE PAPER CONTAIN TO PANNELS VERTICALLY.
    THANK YOU

    So Barb,
    I like to use multiple desktops and move back and forth between then using gestures. At the moment I have 5 open: Chrome, Firefox, Safari, Photoshop CS 6 and a desktop. I use "gestures" to navigate between them:
    Mac Basics: Multi-Touch gestures - Apple Support
    and I use Mission Control (F3) to move the various desktops around in the order I want them.
    Mac Basics: Mission Control - Apple Support
    So say I'm searching for a photo to open in CS 6, I find it on the open desktop then hit select "open" in CS 6 and go to that folder in the select pane.
    Even right now I'm typing this in Safari and "gesturing" back to Chrome where I did the search about multi touch and mission control. I drag copy the URL there  and gestured back here to paste the URL into this text.
    If you did a lot of photo searches, I set professional clients of mine in Chicago up with dual monitors (In this case you'd have an external monitor on extended desktop.). So all you need to do is just glance over at the second monitor slide your cursor over there open stuff up find your photo and go back to Photoshop and open it up.
    Hope this helps.

Maybe you are looking for

  • How do I brighten a video in iMovie for Mavericks?

    Since Apple likes to update their software without telling people the changes they made or how to access their old menus in the new interface, I am confused. I want to brighten a video. I don't want to use the new chance feature. I want to brighten a

  • No htm files in search results

    I'm working on an X5 project (WebHelp Pro Output through RoboEngine 3) and when I search the published project, I only get pdfs, xls, doc, etc.  No htm files appear in the results.  Does anyone have any idea what is causing this? I attached an image

  • Considering HTC 8X: How does everyone like it so far?

    Hello! I have to decide between the unique and new HTC 8x of go with the safe and steadfast iphone. Any really good advice? People who have used HTC, why do you love or hate it? I would really love the feedback. The internet is full of conflicting op

  • Applications hang, don't open, and/or force shutdown CONSTANTLY

    I just updated my regular ol' panther computer to the sexy new tiger this week. I am having issues now, as the the new OS is suprisingly unstable. Often, applications will all of a sudden hang, meaning the color wheel starts to spin constantly to no

  • Clock keeps changing time

    The clock on my z1 keeps changing the time I have tried manual setting and network setting still no luck any ideas? Solved! Go to Solution.