As noted by poster “macrob” on MacTalk’s forums, the Apple Australian webpage for the recently announced iOS 6 suggests FaceTime over cellular will work on the iPhone 4 and iPad 2 in Australia. As indicated in a fine print at the bottom of the page (point 4), ”FaceTime over a cellular network requires iPhone 4 or later, or iPad 2 or later with cellular data capability. Carrier data charges may apply. FaceTime is not available in all countries”. This compares to Apple’s other iOS 6 Preview webpages, where Apple states ”FaceTime over a cellular network requires iPhone 4S or iPad (3rd generation) with cellular data capability”.

Announced earlier this week by Scott Forstall at WWDC, FaceTime over cellular wasn’t given exact specifications on stage during the keynote; on Apple’s iOS 6 Preview webpage, a number of features — such as VIP list and Shared Photo Streams — are shown as available only on newer devices, as collected by MacRumors in this list. It appears Apple’s Australian website is the only one to report FaceTime over cellular as compatible with the iPhone 4 and iPad 2; every other webpage says the feature will only work on the iPhone 4S and iPad 3.

It is unclear whether the fine print on Apple’s Australian website could have been posted by mistake, or if Apple really is planning on supporting older devices for Australian customers. While technically possible as a number of jailbreak tweaks have shown in the past years, some have speculated Apple might want to limit FaceTime over cellular to newer devices due to their improved antenna design and networking capabilities over older generation models.

We have reached out to Apple for comment and we’ll update this story with clarifications when available.

Update: Apple’s Australian website has been updated to clarify FaceTime over cellular will work on the iPhone 4S or iPad 3.

Mar
1
2012

Retina & Universal

Posted by at

Matthew Panzarino at The Next Web has a good overview of a possible issue with the rumored iPad 3′s Retina Display and universal apps: download sizes and 3G. He explains:

Apple’s iPad 3 is set to launch next week and all signs point to it having a Retina display running at 2048×1536 pixels. This should provide a clearer, sharper image to most users and will display many applications in a fantastic new light, as long as developers have prepared them properly.

But the necessity to include these images may present a problem with the mandatory 20MB file size limit that Apple has imposed on 3G downloads.

The problem being: if the iPad really goes Retina, then developers of apps using custom graphics will have to use new images, which will likely be heavy and bump the download size of an app. For universal apps, already carrying Retina and non-Retina images (the latter both for iPhone and iPad), this can become a serious issue if we assume that most users who will see the “Over 20 MB” alert will be scared away or simply forget to buy an app. And developers (and Apple) want to make the process of buying apps as frictionless and immediate as possible.

I see two solutions. Either Apple gets the carriers to agree to larger download sizes, establishing a new “average” that should work for most apps (let’s say 60 MB as Panzarino suggests), or they rebuild the download mechanism completely by allowing devices to “ignore” resources they don’t need. The second solution would be a “cleaner” approach, in that it would address the root of this likely scenario — that is, devices downloading apps containing all kinds of images and resources for Retina and non-Retina displays.

By “localizing” images in a way languages are localized on the OS, Apple could find a way to know if an image is destined to an iPad or not. And if so, if it’s also destined to a Retina iPad, or old-generation iPad. Furthermore, in theory, this would also allow Apple to differentiate between images used by an iPhone and iPad which, right now, are always downloaded within the same, single .app package. Paul Haddad, who tweeted about the issue today, confirms my suspicion that this method would require a fundamental change to apps — I can only assume it would require different naming conventions or new APIs to let devices be “smarter” in understanding the resources they need to look for when downloading a new app. But the issue is real — always assuming the iPad 3 will feature a Retina Display, which seems like a pretty good bet at this point — and I think this is something Apple has surely considered.

The other way, of course, is to get carriers on board with larger downloads while on 3G — but the issue of universal apps bumping downloads (and thus 3G usage) would still remain for the users, and Apple would still need to somehow address the core of the issue, which is the existence of Retina and non-Retina devices downloading universal apps containing multiple custom graphics at the same time. I agree with Matthew, this issue will be an interesting one to watch.

The Wall Street Journal is today reporting that the 3G models of the iPad 2 may eventually be launching in China after the Chinese ‘Telecommunication Equipment Certification Center’ approved the device. Although a specific launch date is not yet known and China Unicom declined to comment to the Wall Street Journal.

Based on the information contained in the Wall Street Journal report, the model (A1396), is the same as the US model that went on sale in March. Those in China have been able to purchase the WiFi models of the iPad 2 since it launched on May 6th but the 3G models were forced to go through additional regulatory approvals.

