Maybe someone can shed some light on this? - Ubuntu Touch General

After reading and watching multiple demonstrations of the Ubuntu phone os. I just can't seem to find features that I can't already do on my android. The notifications drawer is pretty neat in that you can pull it down at different places, but other than that, it just seems like a lightly modded android.
Sent from a galaxy far far away.

luc.highwalker said:
After reading and watching multiple demonstrations of the Ubuntu phone os. I just can't seem to find features that I can't already do on my android. The notifications drawer is pretty neat in that you can pull it down at different places, but other than that, it just seems like a lightly modded android.
Sent from a galaxy far far away.
Click to expand...
Click to collapse
I think for most users, they may not find value in this yet (until more apps are available and/or cheaper phones come out), but for those familiar with linux it will make a lot of sense.
I have been a linux developer for 3 years now (as a full time job) and I am just imagining all the cool stuff I can do with this device (at home and at work).
For one thing, you will likely be able to develop (native) apps on the phone itself instead of having to have a separate computer to do it. It might even be possible to develop Android apps!
It's basically a PC in your pocket so the apps will not be as limited as Android and iOS apps. There is still software out there that is not available on Android and iOS because those systems are designed for phones and tablets and don't fully support a desktop style interface. The appeal to an Ubuntu phone is that it can function as both, and you can develop software that will be interchangeable as both.

Thanks for your reply.
I'm not a developer (yet) so I can't say much on the subject. But I do know that you can develop apps directly on an Android device. There's even a Linux terminal Window.
I guess I'll just have to wait and see what people can make out of the phone. till then, I'll just stick to my beloved android
Sent from a galaxy far far away.

If you love linux, this *could* be a game changer if it's done right. As BukaKing mentioned, the ability to run native apps on the OS is a huge plus, as you would then be able to make the most of the hardware presented rather than utilising a java engine.
Customisation I am assuming will also be a huge factor - Ubuntu Desktop can be so heavily customised, to function exactly how you want it to, so I am *assuming* that Ubuntu for Phones will be similar. So, just because the OS behaves a particular way on those video's circulating, does not necessarily mean that is how it is destined to remain. Once it's out there in the wild, I would even assume people unhappy with the lack of soft buttons may find them re-appear, as gnome/unity has the ability to create custom panels.
The oportunities I think this OS presents to smartphones is amazing, but in the end it comes down to 2 things for me. Will it be completely open source? If yes, then there could be a bunch of forks/derivitives explode around the webs where teams have customised the OS the way they want it. Developing for it would be far easier, so i'd expect if popularity gets high enough, apps will appear from everywhere. And, implimentation - will it be as easy for a non-linux user to pick up and use, as it will be for a linux user? Hopefully, that answer is yes too.

According to Shuttleworth, it will be 100% opensource! I can't wait till the code is released and we can all play with this. Since it will be using an android kernel and drivers I'm hoping it won't be to hard to compile from source for my phone.

onlychevys said:
According to Shuttleworth, it will be 100% opensource! I can't wait till the code is released and we can all play with this. Since it will be using an android kernel and drivers I'm hoping it won't be to hard to compile from source for my phone.
Click to expand...
Click to collapse
Helllooo! This what i was waiting for....Open source! so that ports can be made for devices that cant be officially supported by ubuntu. For those who keep saying ubuntu cant on GT-$5660 just STFU! No offense but Samsung said ICS or JB cant fully run properly on gio! and look it runs almost perfectly! So a bit of tweaking ubuntu for my device and we can run this!
Sent from my GT-S5660 using xda premium

batman38102 said:
Helllooo! This what i was waiting for....Open source! so that ports can be made for devices that cant be officially supported by ubuntu. For those who keep saying ubuntu cant on GT-$5660 just STFU! No offense but Samsung said ICS or JB cant fully run properly on gio! and look it runs almost perfectly! So a bit of tweaking ubuntu for my device and we can run this!
Sent from my GT-S5660 using xda premium
Click to expand...
Click to collapse
:banghead: :banghead: No.. It won't work on the S5660... Ubuntu phone is not android... Have you ever wrote a program? Compiled software? The binary is compiled using the arm hard float v7 instructions, you will need to recompile the kernel, the OS and every damn app.. the native apps are made with C++ not java ... You may be able to get a running build on a arm v6 like the S5660 but you can't install 3rd party apps from the store or proprietary apps unless the developer thought about that and supports it .. Likely not, they will be natively for arm v7 hf only...
If canonical would have chosen soft float instead of hard float then it would have worked, but it will be freaking slow and laggy..
Getting JB on that device is something else, it and android apps are running of a virtual machine .. That is the good thing about managed code and virtual machines and the reason sun Microsystems invented java in the first place ...
QML and c++ is not running off a virtual machine.. Its 100% native ...
Sent from my Galaxy Nexus using xda premium

I'm wondering if native C++ Apps will not only be more efficient than Java on Android but if Ubuntu can take more advantage of multi-core systems than Android does. At least I have heared that Android isn't that optimized for multi-core phones.

