Slashdot Mirror


Why Modular Smartphones Are Such a Nightmare To Develop

itwbennett writes: Last week Google postponed tests of its Project Ara until next year. Mikael Ricknäs has written about why developing such devices is particularly difficult. The biggest challenge, writes Ricknäs, 'is the underlying architecture, the structural frame and data backbone of the device, which makes it possible for all the modules to communicate with each other. It has to be so efficient that the overall performance doesn't take a hit and still be cheap and frugal with power consumption.' For more on Project Ara and its challenges, watch this Slashdot interview with the project's firmware lead Marti Bolivar.

3 of 111 comments (clear)

  1. Why so complicated? by Anonymous Coward · · Score: 1, Interesting

    It is literally a circular network connected to one CPU and a bunch of dumb nodes.
    Each node has a network ID. They can pass messages and only the nodes that are listening for it will get it.
    High bandwidth data bus for it.
    Why is that so complex? I'm really not seeing a problem from that angle.
    This shits been done for decades.

    Weak frame? Stop making shit thin phones then. Worst thing ever.
    >70% of people put a damn frame around their phones anyway.
    Just make the damn thing bigger already!
    And maybe make it from something other that crappy plastic.

    Who the hell are Google hiring these days? Children?

  2. Man I want this by Gnaythan1 · · Score: 5, Interesting

    I want a modular device like this so bad.

    I plan to buy five of them. Me, my wife, and each of my kids.

    I'm hoping tablet and laptop versions soon follow so I can mix and match more modules over time. and I'll get multiples of them, too. it just makes sense to be able to repair them year after year, instead of buying another bloatware crap machine.

    Even later I'm hoping I can use the modules for other projects. using the same standardized data bus for a huge variety of things. wearables, pet projects, maker movement stuff.

    This is grownup LEGO.
    AND a way to save money over time,
    AND a way to escape the damned branding going on.

    I'm not going to buy a phone until I can get something like this, and I don't really care if it's made by google or someone else.

  3. Re:Fragmentation is an issue? No shit! by mjwx · · Score: 5, Interesting

    Nobody who has done Android development is surprised to hear this.

    I generally find the opposite, the ones crowing about fragmentation tend to be the ones who have no experience in development on Android (and indeed any non-iPhone platform) and handling perfectly pedestrian problems that we've been working with for all of programming history...

    Different hardware and OS versions is standard standard, part of being a programmer...

    This.

    If you want to avoid version issues with Android, target the lower API levels. Sure you miss out all of the newer features, but you dont need those for a fart app. Android itself handles most (or all of, in most cases) of the backwards compatibility.

    Besides this, we've seen the problems inherent in monocultures in IT. Remember I.E. 6... This is why aged web developers never complain about writing compatibility layers for Firefox, Chrome and Webkit browsers.

    --
    Calling someone a "hater" only means you can not rationally rebut their argument.