According to China’s Telecommunication Equipment Certification Center, a device by Apple with third-generation high-speed wireless data capabilities was issued the network access license needed for the company to begin official sales in China. The device, listed under model number “A1396,” is compatible with the 3G standard WCDMA, and would work with the cellular network operated by Apple’s local iPhone partner, China Unicom (Hong Kong) Ltd.

Interestingly, the 3G versions of the iPad 2 mysteriously appeared yesterday, and promptly disappeared, from the official Apple website. Penn Olson managed to take a screenshot of the page which details prices starting at 4,688 RMB for the 16 GB version, 5,488 RMB for the 32 GB version and 6,288 RMB for the 64 GB version – all of which had estimated shipping times of 2-3 weeks.

Meanwhile in Hong Kong, Apple has confirmed that they will be officially opening this quarter, with Engadget China claiming a September 24th date. The store is located in the International Finance Center’s IFC mall and is currently covered up in large, striking red banners with the slogan “The new center of Central”.

[Via MacRumors]

Among the changes spotted in the second iOS 5 beta seeded to developers on Friday, a couple of new additions had developers and Apple fans alike buzz with excitement over what could be coming in the final release of the OS expected this Fall. The first new, slight change in the iOS 5 code is a new startup animation that, upon a device’s first boot after it’s taken out of the box or restored from iTunes, will display a glowing Apple logo, before taking the user to the new Apple ID-based setup process with iCloud integration. The same setup process introduced in beta one has been overhauled to enforce the requirement of an Apple ID and visualize a device’s IMEI and ICCID codes. You can check out a video of the (brief) animation after the break.

A major change in iOS 5 could be the possibility of doing OTA software updates over 3G. Whilst Apple had already confirmed that iOS 5 would be capable of updating devices wirelessly, with delta updates, and even displayed an iPhone on 3G while doing so with an iOS 5.1 placeholder, there wasn’t any carrier support confirmation by Apple at the WWDC ’11 keynote, leaving tech pundits wondering whether, especially in the much trafficked US networks, AT&T and Verizon could be demanding Apple to block even the smallest software updates over a cellular network. According to 9to5mac, some code strings in the iOS 5 beta seem to confirm Apple is baking the functionality to update a phone or iPad over 3G, though it’s obviously not clear whether the carriers could limit this feature.

Last, iOS 5 beta 2 has introduced a new CSS property that will allow web developers to build web apps powered by native-style momentum scrolling, as noted by Johan Brook. The code is the following:

overflow: scroll;

-webkit-overflow-scrolling: touch;

Brook writes:

This is huge for web apps. No more custom Javascript to fake the native behavior, like iScroll and lately Scrollability from Joe Hewitt. Even Apple has written their own internal web framework (“PastryKit”) to patch up things like scrolling and fixed positioned elements. Scrollability is the best fake-native scrolling I’ve seen so far, and the one in apps built with Sencha Touch is pretty sharp as well, but I don’t think they can beat this alternative provided by Apple.

There’s indeed a noticeable difference in momentum between scrolling in native apps and in web pages. It’s maybe the one single thing that makes you think: “Oh right, this is a web app”.

Daring Fireball’s John Gruber detailed the efforts Apple had been putting into creating a better JavaScript framework to improve behavior of web apps for iPhone in 2009, called PastryKit. The framework was aimed at bringing things such as position-fixed toolbars and momentum scrolling to Apple’s own web apps (video demos), features that the company is now baking into iOS 5.

The JavaScript source code has been minimized/optimized, but it’s not obfuscated, per se, so it’s easy to see that the framework is called PastryKit, and even a dilettante JavaScript hacker like me can follow along and see some of what’s going on. PastryKit accomplishes all three of the aforementioned things — hiding the MobileSafari address bar, providing fixed-position toolbars, and providing scrolling with momentum — by disabling regular scrolling and setting up its own view hierarchy and implementing its own scrolling.

(more…)

9to5mac has posted a screenshot passed along by a reader, in which iOS 5 shows an alert box asking the user to turn on cellular data or WiFi to use FaceTime. By playing around with the iOS 5 preferences in Settings->General->Network, we’ve found how to replicate the “issue”: turn off Cellular Data in the Network tab, open FaceTime’s prefs inside the Settings app, and you should get the alert box. If it doesn’t come up, try to turn FaceTime off and on again, making sure Cellular Data is still set to off. iOS 5 will tell you that you need data (3G) or WiFi to use FaceTime.

