Zenfone 2 will be able to run windows applications soon! - ZenFone 2 General

Zenfone 2 and most intel based android phones will be able to run windows applications soon with this method.
http://www.phonearena.com/news/Inte...ble-to-run-Windows-apps-via-CrossOver_id74534
Im not uber excited but every new choise we have is a + and extends the time of our phone.

Good news indeed !

sweet

I was wondering if Crossover would do something like this. I wonder if they're going to first put together their own Android X server since Wine depends heavily on X.
Right now, anyone can install Linux using tools like Linux Deploy, but w/o accelerated Xorg drivers, there's no video acceleration. But you can install Wine & run most of the applications that way already.
Let's hope Crossover gets us some 3D acceleration, possibly via Gallium. Anyway, color me excited.

Wine is a Linux based windows emulator for those that do not know

Frankenberrie said:
Wine is a Linux based windows emulator for those that do not know
Click to expand...
Click to collapse
Wrong, wine is not a emulator, it's an native interpretor, implementation of Windows environment (libraries, frameworks, APIs...) on Linux, based on reverse engineering .

Wine Is Not (an) Emulator
Skyrim is in the supported list... how many mods do you think we'll be able to run it with?

Oishikatta said:
Wine Is Not (an) Emulator
Skyrim is in the supported list... how many mods do you think we'll be able to run it with?
Click to expand...
Click to collapse
Yeah I get that.. I'm an avid user of mint with wine... Maybe emulate wasn't the correct term to use

Related

[Q] n64 palm pre

with xserver finally being released and being able to run open office and other linux applications, would it be possible to run mupen64 plus on it like the nokia n900?
isaiah12345 said:
with xserver finally being released and being able to run open office and other linux applications, would it be possible to run mupen64 plus on it like the nokia n900?
Click to expand...
Click to collapse
If you know how to port it, yes it should be possible.
I would do it by myself but, i'm busy at school, getting an engineering degree is not too easy.

[INFO][WIP] Linux on the TF101 (coming soon (I assume))

