Skip to main content

AngularJS - Tables

Table data is normally repeatable by nature. ng-repeat directive can be used to draw table easily.  Following example states the use of ng-repeat directive to draw a table. <table> <tr> <th> Name </th> <th> Marks </th> </tr> <tr ng-repeat = "subject in student.subjects" > <td> {{ subject.name }} </td> <td> {{ subject.marks }} </td> </tr> </table> Table can be styled using CSS Styling. <style> table , th , td { border : 1px solid grey ; border - collapse : collapse ; padding : 5px ; } table tr : nth - child ( odd ) { background - color : #f2f2f2; } table tr : nth - child ( even ) { background - color : #ffffff; } </style> Example Following example will showcase all the above mentioned directive. <html> <head> <...

Apple iOS 10.2 Is Causing New Problems

Sticking to your guns is often seen as a good thing, but sometimes it can do more harm than good. Especially when it means persisting with a mundane process in full knowledge that it will cause new problems…
In short: today Apple stopped signing iOS 10.1 and iOS 10.1.1. What this means is Apple servers will not recognize either update as legitimate anymore so iPhone, iPad and iPod touch users can no longer downgrade to them from iOS 10.2, which Apple released last week. Apple typically stops signing old versions of iOS within a week or two of launching a new version.
And yet persisting with this seemingly simple housekeeping exercise makes no sense whatsoever given the problems iOS 10.2 is exacerbating with the so-called ‘30% battery bug’.





First reported by me last month, the 30% bug can affect every iOS 10 compatible iPhone with the exception of the iPhone 7 and iPhone 7 Plus and it causes the phone to die suddenly when the battery is around the 30% mark. To date, Apple has acknowledged the problem initially with a small batch of iPhone 6S models (a batch size it then increased but says it has found no evidence of this happening to any other model.

This stance has been maintained despite a 62 page long thread in Apple’s official Support Communities forum, frustrated tweets from iPhone 6S Plus owner Tony ‘Father of the iPod’ Fadell and a stern warning from the Chinese Government which argues the numerous reports it has received of the problem across multiple models mean Apple is failing to “meet basic consumer needs for normal wireless communication.”

The Big Signing Problem


So where does the issue arrive from Apple’s decision to stop signing iOS 10.1 and iOS 10.1.1, especially since many peg these updates are responsible for the 30% bug’s creation in the first place? It’s quite simple: it is because iOS 10.2 is consistently reported as making the problem even worse.




“Same here, iOS 10.2 actually made the problem worse,” says Apple Support Communities poster Ricardo jb in response this growing theme on thread. “The battery percentage seems to get stuck at some level for a while, even with battery draining apps such as Pokemon go running, then it drops different percentages at different moments, it's really random.”




Since I first pointed this out I have also been contacted numerous times over email and social media by users empathizing with this situation:



Complaints on Twitter mirror the same frustration expressed by users on Apple Support Communities. Image credit: Twitter


Furthermore, iOS 10.2 is actually introducing the 30% bug to previously unaffected iPhones which is why some had found downgrading to iOS 10.1.1 or iOS 10.1 to be a good temporary fix. Forum poster IHIP699 spells out this situation and perfectly sums up the subsequent frustration at Apple’s decision to prematurely stop signing these releases:

iOS 10.1 and iOS 10.1.1 were seen as a safe haven for many troubled iOS 10.2 users - but not anymore. Image credit: Apple



Hope On The Horizon?


So with Apple’s bizarre decision to maroon users on iOS 10.2 should we all be picking up our lanterns and pitchforks and descending on Apple HQ? Not yet. Because there are two pieces of potentially good news.


Firstly, while holding out on admitting to the wider battery problem, Apple did introduce a battery diagnostics tool in iOS 10.2 which it declined to list in the release notes. Apple also declined to tell me how the tool works, what it collects or where the data is sent but it is at least an attempt by the company to try and investigate what is going on.


Further to this we have iOS 10.2.1 which Apple currently has in beta testing right now. Again Apple has declined to list any features of iOS 10.2.1 to beta testers, but some have noticed significant improvements to the 30% bug while trying it:


Some Apple Support Communities users have seen improvements with iOS 10.2.1. Image credit: Apple


Yes, that’s not exactly a ringing endorsement, but it offers hope - especially with more iOS 10.2.1 betas likely to come before release. It is also worth pointing out that (as large, powerful and self confident as Apple is) the growing pressure from users coupled with the frustration of a vocal Chinese government surely must mean the company is moving quickly behind the scenes.

I know cynics will call this hokey optimism, but I think the combination of the diagnostics tool and early iOS 10.2.1 reports gives us enough reason to be hopeful. Even if Apple, in stubbornly sticking to process and cutting off the downgrade path from iOS 10.2, has affected users banging their heads against the wall right now…

Comments

Popular posts from this blog

AngularJS - Tables

Table data is normally repeatable by nature. ng-repeat directive can be used to draw table easily.  Following example states the use of ng-repeat directive to draw a table. <table> <tr> <th> Name </th> <th> Marks </th> </tr> <tr ng-repeat = "subject in student.subjects" > <td> {{ subject.name }} </td> <td> {{ subject.marks }} </td> </tr> </table> Table can be styled using CSS Styling. <style> table , th , td { border : 1px solid grey ; border - collapse : collapse ; padding : 5px ; } table tr : nth - child ( odd ) { background - color : #f2f2f2; } table tr : nth - child ( even ) { background - color : #ffffff; } </style> Example Following example will showcase all the above mentioned directive. <html> <head> <...

10 Reasons That Makes Magento The Dominating eCommerce Platform in 2018

In eCommerce market, for marketers, manufacturers and consumer 2017 was a great year, and it seems to be growing in 2018 as well. Every passing year shows tremendous growth in e-commerce sale that helps to take the business to new levels of success. The world's greatest brands love  Magento  for its adaptability since the present shoppers and their purchasing designs are changing incrementally. Just Magento — open source and nimble — can enable you to adjust and flourish. With a worldwide biological community of 150,000 engineers and a system of 300+ profoundly prepared arrangement accomplices, Magento helps your online deals while expanding gross edges. Magento organizations offer more at a lower TCO than dealers on aggressive trade stages. Maintaining an e-commerce business isn't a simple undertaking and expects you to put steady endeavors and to strategize to build up a solid web nearness that encourages you to give an upper hand. Wh...

Best eCommerce Platform – Magento or OpenCart?

Looking for Best eCommerce Platform? Business people who are remaining on the precarious edge of beginning their new eCommerce wander all have the same inquiry to confront with sooner or later in time: Best eCommerce Platform? Which eCommerce stage would it be advisable for me to begin my online business? Clearly, When it comes to eCommerce, there is nobody size-fits-all arrangement. There are different strategies and devices that can bring fulfilling results, at the end of the day it relies on upon a couple of fundamental choices that should be made in advance, for example, the span of your online store, your outline inclinations, SEO and probability, and obviously, your financial plan. In this article, we are going to concentrate on two noteworthy rivals in the eCommerce market, Magento Vs. Opencart, and investigate their components and choices to help you choose which one of them (assuming any) is a good fit for you. Before we begin to look at between the two, it ought to ...