Posts Tagged ‘Apple’

Apple’s Tim Cook wins where Steve Jobs failed: On Java

Tuesday, May 8th, 2012

Tim Cook has pulled a startling coup, getting Larry Ellison to start cooking — if not eating — his own dog food.

The headlines make it sound like Oracle, the inherited owner of Java, has generously stepped in to help protect Mac owners from infections like Flashback. There’s an important backstory, though, that hasn’t hit the headlines.

Although Steve Jobs tried for years to get out from under the Java ball and chain, last week Tim Cook finally coerced Oracle into supplying updates for its own software. It only took 700,000 infected systems to convince Oracle to handle Java on OS X itself.

Steve Jobs dropped Java for the Mac in October 2010, removing it as part of the standard OS X install. The Mac OS X Developer Library post for Oct. 20, says, "The Java runtime ported by Apple and that ships with Mac OS X is deprecated. Developers should not rely on the Apple-supplied Java runtime being present in future versions of Mac OS X." At the same time, Apple stopped accepting apps for the Mac App Store that relied on the Java Runtime Environment. Apple had never supported Java clients in its iOS.

On Oct. 21, 2010, the MacRumors forum said that Jobs replied to a concerned Java developer, claiming, "Sun (now Oracle) supplies Java for all other platforms. They have their own release schedules, which are almost always different than ours, so the Java we ship is always a version behind. This may not be the best way to do it."

Of course, Jobs knew at the time he was blowing smoke — or perhaps a reality distortion field set in. With a few notable exceptions, Java’s owner has never supplied versions "for all other platforms." Back when Java started, Sun supplied a version of the runtime for Linux because, as the "father of Java" James Gosling says, "there was no one else to do it." Every other distributor — Microsoft, IBM, Hewlett-Packard, and Apple — rolled its own version, based on Sun’s reference code.

Java 1.0 for Mac OS 9 was released in 1996, the year Apple bought NeXT and Jobs returned to the Apple fold. Jobs knew full well that Apple was developing its own version of Java, just like all the other platform providers.

Microsoft started taking its version of Java far afield, adding its own extensions to the language, and Sun sued in 1997 to get its trademark back. A bitter, extended, and very public court battle ended in January 2001, with Microsoft paying Sun $20 million for its transgressions and Sun taking control of Java updates. Until this last week, Sun had released Java versions only for Linux and Windows. All the other platforms made their own.

The fact is that Jobs had been trying for years to get Sun, then Oracle, to take over Java releases for OS X. Back in 2007, Jobs is quoted as saying, "Java’s not worth building in. Nobody uses Java anymore. It’s this big heavyweight ball and chain." In 2010, when Jobs dropped Java like a hot cup of coffee, he tried to shame Oracle into supporting it. Since then, Java’s been a neglected stepchild in the Mac world, completely shunned in iOS.

As Gosling says, "In the early days, they [Apple] were insistent on doing the port themselves. They put terrific energy into it. They did a good job. But then, as OS X took hold and Apple was able to convince developers to target their nonportable/proprietary environment, Apple’s fundamental control-freak tendency took over and they put less and less energy into Java."

Oracle is now distributing Java SE 7 Update 4 for Mac OS X, and that will become the default version on Java.com starting May 1. Henrik Stahl, senior director of Java product management at Oracle, says, "Oracle’s JDK and JavaFX release supports OS X Lion on any 64-bit capable Intel-based Mac. … There are community efforts based on OpenJDK to build JDK 7 [and JVM on 32-bit machines] for other configurations, easily found using your favorite search engine. We applaud these efforts! :-) "

Oracle has announced full plans to embrace OS X Lion and later with new updates to the Java Standard Edition and Java Development Kit. (The JDK includes the Java Runtime Environment, JRE, which in turn includes the Java Virtual Machine, JVM. And you thought Microsoft’s terminology was confusing!)

It’s not clear if Oracle will be updating the Java runtime for earlier versions of OS X. That’s particularly troubling because Dr. Web, the site that originally broke the story on the Flashback infections, now says that 25 percent of all Flashback infections come from Macs running OS X 10.5 Leopard, and 63 percent more are from OS X 10.6 Snow Leopard. Only 12 percent of all infections are in OS X 10.7 Lion, and those are the only machines that will be patched with Oracle’s Java SE 7 Update 4. Leopard and Snow Leopard users are left to the "community efforts." If either Apple or Oracle is concerned about the hundreds of thousands of customers left swinging in the wind, there’s no indication I can find.

In contrast, Apple’s two recent Java patches covered Lion and Snow Leopard. They didn’t cover Leopard.

