Can anyone answer this question about unlimited data?

I currently have a phone with ATT... a Samsung. Contract has been up for several months.
I have the unlimited data plan for $30 a month.
When I buy the new iPhone will I be able to just transfer my $30 a month unlimited data plan from my old Samsung phone to my new iPhone's new 2-year contract? Or, will I have to switch to the new data plan thing (with no more unlimited data)?
Can anyone answer this? Been looking online for an answer and got zilch. Thanks.

Why are you asking this in a user-to-user iPhone forum? The ONLY source for a definitive answer about the brand new, not yet implemented AT&T data plans is AT&T. You need to contact them. Any "answer" you get here is purely guesswork.

Similar Messages

  • Can anyone answer this question regarding MAX RAM?

    My old iMac SE DV graphite was purchased and delivered in January, 2000. The original order catalog (which I kept) claimed that it was "expandable to 512mb", as were all the 400mhz G3 slot-loading DV models in various 'flavors' including my Graphite Special Edition model. Also, both / all versions had the ATIRage 128 accelerator with 8mb SDRAM.
    The only differences I can discern are that my Graphite has more ram (128mb) and had a slightly bigger hard drive (13GB on the graphite vs 10GB for the 'fruit').
    Note: I have since replaced the hard drive with a 20GB since the original died within the first 2 years.
    Also, I am running in 10.3.9 most of the time but still have OS 9.2.2 in the machine.
    On this disussion site and other places (including MacWorld articles) I've seen conflicting statements as regards the MAXIMUM RAM my graphite should/could have. Some say 1GB (2x512) and some say 512 (2x256).
    Can anyone once and for all, settle this question for me so that I can make an intelligent purchase?
    (and thank you for the info re: PC100 as the way to go, not PC133)
    Thanks & Peace to all.

    This question was answered in your other post by me. Max RAM is 1 GB.

  • Can anyone answer this question? What is used to format a string so that it falls into a certain Row/Column in excel? see text for indepth question.

    I'm attaching a file that may help. Just remember this is my FIRST attempt at using NI/FeildPoint so things that would be obvious to the normal users more than likely would slide right by me. So I'll try and explain what the text contains as to make my problem more clear. I'm using a FP-1000, FP-AI-100, and a FP-TB-10. i'm creating a application where I'm using the 8 channels from the FP-AI-100 to monitor a control system ,that we manufacture. The control system is in an environmental chamber. I use the FP-TB-10 to monitor the temperature while in the chamber. The control system is ran for 4 hours under varing enviromental conditions while I monitor vital system voltages with the FP-AI-100. Now the application that i'm building starts with the obvious FP CREATE.VI and so forth I have no problem communicating with the FP's, but the information that I'm monitioring needs to be placed into a file with Headers describing the information below it. Now I use a "WHILE LOOP.VI" to monitor the FP-AI-100 & FP-TB-10 for the 4 hour period. but before that I create and open a file where I use a "CONCATENATE STRINGS.VI" to enter the headers I need. I do this by CONSTANTS, CONTROLS, TABs, AND CARRIAGE RETURN being entered into the "CONCATENATE STRINGS.VI" in the order I want them to appear. I use ROW 1 to enter (OPERATOR:with a CONSTANT) an a (CONTROL so the operator may enter his name and be recorded into the file) using a TAB to seperate Columns and a CARRIAGE RETURNto drop down to ROW 2 for the next headers. I use header names and TABs to seperate the columns. This part works great. I end up with ROW 1 having the operator information then ROW 2 having the headers for all the channels I'm using to monitor the control system with in their own column. The trouble happens when I write to this file during the "WHILE LOOP". The information recorded for DATE:, TIME:, and Channel 0 of the FP-AI-100 end up right under their corresponding header on ROW 3, but the rest of the data ends up on ROW 4 in column 3 and goes down many rows with some of the data not being stored at all. It varies on how many rows are used starting at ROW 4 but hey always stay in column 3. I use the "FP READ.VI" outputing to a "ARRAY TO SPREADSHEET STRING.VI" outputing to a "CONCATENATE STRINGS.VI" for each channel within the "WHILE LOOP" then into the "WRITE.VI". I use the "CONCATENATE STRINGS.VI" to place my data OR atleast I thought you could do that some how I'm not quit doing something write either there is a sampling/timing issue or writing to file issue where things are being confused in the "WHILE LOOP" if someone know a better route to perform what I'm tring here I would be interested. Its not like I'm not giving it the old colledge try here but without proper training and the vagness of the manuals it's difficult to understand what every connection actually does.I'm tring though for everyone who happens to fill pity for me
    Thanks for your help
    John Morris
    Glendinning Marine Product, Inc.
    Attachments:
    ALLchannels ‏273 KB

    > I appreciate your effort to help me, but there is still a slight cloud
    > in front of my eyes here.(I must mention that I'm using Labview 5.1
    Oh, to bad. I'm using LV 6,02 and tried to save the application as LV5.1,
    but it didn't work.
    > Lets start with the easy one which is the SECOND main thing you
    > wanted to mention. In my application I used individual Create Tag.vi's
    > "so your saying that I can use just one Create Tag.vi and one Read.vi
    > and what ever I use to display the values will automatically to show
    > the individual channels" in other words if I use a "Indicator(DBL)"
    > comming out of the Read.vi what ever I use in the "PANEL" layout will
    > expand to show all 8 channel if I was using a FP-AI-100? Cool...
    Allmost right. The 8 channels come out as 1D-array, ch0...ch7.
    > #1--How do I change the delimiter (TAB) to a delimiter (comma) in a
    > Array to Spreadsheet String.vi?
    > ...cut
    I don't use this Spreadsheet VI, because files coming out there allways
    start this time consuming EXCEL wizzard. Because of this, I programmed my
    own CSV-conversion vi. Maybe you could just use a common texteditor, like
    wordpad and put the csv-examples from my last reply down to a text file
    and rename it to *.csv. Texteditors terminate lines with "\r\n" by
    default, so this is a very quick way for testing.
    > FP_Analog_Logging example to record all eight channels it uses a Array
    I didn't find the vi you metione above, but there is another good one:
    Look at examples\FieldPoint\DataLogging\FP Logger.vi.
    In a little case structure, at "false", there is a function called "Format
    into string".
    Pop up on the format string and adjust >>'\' Codes Display<<.
    Then you change the format string into: %.;%-f%s
    A Tab string is connected to the lower input of this function. Replace
    this one with a comma.
    That should do.
    >
    > #2--If using just one Create Tag.vi and one Read.vi and I have the
    > Item Name listed as ALL I take it that the information comming out of
    > the Read.vi is data for each channel in a String format starting with
    > channel 0 and ending with channel 7 for the FP-AI-100.
    Yes, just as explained above. If you put a indicator at the output to
    display the values, you can expand the display to show all 8 channels, but
    you can't name induvidual cells. In a array, all cells have identical
    named labels. If you want to name the individually, you have to attach the
    array to cluster function and put the indicator after this one. Enable
    labe display and name the output values individually.
    > #3--Now I use the following to "Format String" in the Array to
    > Spreadsheet string.vi (%.4f)but I don't see anyway of changing the
    > delimiter from (TAB) to (COMA)
    Explained above.
    > #4 you stated text strings need a "as prefix and sufix" and each
    > string is seperated by a coma, a period is used as decimal number
    > separator and lines have to be terminated by my question is
    > WHERE IS THIS ACCOMPLISHED? WHAT VI OR WHAT CONNECTOR PIN?
    Well, modifying strings are done with string functions.
    Above, as I explained how the sample FP Logger.vi can be modified to do
    the job for numbers. The pre- and suffixing with ", you only need for
    strings, which EXCEL should interpret a string and as nothing else as a
    string, even if there's a number inside. You usually need this only for
    headers. So its easyest, if you just write your string into a string
    constant or control and concatenate it to the previous csv-file contents.
    Oh, I just see by looking at the above mentioned example... Inside the
    case structure, but in the "true" case, there are error messages
    concatenated to the logfile. At this point it is importent, to use " for
    integrating the message into the CSV file, because a error message usually
    looks like this: >> ERROR 2345 in vi yxz <<
    Here you have text and number strings mixed in one line. EXCEL does not
    know, if it should interpret the number inside the error line as separate
    number, separating the line into three colums i.e. string before number,
    number and string after number. So tell EXCEL by putting a " before and
    after the line each.
    For this, expand the Format To String function by one input, move down all
    connections, to be able to insert a string constant with a " to the first
    argument connector. Change the contents of the string constant at the
    bottom argument from tab to ", (quotation mark AND comma)
    > #5 You gave me an example of what a 3 column header could look like:
    > "col0","col1","col2"\r\n Now is this something that you enter
    > somewhere cause I know that \r is carriage return and \n is newline so
    > I take it that the above is entered somewhere maybe in the Write.vi to
    > the connector called Header (F)? See this is what confuses me because
    > NI manuals have no examples of certain connectors types being used or
    > any reference as to how they manipluate data with there varing type
    > inputs. Or maybe I'm just missing them.
    The example I mentioned above help here to.
    Look at the Write File function. This function receves data from a
    function named concatenate strings. Expand this function to have one more
    spare input at the bottom. Create a string constant. Switch the constant
    display to "\" mode. Enter "col0","col1","col2"\r\n into the constant.
    Connect the constant to the spare input.
    Doing this, every dataline in the csv file is followed by
    "col0","col1","col2"\r\n .
    I wish you a nice weekend,
    Rainer Ehrt

  • Can anyone answer a question about mix paste ?

    Hi
    Just a quick one -
    Making a script for seamless tonal loops -
    process -
    1 - Select and fade out the last 0.5 secs of the wavefile.
    2 - Select and fade in the first 0.5 secs.
    3 - Cut first 0.5 secs
    4 - MIX PASTE the first 0.5 secs with the last .
    After stopping record and running the script , it appears the MIX PASTE function is just PASTING AT THE END rather then mix pasting over the last 0.5 secs.
    The script says the action being  carried out at that time is "PASTE SPECIAL" , im assuming this is the command for mix paste? However as i say,
    it doesnt mix paste , it just copies the first selection to the end rather then mixing it.
    Now , I have several scripts to do this , with differing selection lengths for fades , testing on audio of the perfectly same length as the source etc.
    Every time the mix paste function pastes to end rather then mixes with the final portion , so IM ASUMING THERE IS SOMETHING I AM NOT AWARE OF HERE? SOME SMALL  OBVIOUS DETAIL I HAVE MISSED? ANYONE? my nipples are starting to itch with the frustration....
    Any help at all would be greatly appreciated! THANKS
    JUST TO CLARIFY - it functions correctly  WHEN YOU ARE RECORDING THE SCRIPT , it pastes incorrectly only WHEN RUNNING THE RECORDED SCRIPT.

    There are different Modes that a Script can operate in. They work in different ways on the file. Some just work at the cursor position, another only on a Selection within the file and one on the whole file. I can't remember which is which but the normal ones are either Mode 2 or Mode 4. These are written at the head of the script when you record it. If you open the script in Notepad or any text Editior you can change the Mode by changing 2 to 4 or viceversa and resaving the Script. Sometimes you have to experiment to find the correct mode for what you want it to do.
    When you open the Scrpts tab and click on a script one of the boxes at the bottom will be highlighted to tell you what mode the script will operate in. Also there is a tick box to select whether the Script works Relative to the cursor position or from the Start of the file which can make a difference to how it functions when you run it.

  • Can anyone answer this question for me

    okay so i have a mid 2012 macbook pro and being a student myself i travel 4 days a week to and from college with my mac anyway while i was in class the other day i placed my laptop onto the desk and i must have put my mac onto my grit and i have slight airline scratch on the bottom caseing i called my apple store and i asked if the case can be replaced the guy said yes it can be but i will need to book an appoment with a genius but as you know apple apple macs laptops have the designed by apple in california and serial number etc on them if i was to buy a new case for it from apple would it contain these any ideas and help is allways welcome. thanks Ryan

    ryan678 wrote:
    okay so i have a mid 2012 macbook pro and being a student myself i travel 4 days a week to and from college with my mac anyway while i was in class the other day i placed my laptop onto the desk and i must have put my mac onto my grit and i have slight airline scratch on the bottom caseing i called my apple store and i asked if the case can be replaced the guy said yes it can be but i will need to book an appoment with a genius but as you know apple apple macs laptops have the designed by apple in california and serial number etc on them if i was to buy a new case for it from apple would it contain these any ideas and help is allways welcome. thanks Ryan
    I'm sorry but it is very difficult to understand your very long one sentence post. Are you asking what information will be contained on the case? Or are you asking how to go about changing the case? Maybe you're asking if it is worth replacing the case because of a scratch. Or, are you asking if the new case will be designed in California?
    Try rephrasing your post.

  • Can anyone answer my question regarding compile time ?

    can anyone answer my question? What happens exactly during compile time when the program is compiled in java ? My answer is for this question is the compiler places all the references to the variables we used in a stack and also places the references to the objects used in the program in a stack. Is my answer correct and complete ? Does the compiler do anything more ? if so please mention me . THANKS A LOT for all the ones replying for this question . THANK YOU

    suryakiran_s wrote:
    can anyone answer my question? What happens exactly during compile time when the program is compiled in java ? My answer is for this question is the compiler places all the references to the variables we used in a stack and also places the references to the objects used in the program in a stack. Is my answer correct and complete ? Does the compiler do anything more ?That's not correct.
    Compilation is a process which turns a program (or part of a program) written in one language into the same program in another language. This can take place both at compile-time and run-time, but always before execution (when the program code is actually run)
    A stack is a data structure used during program execution to handle variables with a lifespan limited to that of a method call.

  • Reconnect question? Can anyone answer this?

    Can anyone answer a this question about using Reconnect:
    I have over 400 pictures that didn't restore out of a 202GB Full Backup. The catalog contains over 5 years of pictures. The Full Backup file is on K: external drive. If I use the reconnect and it reconnects those pictures to that K: external backup file, then do I always have to keep that external drive plugged in while I use that catalog that reconnected those pictures to the external drive?
    If the answer is yes, then is it possible to make a copy of that Full Backup and put it on the C: drive so I can disconnect that external drive and keep it in a safe place? I have plenty of room on the C: drive since I upgraded to a 2TB main drive.
    If it is possible to make a copy of that Full Backup and move it to the C: drive can you please tell me the proper procedure. Thank you!

    Why are you asking this in a user-to-user iPhone forum? The ONLY source for a definitive answer about the brand new, not yet implemented AT&T data plans is AT&T. You need to contact them. Any "answer" you get here is purely guesswork.

  • To anyone whom can please answer this question please!!!!​!!!!!!!!!!​!!!!!!!!!!​!!!!!!!!!!​!!!!!!!!!!​!

    Does my HP Stream 7 have a tracking device on it I need to know because my tablet just got stolen around 1:00 PM today.
    This question was solved.
    View Solution.

    Hi,
    Very sad to say No.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Can anyone answer this for me!!!!

    I live in a some what country area and have been for 7 yrs. I currently have phone and tv service through Verizon. But they do not have any internet available where i live. What i do not understand is that i keep getting offers in the mail about their internet service and how it works, but when I call them they tell me a date of when it might be there. They told me 5 yr ago that not just the DSL would be available to me but also the fois internet would be to in just about a year and a half. Well I can honestly say neither is! When I call them they tell me a date and when i call them back after the date they tell me when it will be available they tell me another one. There are a lot of people where I live that have been living here well over 20 yr+ that have had to use that crappy satellite or slow dial up,that would switch to Verizon in a heart beat! But the HUGE thing that I do not understand is at the end of the street there is a small walk in building that says Verizon, they have told me it is one of the main phone stations in the area, but what funny is it the only one without inernet service! AHHHHHHHHHHHHHHHHHHHHHH Plz can anyone tell me when it might become available

    Unfortunately, Larry's right on target.  Just because there is a building with Verizon on it, there might not be the dslams installed to provide dsl, also known as Verizon High Speed Internet.  It might be just an plain old telephone service.
    It's simple economics.  If you really live in a country area, there may not be enough potential subscribers to cover the cost of the equipment installation to provide service to you.  Probably not what you want to hear.  Sorry.

  • Can anyone answer this one please.

    have a stored proc trying to retrieve blob field(a binary file) from a
    View(in schema1) in oracle10g. After retrieving I am sending it to another
    databsase(schema2) through a dblink which is in oracle9i. I am using TOAD for
    this. My code is
    Insert into [email protected]
    Select VPF.P_ID AS PET_ID,
    DBMS_LOB.SUBSTR(VPF.PDF_FILE, 4000, 1) AS PET_FILE
    FROM V_PDF_FILES VPF, [email protected]
    When i use only select then i am successful.
    Select VPF.P_ID AS PET_ID,
    DBMS_LOB.SUBSTR(VPF.PDF_FILE, 4000, 1) AS PET_FILE
    FROM V_PDF_FILES VPF, [email protected]
    I am unable to insert this into remote database. I am getting an error related to BLOB Field.
    ORA-22992: cannot use LOB locators selected from remote tables.
    My question is, the DBMS_LOB package which I have used is correct or not to
    retrieve? If yes, then is it compatible to send the BLOB from Oracle 10g to
    Oracle9i? What are the limitations for this.? How can I resolve this. Your
    response will be greatly appreciated. If you need more information then let me know.
    Thanks in advance.

    You may be able to utilize this process:
    Re: ORA-22992: cannot use LOB locators selected from remote tables

  • Hi there!! i am newbie,can someone answer my question about the legal of photoshop CS2,

    i'm already download a photoshop CS 2 from this site https://helpx.adobe.com/creative-suite/kb/cs2-product-downloads.html and i'm alreadey installed it.
    my question it's, is it true the Serial number for photoshop CS2 can use as legal key,when someday an inspection to my office.
    thanks for someone answer my question.

    If you purchased CS2 Yes its a replacement for you old CD.  You just need to read that page to know the answer. If you check the box and downloaded it and installed the product Adobe new activation servers have recorded that you did download and install. in their activation database.
    Read before you download a CS2 product
    Adobe has disabled the activation server for CS2 products, including Acrobat 7, because of a technical issue. These products were released more than seven years ago, do not run on many modern operating systems, and are no longer supported. 
    Adobe strongly advises against running unsupported and outdated software. The serial numbers provided as a part of the download may only be used by customers who legitimately purchased CS2 or Acrobat 7 and need to maintain their current use of these products.
    I Accept
    If you purchased a CS2 product, and you no longer have the installation media, you can download replacement installers from this page.

  • Hi thisis kesava can tellme answer this question

    what is psa ? why are you using psa while updating data to the data targets?

    Hi Kessava,
    Your Q No. 1
    <b>PSA is persistant staging area .</b>
    PSA
    Persistent Staging Area is a transparent database table in which request data is stored in the form of transfer structure.A PSA is created per datasource and source system. It represents an initial store in BW in which the requested data is saved unchanged for source system.PSA
    1) Checks whether extraction from source system is complete
    2)ensures data quality,supports editing,reconstruction and deletion of data
    3)the data from the source system is stored in PSA tables before being updated in the Data Target/Info-object
    4)preferred method because of its various advantages like Reconstruction, Data editing, etc..
    5)Data sources with the IDOC transfer methode are not supported with ODS object.
    6)start routine could be created only for transfer method PSA.
    For Q No.2
    You can load the data without using the PSA. But most of the people go in for the PSA, as that is the place where you can get the raw data as is from the source. You can use that for reconstruction, or looking at problem records and correcting them(not advisable. better to get the data corrected from the source system and then resent)during data load failures. Can also be used for archiving the data if you need to use it later on.
    Using the PSA depends upon the type of processing you are using: Parallel, Sequential (PSA used) or Direct Update (no PSA used). If you use the PSA you have the option of reconstructing the data (if request has to be deleted) or also using error handling when loading the data.
    Hope this helps
    Cheers
    Sunil

  • Can somebody please answer this question about muse

    here is the thread to my original question.
    http://forums.adobe.com/thread/1290038
    Ben
    Thank you

    To be more specific, my question was will having two of these scripts work? And does it make a difference if there is a return space between the two scripts? I am not a coder and don't understand. Can it be explained in a simple step by step process? The properties box would be open, Then paste googles code? hit return, paste Bing's code. if by hitting return closed the properties dialog box, I could possibly re-open, insert curser a line below googles code then paste?
    sorry to be such a newby
    Ben

  • Another phone is in my future and it won't have the words Black or Berry in it. Can anyone answer these questions?

    I have a Blackberry 9360 7.0 Bundle 1555 (v7.0.0.319)
    I have never been able to sync this phone with ANY computer, Mac or PC.  I have tried all the various fixes suggested in this and other forums.  There is more than just me with this problem judging by the message boards.
    Why am I locked out of Blackberry app world?  Apparently I had a token and this has expired and I have to log in.  I have not found a way to log in on my phone because my token has expired.  A viscous circle.  I have before anyone suggests it, signed into my Blackberry world account and tried to download it there, but because the computer won't recognise the bloody phone, I can't fix it.
    I'm sure there is a software update to fix these problems but because the computer doesn't recognise my phone, I can't do that either.
    I was backing it up through Blackberry protect, but because my token has expired, I can't log in, can't update the software because the bloody phone won't connect to my computer. 
    Is there someone who actually works at Blackberry monitoring these forums?  Would you like to help me fix the problems with your product?  Maybe.
    Thanks, Iain

    lain, welcome the community support forums.
    Snorsh wrote:
    Is there someone who actually works at Blackberry monitoring these forums?
    This is a user-to-user community support forum. We are not RIM employees, but volunteers who enjoy assisting other users. RIM personnel rarely comment on queries posted here.
    Obviously you're frustrated, I would be as well.  Have you called your mobile provider technical support on these issues? If they were not able to resolve them, did they escalate the issue to RIM level tier two tech support (they should have). There, you can speak with real live RIM technicians.
    For your 'token' problem:
    Uninstall the current version of App World then update to the latest version of BlackBerry App World by using your BlackBerry browser to go to http://www.blackberry.com/appworld/download on the BlackBerry smartphone.
    Note: If the problem persists, uninstall App World then reinstall over wifi.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can anyone figure this question out?

    Hi ,
    Sometimes when you go to a website and you want to ask a question or request something you click on the button and then my automatic email sets up except I don't use the safari email I use hotmail. How could I make hotmail open up with the email address of the receiver already in the To: box?
    I know there is a way but I can't figure out where to go.
    Thanks
    Arianna

    Hi,
    You can set up your hotmail to work with Mail. Go to:
    http://email.about.com/gi/dynamic/offsite.htm?zi=1/XJ&sdn=email&zu=http%3A%2F%2F sourceforge.net%2Fprojects%2Fhttpmail-plugin%2F
    Download the plug-in and configure it so that Mail works with hotmail. Once you have the account setup, when you click on a link Mail will open and you will be able to send a message from your hotmail account through Mail.
    Once you download the files, open it and go to the 'readme'. There are detailed instructions on how to install the plug-in.
    Good luck!

Maybe you are looking for