Slashdot Mirror


Canadian Firms Get Behind OpenMoko/FreeRunner

mario writes "Now that the OpenMoko platform has stabilized enough to provide the OM2008 image (supporting the three major toolkits), things are starting to heat up. Linuxdevices is reporting on the start of a port of Devicescape's connect application. Koolu (another Canadian company) is also doing development for its W.E. phone (a branded FreeRunner). Which leads me to ask: Where are the American companies?"

9 of 140 comments (clear)

  1. "Where are the American companies?" by dattaway · · Score: 5, Interesting

    Investing their money in Washington crafting laws and developing new business models.

  2. Boring by Anonymous Coward · · Score: 4, Funny

    Can we talk about the iPhone 3G instead?

  3. This is a very good thing by impaledsunset · · Score: 5, Insightful

    OpenMoko is a very ambitious project, and, in my humble opinion, very important. But the quality of the result from the development of the software stack has been mediocre. I still have my hopes set that it will lift off, but it's still nowhere. Qtopia rocks, and it's free software, it's working, and it's cool, but the OpenMoko distributions aren't there yet, and I have the feeling that the effort is not focused. The old distro was cool, but it was abondoned. ASU is far from being usable (it is not even developer-friendly, not talking about user-friendly). FSO is still not mature. Now, this sets my hopes up. One commercial venture is interested in improving the phone. That for me means that one of the most important goals of the whole project has been achieved. Whatever the quality of the software stack is, we will have our free (as in speech) phone.

    1. Re:This is a very good thing by Tubal-Cain · · Score: 5, Insightful

      I consider that a plus. If I want to take pictures of something, I'm gonna bring a good camera with me.

    2. Re:This is a very good thing by Joe+Tie. · · Score: 4, Insightful

      I'd rather have a good camera with me as well. However, 90% of the time that I want to take a picture of something it's unplanned. And there's no way I'm carrying yet another gadget around with me all the time. In those cases, low quality is better than nothing at all.

      --
      Everything will be taken away from you.
    3. Re:This is a very good thing by felix85 · · Score: 4, Informative
      Yeah and the cool thing about this phone is that it can act as a USB master so if you have a digital camera you can just plug it into the phone and upload your images without a computer.

      The Neo1973's mini-USB port can be configured to act as a usb host instead of a usb device. This opens up a range of possibilities, such as USB cameras and usb input devices.

      Thats for the Neo1973 but it should also be true for the FreeRunner.

  4. A few Canadian thoughts... by Sentry21 · · Score: 5, Insightful

    After looking at the Koolu.com website, I'd almost rather they not be referred to as Canadian... it makes us look bad...

    So some Canadian firms think that an open-source handset is going to be worthwhile. Great, good for them. The likelihood is that even if they do get anywhere with it, the majority of their clients are going to be in the US anyway. The average person in Canada doesn't know or care about open-source handsets, and isn't going to care enough to learn.

    It's kind of like RIM - they were the first to really get mobile, business e-mail out into the world, and now they're famous. Everyone who doesn't have an iPhone has a blackberry these days, and most of RIM's clients are in the US. Where were the American companies? What does it matter?

    In this era of free trade and globalization, there's hardly any distinction between American companies and Canadian companies. I work for a Canadian company which is owned by an American company which is run by the Canadian company. We're traded on an American stock exchange, we all work in Canada, and we just bought an American company made up almost entirely of Brits and Irish. So what does that make us?

    'Canadian company' these days only refers to locality - where people show up for work at every morning. Beyond that, it doesn't make a difference.

  5. No we won't. by StarKruzr · · Score: 4, Insightful

    American carriers are not only completely uninterested in a platform that gives the end-user complete control over their phone, but actively shunning it. Their business model is to sell slick-looking, crippled devices that push as much functionality through their networks as possible such that they can charge the end-user as much as they can for things that should be free. Verizon and the V710 debacle a few years ago come directly to mind (disabling OBEX, etc.).

    I'll be shocked if we ever see a viable OpenMoko device in the next ten years.

    --

    +++ATH0
  6. Dialing from the command line. by Animats · · Score: 4, Funny

    At last, a phone from Linux fanatics! You can dial from the command line. Just type:

    /etc/init.d/gsmd stop
    echo 0 > /sys/bus/platform/devices/gta01-pm-gsm.0/power_on
    echo 1 > /sys/bus/platform/devices/gta01-pm-gsm.0/power_on
    cu -l /dev/ttySAC0

    AT+CFUN=1
    AT+CPIN="<pin>"
    AT+COPS
    ATD<number>

    You are now connected. See how easy it is!