Category Archives: mobile

Android apps on Chrome: how it works and what it may become

Google announced at its I/O conference in June 2014 that Android apps are coming to its Chrome OS. Earlier this month product managers Ken Mixter and Josh Woodward announced that the first four Android apps are available in the Chromebook app store: Duolingo, Evernote, Sight Words and Vine.

I delayed posting about this until I found the time to investigate a little into how it works. I fired up an Acer C720 and installed Evernote from the Chrome web store (in addition to Evernote Web which was already installed).

image

When you install your first Android app, Chrome installs the App Runtime for Chrome (Beta) (ARC) automatically.

image

Incidentally, I found Evernote slightly odd on Chromebook since it is runs in a window although the app is designed to run full screen, as it would on a phone or tablet. This caught me out when I went to settings, which looks like a dialog, and closed it with the x at the top right of the window. Of course that closes the app entirely. If you want to navigate the app, you have to click the back arrow at top left of the window instead.

But what is the App Runtime for Chrome? This seems to be an implementation of the Android runtime for NaCl (Native Client), which lets you run compiled C and C++ code in the browser. If you browse the parts of ARC which are open source, you can see how it implements the Android Open Source Project (AOSP) for arch-nacl: a virtual processor running as a browser extension.

Not all of ARC is open source. The docs say:

Getting Started with ARC Open Source on Linux

=============================================

A small set of shared objects can be built which are part of ARC currently.

A fully running system cannot currently be built.

It is early days, with just four apps available, ARC in beta, and developers asked to contact Google if they are interested in having their Android apps run on Chrome OS. However, an independent developer has already ported ARC to desktop Chrome:

ARChon runtime lets you run unlimited number of Android APKs created with chromeos-apk on Chrome OS and across any desktop platform that supports Chrome.

The desktop version is unstable, and apps that need Google Play services run into problems. Still, think of it as a proof of concept.

In particular, note that this is Android Runtime for Chrome, not Android Runtime for Chrome OS. Google is targeting the browser, not the operating system. This means that ARC can, if Google chooses, become an Android runtime for every operating system where Chrome runs – with the exception, I imagine, of Chrome for iOS, which is really a wrapper for Apple’s web browser engine and cannot support NaCl, and Chrome for Android which does not need it.

Imagine that Google gets ARC running well on Windows and Mac. What are the implications?

The answer is that Android will become a cross-platform runtime, alongside others such as Flash (the engine in Adobe AIR) and Java. There has to be some performance penalty for apps written in Java for Android running in an Android VM in the browser; but NaCl runs native code and I would expect performance to be good enough.

This would make Android an even more attractive target for developers, since apps will run on desktop computers as well as on Android itself.

Might this get to the point where developers drop dedicated Windows or Mac versions of their apps, arguing that users can just run the Android version? An ARC app will be compromised not only in performance, but also in the way it integrates with the OS, so you would not expect this to happen with major apps. However, it could happen with some apps, since it greatly simplifies development.

Foobar2000 goes mobile: funding secured for iOS, Android and Windows Phone versions

Popular free music player foobar2000 is coming to mobile platforms, following a successful community fundraising campaign.

image

Curiously this is not a Kickstarter campaign even though it looks similar.

The project is the outcome of collaboration between Steve Elkins (known as “Spoon”) who is the creator of dBpoweramp, an excellent audio converter and CD ripper for Windows, and foobar2000’s originator Peter Pawlowski.

The mobile version of foobar2000 will run on iOS 6 or later, on iPhone, iPod and iPad; Android v4 or later on phones and tablets; and Windows Phone 8 and Windows 8.1 tablets, ARM and Intel.

There will be both free and “fully featured premium” versions.

Additional projects for cloud synchronization and backup, and for social interaction built into foobar2000, have not yet received enough funding to proceed, and look unlikely to do so.

Foobar2000 is loved for its speed and efficiency, easy extensibility with plug-ins, and advanced functionality. Its user interface is functional rather than beautiful, though it is also easily customised. I use foobar2000 with a large collection, mostly Flac files ripped from CD, and foobar2000 manages the database transparently and with instant results.

