Earlier quoted context omitted.
Old idea that has never taken off, and is probably less likely now that chips are really cheap. This graphic shows MCC’s Modular PC idea http://jkontherun.files.wordpress.com/2007/08/solutions_hq.j... IBM's MetaPad was a similar idea. Today, the Asus PadFone probably comes closest.
Yeah, the PadFone is quite attractive. If only they'd kept the Transformer-style keyboard dock from the original...
Ubuntu Edge
361–370 of 390 posts
Re: Ubuntu Edge
#362Earlier quoted context omitted.
So, ten people each putting in $100K? Because I think that's how many people care about this issue.
If people care about mobile Linux, they care about this issue (it's the worst issue in the industry). If people don't care, they wouldn't care about this device either. There are tons of Android clones already for them to use.
Re: Ubuntu Edge
#363Earlier quoted context omitted.
This was my thinking. The whole time through that video I was wondering why they don't just buy a couple thousand Nexus 4s to load up with their custom build and re-sell. If they're planning to put Ubuntu on other manufacturers hardware, the official Google supported phone sounds like a pretty good place to start, and the speed at which those phones sell would be a great way to test the interest in their new platform…
Reselling someone else's developer phone from last year isn't exactly the marketing message we're going for. Edge is meant to be a premium product, not just another "me too". Unrelated: if you simply want to test drive Ubuntu for Phones, it's already been ported to 40+ platforms.
Re: Ubuntu Edge
#364The $32 million fundraising goal might seem overly ambitious, but it's actually more realistic than it appears at first glance, because at $600+ per unit the campaign needs only around 50,000 buyers worldwide to be successful -- or a bit over 2% of Ubuntu's enthusiastic user base, which was estimated to be greater than 20 million in 2011.[1] PS. I just ordered one, as I LOVE the idea of an unlocked phone designed and…
Re: Ubuntu Edge
#365Earlier quoted context omitted.
If people care about mobile Linux, they care about this issue (it's the worst issue in the industry). If people don't care, they wouldn't care about this device either. There are tons of Android clones already for them to use.
What would be so bad about rebuilding Ubuntu on top of Bionic, so there's only one libc, the one required by the GPU drivers, and the lighter one to boot? If Bionic is good enough for FIrefox and Chrome on Android, then surely it's good enough for anything on a mobile device.
Re: Ubuntu Edge
#366Re: Ubuntu Edge
#367Earlier quoted context omitted.
> The only downside is if your app is the first qt app installed on an ios / android device, it forces a download of the shared libraries which are quite large. How does this get around sandboxing on iOS? My fuzzy understanding is that components would need to be downloaded for each app independently. And is there a reason those shared libraries can't be bundled?
No idea, never tried it. A cursory browsing of qt documentation suggests it can't, and it also can't use qtquick2, which is where qml becomes really useful (which is also when it starts using v8).
Re: Ubuntu Edge
#368Earlier quoted context omitted.
"they may still be $7millionGBP from being insolvent" source: http://www.linuxadvocates.com/2013/05/is-canonical-ltd-finan...
LinuxAdvocates... I wouldn't advise using that guy as a source of reliable information. For far more balanced views that aren't pro-Ubuntu (necessarily) it would be more advisable to visit a site like The Var Guy.
Re: Ubuntu Edge
#369Earlier quoted context omitted.
My team dogfoods Ubuntu for Android every single day on the Nexus 4, and I'll say that it's performant enough to be a daily driver as a desktop replacement. Edge has 4GB of RAM planned, and will run even better than the N4.
Is this available somewhere public?
Re: Ubuntu Edge
#370Earlier quoted context omitted.
No idea, never tried it. A cursory browsing of qt documentation suggests it can't, and it also can't use qtquick2, which is where qml becomes really useful (which is also when it starts using v8).
That's incorrect. QML has used v8 since its initial appearance in Qt4. In fact, it will move away from v8 in Qt 5.2 is the current plan.
According to the qt blog, only qtquick2 depends on v8.