jscurtu said:
:banghead: :banghead: No.. It won't work on the S5660... Ubuntu phone is not android... Have you ever wrote a program? Compiled software? The binary is compiled using the arm hard float v7 instructions, you will need to recompile the kernel, the OS and every damn app..
Click to expand...
Click to collapse
Why does it have to be him that has to do that, some one else could do it and provide an image.
the native apps are made with C++ not java ...
Click to expand...
Click to collapse
Yeah, who ever heard of making native apps in java!
The Ubuntu Phone OS equivalent to java will be HTML5.
You may be able to get a running build on a arm v6 like the S5660 but you can't install 3rd party apps from the store or proprietary apps unless the developer thought about that and supports it .. Likely not, they will be natively for arm v7 hf only...
Click to expand...
Click to collapse
You go from saying "No.. it won't work" to saying "You may be able to get a running build", nice!
And what proprietary apps are there right now? The only apps that I have seen are either HTML5 or the one native app (the gallery app) that Canonical made which will be open source and can be rebuilt for any device.
Also this same problem exists for Android native app (android has a lot of them), the developers have to build binaries for the different Android devices. So you can port Android to an x86 device but you will not be able to run a lot of games unless they include binaries that support it. Games built with Unity 3D are native apps, games built on Adobe Flash/Air are native apps. Native apps *can be* more efficient in performance, memory and battery than Java apps. Also C++ in the case of mobile devices is more cross platform than Java, since it can be used on both iOS and Android, and the libraries in Android Java are not available on other platforms with Java.
QML itself is not technically native, it depends on how it is used. QML is a mix of objects/widgets and javascript (similar to HTML5), but native C++ code can access QML objects/widgets through Qt.
But that said, if Canonical doesn't officially support a device I would steer clear of updates. I just spent the weekend trying to update my HP Envy from Ubuntu 10.10 to 12.10 and I had a ton of problems, and while it works now, my USB is disabled for some reason (even though internal USB devices work). This isn't the first time this has happened to me with Ubuntu updates.
I wouldn't worry about it for the Galaxy Nexus since it is an officially supported device, but for devices that are ported too by some one else, I would avoid updates coming from Canonical.

Valve is testing Steam games for Ubuntu so we could be playing some real games on our phones soon.
Sent from my SGH-T999 using xda app-developers app

getrdy said:
Valve is testing Steam games for Ubuntu so we could be playing some real games on our phones soon.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
ARM != x86 .....

blackout23 said:
ARM != x86 .....
Click to expand...
Click to collapse
What about those x86 based phones?
Sent from my Galaxy Nexus using xda premium

Lesicnik1 said:
What about those x86 based phones?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
The smartphone GPU drivers and chips probably don't support OpenGL 3.0 like Steam games require.
Smartphones never had full blown OpenGL only OpenGLES (Embedded System).
Desktop PCs are still waaay more powerful than any smartphone. Any cheap Celeron CPU for 40 bucks will obliterate your Intel Atom powered smartphone.

Related

Support Further ARM Development Ubuntu Eclipse SDK etc