So as we all know soon we will have the files to access nvflash. This for one will hopefully allow us to install any OS we want.
Here is a guide to flashing ubuntu through nvflash onto a tegra 2 device:
http://tegradeveloper.nvidia.com/tegra/forum/workaround-run-ubuntu-now
Now lets hope once the nvflash tools get released in the coming days we will be able to do this.
You're my hero men !!!!
I love you
very nice, ubuntu with unity desktop would be great on tf
xufuchang said:
very nice, ubuntu with unity desktop would be great on tf
Click to expand...
Click to collapse
Definitely
Asus would dominate the tablet market with this due to the dock that makes it into a possible real pc now. Did asus give any indication on releasing tools for nvflash?
Will dual-boot be possible, too?
Otherwise that would be nothing for me, cause for multimedia Android is much better and I have a netbook.
cowballz69 said:
Asus would dominate the tablet market with this due to the dock that makes it into a possible real pc now. Did asus give any indication on releasing tools for nvflash?
Click to expand...
Click to collapse
RayMan and bumblebee already got tools set up, and they're releasing soon.
Will dual-boot be possible, too?
Otherwise that would be nothing for me, cause for multimedia Android is much better and I have a netbook.
Click to expand...
Click to collapse
It's been done on other Android devices so I don't see why not.
Ubuntu on this.....I am salvatating already....ooooooohhhhhh yea....this would definely rock my world
seshmaru said:
It's been done on other Android devices so I don't see why not.
Click to expand...
Click to collapse
That would be amazing and probably with the dock one of the best devices ever!
When you really think about it.....Android IS a variant of linux.
Digiguest said:
When you really think about it.....Android IS a variant of linux.
Click to expand...
Click to collapse
That's the same as saying OSX is a variant of Unix.
Android borrows the Linux kernel, but aside from that the user interface and feature set is completely different from the typical desktop environments like Gnome and KDE in other Linux distributions. If Android was actually able to provide anywhere close to the same capabilities as a desktop Linux distribution, people wouldn't be asking for a way to install Ubuntu instead.
earlyberd said:
That's the same as saying OSX is a variant of Unix.
Android borrows the Linux kernel, but aside from that the user interface and feature set is completely different from the typical desktop environments like Gnome and KDE in other Linux distributions. If Android was actually able to provide anywhere close to the same capabilities as a desktop Linux distribution, people wouldn't be asking for a way to install Ubuntu instead.
Click to expand...
Click to collapse
"Linux" is the kernel, while Ubuntu, Android, Fedora is the distribution in full. But those are all powered by Linux... and btw OSX is Unix, since XNU (the kernel, funny enough it's open source) is certified as such.
Clearly if you cripple the potential of the platform with an interface and toolset suited for mobile use like Android or iOS, you lose some features and gain usability. A tradeoff most are happy with
Sent from my GT-P1000 using Tapatalk
AlexTheStampede said:
"Linux" is the kernel, while Ubuntu, Android, Fedora is the distribution in full. But those are all powered by Linux... and btw OSX is Unix, since XNU (the kernel, funny enough it's open source) is certified as such.
Clearly if you cripple the potential of the platform with an interface and toolset suited for mobile use like Android or iOS, you lose some features and gain usability. A tradeoff most are happy with
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
The Linux kernel that actually makes it into the final builds of Android is not the same kernel that you would find in desktop and server distributions. Mainly, it is missing the X Window system and doesn't support all of the GNU libraries, and has tons of other Android-specific additions and architecture changes for the sake of security and interoperability with certain mobile device standards. You can't just throw together the Android-ified Linux kernel with any desktop environment of your choosing like you can with the actual Linux kernel that ships with Ubuntu and Fedora. Furthermore, the changes that Google does make to the kernel do not get included into the mainstream kernel, and that fork has existed for quite some time. That is why Android is Linux-based, and not actually a Linux distribution.
ive had that page bookmarked since the week before i got my tab xD
Linux is just the kernel. Ubuntu, fedora etc are distributions with everything else needed to make the OS work.
earlyberd said:
The Linux kernel that actually makes it into the final builds of Android is not the same kernel that you would find in desktop and server distributions. Mainly, it is missing the X Window system and doesn't support all of the GNU libraries, and has tons of other Android-specific additions and architecture changes for the sake of security and interoperability with certain mobile device standards. You can't just throw together the Android-ified Linux kernel with any desktop environment of your choosing like you can with the actual Linux kernel that ships with Ubuntu and Fedora. Furthermore, the changes that Google does make to the kernel do not get included into the mainstream kernel, and that fork has existed for quite some time. That is why Android is Linux-based, and not actually a Linux distribution.
Click to expand...
Click to collapse
<pedantic>
Pretty sure the Linux kernel proper does not come with X-Windows or GNU libraries (although it does rely heavily on the GNU toolkit, hence GNU's insistence that it be called GNU/Linux - http://www.gnu.org/gnu/gnu-linux-faq.html)
</pedantic>
Sent from my Transformer TF101 using XDA Premium App
jhanford said:
<pedantic>
Pretty sure the Linux kernel proper does not come with X-Windows or GNU libraries (although it does rely heavily on the GNU toolkit, hence GNU's insistence that it be called GNU/Linux - http://www.gnu.org/gnu/gnu-linux-faq.html)
</pedantic>
Sent from my Transformer TF101 using XDA Premium App
Click to expand...
Click to collapse
Was that really necessary?
The point of this discussion is that Android is not Linux, does not include the vast majority of libraries found in standard Linux distributions, is thus incompatible with the vast majority of Linux applications, and is otherwise missing large portions of functionality. The fact that Android has some basis in Linux does not solve the problem of there being thousands of users out there that need to be able to do more than just basic word processing and web browsing on their mobile devices, but also want hardware that won't soon be neglected by developers.
Some people need VLC, Eclipse, GIMP, or various Oracle applications to get their work done. Telling people that Android has some similarity to Linux doesn't make those applications any easier to port, and would be pointless anyway if the same hardware can run Linux distros natively.
you made it to he news
earlyberd said:
The Linux kernel that actually makes it into the final builds of Android is not the same kernel that you would find in desktop and server distributions. Mainly, it is missing the X Window system and doesn't support all of the GNU libraries...
Click to expand...
Click to collapse
......
Your kernel has the GNU libraries in it? and X Windows? Must be pretty large...
earlyberd said:
Was that really necessary?
The point of this discussion is that Android is not Linux
Click to expand...
Click to collapse
Actually, it is.
Linux == The Kernel. Everything else is just the distribution. Honeycomb is basically a Linux distribution, just like Ubuntu, RedHat, and Gentoo are. It is just highly specialized. And if you think that because it doesn't have the GNU libraries makes it somehow not Linux, you are DEAD wrong. There are a plethora of devices and distributions that do not use the GNU libraries or toolchain.
Aside from this, the fact that you seem to continuously confuse the kernel with the distirbution indicates to me you aren't really qualified to discuss this topic, so I would stop arguing it.
earlyberd said:
Was that really necessary?
The point of this discussion is that Android is not Linux, does not include the vast majority of libraries found in standard Linux distributions, is thus incompatible with the vast majority of Linux applications, and is otherwise missing large portions of functionality. The fact that Android has some basis in Linux does not solve the problem of there being thousands of users out there that need to be able to do more than just basic word processing and web browsing on their mobile devices, but also want hardware that won't soon be neglected by developers.
Some people need VLC, Eclipse, GIMP, or various Oracle applications to get their work done. Telling people that Android has some similarity to Linux doesn't make those applications any easier to port, and would be pointless anyway if the same hardware can run Linux distros natively.
Click to expand...
Click to collapse
Did you even go to the gnu link? Linux is the kernel. Android uses the Linux kernel. It's the tools on top of it that are missing (hence busybody)
Sent from my Transformer TF101 using XDA Premium App

Linux distro on the Nexus 7

Hi everyone,
I consider buying a this nice little tablet I just wonder if anyone managed to install a complete Linux distribution on it like ArchLinux ARM natively (not emulation/virtualization not even chroot) with everything working. I guess that even if it's not done up to now it will be quite easy to do as everything is open source.
Thanks
So as a few months passed since the Nexus 7 is available and I just bought one yesterday, I thought that I could do a little up...
Hope mods won't think it is offensive to make alive an old thread with some kind of what I think is a good reason.
If no one can help me, I will probably work on a native ArchLinux ARM on my nice new tablet in the next days. But first I have to make sure I can get it back fully stock from a fully rooted/unlocked/repartitioned state. If I have no choice I will dd my entire N7's internal memory to a slightly bigger USB stick to recreate exactly the partition table. But I am not sure I can have a complete access to the internal flash memory (all of the partitions with the boot loader, recovery etc). If someone can confirm if I have only one memory drive or more to backup or if there is no chance that I cannot recrate then entire Android stock system from a corrupted partition table for example... I would appreciate it right!
Thanks in advance!
Sorry if this is already answered I have to confess that I didn't search for the last part, I don't have time this morning.
Sent from my Nexus 7
Yeah installing Linux on the N7 has been done. I think the Ubuntu Distro is the one that was used for the successful install.
I did a little searching and found it for you:
http://forum.xda-developers.com/showthread.php?t=1585009
Hope that helps
Wilks3y said:
Yeah installing Linux on the N7 has been done. I think the Ubuntu Distro is the one that was used for the successful install.
I did a little searching and found it for you:
http://forum.xda-developers.com/showthread.php?t=1585009
Hope that helps
Click to expand...
Click to collapse
Thanks for your answer but I was looking for a native installation, not a chroot if possible that I can use hardware
acceleration (maybe that I still could with virtualGL though).
It is already a good point that it has been done in chroot, wich I am not surprised.
Sent from my Nexus 7
johnride said:
Thanks for your answer but I was looking for a native installation, not a chroot if possible that I can use hardware
acceleration (maybe that I still could with virtualGL though).
It is already a good point that it has been done in chroot, wich I am not surprised.
Sent from my Nexus 7
Click to expand...
Click to collapse
To be honest mate, I'm not into it all that deep, couldn't even tell ya the difference between chroot and a native client, perhaps you could explain for me?
the chrooted version is the android kernel with the ubuntu "programs" running. you can access the ubuntu desktop only via a vnc client, as there is no "real" x server running. think of it as ubuntu running as a service in the background which you then access via local network from your android.
would be interested in a native version as well.
kendong2 said:
the chrooted version is the android kernel with the ubuntu "programs" running. you can access the ubuntu desktop only via a vnc client, as there is no "real" x server running. think of it as ubuntu running as a service in the background which you then access via local network from your android.
would be interested in a native version as well.
Click to expand...
Click to collapse
That explains it, so basically on chroot the Ubuntu is a virtual machine in essence?
johnride said:
Hi everyone,
I consider buying a this nice little tablet I just wonder if anyone managed to install a complete Linux distribution on it like ArchLinux ARM natively (not emulation/virtualization not even chroot) with everything working. I guess that even if it's not done up to now it will be quite easy to do as everything is open source.
Thanks
Click to expand...
Click to collapse
Has not been released yet, but definitely check out this: http://www.ubuntu.com/devices/android
Nooo there is a big difference between chroot and virtualization. On a chroot you still use the same kernel which allows to have the same speed or almost as a native client for what does not require hardware acceleration. the point in getting and Native Client working is that we could get advantage of the GPU after some more or less hard work. I bought this tablet to replace my sold laptop the best I could so that's why I'm interested in this.
When you do virtualization, CPU instructions are converted from a type to another and this is very heavy on the CPU and this way you cannot have good performances.
Think of a road: in chroot you only have to make the instructions take a turn without slowing down while in virtualization you have to stop the "convertible" instructions "remove the roof" and then you can continue. That's why virtualization is much slower than chroot.
Edit:
Chroot says what it does: it changes the root. This means that programs that run in the chroot environment will think that the / is another folder than what it is really. For example if you do chroot /sdcard/ and you have a file named derp.txt on your sdcard than type rm /derp.txt it will work since your / is now /sdcard/. The most come in case of uses of EC truth is when you have a Linux machine not booting anymore so you have to repair the boot loader, you will boot on a Live CD of the same distro (Ubuntu for example), mount the drive with the broken installation, chroot to this installation regular root and perform the same reparation as if this install would be booted, still using the kernel and binaries from your live CD (unless you specify that you want to use those from the chrooted environment).
Hope this is clear.
Sent from my Nexus 7
Stevenator21 said:
Has not been released yet, but definitely check out this: http://www.ubuntu.com/devices/android
Click to expand...
Click to collapse
Yeah that's a very nice project but I want the desktop on my tablet, no docks and all. This is also in chroot I believe. Probably that I will install ArchLinux in chroot and try to make VirtualGL work but it's not really what I want.
Sent from my Nexus 7
johnride said:
When you do virtualization, CPU instructions are converted from a type to another and this is very heavy on the CPU and this way you cannot have good performances.
Click to expand...
Click to collapse
Small clarification. You're describing emulation here. Emulation is one processor pretending to be another. The Android SDK provides an android emulator that pretends to be an ARM device while running on your x86 PC.
Virtualization is a special feature of some processor architectures that allows multiple, virtual memory spaces to be created that are isolated from each other at a very low-level. I seriously doubt (but don't know for sure) that the ARM architecture has much support for virtualization. VMWare and its ilk use virtualization.
Anyway, virtualization runs at full processor speed. However, access to everything but main RAM and the CPU may be emulated in most implementations. Particularly, it's very tricky to get proper access to the GPU via virtualization, so it is often emulated.
Trivia-time: The presence of a primitive form of virtualization in the 386 is what allowed Linux to be written back in the day. The 286 didn't support switching between normal and escalated privilege modes (aka kernel vs user process space) on the fly. Oh crap. Now I'm starting to show my age. Um, get off my lawn!?!
The more you know...
Thanks for the clarification old chap!
I knew about material virtualization with some CPU's but did not realize that there was no emulation for the biggest part of the instructions. Will sleep less dumb.
Sent from my Nexus 7
kendong2 said:
would be interested in a native version as well.
Click to expand...
Click to collapse
Mhmmm as we are probably not alone to be interested in this, I think I will open a topic in original development section to see how many would be interested and what direction I should take. If anyone supports that idea I will create the thread. I think it would be easier to put together all the good ideas in the dev section.
Ah you beat me to it!
Well we (the linuxonandroid team) have been running a device fund which has just finished.
One of the devices i will be getting from this is a nexus 7 which is being bought for two goals.
A) fixing tegra chip bugs with our chroot builds (after all chroot for many is a good way forward as it leaves android intact)
B) building native linux distro installs. Starting with ubuntu but expanding to as many distros that support ARM as possible (debian, backtrack, archlinux, fedora etc etc).
So prehaps you would like to PM me and maybe we can team up for this
Sent from my GT-N7000 using xda premium
zacthespack said:
Ah you beat me to it!
Well we (the linuxonandroid team) have been running a device fund which has just finished.
One of the devices i will be getting from this is a nexus 7 which is being bought for two goals.
A) fixing tegra chip bugs with our chroot builds (after all chroot for many is a good way forward as it leaves android intact)
B) building native linux distro installs. Starting with ubuntu but expanding to as many distros that support ARM as possible (debian, backtrack, archlinux, fedora etc etc).
So prehaps you would like to PM me and maybe we can team up for this
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I am currently working on developing on booting ubuntu on the nexus 7. Check this thread out - > http://forum.xda-developers.com/showthread.php?t=1842915

Windows 8 - not the desktop os

Okay so i think we know that windows 8 desktop os cant be done, but what if we took the phone os, are they different would it work, or would we get just a big phon
You would get big nothing. It is not possible to run Windows (Phone) 8 on Iconias and will never be as MS will never publish sources for the drivers etc which would be required to even start thinking about this.
This is a totallly different scenario than running Windows Mobile 6 on a device with Windows Mobile 5 device, as there already was support for windows mobile drivers for specific devices. Rom makers just had to do some magic with file mixing from different releases and they were able to make more or less stable roms. But here we don't have any Windows drivers for our tablets at all.
So just forget about it and stop asking such questions.
yaworski said:
You would get big nothing. It is not possible to run Windows (Phone) 8 on Iconias and will never be as MS will never publish sources for the drivers etc which would be required to even start thinking about this.
This is a totallly different scenario than running Windows Mobile 6 on a device with Windows Mobile 5 device, as there already was support for windows mobile drivers for specific devices. Rom makers just had to do some magic with file mixing from different releases and they were able to make more or less stable roms. But here we don't have any Windows drivers for our tablets at all.
So just forget about it and stop asking such questions.
Click to expand...
Click to collapse
Uhhh.... suppose I shouldn't ask about iOS?
But hey, they still have a ton of W500 and W501's for sale here. Wonder why?
MD
@Moscow Desire maybe it's the price? At least in my country cheapest w500 was about $150 more expensive than 64GB version of a500.
Sent from my A500 using xda premium
yaworski said:
@Moscow Desire maybe it's the price? At least in my country cheapest w500 was about $150 more expensive than 64GB version of a500.
Sent from my A500 using xda premium
Click to expand...
Click to collapse
It's definitely the price.
Over here, they will keep them at the same price forever. Even when the supposedly "surface" tablets come out.
Can you believe they want $750 for a W500/16 mb????? And they have a "ton" of these windows tablets they can't sell.
But a birdie in MS told me, they don't plan on upgrading the OS.
Heck, if they dropped the price to $250, I might get one just to add to the collection of unused gadgets I need some for a new business though.
Insane.
MD
It seems to be cheaper in Poland if you take memory size into consideration. Only the 32GB version is available in two options: with Window 7 Home Premium (about 690 USD without dock and 800 USD with dock) or Windows 7 Professional (850/880 USB without or with dock).
Those prices are from the largest polish computer shop network komputronik.pl (PLN/USD currency exchange rate from Google) and they even don't have the lowest prices on the market.
About the OS update, it is basically a PC hardware (AMD dualcore x86-64 processor and AMD Radeon graphics card) so I don't see a reason why couldn't it run Win8 desktop version. I don't know how hard it is to install new OS in w500 though.
jnktechstuff said:
Okay so i think we know that windows 8 desktop os cant be done, but what if we took the phone os, are they different would it work, or would we get just a big phon
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1842228
haha lol no i dont see that happening anytime soon even if i dont see a port coming over maybe something like a chroot enviremont but not a port the only os's ive found runnable on the acer a500 are ubuntu, backtrack 5, some of the older mac os's, win95, bodhi linux, win xp (not worth it) and ARMEDslack
gears177 said:
http://forum.xda-developers.com/showthread.php?t=1842228
haha lol no i dont see that happening anytime soon even if i dont see a port coming over maybe something like a chroot enviremont but not a port the only os's ive found runnable on the acer a500 are ubuntu, backtrack 5, some of the older mac os's, win95, bodhi linux, win xp (not worth it) and ARMEDslack
Click to expand...
Click to collapse
I don't think that it is a good thing to mix natively running systems (Linux based) with those that require emulation (Mac OS, Win 95 or Win XP). In my opinion OS that requires emulator doesn't qualify to be categorized as "runnable" on specific hardware, as the hardware they are using are 100% software emulated and they are running on top of another OS after all.
Chroot won't allow you to run Windows, as chrooted environment is using currently running kernel, so you can only run Linux based systems this way.
yaworski said:
I don't think that it is a good thing to mix natively running systems (Linux based) with those that require emulation (Mac OS, Win 95 or Win XP). In my opinion OS that requires emulator doesn't qualify to be categorized as "runnable" on specific hardware, as the hardware they are using are 100% software emulated and they are running on top of another OS after all.
Chroot won't allow you to run Windows, as chrooted environment is using currently running kernel, so you can only run Linux based systems this way.
Click to expand...
Click to collapse
I think that os's that equire emulation are slow and pretty much useless but i dont see any arm in running them
gears177 said:
I think that os's that equire emulation are slow and pretty much useless but i dont see any arm in running them
Click to expand...
Click to collapse
It's all a matter of meaning of the "runnable" one chooses. For me to categorize system as a runnable on specific hardware it must be able to run natively on this hardware without the help of additional software layers, i.e. system's kernel and drivers must communicate with the hardware directly.
To run Windows on our tablets you need an emulator which presents additional software layers on top of a host system (Android/Linux) which create emulated hardware layer which is not equal to device's real hardware. This of course allows you to run the system on a variety of hardware which isn't supported by the OS itself, but this does not mean that it is runnable on this hardware.
I'm not against emulation. As a matter of fact I'm using VirtualBox a lot (in both ways: Windows guest on Linux host and Linux guest on Windows host). Of course to emulate different kind of hardware you need to have powerful enough real hardware. If you take into consideration that the host system also using CPU and RAM at the same time and emulator does full CPU emulation (x86 on ARM) you simply cannot expect that Windows XP will work efficiently emulated on Tegra2 with 1GB RAM.
yaworski said:
It's all a matter of meaning of the "runnable" one chooses. For me to categorize system as a runnable on specific hardware it must be able to run natively on this hardware without the help of additional software layers, i.e. system's kernel and drivers must communicate with the hardware directly.
To run Windows on our tablets you need an emulator which presents additional software layers on top of a host system (Android/Linux) which create emulated hardware layer which is not equal to device's real hardware. This of course allows you to run the system on a variety of hardware which isn't supported by the OS itself, but this does not mean that it is runnable on this hardware.
I'm not against emulation. As a matter of fact I'm using VirtualBox a lot (in both ways: Windows guest on Linux host and Linux guest on Windows host). Of course to emulate different kind of hardware you need to have powerful enough real hardware. If you take into consideration that the host system also using CPU and RAM at the same time and emulator does full CPU emulation (x86 on ARM) you simply cannot expect that Windows XP will work efficiently emulated on Tegra2 with 1GB RAM.
Click to expand...
Click to collapse
agreed completely thats why the setup is not even worth it but if you do go through the grunge work of setting it up then when you actually get it running its completely usueless win95 you can atleast play minesweeper at decent fps but winXP is nearly impossible to do anything on even move the mouse with decent fps but still the option is there

Maybe someone can shed some light on this?

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.

Categories

Resources