Intel hopes to court developers with iPhone app conversion tool

Posted:
in iPhone edited January 2014
Intel is currently developing a tool to aid developers in porting iPhone applications to Intel-based devices in hopes of increasing development for and interest in Intel processors.



Intel vice president Doug Fisher revealed the tool in an interview Tuesday, Macworld reports. The tool will simplify the conversion process from an iPhone app to an Intel-based app by identifying the necessary changes, said Fisher.



"Getting people excited to develop to Intel platforms is absolutely critical to us,? Fisher said. Intel's strategy involves developer tools, competitions and improved monetization of apps.



Increased interest in app development for Intel devices would hopefully drive sales of the company's chips. Fisher sees applications heading to AppUp, Intel's app store for netbooks, first, then eventually to MeeGo and even Windows. AppUp was announced in January, but has failed to gain much traction.



The tool could draw developers to the fledgling MeeGo mobile OS. Earlier this year, Intel and Nokia announced a partnership to combine their work on separate Linux-based mobile operating systems into one platform: MeeGo.



Gartner predicts that MeeGo will remain a niche OS with only a small share of the worldwide mobile OS market. 2014 projections by the research firm placed MeeGo in fifth, slightly ahead of the Windows Phone platform.



Intel is pushing to assert itself after having lost ground in the mobile space to ARM Holdings. Although Intel still provides the chips for Apple's Mac line of computers, the Santa Clara, Calif.-company's chips are conspicuously absent from Apple's iOS offerings.



Apple's custom A4 processor, which employs a CPU from ARM, is found in the iPad, iPhone 4, fourth-generation iPod touch, and Apple TV. The new Apple TV in particular was a setback for Intel, as previous versions of the set top box had been based on an Intel processor.



In September, Intel CEO Paul Otellini called the Apple TV redesign a "step backward" while highlighting Intel's partnership with Google on the Google TV platform. Otellini touted Google TV as having the "full internet," unlike Apple TV or the iPhone.



In order to make inroads into the wireless market, Intel purchased German chipmaker Infineon's wireless division this summer for $1.4 billion. Infineon makes the baseband chip for the iPhone. After the purchase, rumors emerged that Apple would swap the Infineon baseband for a Qualcomm one on the next iPhone.