Hi guys I am buying a eee pad but currently I am emailing Eclipse Google and others to try and get support to make developing for Android on Android possible.
I wish to start a foundation or support group toward this end if you want to contribute or help in anyway it would be great I will also add a poll for comparison of votes so please vote it all helps.
As I understand it porting Ubuntu to different devices is well still in beta stages for the most part but we all know that personalized mobile computing is the future and tablets or tf style devices will eventually replace laptops netbooks and the like.
As I understand the biggest problem is new tech!! that fresh out the box smell is still lingering and leaves support and development slim in some more common place computing needs where x86 has rained supreme leaving others to wish for such a client base of great support and programs.
So all in all this is to try push things in the right direction. Who to talk to when to talk to them and how to help the eee pad and other similar devices become fully fledged dual boot Android Ubuntu platforms with the option to develop and do all the other great things Ubuntu can offer.
Please only positive criticism or feedback this is the tech community anything is possible so please no comments of OMG YOU CANT DO THAT!!!! etc etc
Currently, you can compile C program or whatever without problems, using a chroot ubuntu or debian.
But developing for android implies that the android sdk has to be ported on arm platform. This is a paradox, but most android and java tools are working only on x86 platform, probably because at this time, phones was not meant to be dev platforms considering their cpu power.
Openjdk seems to work on arm but the android sdk relies on javac from sun.
There are now powerful tablet devices on the market - including our beloved tf - where we could potentially develop android apps ; I think that google will sooner or later release an arm version of the android sdk. Since then, we are almost pretty stuck : I'm not sure that all the android tools are opensource, and even if it is the case, there is still the problem of javac from sun which does not work on arm platform. However, doing our own dev platform implies that we can port ourselves the sdk on arm, and use openjdk as a replacement of sun-java runtime. Not a piece of cake My advice is to wait several months google next move to see what's going to happen, now that there are more and more tablets on the market.
If we get enough support though maybe we can push for both to be ported and released
Sent from my GT540RR using XDA App
Omg this doesn"t belong in the development forum!!!!!!!
Would love to see more development done on this!
As time progresses, more will be done definitely this is more about making sure that it is pushed as i believe at the moment its being over looked. I think manufacturers and Google and eclipse etc all under estimate there own products possibilities and the abilities of the tech community and in particular the xda community. Even if we had beta releases only for xda devs it would be a step in the right direction for developing android on android.
OK I'm going to bite the bullet and ask why would this be considered a good idea? I write software for Android and using Eclipse on lower screen resolutions isn't that productive IMHO, throw in poor keyboards and miniscule touchpads and it makes little sense. Finally considering the performance differences between a tablet and development laptop (i7, 8 GB RAM, SSD, etc) I just can't see getting the development tools working on an Android device to be all that useful at this point in time.
Nvidia is claiming the T3 will be as powerful as a Core 2. Seems a little exaggerated, but in the near future, it may be possible to dev. on a tab. Eclipse (and real games) are the last things tying me to my PC. Now I would not want to run Eclipse on a T2, but a T4??? Now we are talking.
GeraldNunn said:
OK I'm going to bite the bullet and ask why would this be considered a good idea? I write software for Android and using Eclipse on lower screen resolutions isn't that productive IMHO, throw in poor keyboards and miniscule touchpads and it makes little sense. Finally considering the performance differences between a tablet and development laptop (i7, 8 GB RAM, SSD, etc) I just can't see getting the development tools working on an Android device to be all that useful at this point in time.
Click to expand...
Click to collapse
Sent from my Transformer TF101
I tend to agree. I find even a powerful laptop is pretty marginal. I prefer a desktop with at least 2 monitors, one for code and one for the emulator.
All valid points but if no one is looking forward at the glass half full it wont become a reality
What I'm saying is work needs to start now infrastructure then city not a repeat of Auckland central we need the ground work done then the devices can catch up
Sent from my GT540RR using XDA App
I support, its something i would use.
danielmtp.mg said:
I support, its something i would use.
Click to expand...
Click to collapse
Sent from my GT540RR using XDA App
I've a script pack for installing Java's JDK to ARM either hard float or soft float that can be found at the following link
https://github.com/S0AndS0/Debian-Kit-Mods
Check the readme for how to download and enjoy the work I've done to get us this far. Furthermore there are other installers available that may be of interest; such as jMonkey and node.js and NoFlo installers for debian based Linux OS's running on Android.
Sent from my SPH-D700 using xda app-developers app
Anyone alive on this thread?
I've some links to information and projects relating to developments on Android and Linux Android systems.
For running GNU software on Android (better than busybox perhaps)
http://forum.xda-developers.com/showthread.php?t=2613243
Some maybe slower than the busybox versions but its a small sacrifice for better compatibility.
For running SDR (software defined radio) with Android or Android Linux
http://forum.xda-developers.com/showthread.php?t=2108053
https://github.com/martinmarinov/rtl_tcp_andro-
This github is really cool because the drivers are for either.
For running OpenBTS on Android Linux (turn your cellphone into a cell tower)
https://github.com/martinmarinov/rtl_tcp_andro-
Do some digging on this Dev's work; its amazing
For Crypto Currency mining on Android Linux (why buy an app when you'll have more for free here?)
http://bitbiz.io/threads/linux-script-cpu-minerd-installer-android-rpi-vps-32-64bit-pc.138/
Be sure to check out the example scripts I posted too; especially the ones relating to temp. monitoring or ya may blow a battery.
For MPI (message passing interface) on Android Linux (just modify the RPi directions to have the right username and networking options)
http://www.tinkernut.com/2014/04/27/make-cluster-computer/
Be sure to check out TinkerNut's other videos and guides; nearly anything a Raspberry Pi can do we can do on our phones for cheaper and with better specs/built in hardware.
For running Maptools server on Android (software for running custom table top games over a network)
http://forums.rptools.net/viewtopic.php?f=12&t=24082
I play DnD and Pathfinder so having a way to go mobile with it was something I had to do for them
For building Android NDK on Android Linux (step one of writing apps for Android on Android)
http://www.timelesssky.com/blog/building-android-sdk-build-tools-aapt-for-debian-arm
For building Android SDK on Android Linux (step two for writing/modding you phone with your phone)
http://www.timelesssky.com/blog/develop-app-on-android-with-android-sdk
Above two links are fantastic when combined with rdp or vnc for a larger screen size when at home.
For running Linux on Android without root (hidden goodies on FUSE filesystem)
http://www.timelesssky.com/blog/debian-android-with-no-root
There's a narrow window of compatibility but if your apposed to root on Android and still want Linux theses steps might just let you pull it off too.
For modifying Debian Kits' source code so you can have loop files larger than 2 Gigs and install hard floating point instead of soft float
http://www.timelesssky.com/blog/running-debian-armhf-alongside-android#comment-1525580294
If you've not found this Dev's blog then do some digging as there is some really cool guides posted.
For installing GPU drivers to Android Linux (scroll down to Related Projects for the other brands)
http://freedreno.github.io/
The above link and related software should allow for OpenCL/GL support and the added bonus of being able to run Blender on your tablet.
The above links should prove that developments on Android and Android Linux systems is very active; just hard to find sometimes.
I'm currently working at http://bitbiz.io/rf/?c=IGQ3ZLRT with a few other team members to bring together the above subjects into a new mesh-networking crypto coin system that allows users and developers to buy or rent hardware time from networked devices; others have tried and failed to make a AndroidCoin but this one will not as much of the core features have already been tested or scripted up in my other github repo as installers. Feel free to post feature requests and concerns.
http://bitbiz.io/threads/altcoin-taucoin-new-arm-excusive-coin.142/
Sent from: SPH-D700 or myTouch3Gs or Sero 7 Pro
Linux Install guide for Android devices that I'm writing:
http://forum.xda-developers.com/showthread.php?t=2240397
Or
https://docs.google.com/document/d/1ssVeIhdBuuy8CtpBP1lWgUkG6fR6oHxP20ToYPPw6zI/edit?usp=drive_web
And my script pack for installing; Java's JDK, node.js and more to your Linux OS
https://github.com/S0AndS0/Debian-Kit-Mods
Note: if you're new to Linux/scripting/command line; check readme file for instructions.

Blue Stacks Beta Is Available.

Hey Guys
The beta of blue stacks in now available. Now u can run Android app on windows Downloading on CP now. Will post later how it is
I would not install it, caused me to get bluescreens after reboot
I have just installed it, played angry bird space and it works fine for me.
1/2asleep said:
I have just installed it, played angry bird space and it works fine for me.
Click to expand...
Click to collapse
On Windows 8?
I can't get BlueStacks to run in Windows 8 at all. Every time I run the installer I get a blue screen with a frown face saying that something went wrong and Windows needs to restart. I have been testing the private beta build on Windows 7 though and it is definitely fun and useful
After Few blue screen restarts it worked. Uninstalled it because it not what i expected to be. I cant run any app in full screen. I run in only a portion and i cant use gmail and angry birds because of some high performance driver issue. The alpha version before this was better.
At the moment, this is so bad
Thanks for the heads up! Going to try this.
I really wanted to try it on my Windows 8 netbook but the Thinstaller executable they gave me refused to install because my it claimed my graphics performance would be under the minimum recommended requirement. It was rather sad since the Alpha worked fine and even running the same version of Android they base their rootfs images off of (Android-x86) as a addition to my Linux dual-boot.
buggatti said:
After Few blue screen restarts it worked. Uninstalled it because it not what i expected to be. I cant run any app in full screen. I run in only a portion and i cant use gmail and angry birds because of some high performance driver issue. The alpha version before this was better.
Click to expand...
Click to collapse
Windows 8? I tried as many as 8 blue screen restarts so far. No luck. Still keeps crashing my system into the BSOD. Did alpha work on Windows 8 CP x64?
I was part of the closed beta 1 test and have been in email communication with Bluestacks development and they informed me that they do not have a beta ready for Windows 8 because it is still changing. It sounds like the focus is on Windows 7 for now.
Pls provide download links.....
Sent from my Dell Streak using XDA
nitin1978 said:
Pls provide download links.....
Click to expand...
Click to collapse
http://bluestacks.com/
nobody wants this cancer on their computers
Be on the lookout for this (when or if) it comes out
http://ces.cnet.com/8301-33377_1-57355786/bluestacks-goes-metro-with-windows-8/
o2neouzr said:
nobody wants this cancer on their computers
Click to expand...
Click to collapse
Indeed, Bluestacks should be avoided. They have no support forums (personal top gripe) and have made it quite clear they plan to try to make a quick buck leveraging VirtualBox and Android x86 while not giving anything back.
As best I can tell, they have just added an OpenGL pass through driver to Android x86 when running on VB as well as started to recompile some apps which use the ARM NDK to the x86 NDK. Far better to have the Android x86 community work on an automated NDK conversion and their own driver implementation than be shackled.
Also, their TOS lets them abuse your facebook page in new and interesting ways as well as do some serious data mining without any form of opt-out or transparency.
There are support forums:
https://getsatisfaction.com/bstk
BlueStacks even went as far as supplying a link on how to root and install gapps. I wouldn't say there is a lack of support. BlueStacks in my opinion also runs faster than x86 on a virtual machine.
aaronb1138 said:
Indeed, Bluestacks should be avoided. They have no support forums (personal top gripe) and have made it quite clear they plan to try to make a quick buck leveraging VirtualBox and Android x86 while not giving anything back.
As best I can tell, they have just added an OpenGL pass through driver to Android x86 when running on VB as well as started to recompile some apps which use the ARM NDK to the x86 NDK. Far better to have the Android x86 community work on an automated NDK conversion and their own driver implementation than be shackled.
Also, their TOS lets them abuse your facebook page in new and interesting ways as well as do some serious data mining without any form of opt-out or transparency.
Click to expand...
Click to collapse
Virtualbox and android are licensed under GPLv2/CDDL and apache respectively. Android specifically is exactly the same as stock device roms, they're under no obilgation to return code to upstream. (though every large project like this should return code, but bar the kernel they dont have to for the android portion).
virtualbox, i'm guessing they're using CDDL for it if they're not returning code.
Tell oracle (or whoever is developing it) and the android x86 teams to not release their sources under free software licenses that arnt also copyleft then.
At least with androidx86 I believe that they're free to migrate from apache -> gplv3 (according to wikipedia I dont believe gplv2 is applicable without relicensing?). But they didnt, they're still apache, which means they full well know that they can be forked and not have code returned.
Those two points are pretty much universally expected for android devices. Samsung and HTC are good enough that they provide mode then the minimal GPL modules, but they're closer to the exception then the norm. There's plenty of very low end (but inexpensive) ICS tabs being hawked on our own market. I cant really see them giving more then the bare minimum (even if that) much less providing any updates at all. They're just as much making a quick buck by only offering updates by buying a new model.
They've havnt required facebook since 0.5.0.2002, which I believe was their first public release. It was merely the cloud client that required it. You can easily use the alphas and betas without even having a facebook acct. I cant speak on how they are about people that actually opt-ed in to attachign their FB accts, but I dont have one period.
Perhaps their cloud sync isnt respecting your privacy as it should, because you right about that part. Bstacks doesnt have a clear privacy policy (or any at all on their site currently)
They're not the only ones using getsatisfaction, which acts as their support point. I cant say that I like it, but it's there. They've added a couple suggestions due to it, but it's not a forum.
Realistically, how long do you have to wait for androidx86 to be bundled in a way that lets you run it in a vm, have fair virtualization/emulation, and is stable? (though bstacks is still beta, and androidx86 is 'rc1') Androidx86 is targeting bare metal, bstacks isnt. Perhaps androidx86 actually runs perfectly well under a vm and also supports some level of hardware passthough too. Their site has instructions for using the eeepc froyo iso on virtualbox. But they obviously dont officially support virtualbox or qemu as they dont provide direct images, they merely happen to work/boot on them.
Androidx86 has 5 different isos targeting 5 different platforms, and none of them match my devices (or any of my vms explicitly). Bstacks explicitly supports vista/7 and implicitly is going to support xp/8 in the future.
I'd much rather have something working now that targets my interests then wait for something that might be more sustainable but isnt targeting me.
It's much like how xda has moto droid forums, really you shouldnt be supporting moto at least when it comes to their locked down bootloaders.
But we're not telling people to buy a different device, we give them workarounds and guides.
Finally, all bstacks is is just an opengl passthough, why has noone else done it already?
I dont expect that androidx86 on virtualbox integrates as well otherwise it'd already be huge news.
I want a virtualized android so my convertable laptop can double as a really high end android tablet, and that's what bstacks will eventually offer.
(if and when they migrate from 2.3.4 to 4.0.x)
If there's any errors, feel free to correct me. I'm rather unsure about how correct I am on the virtualbox parts.
Edit: after trying androidx86 2.3/3.2/4.0 it's fairly useless as a android tablet replacement. They dont support VM integration, and that's pretty much a requirement if you intend to use it to compliment your OS (vs merely being a utility on your os).
4.0 doesnt even work on vb with vb 4.1.8, it cant reach the home screen.
Dont take this as criticism of androidx86 though, they're always going to be undermanned and underfunded. And like previously mentioned VB isnt even a tier 1 target for them.
But realistically, there's no current alternative to bstacks for windows. Seriously suggesting androidx86 + virtualbox right now is like saying to trade for a transformer to someone asking how to install CM9 on the touchpad
moved to general - not dev

Brainstorming.

Is this going to be like Ubuntu in that Ubuntu is essentially Debian with packages added, some tweaks, and different themes and whatnot? (Basically, not trying to undermine the work canonical puts into the OS.) I'm thinking this could be android , but tweaked in the same way Debian is tweaked to become Ubuntu. Or could this be straight up Ubuntu with the phone elements added in? Does anyone have any insight on this? I'd like to know more about what this is going to be.
Sent from my Nexus 10 using xda app-developers app
teh_cANONs said:
Is this going to be like Ubuntu in that Ubuntu is essentially Debian with packages added, some tweaks, and different themes and whatnot? (Basically, not trying to undermine the work canonical puts into the OS.) I'm thinking this could be android , but tweaked in the same way Debian is tweaked to become Ubuntu. Or could this be straight up Ubuntu with the phone elements added in? Does anyone have any insight on this? I'd like to know more about what this is going to be.
Click to expand...
Click to collapse
In Free software, the individual software components are always being reused, and this is the correct practice.
Debian is the upstream distribution for Ubuntu, so the basic packages are related to Debian, and might have some small changes in Ubuntu.
However, the full composition is Ubuntu, which includes additional packages that are currently found only in Ubuntu.
It is acceptable and encouraged in Free software to reuse software components. That's the purpose of Free software.
teh_cANONs said:
Is this going to be like Ubuntu in that Ubuntu is essentially Debian with packages added, some tweaks, and different themes and whatnot? (Basically, not trying to undermine the work canonical puts into the OS.) I'm thinking this could be android , but tweaked in the same way Debian is tweaked to become Ubuntu. Or could this be straight up Ubuntu with the phone elements added in? Does anyone have any insight on this? I'd like to know more about what this is going to be.
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
It's straight up Ubuntu, well a fork of Ubuntu for mobile resolutions, touch screens, etc. With added support for ARM devices and Android kernels. You can currently install the ARM version as a full OS on Nexus 7 devices, although it's far from polished as a full OS on tablets. The mobile OS is something different again, and should be great if it's done right. I already use Ubuntu 13.04 as my daily desktop environment, dual booting with winblows only for some games. Ubuntu for desktop just gets better and grows on me more each week, and each update. I imagine the phone OS will be similar, take a little learning, but become addicted with use.
I want to move my project ubnhd2
http://forum.xda-developers.com/showthread.php?t=1975081
(currently ubuntu 10.10 & HTC HD2 & DesireHD only)
to the new ubuntu version that comes out soon.
I have some Questions:
I there a standard x-org server or do they bake their own bread like android ?
Can i use Modules from a 2.6.x Kernel Source ?
Can they release it closed-source ?
zo1d said:
I want to move my project ubnhd2
http://forum.xda-developers.com/showthread.php?t=1975081
(currently ubuntu 10.10 & HTC HD2 & DesireHD only)
to the new ubuntu version that comes out soon.
I have some Questions:
I there a standard x-org server or do they bake their own bread like android ?
Can i use Modules from a 2.6.x Kernel Source ?
Can they release it closed-source ?
Click to expand...
Click to collapse
1. don't know if there is a xserver involved or what, we will see when released.
2. hmm why would you want to do that? We dont know if canonical is using its own kernel based on the android kernel or if it will be the exact android kernel in which the device comes preinstalled.. We will see..
3. No.. sofar I am aware of, the core might be GPL'ed code, just like the Linux Kernel.. But we will first know when released, it could be LGPL too.. Thats what Qt is released on..
When it is released you will find the code on launchpad.
I really don't see why they can't use the same kernel that ships with the phones, since the android tree is included in the Linux kernel, and it is obviously open source. I think it would be trivial to redo tons of work that has already been done.
Sent from my Nexus 10 using xda app-developers app
Ehh they already said that they're going to use the standard android kernel of the phones....
blackout23 said:
Ehh they already said that they're going to use the standard android kernel of the phones....
Click to expand...
Click to collapse
Not really.. They said it is compatible with the android kernel.. As of using its drivers which makes it easier for manufactures to support Ubuntu phone if they already build android phones .... They never said they support the exact one that came with the phone, they might have their own based of the nexus source with their own settings and patches which is what I believe ..
Sent from my Galaxy Nexus using xda premium
jscurtu said:
Not really.. They said it is compatible with the android kernel.. As of using its drivers which makes it easier for manufactures to support Ubuntu phone if they already build android phones .... They never said they support the exact one that came with the phone, they might have their own based of the nexus source with their own settings and patches which is what I believe ..
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Would make sense as it would create more dev opportunities for everyone to try their hand at.
Sent from my P2H-I777-HTCTerrorist using xda app-developers app

Ubuntu or jelly bean for Samsung 7.7

Ubuntu is releasing its tablet version this week for developers, but its only for nexus devices, let's hope this will be available for our 7.7 also. My only dream id to run both jb and Ubuntu as dual boot on this tab
Sent from my GT-P6810 using xda app-developers app
I have spare Galaxy Tab 7.7 that I'm not that actively using, but I would like to try an port the Ubuntu touch for it. Any hints how to start? I have been working with software since 90's but I have no idea how to go forward.
So what I have understood is that what Canodical did was to take latest stable CM 3.5.xx kernel and then compiled their Ubuntu software on top of that?
I donĀ“t know anything about porting ubuntu or roms but this page should help: https://wiki.ubuntu.com/Touch/Porting Well at least if u guys are talking about ubuntu touch...
https://wiki.Ubuntu.com/Touch/Porting
Sent from my GT-P6800 using xda app-developers app
Thx for help. I'm setting now Ubuntu 12.04 LTS on my spare laptop (Acer TimelineX 3820TG) with needed build environments.
I have no guarantees that anything what I'm trying will work, but I really hope that I can avoid bricking my gt-6800 and get the cm10.1 kernel to work with the device. After that it should be quite straight forward to get the build up and running in some shape.
Ok, now I have the environment set-up, but there are no kernel confs available. So it seems that I have to either found them somewhere or create a new one and then try to figure it out. It seems that Iocerras kernel is a bit old (3.0.xx series). We'll, as soon as I have something to show, I'll put the information available in the development section on this forum and release the first version of the platform. But currently the image build is on hold because I need to concentrate my daily work.
Will the cm10.1 not work?
Sent from my GT-P6800 using xda app-developers app
xrayA4T said:
Will the cm10.1 not work?
Sent from my GT-P6800 using xda app-developers app
Click to expand...
Click to collapse
There is no build for gt-p6800 available in CM10.1 with kernel sources. I'm still investigating where I might find the needed sources so that I can compile the kernel and start upgrading it towards 3.5.xx release.
Try this if you want the Ubuntu look right now
https://play.google.com/store/apps/details?id=mohammad.adib.sidebar.lite
Works great
Sent from my GT-P6810 using xda app-developers app
Heh, anyway I think I'm getting quite close to on finishing the first ever build for ubuntu-touch for gt-p6800...
I had to create two new repositories because the kernel and device configuration that is available is so messed up. I hope I do not have many legacy kernel problems anymore when I'm making the first build here.
Are there any gt-p6800 dev's around still or has the ship sailed already from this device. I really like it because its premium build quality, but I hate it if there is no one else interested on the device anymore
YEAH, first build done.
If someone has a good idea where to dump the image for others to test, please notify me in this thread or PM me.
Development thread: http://forum.xda-developers.com/showthread.php?p=38648150
is it better than ICS?
Morloc2 said:
is it better than ICS?
Click to expand...
Click to collapse
I really cannot say. It is a development preview of a fully linux system that has potential (yes), but no software yet. At all... We'll see if it is better than meego, android or tzisen in future
Is there really need in ubuntu on tablets? Any real "+" against Android?))
@ndrey said:
Is there really need in ubuntu on tablets? Any real "+" against Android?))
Click to expand...
Click to collapse
Is there a need for Android for phones? (asks Symbian developer)
Is there a need for iOS for phones? (asks Symbian developer)
Is there a need for Meego for phones? (asks Symbian developer)
It depends on what you find necessary or what you like For you there might not be anything, for me I find it interesting and useful.
dun1982 said:
Is there a need for Android for phones? (asks Symbian developer)
Is there a need for iOS for phones? (asks Symbian developer)
Is there a need for Meego for phones? (asks Symbian developer)
It depends on what you find necessary or what you like For you there might not be anything, for me I find it interesting and useful.
Click to expand...
Click to collapse
I think you are user of Ubuntu on PC, so could you please tell me in which aspects is it good?)) I had never used Ubuntu)))
P.S. sorry for my english))
I use Ubuntu as my desktop OS at home. Canonical is looking to make your Ubuntu phone your only device. Android is a great mobile platform but is not a desktop platform. Ubuntu has a desktop platform and a tv platform both sitting on top of a common Linux kernel. If Ubuntu phone works as promised you'll have all three platforms in a single unified device depending on what the device is connected to. Standalone it is a phone/phablet/tablet depending on the device. Attach it to a tv and it is a media centre. Dock it to a keyboard, mouse and monitor it becomes a full desktop. Each with their own interface optimised for that use case rather than trying to make one interface that sort of works for all. If Canonical pulls this off it will be a winner.
Sent from my GT-P6800 using xda app-developers app
xrayA4T said:
I use Ubuntu as my desktop OS at home. Canonical is looking to make your Ubuntu phone your only device. Android is a great mobile platform but is not a desktop platform. Ubuntu has a desktop platform and a tv platform both sitting on top of a common Linux kernel. If Ubuntu phone works as promised you'll have all three platforms in a single unified device depending on what the device is connected to. Standalone it is a phone/phablet/tablet depending on the device. Attach it to a tv and it is a media centre. Dock it to a keyboard, mouse and monitor it becomes a full desktop. Each with their own interface optimised for that use case rather than trying to make one interface that sort of works for all. If Canonical pulls this off it will be a winner.
Sent from my GT-P6800 using xda app-developers app
Click to expand...
Click to collapse
Sounds really cool:victory:
Thanks for answer:good:
I vote for Ubuntu because linux is very good So i think it Will work Great for. You
Sent from my Xperia Mini using xda premium
I would definetely prefer a well running Ubuntu to Android. Meaning phone, data, wifi working. The hardware of my tablet is almost as good as the hardware of my laptop running Ubuntu. 1.4Ghz vs 1.8 Ghz, 1Gb Ram vs 2.5Gb, powervr xyz vs geforce 7400m. One device to rule them all .