Exactly what features mobile foobar2000 will have is not clear. The best source of public information I can find is this thread which includes input from Spoon. There may or may not be ads in the free versions; the cost of the premium versions is unannounced.

Microsoft releases WinJS cross-browser JavaScript library but why?

Microsoft has announced WinJS 3.0:

The Windows Library for JavaScript (WinJS) project is pleased to announce the general availability of its first release – WinJS 3.0 – since the open source project began at //BUILD 2014.

Much of WinJS will run on any modern browser but the browser support matrix has a number of gaps:

image

You can also see what runs where from this status table.

But what is WinJS? Note that it comes from the Windows apps team, not the web development team at Microsoft. WinJS was designed to enable app development for Windows 8 “Metro” (also known as the Windows Runtime) using JavaScript, CSS and HTML. Back in 2010, when Microsoft signalled the end of Silverlight and the rise of HTML 5 for browser-based applications, early versions of WinJS would already have been in preparation. Using WinJS you can share code across a Windows 8 app, web apps, and via an app packager like Apache Cordova, in apps for Android and iOS as well.

Note that Cordova is now integrated into Visual Studio, using the catchy name Multi-Device Hybrid App:

image

If you want to know what kind of controls and components are on offer in WinJS, you can find out using the excellent demo site here. This is Firefox:

image

Quick summary then: WinJS lets you build apps that look like Windows 8 Store apps, but which run cross-browser and cross-platform. But who wants to do that?

Maybe Microsoft does. The messaging from the company, especially since CEO Satya Nadella took over from Windows guy Steve Ballmer, is “any device”, provided of course that they hook up to Microsoft’s services. That messaging is intended for developers outside the company too. Check out the current campaign for Microsoft Azure, which says “consume on any device”.

image

This could be a web application, or it could be a client app using Azure Mobile Services or an ASP.NET Web API application to connect to cloud data.

You do not have to use WinJS to consume Microsoft’s services of course. Why would developers want to use the look and feel of a rather unloved app platform, rather than the native look and feel of Android or iOS? That is an excellent question, and in most cases they will not. There could be cases though, for example for internal business apps where users care most about functionality. What is the current stock? What is the lead time? Show me this customer’s order history. A WinJS app might not look right for the platform, but the UI will be touch-friendly, and ease of rollout across the major mobile platforms could trump Apple’s design guidelines.

If you are writing a pure web application, users expectations concerning native look and feel are not so high. The touch-oriented design of WinJS is its main appeal, though other web frameworks like JQuery Mobile also offer this. The “Metro” design language is distinctive, and Microsoft will be making a renewed push for Windows Store apps, or Universal Apps, as part of the new wave of Windows called Windows 9 or “Threshold”. WinJS is the way to build apps for that platform using JavaScript and HTML, with the added bonus of easy porting to a broad range of devices.

This is a hard sell though. I am impressed by the effort Microsoft has put into making WinJS work cross-platform, but will be surprised to see much usage outside Windows Store apps (including Windows Phone). On the other hand, it does help to keep the code honest: this really is HTML and JavaScript, not just a wrapper for Windows Runtime APIs.

Lifetime registration as a Windows Store developer, now from £12

Microsoft has removed some friction from developing for the Windows Store (whether phone or Windows 8) by removing the requirement to pay an annual subscription:

As we continue to execute on the vision to integrate the Windows and Windows Phone developer experiences, we have taken another step by moving to a one-time lifelong Dev Center registration fee.

says Microsoft’s Todd Brix in a post today. He adds that the 600,000 developers already registered are covered, with no additional fee required.

How much is the fee? Brix does not say, and I could not find it quickly, so I started the signup process. I was offered individual registration for just £12.00. A company registration is £65.00.

image

Both fees are of course negligible for a developer, compared to the cost of developing an app that is worth installing. Considering that Microsoft has had problems with junk apps filling its store, you could argue that fees are justifiable as a means of restraining the flow of meaningless or malicious apps.

The counter-argument is that fees deter developers from getting started, and that today’s hobbyist may come up with the next Minecraft. It is better to control quality with a robust checking process before apps are admitted into the store.