It seems that Jobs’ desires have finally been fulfilled, with the Java monkey now on Oracle’s back. Cook was at the helm — perhaps actively involved? — when it happened. Apple’s now able to wash its hands of all Java’s faults going forward. Oracle has responsibility for its own product. All it took was 700,000 infections.

source:

http://www.javaworld.com/javaworld/jw-04-2012/120430-oracle-takes-lead-on-java-updates-for-os-x.html?page=1

Did you like this? Share it:

Apple rejecting iOS apps that use Dropbox SDK

Friday, May 4th, 2012

Developers using the software development kit of cloud storage vendor Dropbox are having their iOS apps rejected by at Apple.

According to Dropbox, Apple is rejecting the apps because the SDK includes a “Desktop version” of its website for creating accounts that could allow users to purchase additional storage space outside of the app.

“Apple is rejecting apps that use the Dropbox SDK because we allow users to create accounts. We’re working with Apple to come up with a solution that still provides an elegant user experience,” Dropbox said in a statement yesterday.

Apple did not immediately respond to a request for comment.

Developers on Dropbox’s online forum were quick to decry the rejections.

A Dropbox user identified as Goran Daemon P. wrote that the reason Apple rejected his iOS app was that “the user does not have [the] Dropbox application installed [so] then the linking authorization is done through Safari (as per latest SDK).”

“Once the user is in Safari, it is possible for the user to click ‘Desktop version’ and navigate to a place on Dropbox’s site where it is possible to purchase additional space,” he wrote. “Apple views this as ‘sending user to an additional purchase’ which is against rules.”

Read More:

http://www.macworld.com.au/news/apple-rejecting-ios-apps-that-use-dropbox-sdk-53117/

Did you like this? Share it:

HTML5 Emerges, are you ready?

Friday, March 9th, 2012

Although it has not been completed, HTML5 attracts many people’s attention and arouse their interests. Google makes Logos and gives some demonstrations based on HTML5 from time to time, which wins a lot of expectations among people. Some classic video games such as Cut the Rope and Bejeweled have already developed their HTML5 website versions. In terms of mobile apps, Web App goes beyond the limits of the traditional Native App environment and version, and can be used as long as the browser supports, no matter it is Android or IOS. We are going to talk about the present and future of HTML5 and video games based on HTML5.

1. What is HTML5?

You can search on the Wikipedia, or refer to Xue Tianlu’s explanation.

Simply speaking, HTML5 is the 5th version of HTML standard, and it has not been completed yet. Its main aim is to create a semantic Internet, so that it can be read by human and machine more easily, and in the mean time, more competent to support the embedment of various media. The grammar of HTML5 is compatible backwards.

When it comes to HTML5, most developers do not only refer to the new standard, but “doing anything cool” (as Jeremy Smith said). Doing something cool needs not only the HTML5 standard, but also some new features of CSS3 and some new APIs.

Well, if you are confused by those concepts, just have a look at the picture below.

clip_image001

Are you more confused? But I am.

2. Google’s HTML5 Show

Google and Apple are two giants who are promoting HTML5 at the same time. Google not only has a website which specially promotes HTML5 HTML5ROCKS, but also has a HTML5 demonstration website: http://htmlfive.appspot.com/. There are 12 demonstrations (two are of mobile phone).

clip_image003

Besides that, Google always create something that can grab your heart, like the amazing electric guitar logo that can be played and preserved permanently.

clip_image005

Google also has other tricks.

1) Search “let it snow”, there will be snow falling on the screen, the screen will be covered by moisture, and you can write on the moisture. (It is not valid currently, perhaps because it is spring).

2) Search “tilt”, the screen will tilt.

3) Search “do a barrel roll”, the screen will do a barrel roll.

4) Search “Google gravity”, everything on the screen will fall down, but how can we search after that?

3. HTML5 Video Games

Compared with other apps, video games are the most concern of people. Actually, many classic video games have the HTML5 version.

1) Cut the Rope web page version

clip_image007

It is said that you can play 9 extra rounds if you use the IE9.

2) Bejeweled HTML5 online version

clip_image009

It has two versions, both SD and HD.

3) Command & Conquer Tiberium Alliances

clip_image011

It is EA’s latest work of Command & Conquer series. It is under close beta test at present.

4. The Future of Web App and the competition with Native Apps

Compared with HTML5 apps of PC version, HTML5 mobile phone apps are more abundant and given better evaluation. Just imagine, you can play games on your mobile phone browser, regardless of the limits of iOS and Android version. How exciting if you can use the cross-platform apps!