[request] Ubuntu Touch for Samsung Galaxy Note 8.0 GT-5100/Gt-5110

Ubuntu Touch has been ported the Note 2 and Note 10.1 (2013 version) with nearly identical internals. Ubuntu Touch is also based on CM 10 and requires a CM 10 port, the Note 8.0 already has a CM 10 port http://forum.xda-developers.com/showthread.php?t=2457346 I see no reason why an Ubuntu Touch for the Samsung Galaxy Note 8.0 would not be possible.
I agree with you...
Sent from my Nexus 4 using xda app-developers app
I might try my hand at this after I've sorted my university stuff - its been a while since I've done any ROM stuff
Thanks in advance if you're willing to try to port it, I'm really looking forward to this
Kernel and other stuff are the same, so theoretically you could use my sources (kernel, hardware, etc) with the n5110 device repo, and maybe it would work.
Click to expand...
Click to collapse
Quoting OP of the Ubuntu Port thread for Samsung Galaxy Note 10.1 http://forum.xda-developers.com/showthread.php?t=2168999
And is it possible to make it dual boot between Ubuntu Touch and Android?
PS. Please port Ubuntu Touch for GT-N5110
So is this project starting or has it begun?
Or how is the process going?
Sent from my GT-N5110 using XDA Premium 4 mobile app
I might start it this week, but theres a few things im not sure on
If bricked, how would I unbrick it? I'm experienced with HTC's and somewhat with Nexus, but not samsung at all
Would there even be any demand? I mean it won't support the S-Pen and all, and development is relatively slow as it is
My guess is yoou would just use Odin to reflash your device. And I know personally this is something I would back and be willing to test should you need someone.
Sent from my GT-N5110 using Tapatalk
techhead11 said:
My guess is yoou would just use Odin to reflash your device. And I know personally this is something I would back and be willing to test should you need someone.
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
wow to have a fully capable linux operating system working on our note 8 would be great!! but are there any apps like onenote from microsoft available for linux yet???
So I guess this is just a lost hope huh?
Sent from my GT-N5110 using Tapatalk
Any news about this port? Now I try the news nightly cm10.2 and work fine.
Krumbalu said:
wow to have a fully capable linux operating system working on our note 8 would be great!! but are there any apps like onenote from microsoft available for linux yet???
Click to expand...
Click to collapse
From what I know, Ubuntu Touch is just cyanogenmod with an Ubuntu UI. It is no more a full linux OS than Android, and in fact, both run on the Linux kernel and Ubuntu is basically a modified version of Android. I really don't understand why people are having wet dreams over the prospect of running Ubuntu Touch on their tablets. You're getting nothing in return except a different look and design of the OS and probably no access to Google Play. Oh, and all the bugs associated with CyanogenMod, and none of the functionality that is unique to the Note 8. I am all for giving people options, but Ubuntu Touch seems like the most unnecessary development to hit Android devices to date.
sputnik767 said:
From what I know, Ubuntu Touch is just cyanogenmod with an Ubuntu UI. It is no more a full linux OS than Android, and in fact, both run on the Linux kernel and Ubuntu is basically a modified version of Android. I really don't understand why people are having wet dreams over the prospect of running Ubuntu Touch on their tablets. You're getting nothing in return except a different look and design of the OS and probably no access to Google Play. Oh, and all the bugs associated with CyanogenMod, and none of the functionality that is unique to the Note 8. I am all for giving people options, but Ubuntu Touch seems like the most unnecessary development to hit Android devices to date.
Click to expand...
Click to collapse
I may be wrong bjt im oretty sure that you actually have full access to the ubuntu software center for apps and such.
Sent from my GT-N5110 using Tapatalk
techhead11 said:
I may be wrong bjt im oretty sure that you actually have full access to the ubuntu software center for apps and such.
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
I would say you're wrong only because Ubuntu and Ubuntu touch are designed for different architectures (x86 vs ARM). This is no different than windows 8 vs windows RT in that you can't share apps between the 2 systems. Point is, if an application such as OpenOffice is not reengineered to run on ARM, it's not going to run on Ubuntu Touch. Ubuntu Touch is built on top of Android, and while it may have access to the ubuntu software center, it's still not going to have the apps to make it worthwhile unless it also can access google play. And I doubt that it will. But if I am wrong, please correct me.
sputnik767 said:
I would say you're wrong only because Ubuntu and Ubuntu touch are designed for different architectures (x86 vs ARM). This is no different than windows 8 vs windows RT in that you can't share apps between the 2 systems. Point is, if an application such as OpenOffice is not reengineered to run on ARM, it's not going to run on Ubuntu Touch. Ubuntu Touch is built on top of Android, and while it may have access to the ubuntu software center, it's still not going to have the apps to make it worthwhile unless it also can access google play. And I doubt that it will. But if I am wrong, please correct me.
Click to expand...
Click to collapse
In a sense yes, but just like any new operating system, the app market will start out slow and as more interest grows, people are going to develop more and more apps for the market.
techhead11 said:
In a sense yes, but just like any new operating system, the app market will start out slow and as more interest grows, people are going to develop more and more apps for the market.
Click to expand...
Click to collapse
You are assuming that interest is actually going to grow, and I can probably think of more new systems that are failing or have failed, than succeeded. And again, Ubuntu Touch is a port of Android with a questionable future. It brings nothing new in terms of the actual operating system to the table, and if a current dev who is making programs for Linux is not making similar programs for Android now, what would make them start coding for Ubuntu Touch? Likewise, why would a current Android dev start porting their apps to Ubuntu when they have a massive user base on iOS and Android? Look at BB and Windows Phone, which are actually very good, polished systems and not half-ass ports, and see how small their app ecosystems are.
But ask yourself this question: are you going to give up Android 4.2.2 on your Note for a half-ass port of Ubuntu Touch (pretty much all ports of CM are half-ass), lose the functionality of the S-Pen, and lose access to Google Play along with all of apps that make Android something more than just a device to browse the web? Because that's pretty much what you will end up with as it stands now. I will not discount the possibility that Ubuntu Touch will carve itself a niche market somewhere, but even if you can sideload Android apks, it is far more effort than most people will be willing to put up with.
I know this is an OLD thread, but I want to correct the people saying the x86/ARM difference means that software won't run on Ubuntu Touch. This is completely false. Ubuntu maintains repositories for all manners of architectures, including ARM. ALL OSS applications with full source will run under ARM (you can even do this on a Chromebook, which is amazingly nice.) as long as they have no proprietary binaries. This means that if you can download the source code, it can be compiled to work on ARM, and even done on the fly with apt.

Categories

Resources