I had a quick glance today, and have the impression that Microsoft has made progress in removing the worst offenders, following some agitation at the end of last month.

Microsoft is laying the foundation for another go at its app platform with the launch of Windows 9, about which we will hear more in a couple of weeks time.

Review: Kingston Predator 1TB USB stick, huge capacity but at a price

You can never have too much storage. Cloud storage has solved some problems – for example, it is probably what you now use to show images to a friend or customer – but there are still plenty of cases when you want your stuff with you. Videos, large engineering drawings, backups, virtual hard drives, high resolution audio files; the list goes on.

The advent of tablets and ultrabooks with SSDs in place of hard drives also means that on-board storage has actually reduced, compared to that laptop you used to carry with you.

image

Enter Kingston, with the HyperX Predator 1TB USB 3.0 flash drive (there is also a 512GB version). Open the tin box and there it is, complete with key ring and USB cable.

image

It’s small compared to a hard drive, but large for a USB stick, measuring 72mm x 26.94mm x 21mm. However, the chunky size and zinc alloy case do give you the sense that Kingston means business.

image

The pen does not come with the drive; I have included it in the picture above to give you an idea of the size; it is not really that large. Note too that the zinc alloy sleeve pulls out to protect the the USB connection; it slides open and shut a little too easily for my liking. Still, it is a smart design.

What about the performance? Kingston specifies 240 MB/s read and 160 MB/s write. On my Core i5 PC with USB 3.0 I get that or slightly better copying a file:

image

There are some caveats though. Initially I tried using the supplied USB cable, but the drive did not work properly. If I tried to copy a 1.5GB file the drive dismounted itself and the copy failed. I plugged the drive directly into the USB 3.0 port and it then worked perfectly.

I then tried the drive on a laptop that which has a USB 3.0 port. It worked fine with or without the cable. I am not sure what to conclude from this other than USB can be finicky.

The design of the device means that you may not be able to push the USB connection fully home, or that the device may protrude below the base of your laptop or tablet. In these cases you do need the cable.

At this price I would like to see integrated encryption, though users can use Windows Bitlocker or similar to protect their data if it is sensitive.

Despite these niggles, the device is gorgeous and amazing, in terms of the capacity you can now put in your pocket.

Is it good value? It depends what you pay of course. Right now, this thing costs £679.98 on Amazon.co.uk, supposedly a 42% saving on an RRP of £1,169.99. But you could save some money by getting one of those portable USB 3.0 cases and sticking a 1TB SSD inside; currently a Samsung 1TB SSD costs £285.75 on Amazon as well as boasting better performance: 540 MB/s read and 520 MB/s write, though even USB 3.0 will slow it down a bit.

What you would end up with though is a portable drive that is bulkier and for which a cable is unavoidable. You cannot hang it on a keyring. It is less convenient.

So there it is: if you want a handy USB stick with 1TB capacity now you can have it, but at a price.

Specification

  • USB 3.0 backward compatible with USB 2.0
  • File format: exFAT
  • Speed1 USB 3.0: 240MB/s read and 160MB/s write. USB 2.0: 30MB/s read and 30MB/s write
  • Dimensions without key ring: 72mm x 26.94mm x 21mm

 

IFA 2014 report: Wearables, Windows 8 and Phone, Android TV, Amazon FireTV, lots of phones, Spotify Connect

I am just back from IFA 2014 in Berlin, perhaps the nearest European equivalent to CES in Las Vegas though smaller, less frenetic, and benefiting from the pleasant environment of Berlin in early autumn in place of Vegas glitz.

image

On the eve of a major Apple event, IFA 2014 was a chance for the non-Apple tech world to impress. That said, neither Google nor Microsoft bothers to exhibit at IFA; they rely on partners to show off the products which use their stuff. The biggest exhibitor from what I could tell was Samsung, or possibly Sony which also had a huge presence.

Google subsidiary Nest did not have a stand either, though co-founder and VP of engineering Matt Rogers did give a keynote, in place of CEO Tony Fadell who is recovering from an accident. It was an odd keynote, with little new content other than the announcement of Nest device availability in Belgium, France, Ireland and the Netherlands (they are already in the US, Canada and the UK).

