Skip to main content

Verizon's first 4G-LTE phone

Verizon's first 4G-LTE phone, an Android smartphone called "Thunderbolt," will reportedly make its first official public appearance at CES next week.


It is expected to have a 4.3-inch touchscreen with WXGA resolution -- 1,280 by 800 pixels. If true, this could be the highest resolution screen on a smartphone. The iPad resolution is only XGA = 1024-by-768
http://www.droid-life.com/2010/12/29/verizon-focusing-on-4g-lte-android-devices-not-the-iphone-at-ces/

Comments

Popular posts from this blog

Track Files in Visual Studio

By default, Visual Studio’s Solution Explorer will update its selected item based on the currently active document. This is extremely annoying as it keeps expanding your projects and folders until your solution explorer becomes unmanageable and unusable, unless you collapse all Projects (Only available if you have Visual Studio Power Commands) installed) and even then, after collapsing the entire solution, the saga returns back. Turn off Active tracking 1. Turn your Active tracking off by going to Tools > Options 2. Select “Projects and Solutions” node 3. Uncheck the “Tack Active Item in Solution Explorer” Add a macro to do on-demand tracking 4. Tools > Marcos > Macro Explorer 5. You will see “MyMacros” Module (Node). Right mouse click on MyMacros and invoke “New Module…” 6. Name it anything you like. I Named it Utilities 7. Right mouse click on Utilizes and invoke “new Macro…” menu. The Macros IDE window opens. 8. Paste in the following into it within the Publ...