Skip to main content

Sony LT30 variant discovered on Bluetooth SIG, 4.6-inch 720p screen and Snapdragon S4 on board

When Sony announced the Japan-only Xperia GX in May, the device emerged as one of the premiere devices to emerge in the last few months. With a 4.6-inch 720p display, 1.5Ghz Snapdragon S4 processor and a 13MP Exmor R and a newly-optimized build of Ice Cream Sandwich, the GX looks to be the phone the Xperia S couldn’t be.
It’s looking increasingly likely that the Xperia GX is indeed the LT30, judging by the description on Bluetooth SIG: “This design is part of the premium product line. The main features are an attractive “ARC” design with metal back cover and high definition video recording 1080p supporting MHL output It will have an 13Mpixel camera and a 720p chat camera on the front. The display is 4,6 inches 720p HD (1280×720)) with 16 millions colors – BRAVIA SW IQI. The size of the phone is approx. 68 x129 x 9 mm and the weight will be around 140g. The main audio feature is stereo recording in high quality to support video recording.”
That 9mm frame and 140g weight looks perfectly suited for a high-end Sony phone, and we’re looking forward to the company announcing its official availability in the coming months.
Source: Bluetooth SIG
Via:  The Verge

Comments

Popular posts from this blog

Installing pyspark with Jupyter

Installing pyspark with Jupyter Check List Python is a wonderful programming language for data analytics. Normally, I prefer to write python codes inside   Jupyter Notebook  (previous known as  IPython ), because it allows us to create and share documents that contain live code, equations, visualizations and explanatory text.  Apache Spark  is a fast and general engine for large-scale data processing.  PySpark  is the Python API for Spark. So it’s a good start point to write PySpark codes inside jupyter if you are interested in data science: IPYTHON_OPTS="notebook" pyspark --master spark://localhost:7077 --executor-memory 7g Install Jupyter If you are a pythoner, I highly recommend installing  Anaconda . Anaconda conveniently installs Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science. Go to  https://www.continuum.io/downloads , find the ins...

Spark A to Z

Spark A to Z Simplicity, Flexibility and Performance are the major advantages of using Spark . Criteria Hadoop MapReduce Apache Spark Memory  Does not leverage the memory of the hadoop cluster to maximum. Let's save data on memory with the use of RDD's. Disk usage MapReduce is disk oriented. Spark caches data in-memory and ensures low latency. Processing Only batch processing is supported Supports real-time processing through spark streaming. Installation Is bound to hadoop. Is not bound to Hadoop. ·  Spark is 100 times faster than Hadoop for big data processing as it stores the data in-memory, by placing it in Resilient Distributed Databases (RDD). ·  Spark is easier to program as it comes with an interactive mode. ·  It provides complete recovery using lineage graph whenever something goes wrong. high availability in Apache Spark ·  Implementing single node recovery with local file system ·  Using Sta...
Tech’s top innovators If you’re a techie, then The Crunchies Awards,is probably one of the highlights on your completely synched calendars across all PDAs (personal digital assistants). And if you’re not, then The Crunchies are probably something you should keep an eye out for, because if the winners and even those nominated haven’t made inroads into your life already, rest assured, they will pretty soon. Currently in its fifth year, this annual technology award ceremony is organized by  TechCrunch , the leading online magazine in the digital world. This year’s edition was co-hosted by VentureBeat and GigaOm. Held on Tuesday at the Davies Symphony Hall in San Francisco, US, the night was hosted by the witty Harris Wittels who goes by the Twitter handle @Humblebrag, where he retweets “boastful and humble tweets” across the Web. In fact, the comedian-writer started the night reading out (and he read out everything!) a couple of samples of humble bragging by celebr...