The Nest keynote was memorable though for this remark:

We know neighbours have to earn your trust. We should too. Buying a Nest device is a lot like trusting us with a set of keys.

A smart thermostat or smoke alarm is like a set of keys? Not really. I may be reading too much into this, but what if Nest were to move into home security? How about a security system that recognized you? Might Nest/Google one day literally have the power to unlock your door?

My main interests at IFA are computing, mobile and audio; but I also slipped into the Siemens-Electrogeräte press conference, showing off smart ovens and coffee machines. It was worth it to hear General Manager Roland Hagenbucher explain that “Home is where your app is”, describing new app control and monitoring for Siemens smart kitchens. The question: if we need an app to turn on the oven, what are the implications for mobile operating systems?

The answer is that if the apps you need are not available for a particular mobile device, it is a significant barrier to adoption. This is the difficulty for Windows Phone, for which Microsoft held a press event in Berlin last week, launching three new phones, the mid-range Lumia 830 and budget 730 (Dual Sim) and 735. Microsoft also presented an OS update code-named “Denim”, also known as Windows Phone 8.1 Update 1. Key features include a new, faster camera app; voice activation for Cortana (just say “Hey Cortana”); and the ability to organise app tiles into folders. Oh, and not forgetting the Microsoft Screen Sharing for Lumia Phones HD-10 – the little device with the long name.

image

The devices look decent and there are some good things in Windows Phone; the OS itself is smooth, the Cortana digital assistance has exceeded my expectations, the prices are reasonable, and there are thoughtful touches like the detachable NFC connection coaster on the HD-10. All it lacks is momentum, and achieving that under the shadows of Android and Apple is a huge challenge.

That said, I spoke to Dan Dery, VP and CMO at Alcatel OneTouch, who told me of the company’s plans for Windows Phone OS tablets. Which is all very well, but raises questions about the flood of new Windows 8 tablets, in sizes as small as the 7” Encore Mini from Toshiba, on show at IFA.

Intel showed off its new Pentium M CPU, based on the Broadwell architecture, optimized for low power (4.5w), small size (14nm processor) and cool (no fan). In a keynote Intel also talked up the drive for wireless computing, one facet of which is the Rezence Alliance for Wireless Power. Rezence has some powerful names on its members list, including Asus, Broadcom, Canon, Dell, Lenovo, Qualcomm, Samsung and Sony. Then again, many of those companies are also members of the rival Wireless Power Consortium which backs the Qi standard, used by Nokia/Microsoft. However, in the wireless power wars I would not bet against Intel (let’s see which way Apple jumps with the iWatch).

There were countless new Android phone launches at IFA. The challenge here is differentiation; every company says its devices are innovative, but few really are. What you get for your money is constantly improving though; I cannot remember handling any smartphones that seemed really poor, which was not the case a couple of years back.

Amazon launched its FireTV video streamer in Europe; I had a brief hands-on and wrote a piece for Guardian Technology. I liked it; it is well-designed for a specific purpose, searching for and streaming a video from Amazon’s Prime Instant Video service. It does also run apps and games (there is an optional games controller) but what will sell it, for those that give it a chance, is voice search through the Bluetooth-connected remote. I veer towards sceptical when it comes to voice search, but this is a perfect use case: pick up the remote and speak into it, rather than wrestling with a living room keyboard or pecking out letters with an on-screen keyboard. With Amazon it is all about the subscription though; the aim of FireTV is to get you hooked on Prime (fast delivery as well as instant video). It is less attractive if you prefer an alternative service, though it is a good specification for the price.

Wearables were everywhere at IFA and it seemed every press conference included a watch or fitness tracker announcement (or both) – many Android, but Alcatel OneTouch made the point that its watch was lower power and faster because it does not use Android.

Acer:

image

Asus:

image

Alcatel OneTouch:

image

Sony:

image

and so on. There does seem to be a lot of “because we can” in these devices, though some use cases do make sense, such as rejecting a call by tapping your wrist, or getting notifications. Is that worth a device which needs charging once a week (my watch has a 10 year battery life)? How much do we really want to track our fitness, and what do we do when health insurance companies get hold of this data and only want to insure the best risks?

