If I don't use the GB. Can I cancel them?

If I don't use the GB. Can I cancel them?

Always confused me tho,  is the fact that if you pay before hand for your gb package, why you cannot carry them over.   you have paid for them afterall, !!

Similar Messages

  • TS3988 My icloud account is not verifying it says check my mail witch I have done and I get a message say your iPhone for has been used to set up and Icloud account but still can not use the icloud can anybody help me.

    My icloud account is not verifying it says check my mail witch I have done and I get a message say your iPhone for has been used to set up and Icloud account but still can not use the icloud can anybody help me.

    Be sure you are checking the email account that you used to set up the Apple ID you used to create the iCloud account.  Also, be sure to check your spam/junk folder as well as your inbox.  The email you should receive looks like the image below.  When you get it, click the Verify Now link.
    If it still isn't there, try going to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right look for a link to resend the verification email.

  • I can't log into my Apple ID account, I wish to change my email address, as I don't use the one that is already my Apple ID now, and it doesn't exist anymore, but It won't let me log in, it keeps saying username or password wrong, when I believe what

    HHow can I change my Apple ID,, it's not letting me log into my account as I don't use the current email address for that Apple ID anymore, that email address does not exist anymore, and I want to change it to a new one

    Where are you trying to log in? You should be able to change your ID at http://appleid.apple.com - can you log in there?
    Before you change your ID you should log out of the iTunes Store and on any devices which are logged into iCloud. Then once you've changed it you can log back in with the new ID. (Your iCloud synced data will disappear from the device when you do this but will reappear when you sign back in - give it time).
    If you are unable to sign into http://appleid.apple.com you will need to contact Support. Go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com . Click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'. If you have any problems with that try this form: https://www.apple.com/emea/support/itunes/contact.html

  • Can I upgrade from Photoshop CS5 Extended to Photoshop CS 6, because I don't use the 3D features.

    Can I upgrade Photoshop CS5 Extended just to Photoshop CS6, because I don't use the 3D features. I only use the picture corrections and special picture features?

    Yes you can upgrade to CS6 Standard from CS5 Extended for $199.
    If you are in another country, check your local Adobe Store and Click on Photoshop CS6 Upgrade,there is a dropdown list of qualifying products under "I own..."

  • Can anyone help me keep wifi off on my S5?  Since the last update my wifi keeps turning on without input from me.  I have unlimited data and don't use the wifi much to extend the battery but this is killing it now.

    Can anyone help me keep wifi off on my S5?  Since the last update my wifi keeps turning on without input from me.  I have unlimited data and don't use the wifi much to extend the battery but this is killing it now.

    Help is here to resolve this issue with your wifi connection 88DaveS. Lets try disabling your "Smart Network Switch". Select Settings> Wifi. The 'smart network switch' is in the advanced settings. Locate the Menu icon in the upper right hand corner > Tap Menu > Tap Advanced > Locate and ensure the check box is Unchecked next to Smart network switch. Let us know if this helps.
    KinquanaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • I have a 2008 macbook that I originally set up as a dual platform (mac and windows).  I don't use the pc side.  Can I reconfigure?

    I have a 2008 macbook that I originally set up as a dual platform (mac and windows).  I don't use the pc side.  Can I reconfigure it? If so, how?

    Hi Niel,
    I tried but I get this message: I am trying to remove it not install it.  I don't think I have the installer disc anymore. What now?

  • I don't use the TV service. Can I cancel it and just pay for wifi?

    I don't use the TV service at all that I get billed for. The box isn't even set up and comcast support can't figure out why it won't work. I'm still and have been paying for it all year. Can I get them to only bill me for Internet service?

    Yes, you certainly can.  Your internet price will go up around $15 a month without having TV also.
    You can call and change your plan, or go to your local Comcast office change your plan, drop off the cable box, get a receipt and don't lose it.  

  • HT3986 I've had MS Office:mac 2011 on my imac for around 18 months now.  Outlook has just disappeared and when I find the file and open it it tells me that there is a problem and I may need to re-install it.  I've just done this using the installation dis

    I've had MS Office:mac 2011 on my imac for around 18 months now.  Outlook has just disappeared and when I find the file and open it it tells me that there is a problem and I may need to re-install it.  I've just done this using the installation disc which, then said the installation had been successful.
    Outlook is still not working.  Can anyone please advise me on what to do next.

    Remove MS Office 2011 completely (here are instructions) and reinstall it.
    It's not a simple or fast process but it is important to follow all of the steps in order to get all the files that Office scatters around. This will not affect your data files, only MS Office and its preferences.

  • Query don't use the right index when using bind variables

    Hi people !
    I need some help because I have an issue with a query that don t use the right Indexes as it should
    First of all, I have mainly three tables :
    ORDER : Table that contains description for each Order (approximately 1 000 000 Records)
    ORDER_MVTS : Table that contains the tasks made (called movements) to set up each Orders
    with quantity of packages prepared for each product (approximately 10 000 000 Records)
    PRODUCT : Tables that contains the products (approximately 50 000 Records)
    When I launch the query with hard coded values, it brings back response very fast
    because it uses the right index (ORDER_DHR_VALID) which represent the date and hour of the order
    (with format 'DD/MM/YYYY HH24:MI:SS'). The selectivity for this index is good.
    NB 1: I have to use the trick " >= Trunc(date) and < trunc(date) +1 " to filter on a simple date because
    the index contains hour and minutes (I know it wasn't probably a bright idea at conception time).
    NB 2: The index on ORDER_MVTS.PRODUCT_CODE is'nt discriminating enough because there is'nt enough different products.
    It's the same for index on CUSTOMER_CODE and on MVT_TYPE so only the index on ORDER.DHR_VALID is good.
    Here is the correct explain plan when I execute the query with hard coded values :
    SELECT SUM(ORDER_MVTS.NB_PACKAGE)
    FROM ORDER_MVTS, PRODUCT, ORDER
    WHERE ORDER.DHR_VALID >= TRUNC(to_date('14/11/2008 10:04:56','DD/MM/YYYY HH24:MI:SS'))
    AND ORDER.DHR_VALID < TRUNC(to_date('14/11/2008 10:04:56','DD/MM/YYYY HH24:MI:SS')) + 1
    AND ORDER_MVTS.MVT_TYPE = 'DELIVERY'
    AND PRODUCT.CODE = ORDER_MVTS.PRODUCT_CODE
    AND ORDER_MVTS.ORDER_CODE = ORDER.CODE
    AND ORDER.CUSTOMER_CODE = 'ADIDAS'
    AND PRODUCT.CODE = 1234
    Rows Row Source Operation
    1 SORT AGGREGATE
    2 NESTED LOOPS
    4 NESTED LOOPS
    2 INDEX UNIQUE SCAN (object id 378548) --> PRODUCT_PK
    4 TABLE ACCESS BY INDEX ROWID ORDER
    777 INDEX RANGE SCAN (object id 378119) --> ORDER_DHR_VALID
    2 TABLE ACCESS BY INDEX ROWID ORDER_MVTS
    30 INDEX RANGE SCAN (object id 377784) --> ORDER_MVTS_ORDER_FK
    Now the problem is when the query is used in a Cursor with bind variables.
    It seems like Oracle don't use index on ORDER.DHR_VALID because he can't figure out that he have
    to actually filter on a short period of time (only one day).
    So Oracle uses the index on ORDER_MVTS.PRODUCT_CODE which is'nt a bright idea (it takes 10 secondes instead of just one)
    Here is the bad explain plan :
    Rows Row Source Operation
    1 SORT AGGREGATE
    2 NESTED LOOPS
    722 NESTED LOOPS
    2 INDEX UNIQUE SCAN (object id 378548) --> PRODUCT_PK
    722 TABLE ACCESS BY INDEX ROWID ORDER_MVTS
    1790 INDEX RANGE SCAN (object id 377777) --> ORDER_MVTS_PRODUCT_FK
    2 TABLE ACCESS BY INDEX ROWID ORDER
    1442 INDEX UNIQUE SCAN (object id 378439) --> ORDER_PK
    Now I have found two solutions to this problem :
    1) using a Hint to force the use of index on ORDER.DHR_VALID (with /*+ INDEX(ORDER ORDER_DHR_VALID) */ )
    2) Using Dynamic SQL and keeping the date hard coded (but not the other values except mvt_type)
    For example :
    QUERY :=
    'SELECT SUM(ORDER_MVTS.NB_PACKAGE)
    FROM ORDER_MVTS, PRODUCT, ORDER
    WHERE ORDER.DHR_VALID >= TRUNC(TO_DATE('''||To_char(P_DTE_VAL,'DD/MM/YYYY')||''',''DD/MM/YYYY'')) '||
    AND ORDER.DHR_VALID < TRUNC(TO_DATE('''||To_char(P_DTE_VAL,'DD/MM/YYYY')||''',''DD/MM/YYYY'')) + 1 '||
    AND ORDER_MVTS.MVT_TYPE = 'DELIVERY'
    AND PRODUCT.CODE = ORDER_MVTS.PRODUCT_CODE
    AND ORDER_MVTS.ORDER_CODE = ORDER.CODE
    AND ORDER.CUSTOMER_CODE = :CUSTOMER
    AND PRODUCT.CODE = :CODE ';
    These two solutions work but Number 1 is bad in theory because it uses a Hint
    and Number 2 may be difficult to code.
    So my question is : Does someone knows another solution to force the use of index ORDER_DHR_VALID that can be simple and reliable.
    Thank you very much for support
    Edited by: remaï on Apr 1, 2009 4:08 PM

    What version of oracle you have? CBO work is different in 9i and 10g.
    Usually cost based optimizer do not want to use index for >< condition with binding variables because optimizer can not use statistic to determine selectivity, and by default selectivity of <> operators is low.
    (As I remember '>' selectivity by default is 5%, you have two conditions > and <, therefore resulting selectivity will be 0.05*0.05=0.0025 as two independent events, but selectivity of other conditions
    ORDER_MVTS.MVT_TYPE = 'DELIVERY' or ORDER.CUSTOMER_CODE = 'ADIDAS' looks much better for CBO)
    The best solution I see is do not use binding variables. Actually your query looks as searching query, which executes not so often, therefore you will not have perfomance win along of skipping execution plan creation.
    Edited by: JustasVred on Apr 1, 2009 10:10 AM

  • HT4759 My iCloud email address and my apple ID are different. I would like to change my iCloud to be the same as my apple ID. However I don't know my iCloud password and don't use the email address it belongs to. When I try to change the password, apple b

    My iCloud email address and my apple ID are different. I would like to change my iCloud to be the same as my apple ID. However I don't know my iCloud password and don't use the email address it belongs to. When I try to change the password, apple brings me to a page to reset my apple ID password (which I know and don't want to change). I have even tried to delete my iCloud account completely to start again but am not allowed without the iCloud password (which I don't have) there doesn't seem to be a place to change the email address of iCloud. What can I do?

    This is the answer that I had expected, so in this case you could only change your gmail.com address to another providers email addres e.g. outlook.com, yahoo.com, etc., but you won't be able to change the gmail.com address to a icloud.com email address. Apple just won't let you do that.
    Your iCloud account with @icloud.com email address and you Apple ID with gmail.com address are already connected and as I said before, Apple just let you merge this two IDs together.

  • HT4628 My iMac loses its connection with my home wi-fi network when it goes into "idle" mode.  That is, if I don't use the Mac for a few minutes, it goes to idle, kind of like sleep. The wi-fi connection disappears and the clock upper right stops working.

    I think it's a Lion problem.  I had this problem with an old Dell True Mobile wireless router, and hoped it would go away with a new Airport Express router.  Same problem.  I checked online and saw a lot of message boards featuring questions from people that suffered the interruption of their wi-fi connection, some with Macbooks others with iMacs like me.  The problem happens when I don't use the computer for a few minutes. It goes into the Idle mode, kind of like sleep.  The connection is severed and the time clock upper right stops.  It's weird.  There was supposedly an Apple update that addressed this issue, so at the Genius bar two days ago I updated to 10.7.3, downloaded and installed the update. Didn't work.  Is it Lion? Is it a wireless card issue?  Very frustrating.  I subitted a genius bar work authorization with another Apple Genius Bar support tech the next day. He ran some tests. Cryptically said he knew that Apple knew about this and was working on a solution but couldn't tell me what it was. Submitted my info and said I'd be contacted by an Apple tech within 48 hours and provided with a link to another download of another update that should "fix" the problem.  I don't know what to do.

    I FINALLY SOLVED THIS ISSUE!!!!
    New routers have "mixed" modes for your network; this means that it will automatically choose the best option between wireless-B, wireless-G and wireless-N network modes. I used to experience this issue using the 2.4 GHz. mixed mode wireless network.
    Thankfully, my router can create 2 networks: a 2.4 GHz. network and a 5 GHz. network.
    When I randomly changed this value to "use only wireless-B and wireless-G" trying to fix an issue with a wi-fi expander, the iMac wi-fi  issue dissapeared! I tried it with wireless-N only, but it didn't work.
    So, finally, I have a 2.4 GHz network with only wireless-B and wireless-G modes which works PERFECT with the iMac, and a 5 GHz. network with a mixed* wireless mode for everything else mode.
    *PD: by "mixed" mode it means that the router will automatically choose between B, G and N network modes as it fits better.

  • I have just lost all my contacts from my Mac and my I Phone. Don't know how.  Can I get them back?  Not using Time Machine

    I have just lost all my contacts from my Mac and my I Phone. Don't know how.  Can I get them back?  Not using Time Machine

    If you have no backups, and data has been lost, then it's lost forever. The rest of your data will inevitably follow if you don't back up.

  • I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't

    I have been a loyal customer for years and have a hot spot because internet options are very limited in our rural area.  I have stayed with 10G since the beginning.  Most months I don't use the 10G.  Verizon has no problem with me paying for Data I don't use.  This month my daughter comes home from College and she accidentally uses 24G.....14 over get blind sided with $140.00 in overages.  I called Verizon today......stopped in to the store today......My neighbor told me they waved charges for her one time.  Lots of charges.....But I'm am getting no help.  Not even an offer of a payment plan to help me out.  I went back just 6 months and I have over paid for 19G.....Seems like they would like to help out their loyal customers!!!!     Does anybody have any suggestions on how to deal with them?   We are not wealthy....or I would just pay this and walk away......

    There is a big misconception in what customers believe a cell carrier is obligated to do.
    You pay a set price to use up to that amount of xx data. It makes no difference if you use it to the paid limit or way under. Its like peace of mind when you don't have to worry about a data counter.
    Your daughter used the data, your plan is quite clear of what overage charges are. Why should or would Verizon wireless just forgive the charges because you are a customer? Your daughter used the data, get the money from her. That is the responsible thing to do.
    There is no "I have been a loyal customer so please remove the $120, or $250, or $2,000.00 since I did not mean to use it"
    Your electric company, or gas company or any other company does not remove valid charges. Why should Verizon wireless?
    Just pay the invoice and don't think you are being mistreated because Verizon is a business and not a charity.
    Good Luck

  • I have a new Nikon D750 sitting on my desk and can't edit the photos with any adobe product?  We are in full wedding season and am a little frustrated.  Photo mechanics opens them right up to download them.   I am using the Nikon software to convert them

    I have a new Nikon D750 sitting on my desk and can't edit the photos with any adobe product?  We are in full wedding season and am a little frustrated.  Photo mechanics opens them right up to download them.   I am using the Nikon software to convert them into tiffs.  when is the camera raw update coming out.  I am not the only photographer with this issue check out all the chatter about it.

    This happens every single time a new camera comes out from one of the two big camera makers. Nikon and Canon do not send preproduction units to Adobe, so Adobe has to go out and buy a D750 or whatever from the store to test and profile it before they can update Lightroom. They can't get one earlier than you and I can. The profiling is quite an extensive operation. Other camera makers do send preproduction units, use dng, or do the profiling in-house and there you often get support right from release. If camera makers would finally embrace an open raw format such as dng, this whole problem would be gone but both Canon and Nikon seem to think they live in an upside-down world where their clients only use their software.
    Usually the dead period only lasts a few weeks but it is frustrating nevertheless. My only advice is to not buy a new camera at the day of release and expect to have third parties to support it. You definitely should not be buying these cameras right away if your business depends on it. Aperture, Capture One, etc. have the exact same problem. No third party (read non-Nikon in this case) will support the camera from the release date. Some are quicker than other adding support. Adobe is somewhere in the middle of the pack in this respect. Nobody outside of Adobe knows when an update comes out. Could be tomorrow, could be a few more weeks or a month. They might jump straight to Lightroom 6 and never add direct support to LR 5. Sometimes they will first bring out a beta version of dng converter that will convert the new camera's nef files to dng, which will work fine in the current Lightroom before updating Lightroom itself.

  • Is you mail app crashing when using the trash can delete??

    Is anyone having a problem with mail app. crashing after using the trash can delete. I am no longer using the trash can so I have not had another mail crash. Swipe and delete and edit and delete work ok. Only the trash can delete causes the problem.

    Alberta....I first tried the reset, which didn't work, so I had to do a full restore. Which helped has corrected the problem. I just can use the trash can delete.

Maybe you are looking for

  • Itunes COM SDK C#

    Hi. I want to control burn audio automatic using itunes COM for .net with c#. please help me about source code

  • Purchasing a MacPro, worried about Leapard upgrade

    Ok, so longterm PC user, finally getting my first Mac. Pretty sure I want the MacBook Pro 17 inch. Mobility + Power. My worry is this: Leapard looks amazing, and somewhat demanding. Being that it comes out in October (I believe), am I better off wait

  • File Location As Criteria In Smart Search

    I'd like to create a smart folder that shows recently opened/created files in my user folder. However, I want to exclude files from my Library folder (various caches, plists, etc.), anything in my Dropbox folder, and anything in my iPhoto Library. I

  • Macbook pro 2.4 will not start up. Blank screen!

    My Macbook pro just quit the other day. Blank screen and I don't get the bong at start up. I moved the ram around and it bonged once but I can't repeat it. Pulled hard drive to get info off and replaced with new one since it was from July 07. Could z

  • How to stop Jinitiator installation for ebusiness suite application

    Right now every time I try to log into ebusiness suite, I will be prompted to install Jinitiator for the first time and if I install I will not be prompted from next time onwards, My requirement is to stop prompting even for the firs time. we are pla