Skip to main content

FixYa reports details the biggest problems with today’s top smartphones

FixYa has released a report on the most virulent issues affecting today’s top smartphones, including the iPhone 4S, Galaxy S III and Lumia 900. Many of these issues pertain to battery life, overheating and loss of connectivity, but some of them, like the purple tint of the Lumia’s screen, are unique to one device.
Interestingly, both the Galaxy S III and Galaxy Nexus suffer from the same top problem: microphone malfunction. While we’re not seeing a rash of user complaints on our end, it’s fascinating to see a problem that could be endemic to Samsung devices, since the issue doesn’t seem to affect other OEMs.
The report is pretty easy to understand — the company, which repairs phones, does this as a way to bring attention to its business — but it’s also a good resource for users to check whether their issues are commensurable.
Source: FixYa

Comments

Popular posts from this blog

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...

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...
microsoft surface microsoft surface price With its Windows business facing increasing competition thanks to a dizzying array of consumer devices like Apple's iPhone and tablet computers running on Google's Android operating system,  Microsoft  is placing its bets on its own hardware and software with the "Surface". How can the software giant distinguish its yet-to-be-released  tablet computer ? Some analysts believe price could be the difference. "The company did not disclose any pricing details, but said that pricing will be competitive with a comparable ARM tablet and Intel Ultrabook," Deutsche Bank Securities analysts said in a research note last week. "However, we believe that with its own device and with control on pricing, MSFT will be able to better use price as a competitive differentiator." Nonetheless, if a recent report proves to be accurate, Microsoft's tablet computer -- particularly its higher-end version -- prob...