Regarding the thunderbolts release date

Moved for greater exposure

silver6055 wrote:
dirkbonn wrote:
chefjeff wrote:
now isn't that interesting?
Hey, come on!   The empty post contains exactly the same amount of useful, accurate information on the Thunderbolt release as any other post on this topic on the internet!  (And is much quicker to read and digest).   Now, why it belongs in the iPhone forum is another question, but be appreciative.
Ahh, so what, I had my fun with it.... (Darn, still no red smilies yet...)(and GREAT point about why it was here....)
BTW: for those lucky enough NOT to be following this discussion!  On just one site (droidforums.net) you can find
" When Will the ThunderBolt Be Available for Purchase" with 1,478 posts,  HTC Thunderbolt Release Date, with 4,609 posts and  NEW: When Will the ThunderBolt be Available for Purchase? with 1,602 posts.  
I gotta admit, I follow that site, as well as Droid-Life and, I hate to admit, Boy Genius, and that keeps popping up, along with the anger and wailing and knashing of teeth over its non-appearance. 
All of them give dates that the poster was told be a reliable source (someone in a Verizon store, a pal at HTC, that guy at Best Buy, something they saw on a forum that they cannot remember etc), followed by others giving different dates.   And those are just the major threads on this topic on one forum.....It was certainly going to come out Jan 31, Feb 4, Feb 10, Feb 24, Feb 28, Mar 4, Mar 10 and now Mar 17.
And it's astounding that they are all getting unbelieveably torqued at Verizon for RUMORS that Verizon didn't even start. I am at a loss of words over that one (as well as waiting for the Droid X2 or the Bionic!).
Geri O