Comments

  • Reply 1 of 17
    I suppose some will think this means more competition for Apple. But if this tool works well, it more likely means that developers will develop for iPhone first, since that is the biggest single market, and then port their apps to other platforms.



    (Yes, I know there are more Droid phones out there than iPhones. But there are more iPhones out there than any single Droid manufacturer/brand/model name.)
  • Reply 2 of 17
    nagrommenagromme Posts: 2,834member
    And I believe there are more iOS devices out there (which all run most of the same apps) than Android devices. Certainly the share of Internet usage is skewed toward iOS and not Android.



    Data showing the Android market > iOS market requires artificially combining many incompatible devices into one total that is a platform in name only. While artificially subtracting huge segments of the iOS market: the iPad and iPod Touch. (And it often means looking only at the US market, where iPhone is on just one carrier?for now?while Android devices are on sale or given away by multiple carriers... who all have different rules about what your ?open? Android device can do.)



    (As for ?full Internet??that?s neat but it?s not really what I want from a TV. Games and media, yes, browsing and communication, no. I have a computer and a phone that do those tasks better than any remote control.)
  • Reply 3 of 17
    Well I do believe it is fair game for Apple to expand it's CPU options for it's entire Mac line with AMD.
  • Reply 4 of 17
    "Apple's custom A4 processor, which employs a CPU and GPU from ARM, is found in the iPad, iPhone 4, fourth-generation iPod touch, and Apple TV. The new Apple TV in particular was a setback for Intel, as previous versions of the set top box had been based on an Intel processor.



    In September, Intel CEO Paul Otellini called the Apple TV redesign a "step backward" while highlighting Intel's partnership with Google on the Google TV platform. Otellini touted Google TV as having the "full internet," unlike Apple TV or the iPhone."
    Intel is itself a "step backward".

    The old Apple TV and Airport Extreme with "Intel inside" were burning stoves.

    You could bake an egg on it.

    The new versions of Apple TV and Airport Extreme have both ARM processors and run extremely cool. Wow, I would say a big step forward Apple.



    Another nice comparison is playing a movie on an iPad and a MacBook. The "Intel inside" MacBook almost burns through the blankets while doing exactly the same task as the almost completely cool running iPad. ARM processor are way superior. And that's a fact.



    I think that its reasonable to expect Apple to use ARM processors for its MacBook line in the near future. This would mean laptops running for 24 hours or more!



    It is even thinkable that Apple will use its ARM processor for iMacs. Multi-core ARM processors already exist and 2GHz ARM cores can be expected next year or so, and I think that an 8-core 2GHz per core ARM with integrated GPU will be more than good enough for a desktop system. Systems like this can be expected in 2013.



    The point is that an ARM only lineup will give Apple complete control over its processors (and eliminate Intel).



    J.
  • Reply 5 of 17
    Very interesting indeed.



    Let's see...



    1. Design and generate the source for the UI with Interface Builder.

    2. Translate the IB source to some other language / Framework.

    3. Extract the application specific code and translate that as well.



    ... and Voila



    Although other frameworks are missing many of Apple's features...

    And Apple could cause problems for Intel if they want to...

    Apple frameworks are so well defined and the Apple tools so nice that it might actually be worth it.



    Time will tell.
  • Reply 6 of 17
    Creating a tool for converting from iPhone to Intel doesn't make much sense. Apps are written for Cocoa Touch, but that framework only exist on Apple devices. Apps aren't written for ARM specifically. Only when Xcode builds the app, is the ARM compiled code produced. (Ironically, the iPhone simulator is in fact running apps with Intel compiled code).



    So what should this tool do anyway?
  • Reply 7 of 17
    myapplelovemyapplelove Posts: 1,515member
    It's a true testament to apple's vision and hard work that we've reached this point that the giant intel in courting iphone developers. Three and a half years ago when that fat f.ck from ms was laughing about the iphone, even some of us who could see the tremendous potential of the platform, we couldn't have thought that things would go this far.
  • Reply 8 of 17
    mystigomystigo Posts: 183member
    They'll probably charge some ridiculous amount for it. They have always ended any hope of adoption of their tools and consequently the targeted platforms by doing that. They used to have some insanely good optimizing compilers for PPC that small developers had no chance of being able to afford. Assuming the goal of those was to encourage the adoption of PPC, they failed utterly. I predict the same fate for these tools and maybe even the underlying platform if they treat the tools as a profit center.
  • Reply 9 of 17
    stuffestuffe Posts: 394member
    Surely this "tool" which makes it sound like it's a simple job of using it and your done etc, it nothing more than a compiler or compiler extention (sorry, I'm no real developer) to recompile into x86? Simple I would imagine. I would imagine that the hard part is all the iOS API calls which they will have to reverse engineer, or get people to drop and write code without them, or use a generic set of new Intel API calls which would then work anywhere - sort of the oppsite of what Apple want their developers to do...
  • Reply 10 of 17
    My guess is that it's not going to be that sophisticated - it's largely going to be something that will identify 'unportable' C and C++ constructs - something that good OS X developers should already be avoiding to keep code portable between PPC and Intel and re-usable on iOS.



    It might also include an Obj-C runtime ported to run on Intel (there are at least two out there that run on Linux. GnuStep also includes at least some level of Cocoa compatibility, but not full iOS compatibility, and with the commercial backing that it has lacked so far, it might actually catch up).



    Consider that a lot of iOS games, for instance, are 90% C++ and OpenGL, with a thin amount of ObjC and Cocoa around the edge. That's one reason games companies have been able to port console titles over.

    Even with more Cocoa Touch oriented apps, for many apps there is likely to be a common core of portable code.



    The exceptions - the applications almost wholly based around exploiting distinctive, non-portable APIs like CoreAnimation, are a pretty small number.



    However, the big question is who is going to need it - the only thing I can really see that Intel can bring to the tablet space is Windows compatibility. That's going to be important to some businesses that have heavily locked themselves into MS technology, but they're not going to buy MeeGo devices. As soon as you remove Windows from the picture, then why would you choose MeeGo over iOS, Android, ChromeOS, Nokia's Linux or Blackberry's vapourware tablet?



    It strikes me as a product that missed it's opportunity - which was pre-Android, pre-iPad, when there was a noticeable performance gap between ARM devices and Intel ones, but when there was also a definite need for something more efficient than Windows - you know, back before your phone could record & encode HD video, and Windows 7 did a lot to improve its power efficiency.
  • Reply 11 of 17
    realisticrealistic Posts: 1,154member
    Quote:
    Originally Posted by mdriftmeyer View Post


    Well I do believe it is fair game for Apple to expand it's CPU options for it's entire Mac line with AMD.



    Wouldn't mind seeing this happen myself because I trust that Apple wouldn't use AMD unless the resulting mac 'just worked' according to Apple's normal high standards.
  • Reply 12 of 17
    backtomacbacktomac Posts: 4,579member
    Someone forgot to tell Intel that MeeGo is stillborn.
  • Reply 13 of 17
    "This tool" already exists. Just fire Xcode and build for the Simulator (i386).
  • Reply 14 of 17
    capnbobcapnbob Posts: 388member
    Quote:
    Originally Posted by Mister Snitch View Post


    I suppose some will think this means more competition for Apple. But if this tool works well, it more likely means that developers will develop for iPhone first, since that is the biggest single market, and then port their apps to other platforms.



    (Yes, I know there are more Droid phones out there than iPhones. But there are more iPhones out there than any single Droid manufacturer/brand/model name.)



    There are nowhere near as many 'Droids of all flavors out there as iOS devices... they've only just started to sell more Androids in the US than iPhones nevermind all the other iOS devices.

    Installed base is significantly higher for iOS and will remain so for a good while yet.

    That doesn't even cover the terrible relative demographics of Android users in terms of app spend, piracy, content purchases, etc.
  • Reply 15 of 17
    Quote:
    Originally Posted by jnjnjnjn View Post
    "Apple's custom A4 processor, which employs a CPU and GPU from ARM, is found in the iPad, iPhone 4, fourth-generation iPod touch, and Apple TV. The new Apple TV in particular was a setback for Intel, as previous versions of the set top box had been based on an Intel processor.



    In September, Intel CEO Paul Otellini called the Apple TV redesign a "step backward" while highlighting Intel's partnership with Google on the Google TV platform. Otellini touted Google TV as having the "full internet," unlike Apple TV or the iPhone."
    Intel is itself a "step backward".

    The old Apple TV and Airport Extreme with "Intel inside" were burning stoves.

    You could bake an egg on it.

    The new versions of Apple TV and Airport Extreme have both ARM processors and run extremely cool. Wow, I would say a big step forward Apple.



    Another nice comparison is playing a movie on an iPad and a MacBook. The "Intel inside" MacBook almost burns through the blankets while doing exactly the same task as the almost completely cool running iPad. ARM processor are way superior. And that's a fact.



    I think that its reasonable to expect Apple to use ARM processors for its MacBook line in the near future. This would mean laptops running for 24 hours or more!



    It is even thinkable that Apple will use its ARM processor for iMacs. Multi-core ARM processors already exist and 2GHz ARM cores can be expected next year or so, and I think that an 8-core 2GHz per core ARM with integrated GPU will be more than good enough for a desktop system. Systems like this can be expected in 2013.



    The point is that an ARM only lineup will give Apple complete control over its processors (and eliminate Intel).



    J.



    Don't crap yourself. ARM is great for its scope. It's not Intel or AMD for general purpose computing.
  • Reply 16 of 17
    cmf2cmf2 Posts: 1,427member
    Quote:
    Originally Posted by Mister Snitch View Post


    I suppose some will think this means more competition for Apple. But if this tool works well, it more likely means that developers will develop for iPhone first, since that is the biggest single market, and then port their apps to other platforms.



    (Yes, I know there are more Droid phones out there than iPhones. But there are more iPhones out there than any single Droid manufacturer/brand/model name.)



    There actually aren't more Android phones out there yet. They are selling more at the moment though.
  • Reply 17 of 17
    jnjnjnjnjnjn Posts: 588member
    Quote:
    Originally Posted by mdriftmeyer View Post


    Don't crap yourself. ARM is great for its scope. It's not Intel or AMD for general purpose computing.



    Thanks, I won't.

    But I know one or two things about CPU's. So I stick to my story.

    But maybe you have some real information why an ARM CPU couldn't be an excellent desktop CPU.

    Or do you work for Intel or Amd?

    Anyway, you'll see for yourself in the near future.



    J
Sign In or Register to comment.