This could be big news for iPhone and iPad owners as FaceTime is currently restricted to WiFi networks, with many obviously speculating that the carriers forced Apple to make FaceTime available only on faster WiFi connections. On the other hand though, it needs to be mentioned that the jailbreak tweaks that enabled FaceTime on 3G on iOS 4.3 proved that, with less than optimal 3G speeds, FaceTime could be pretty terrible without WiFi.

However, there’s one last piece to consider: at the WWDC ’11 keynote, a slide showed by Scott Forstall on stage briefly hinted at improved video quality coming in FaceTime on iOS 5, alongside mid-call invitation alerts. See the image from This Is My Next’s liveblog:

Whether this means iOS 5 will finally bring the possibility to video call on the go it’s unclear at this point, and there’s a very good chance the alert box above is simply an iOS bug from the first beta. Or, Apple could be really working closely with selected carriers to enable FaceTime on 3G, at no additional costs.

As announced earlier this month, web communication service fring has released an update to their official iPhone client that brings group video calling both on WiFi and 3G. As detailed a few weeks ago, the new group video calling feature allows iPhone users to communicate in real-time with up to three other friends — doesn’t matter if they’re using an iPhone or Android device. As long as you keep adding friends to a group video call from your fring’s buddy list, the session will go through even if multiple iPhones and Android handsets are using the app. This is some serious cross-platform technology fring has implemented here, and the fact that it works on 3G as well provides an interesting alternative to Apple’s FaceTime — which is free and integrated into the iOS phone app, but only works on WiFi. Fring also promised higher video calling quality than competitors (read: Skype) thanks to their Dynamic Video Quality technology, which also runs in fullscreen mode.

If you want to test the new fring app for iPhone with group video calling, you can download the latest update from the App Store. (more…)

The commotion over that iOS log file, which can to some extent, track the movements of your iPhone or 3G iPad is definitally not fading away. Bloomberg, is today reporting that South Korea’s communication regulator is investigating the issue to see whether or not Apple is breaking South Korean law.

The Korea Communications Commission has issued Apple a series of questions over what information is collected and saved and whether users have a choice over whether it is saved or deleted. Furthermore it has asked Apple to clarify why such data exists and whether it is at all stored on the company’s servers. The Commission has also been formed to investigate how to increase privacy protection for smartphone users.

Earlier today we reported on an email from Steve Jobs in which he said of the issue “We don’t track anyone. The info circulating around is false.” It comes after US Senator Al Franken last week called for an explanation for the file, saying, “it raises serious privacy concerns”. The researchers who discovered the file demonstrated that the log file in question records an approximate location of an iPhone or 3G iPad based on cellular tower vicinity and is presumed to exist either for battery performance or as a reference for the device. Many believe that it is either a bug or oversight that the device does not periodically delete the log file.

[Via Bloomberg]

Apr
19
2011

In spite of previous rumors suggesting Sony would never consider releasing an iOS app again after the rejection of their eBook reader application a few months ago, the company pulled the trigger today on the official Crackle app for iPhone and iPad. Crackle, a growing digital entertainment platform that offers movies and TV shows from Sony’s library (including series from Columbia Pictures and Sony Pictures Classics), allows you to stream content over WiFi and 3G, it’s universal and has “unlimited, on demand viewing.” Crackle, however, is only available in the United States and with “selected content” to viewers from the UK, Canada and Australia.

You can browse by Movies, TV shows, Originals and Genres, or build your queue to organize the content you want to watch later. The design looks decent from the screenshots, and there are some sharing options as well. Alternatively, you can buy movies and episodes on iTunes with the tap of a button.

You can find Crackle in the App Store here. [via Cult Of Mac]

Mar
31
2011

Planning to get your hands on the original iPad? Perhaps at a nice discounted price directly from the Apple online store? It might be too late, at least if you’re looking for cheap, WiFi-only models. When Apple announced the iPad 2 on March 2, we noted the company was getting rid of stock in its Clearance webpage; the original iPad was sold at $399 — $100 off, not a bad deal if you didn’t care about the new features of the iPad 2.

Now the Apple online store is selling the last units available, and they are WiFi + 3G 16 GB, 32 GB, 64 GB models. The most expensive ones, and likely the most difficult ones to get rid of in a few weeks. Still, if you really want to get a 3G iPad 1 that runs on AT&T’s network, head over here and click the Buy button. [via Macgasm]