Philips showed off its Android TV:

image

While bundling Android into a TV set may seem to make sense, the problem is that you will probably want to keep the TV long after the Android part has gone out of date. Another problem – well, spot the background message at the top of this screen:

image

Yes, it says AntiVirus Security – FREE. Just what you always wanted in your TV.

I also took a good look/listen at the audio on display. I will post separately on Gadget Writing; but the most significant thing I spotted (ha!) is the advent of Spotify Connect (this is from Yamaha).

image

The idea is that with a Spotify subscription along with Spotify Connect devices (each device must be Spotify Connect certified) you can choose what to play and where from your Spotify app, and enjoy smart features like your playlist continuing unbroken when you move from kitchen to living room to car. No chance versus Apple/Beats you might think; but look how far Spotify has come, thriving as Apple clung too long to its file download model (see here for why files are over).

Alcatel OneTouch on plans for Windows Phone OS tablets

At IFA in Berlin, I spoke to Dan Dery, VP and CMO at Alcatel OneTouch, who told me of the company’s plans for Windows Phone OS tablets. Alcatel OneTouch is part of TCL Corporation, a Chinese global electronics company, though for historical reasons (a 2004 joint venture between TCL and the French company Alcatel-Lucent) it has strong links with France; Dery’s first language is French.

image

Alcatel was at IFA to launch new Android devices, primarily the Hero 2 smartphone and the Hero 8 tablet, but Dery particularly caught my interest when he started talking about future plans for tablets running the Windows Phone OS 8.2 (the current version of Windows Phone is 8.1).

Note that I am reporting on my press briefing with Alcatel; I have not heard anything from Microsoft about Windows Phone 8.2.

“Rumour has it that the Windows Phone is going to be available on tablet kind-of form factor on ARM chipset, and we are going to be first in doing that. For example we are developing a 10 inch tablet which has this Magic Flip technology for the keypad with trackpad.”

Magic Flip is Alcatel’s brand name for smart magnetic covers which fold back as stands and which are able to show notifications, so it sounds like Alcatel has something Surface-like in mind here. The cost will be similar to Android he implied – my guess is that Microsoft will charge little or nothing for the use of Windows in this context – and the devices will have LTE, so we are talking about connected devices.

But why will the market want an Windows Phone tablet, I asked?

“Compared to Android there is still a big advantage with the presence and natural integration of Office. To be fair, you start having it on iOS. It’s available, but integrated, that is probably a different thing. The simple fact, for most of the users who are interested in that kind of use case, to receive an email which has an attachment, to click the attachment, to open it, edit it, and resend it, that’s almost impossible today unless you are going into the Microsoft environment. That’s the standard for 20 or 30 years in the market, you are not going to change it overnight.

“There is a big advantage in Microsoft because they are probably the most advanced in driving an integrated solution between computer, tablet and smartphone. Everybody is going in that direction, but Android is probably not the easiest one for that.”

Today, something like full Office is available on Windows RT (as found in Surface RT), but not on Windows Phone, which has cut-down viewers and editors for Office documents. The implication is that Windows Phone OS for tablets will have something more fully featured.

I asked Dery if the Windows Phone OS is more efficient than Android on a low-end device, from Alcatel’s experience with prototypes.

“It is the case. It was not a few months ago. There is a big advantage which is the memory footprint. This OS is meant to run with rather low memory, which is not the case in Android. You have far less overhead the day you switch on your device. Android is fantastic but in some countries, the day you switch it on you download a size of apps and services which obviously has a toll on the memory footprint, on the processing capability. That’s less the case on Windows Phone.

“I think they have been doing a pretty good job on eye-candy, on the UI, where even with a low GPU you can have elasticity features, and all that. So there are some benefits.

“So you can ask, if you are telling me this is so good, why haven’t you been shipping Windows Phone 8 for a year and a half?” said Dery. Apparently the company’s researchers have been uncertain whether the success of entry-level Windows Phones is because of the OS, or because of the Nokia brand. The company seems to have experimented with ideas or prototypes, but “each time we came up with a solution, and each time we have been told, maybe this works because it is Nokia. That is still today the big question mark. Is Windows Phone working in entry [level], is it Nokia with decent smartphones in entry making it happen? Nobody has the answer to that question.”