clip_image013

In the world, the most successful case of the business in Web App is the Web Apps of Financial Time. The number of users reached to 1 million in only a few months, and its quality of performance is on a par with that of Native Apps.

A few weeks ago, the debate about “Web Apps and Native Apps, which is better?” was fierce. I am more willing to agree that the debate is of no point. In an essay named “Native VS Web” is Total Bullshit, the two each has its own advantages and disadvantages. They will coexist in a pretty long time.

Did you like this? Share it:

Apple Looking for Automotive Integration Engineers in China

Monday, March 5th, 2012

Apple seems to be extending their reach to other interesting areas, even in the midst of the rumors that have been filling the iPad news space. The new exciting piece of info comes via a LinkedIn job notice in China.

According to the notice, Apple China is currently searching for automotive professionals in the country. Speculations are that the Cupertino based company is now trying to enter the iOS-automobile integration market.

The notice posted in the LinkedIn China Automotive Professional Group says that Apple is seeking SQE/NPI professionals having more than 4 year experience in CNC, die casting, stamping, plastic injection, and APQP/ PPAP/SPC for controlling product quality. Speculations suggest that the Cupertino-based company wants to get some engineers who posses the knowledge of assembling custom components for car dashboards.

It is rumored that the new employees are being added in the company as to test and integrate the new Apple products into automobiles.

It is heard that the whole iOS technologies including the virtual voice assistant, Siri will be fused into the future automobiles. Chances are also that Apple might work together with one or more car companies to incorporate their technologies on a much competitive level.

In the past, Apple had discussions with Volkswagen on the addition of iPod into their car system. Meanwhile, many car manufacturers showed their intentions to provide iOS device integration as a top feature to lure customers.

In addition, a new partnership between Apple and Mercedes-Benz was also been discussed recently. What do you think of Apple’s new move?

Source: http://www.gizmocrave.com/11228-apple-looking-for-automotive-integration-engineers-in-china/

Did you like this? Share it:

iPad 3 Release Date Could be Delayed: Sources

Thursday, March 1st, 2012

QQ截图20120301093549

Apple announced that it is expected to release its newest device, the iPad 3, a week from today. The new gadget has sparked a lot of chatter from the tech community, from its missing start button to its Retina display. However, there are speculations that the newest Apple craze may not actually be available for sale on March 7, according to ComputerWorld.

"Sources are now saying that the next-generation iPad shipments are already landing at ports of multiple countries around the world, so we can expect near-immediate availability," the publication reported yesterday. "That does not mean you can buy one on event day, but likely within one to two weeks after the announcement."

Electronics retailer Best Buy is already preparing for a March 7th release date, lowering prices of the iPad 2 by $50 across the board.

Nothing has been confirmed about a delayed release for the third generation tablet. But if the retail stock for the iPad 2 around the time of its release is a precursor, it may be difficult to get your hands on the new device.

Source: http://www.ibtimes.com/articles/306706/20120229/ipad-3-release-date-2012-rumors-delayed.htm

Did you like this? Share it:

Apple iPad 3 Retina Display Verified and Confirmed by iFixit

Monday, February 27th, 2012

One of the most discussed topics in the tech arena today relates to iPad 3’s Retina Display. Even as debates rage, the Apple tablet’s Retina Display has been confirmed by guys at iFixit.

Earlier, the ultra-high resolution feature of the next generation iPad had been spoken about by many sources. However, the findings of iFixit give it more acceptability. According to their discovery, the number of pixels on an iPad 3 display is four times more than the iPad 2. When compared to the iPad 2’s 786,432 pixels, the iPad 3’s screen was found having 3,145,728 pixels.

The folks at iFixit studied the iPad 3 display panel and have made it clear that the screen cannot be illuminated by an iPad 2 set up. They pointed out that the iPad 3 LCD cable is totally different from that in the iPad 2 after analyzing the cables through their USB microscope.
Along with the affirmation of the iPad 3’s Retina Display, they have also spotted many variations among the two display panels. Apart from the modified connector, the iPad 3 display panel differs in the tweaked retaining clips too.

We now hope all the iPad 3 details will be revealed by March 7. Meanwhile, hit the play button below to see how iFixit verified the iPad 3’s 2048 x 1536 resolution screen.

Source: http://www.gizmocrave.com/11108-apple-ipad-3-retina-display-verified-and-confirmed-by-ifixit/

Did you like this? Share it:

Apple’s Annual Meeting: 3 Things to Watch

Thursday, February 23rd, 2012