Similar Messages

  • Does anyone know the USA release date for West of Memphis movie?

    Does anyone know the USA release date for West of Memphis movie?

    There's no general answer, it depends on the platform. On Metalink this information can be found under Certification & Availability.

  • Does anyone know the official release date of  the initial version of 10G?

    Does anyone know the official release date of the initial version of 10G, I cant find it anywhere.

    There's no general answer, it depends on the platform. On Metalink this information can be found under Certification & Availability.

  • What is the expected release date for Adobe Media Server 5.0 and Adobe Access 4.0 ?

    What is the expected release date for Adobe Media Server 5.0 and Adobe Access 4.0 ?

    you should be on the same subnet as the server in order to receive multicast.

  • Oracle Database 11g - Anyone know the estimated Release Date?

    Does anyone know the estimated release date for Oracle Database 11g?

    Hi Nicolas.
    After reading this website.
    http://www.dba-oracle.com/oracle11g/oracle_11g_new_features.htm
    I'm interested in the
    Capture/replay database workloads
    Oracle HTTP server (OHS).
    Web server load balancing - The web cache component includes Apache extension to load-balance transactions to the least-highly-loaded Oracle HTTP server (OHS).
    and some of the Oracle 11g PL/SQL New Features...

  • What is the planed release date for 10g for Windows?

    Hi,
    10g fo HP and Sparc is already out, but windows not yet. Is it known what is the planed release date for Oracle 10g for Windows?
    TIA,
    Tamas Szecsy

    On the other hand it's just somewhat funny for me, that it looks as if marketing woudl decide which platform is released first. Some times it is Linux, some times it is Solaris and then again it is Windows. You simply can never know.

  • Why is the wrong release date shown in my "Purchased" section on the iTunes Store

    I go onto the iTunes Store and click on Purchased. I noticed that the release date is correct on my computer but not on iTunes on my iPhone. On my computer it says 2011 (which is correct) but on my iPhone it says December 31 2049. Can someone tell me why it says that or how I can fix it. Thanks!

    Where exactly are you looking for it ? It won't show in your iTunes library unless you download it.
    You should be able to download it into your library by ticking the 'show iTunes in the Cloud purchases' tick box on the Store tab in iTunes > Preferences - it should then show in the Music part of your library with a cloud icon against it for downloading (downloading the booklet for it this way may not work, you may get a 'corrupt file' message when trying to open it, I was over the first couple of days when trying it).
    Or go to the Purchased link under Quick Links on the right-hand side of the iTunes store homepage and you should be able to download it from there.
    A third option is to sign out of your account (Store > Sign Out menu option), find the album in the store and then click on its free 'price' button - you should then be prompted to sign back in and the album should download.

  • Regarding the budget release and assignemnt of budget.

    Hi,
    I have created investment profile and distibuted the budget.(IM01,IM11,IM22 & IM52)
    Partial release of budget is done through (IMCBR3)
    Project is created and investment position ID is assigned (CJ01)
    WBS element is created under the above project-  CJ02
    Budget is distributed to the respective project -CJ30
    Partial release of budget is done against the project - CJ32.
    problem:
    1. Budget can be distributed above the released amounts for the projects assigned with investment positions
    2. Assinment of budget happens above the released amount i.e., I am able to create PO above the release amount against the WBS element.
    Quiries:
    I want to how the release part controls the budget assignment?
    Is any configuration need?
    How the availability control acts?
    Please explain.
    Best Regards
    M Kishore

    Hi koshor,
    Please check for GL used for Material / Service procurement secondary cost element is created.
    In OBYC entries are maintained in GBB and BSX.
    Budget check will happen for only thos GL for what secondary cost lements is creaed. If for any GL cost lements are not created then budget check will not happen.
    Also check in Budget tolerence limit you maintained the setting for all transaction ++ or for some specific transactions. If you skipped PR PO here then system will not check for the budget.
    If your requirement is budget check for all transaction then maintain ++.
    Please check try and revert back.

  • Regarding the Query Creation Date

    Dear All,
    How Can I find the creation date of querries which I have done in query designer. Is there any Infoobject keeping track of this data (SAP DEFINED). Pls post msg as soon as possible.

    Welcome on SDN!!
    In Bex analizer, open the query in modify mode, than choose properties and you will find creation date.
    Hope it helps.
    Regards
    PS: assign points if helpfull

  • Did i miss the actually release date of the iPod touch 5th Gen?

    Did they announce a specific date or only in October?

    https://discussions.apple.com/message/19855678#19855678
    Because other online stores say they are due Oct 15, Apple would surely release them at least a week before that. Hopefully they are relased this week. You may have noticed that if you go to buy an iPod touch 5 from the online apple store, the status has gone from "pre-prder" to "buy now."

  • Regarding the internal table data by using read table it_mard into wa_mard

    hi,
    i am reading the internal table it_mard with key matnr .
    my code is like this.
    *loop at it_final into wa_final.*
    *wa_second-matnr  = wa_final-matnr.*
      wa_second-bwart = wa_final-bwart.
    wa_second-bwtar = wa_final-bwtar.
    *read table it_mard into wa_mard with key matnr = wa_final-matnr*
                                                                              *binary search.*
    *if sy-subrc = 0.*
    *wa_second-labst = wa_mard-labst.*
    *endif.*
    *append wa_second to it_second.*
    clear :wa_final.
    *endloop.*
    final internal table haveing duplicate values because this table it_final having movement types
    so that i am not using delete statement .
    is there any logic for handling the duplicate values inside the loop statement
    by using read table statement.
    could u plz explain clearly  \[removed by moderator\]
    Edited by: Jan Stallkamp on Jul 11, 2008 2:11 PM

    this is my code could u plz explain  regarding duplicate material number .
    LOOP AT IT_MSEG INTO WA_MSEG.
        WA_FINAL-MBLNR = WA_MSEG-MBLNR.
        WA_FINAL-MATNR = WA_MSEG-MATNR.
        WA_FINAL-BWART = WA_MSEG-BWART.
        WA_FINAL-BWTAR = WA_MSEG-BWTAR.
        WA_FINAL-MENGE = WA_MSEG-MENGE.
        WA_FINAL-SOBKZ = WA_MSEG-SOBKZ.
        COLLECT WA_FINAL INTO IT_FINAL.
        CLEAR WA_FINAL.
      ENDLOOP.
      LOOP AT IT_FINAL INTO WA_FINAL.
        READ TABLE IT_MARD INTO WA_MARD WITH KEY MATNR = WA_FINAL-MATNR
                                                                                    BINARY SEARCH.
    this is reading the duplicate records i need to control duplicate records here .
    the   labst       value is repeating the number of times because of the meterial number duplication
    how can i restrict plz explain
        IF SY-SUBRC = 0.
          WA_FINAL-LABST = WA_MARD-LABST.
        ENDIF.
        READ TABLE IT_MKPF INTO WA_MKPF WITH KEY MBLNR = WA_FINAL-MBLNR
                                                                                    BINARY SEARCH.
        IF SY-SUBRC = 0.
          WA_FINAL-BUDAT = WA_MKPF-BUDAT.
        ENDIF.
        MODIFY IT_FINAL FROM WA_FINAL.
        CLEAR WA_FINAL.
      ENDLOOP.
      LOOP AT IT_FINAL INTO WA_FINAL.
        WA_SECOND-BWTAR = WA_FINAL-BWTAR.
        IF WA_FINAL-BWART = '101' OR WA_FINAL-BWART = '501' OR WA_FINAL-BWART = '561'.
          WA_SECOND-MENGE11 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '201'.
          WA_SECOND-MENGE12 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '541' AND WA_FINAL-SOBKZ = 'O' .
          WA_SECOND-MENGE13 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '601'.
          WA_SECOND-MENGE14 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '543'.
          WA_SECOND-MENGE15 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '702'.
          WA_SECOND-MENGE16 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '313'.
          WA_SECOND-MENGE17 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '315'.
          WA_SECOND-MENGE18 = WA_FINAL-MENGE.
        ENDIF.
        IF WA_FINAL-BWART = '122' OR WA_FINAL-BWART = '161'.
          WA_SECOND-MENGE19 = WA_FINAL-MENGE.
        ENDIF.
        COLLECT WA_SECOND INTO IT_SECOND.
        CLEAR WA_SECOND.
      ENDLOOP.

  • When is the actual release date for mountain lion?

    We need a new computer desperately. We have a desktop mac currently, about 5 1/2 years old and have done tons of updates and imovie is just way too slow and need a newer computer. It just says summer 2012. Is that the 1st part of the 2nd part... ugh....

    Oh I see. Well the "rumor" sites are saying to wait but no one knows when equipment will be refreshed until Apple announces it.
    It seems the iMac is overdue for a refresh - I would hold off until at least July if that is what you are looking for, based on the information in this unofficial source: http://buyersguide.macrumors.com/#iMac
    I am in the same boat but other than minor processor updates there shouldn't be too much changing for the iMac if I had to guess.

  • Release date of PO: Is table EREV the right place to look into?

    Dear Experts,
    I need to determine the final release date of POs. I was going through the threads on this topic and most of the cases I found people have suggested on table CDPOS and CDHDR.
       However I found one more table EREV where the release dates are recorded. Will it be the correct approach to refer to this table for determining the release date? Since I haven't worked in MM before I am not sure whether this will be right option. Request your advice..
    Snigdho

    HI,
    yes you can use that table if version management is active at your end.
    Regards
    Kailas Ugale

  • Edit the release date of a podcast ?

    Hello everyone !
    I have a question regarding iTunes and podcasts management. I really enjoy a specific podcast, which I follow from a few monthes. A friend of mine has given me the whole archives of the show, from more than two years, as plain mp3 files. I successfully added them to iTunes, then specified them as podcasts so that they would appear in the right section of the library.
    But there is a glitch : the old podcasts do not have a release date, on the contrary to the more recent ones that I have downloaded from the iTunes store. I would like to manually edit the release dates of the old files so that they fit with the new ones, but I can't seem to find the corresponding field in the informations window...
    So if any of you have a solution, I would be very interested !
    Thanks in advance !
    Thomas
    (I'm running iTunes 10.4.1 (10) and Mac OS X 10.7.1)

    Hi, Thomas. It took me several hours of scouring the Internet and testing solutions on my computer, but I finally have answers for you:
    This will be a comprehensive answer that includes solutions to some things you may not have asked about. It's so I can copy this answer into several other threads where similar questions are being asked.
    Q: How do I add an mp3 podcast file to Mac iTunes 10.6.3 (the latest version as of July 13, 2012)?
    1. Open iTunes, go to the FILE menu, select ADD TO LIBRARY, select your mp3 file in the dialog box, and click on Open.
    2. The file will most likely have been added to your Music library and not your Podcast library. If this is the case, select the newly-added podcast in your Music library, go to the FILE menu, select GET INFO, click on the OPTIONS tab of the dialog box, change the MEDIA KIND dropdown menu to "Podcast," and click on OK. Your mp3 podcase should move to the Podcasts library.
    Q: Now that I've added the mp3 podcast to my Podcasts library in iTunes, how do I change the release date so that it shows up in the proper order with all the other podcasts in that series?
    1. Download the program ID3 Editor from http://www.pa-software.com/id3editor/
    2. After you've downloaded, extracted, and moved the application to your Applications folder, open ID3 Editor.
    3. Go to the FILE menu in ID3 Editor and choose OPEN and select your mp3 file from the iTunes Music folder (not the original mp3 which may be in a different location on your computer). If you don't know where it is, go to iTunes, right-click (or <Control>-click) on the podcast, and select SHOW IN FINDER to see its exact location. The usual path is USER NAME > MUSIC > iTUNES MUSIC > PODCASTS > folder with name of podcast.
    4. Your podcast will open in ID3 Editor with the Standard tab active. Click on the EXTENDED tab to see the RELEASED tag field.
    5. In the RELEASED tag field, add or change the podcast release date to whatever you want it to be. The format is 2012-07-13 16:30:00 (YYYY-MM-DD HH:MM:SS).
    6. Click on UPDATE in the lower left and the file will close with your changes saved.
    7. Select the newly-updated podcast in your Music library, go to the FILE menu, select GET INFO, and click on OK to update the information in iTunes. The podcast should now move to the proper place in order when sorted by Release Date.
    Q: My podcasts are in different folders instead of all being in the same folder. How do I group them back together?
    1. To make all your podcasts show up in the same folder, the IDENTIFIER and FEED tags need to match for all podcasts.
    2. Open ID3 Editor and open all of the podcasts you want to group in iTunes under one folder. (Remember to open the files from within the iTunes Music > Podcasts folder and not from your desktop or Documents folder where you may have stored originals downloaded from the podcast's website.)
    3. For each mp3 file opened in ID3 Editor, switch from the Standard tab to the PODCASTS tab.
    4. If you have a podcast that shows up properly in iTunes and should be the default name/location for all the other disparate podcasts in the series, bring that file's window forward and copy the URL from its IDENTIFIER field.
    5. For every other mp3 file for that podcast that you have open in ID3 Editor, PASTE that URL in to the respective IDENTIFIER field for each one.
    6. From the same file you copied the Identifier URL, now copy the FEED URL.
    7. For every other mp3 file for that podcast that you have open in ID3 Editor, PASTE that URL in to the respective FEED field for each one.
    8. For every podcast file, make sure ENABLE PODCAST TAG is checked (in the upper left of the Podcast tab).
    9. Now you have to number all the files properly. To do that, you need to be in the STANDARD tab in ID3 Editor.
    10. Count up the total number of podcasts in the series you're consolidating. That TOTAL# number will go in the second TRACK field in the upper left (i.e., Track # of TOTAL#)
    11. In the first TRACK field in the upper left, number your files in the order you want them to be listed (i.e., TRACK# of Total#). Also put the TRACK# in the TRACK field in the upper right (next to "Enable V1 tag").
    12. Click on UPDATE in the lower left of each file to close each one with your changes saved.
    13. For each of the newly-updated podcast files in your Music library, select it so that it's highlighted, go to the FILE menu, select GET INFO, and click on OK to update the information in iTunes. Once you've done this for every file, all podcasts in the series should be under one folder. (If not, make sure the ALBUM field matches exactly for each file.)
    I hope the above resolves all the difficulties you've experienced with Podcasts in iTunes. If not, let me know and I'll add more detail (or correct any inadvertent errors in my instructions).

  • The release dates for some ablums are incorrect.

    Some of the albums in iTunes have the wrong release dates posted. See tag, this album just came out in 2011.

    Bri,
    Suggest you just download 1.6 and take a quick run through the tutorials http://java.sun.com/docs/books/tutorial/ to pickup the basics again... you'll probably need a bit of a refresher course anyway if you're going back into coding for a living.
    But what you've really missed is the standard hugemungious leaps in the open source libraries over the past few years.
    I don't think the release notes are really worth reading, unless you're being paid to do it of course.

Maybe you are looking for

  • [Feature Request] 'Duplicate Tab' in Tab Dropdown

    I know now that you can duplicate a tab by Control-clicking or middle-mouse-buttoning the Reload button, or by Control-dragging the tab over. But what would have been most intuitive is if there were an option to do this in the tab dropdown. I'm more

  • Issues with Iphone 4

    I have an Iphone 4 and when i plug the phone into the USB port on the computer, it keeps blinking. It blinks continuously between charging and not charging. It makes the sound as if you were plugging it in and unplugging quickly

  • How to use more than one dataset?

    Hi, Is there any way to use more than one dataset in one report? Thanks..

  • Pages to PDF.

    After creating a six page document in Pages, I would like to save it as a PDF with the thumbnails still visible in the PDF. Is that possible ? Currently, when I export the Pages document as a PDF, the thumbhails are gone. Thanks in advance. Lenny.

  • Exporting videos for use in PowerPoint

    I have a seven minute video I am trying to export for use in a PowerPoint presentation. Everything plays fine - the video is more grainy that I would have liked - but the titles just show up as black screens. I can still hear the audio but it will ju