Dery is convinced that Microsoft’s appeal is for the mass market, not at the high end. “In essence it is a mass market thing. Playing it super high end, was more challenging,” he says.

Note that pre-announced plans can change. We should learn more soon.

The Microsoft Screen Sharing for Lumia Phones HD10: silly name, nice product

How many committees does it take to come up with a name like Microsoft Screen Sharing for Lumia Phones HD10? Who knows, but the product is a nice one. It lets you project from your phone to any TV with an HDMI input, using the Miracast standard.

image

Data is transferred to the device via Wi-Fi. You make the connection by tapping your phone on the separate coaster-like plate, which triggers the connection using NFC (Near Field Communication). The coaster talks to the device using Bluetooth.

The neat thing about this arrangement is that the main HD10 device will be close to your TV; it might even plug in at the back, out of sight. The coaster on the other hand can be on a table near your sitting position. You can come into the room, tap the coaster, and then view your photos and videos on the big screen in 1080p HD video quality.

At least, that is the idea as I understand it. Usability is key with this type of gadget, otherwise they do not get used, and this might just have it right.

The coaster thing can also be stacked on the main device as you can see from my blurry picture:

image

Concerning the name, all your worst fears about Microsoft taking over Nokia have been confirmed. Concerning the device though, all is well. I suppose that is the right way round, but it is really so hard?

Price is $79 / 79€ with availability promised for later this month.

Microsoft’s glowing Lumia wireless charge pad can show alerts, but we get too many

Today Microsoft/Nokia made a number of announcements alongside the IFA show in Berlin, including a new wireless charging pad for its Lumia phones. Here is the new Lumia 830 while wireless charging.

image

The new pad glows, with the cool feature being that the phone can send alerts to the pad which cause it to flash. This means that if your phone is charging on a table at home, you can see when there is an alert and pick up the phone to check it out.

What can send an alert? I was told that anything which can appear in the slide-down notification area in Windows Phone 8.1 can also send an alert to the pad, though the user can customise which ones are enabled.

The concept is good, but the difficulty is that we receive so many alerts (most of little real importance) that the pad will be constantly flashing, unless you manage to filter it down things that actually matter; maybe missed calls, voice messages and texts?

Curating an app store: does Apple have it right?

No matter how much market share Android grabs: it is Apple’s App Store that started this app thing rolling. Never forget that OS vendors and phone operators tried to push app stores before Apple came in, but fragmentation, horrible user interaction design, billing issues and perplexing compatibility problems made them a dead loss for most users. Today, Apple’s mobile platform remains the most important one in many sectors.

The trade off with app stores is that you give up freedom of choice (install anything you want from anywhere) in return for a safer and better experience; software installation nasties like runtime dependencies, malware or fake download apps do not exist. At least, that is how it is meant to be, which is why some are so disappointed by Microsoft’s store.

Now Apple has offered us some limited insight into its own curation practice. It has published the top ten reasons for App rejections for the last week in August.

Aside from the generic “more information needed,” the top reason is bugs, and the next two are non-compliance with the developer terms (could mean anything) and user interfaces that are poor or too complex.

Close behind it is another key one:

Apps that contain false, fraudulent or misleading representations or use names or icons similar to other Apps will be rejected

which accounts for the main complaint about some apps that make it into Microsoft’s store.

What Apple does not tell us is the proportion of apps that are approved, either first time, or after one or two revisions.

There is little to argue about in Apple’s list of reasons to reject, except this one:

If your app doesn’t offer much functionality or content, or only applies to a small niche market, it may not be approved.

Apps without content are fair game, but why should small niche markets not be served? It does not bother me if a great app for jellyfish spotters makes it into the store.

The other factor here is that if an app store has enough high quality apps then the bad ones will be hardly visible, other than in search results. Store curation is about presentation as well as content.

Is Apple getting it right? I am not hearing much shouting from developers about the arbitrary or unknown reasons why their app was rejected, which suggests that it is, but it may be I am not listening intently enough.