Apple, the world’s most valuable company, is scheduled to convene its annual shareholder meeting Thursday at its headquarters in Cupertino, Calif.

As at most U.S. companies that have performed well, there are no challenges to nominees for the board of directors nor controversial proposals for the shareholders to consider.

So Chairman Art Levinson, 61, who succeeded the late Steve Jobs, 56, who became Apple’s first chairman when he resigned as CEO last August, will have easy sailing. Levinson, CEO of Genentech, will introduce new CEO Tim Cook, 51, as well as the board of directors, whose only new member is Walt Disney CEO Robert Iger, 61.

The best-known member of the board is former U.S. Vice President Al Gore, 63. The Democrat is also a Nobel Peace Prize winner as well as Oscar winner.

Here are three things to watch:

What will management say about alleged  "slave labor" practices at Foxconn? Management last week tried to pre-empt this by announcing a probe into conditions at its principal contractor, Hon Hai Precision Industries, the official name of Foxconn, which employs as many as 700,000 workers in China.

Source: http://www.ibtimes.com/articles/302310/20120221/apple-cook-steve-jobs-slave-labor-foxconn.htm

Did you like this? Share it:

Apple’s Textbook Push Spotlights Executive

Wednesday, January 18th, 2012

As Apple Inc. prepares to unveil a new digital-textbook service on Thursday, the spotlight is falling on its vice president who is leading core aspects of the new service: Roger Rosner.

According to people familiar with the matter, Mr. Rosner—Apple’s vice president for productivity applications, in charge of its iWork document, spreadsheet and presentation software—is closely involved in developing the new digital-textbook service. Apple last week said it was holding an event in New York City on Thursday for an announcement, which people familiar with the matter have said will be around digital textbooks.

The announcement isn’t expected to focus on textbooks that exist today, but rather around tools for building digital textbooks, according to these people. That service is expected to be a way for a broad range of schools, publishers and others to develop learning material in a digital format, these people said.

Read More:

http://online.wsj.com/article/SB10001424052970203735304577167

280461219496.html

Did you like this? Share it:

Mobile App workshop to open world of possibilities

Friday, January 13th, 2012

The workshop runs from June 24 to 27, 2011, and will be held at the St. Kitts Marriott Resort. Participants will learn industry skills that demonstrate how to create applications, commonly referred to as apps, for smart phones and tablets that use Android, Apple and Blackberry platforms. Web Apps for traditional personal computing devices such as a laptop will also be covered.

The minister responsible for youth and technology Honourable Glenn Phillip noted that the participants will be challenged in a fun and youth friendly environment, to come up with solutions to fill existing gaps in society. That could be designing an app that informs about the availability of agricultural produce,

“It gives our people the ability to unleash their creativity,” Minister Phillip stated.

Some of the applications will not be limited to St. Kitts-Nevis experiences. The design functionality will allow users in various countries to make the use of the apps relevant to their reality. With the Apple App Store boasting some 500,000 applications and the Android Market not too far behind, the new creations will have to stand out. As such, information and technical mentors will be on hand, guiding the usefulness of the design and defining the scope of the issues to be addressed.

Social skill training in leadership, ethics, problem solving and other areas will also help guide the participants in identifying social gaps and developing solution-oriented apps.

Source: http://www.zizonline.com/news/?399065E5-ACEE-4B64-10CF060F33BFD0FC

Did you like this? Share it:

Apple has bought Israeli flash memory technology maker Anobit

Thursday, January 12th, 2012

Apple Inc. spokesman Steve Dowling said that Apple buys smaller tech companies from time to time, but generally does not give a reason why or say what it plans to do with them. The company did not say how much it paid for Anobit.

Flash memory is used in digital devices such as cameras and music players. It’s lighter and more durable than memory used in computer hard drives, though it stores less information. Apple’s iPhone, iPad and MacBook Air, which don’t have hard drives, rely on flash memory.

Owning the manufacturer guards Apple against supply constraints in the industry and allows the company to customize the technology so it works more smoothly with the iPhone and other devices.

Israeli publication Calcalist reported in December that Apple was in talks to buy Anobit. Apple made the acquisition to secure intellectual property and for a competitive edge in flash products and pricing, said Jefferies analyst Peter Misek in a research note last month.

Apple doesn’t often announce acquisitions. It bought mobile advertising company Quattro Wireless in 2010, among other recent deals.

Source: http://www.washingtonpost.com/business/technology/apple-confirms-it-bought-israel-based-flash-memory-maker-anobit-for-undisclosed-sum/2012/01/11/gIQAZB5DrP_story.html

Did you like this? Share it: