Android 3.0: Alternative for Windows on PC? - Android Software/Hacking General [Developers Only]

Since Google was known as a corporation, which makes successful global projects and "do not do anything evil", plenty of people started ask them selves, will be Google THAT Windows killer, which legends are talking about long time ago.
Hope became even stronger everyday. Google said at first time, that it won't make a web browser, then made Google Chrome, said that it is related only to internet, then made Android, said that the corporation is related to software only and made the Nexus One.
So, Everybody's waiting, waiting but no one paid attention that Windows Killer... Is released,
I'm talking about Android 3.0 (HoneyComb). What is this? It's an operating system for Tablet PC's. What is the difference between a Tablet and a normal PC? Yeah... No difference at all. Yes, Tablet have a touchscreen, but you can connect a mouse and keyboard. It can be not a tablet, a notebook PC. Tablets usually has a powerful VGA card, big display, powerful processor and RAM. There is no difference at all, except the form-factor.
Today, many developers are writing software, and games for Android tablets. There is software and games nowadays for android 2.x, and it can be ported to Android 3.x easily, it don't need nothing at all. This is a complete operating system with complete software, with it's own development environment, with it's developers communities, with it's tools and a programming language (Java script), own libraries for all basic functions... With everything. And, it seems, writing a complete, powerful program for Android is even EASIER, than the same program for Windows. And unlike the "clean" Java, programs and games under Android do not lag!
Windows Killer already exists. But it's unevenly distributed.

A few things you got totally wrong there, buddy.
1. Google didn't and do not make the Nexus devices. They're made first by HTC, then by Samsung.
2. Honeycomb isn't even CLOSE to being a Windows killer, not by a long long way, and never ever will be. I have a HC based tablet, and quite frankly, it's not even on the same planet as Windows when it comes to functionality, and never will be.
3. Serious development for Android happens at the C++ level, not Android's Java implementation. Java is nowhere near fast enough for things like Need for Speed. That makes it no better than any other platform for development, and if PopCap are telling the truth, actually much MUCH more complicated.

Did you take your meds today? Sorry that was a bad comment...
Sent from my I897 using XDA App

Related

How to develop an App for multiple mobile-OSys?

Hey there folks,
after reading these forums for quite a while and having several smartphones during the last years, I reached the point where I want to start creating my own apps. I tried to google around a bit and found some interesting tutorials on how to start creating apps. I also found several SDKs for different operating systems. But exactly that is the point leading to my question.
Before starting to code: is it possible to choose a platform from where my app can be delivered to each winmo, iphone, blackberry or android?
Or is that just plain impossible? I mean, those are all touch based devices Should'nt be that much of a difference? Originally I wanted to start developing an iphone app, but that would leave out all the android users and so on. I don't want to rewirte everything from scratch for an android device after having finished the iphone variant. And that did not even consider the advent of windows 7.
So, is there any way of coding for all the operating systems, keeping the effort of switching between operating systems low?
greetings and thanks in advance for your help,
your unexperienced coder-in-spe,
joker
While all four of the devices mentioned all use ARM processors of various flavours to do the work, they are four completely different operating systems, each with their own IDE and programming models.
Even considering Windows Mobile, you have to decide whether you are programming for a SmartPhone/Classic or a Pocket PC/Professional device. In this case it is possible to write code that will run on both WM platforms, but you will have to make that decision at design time, before you even think of writing a single line of code. Your application will then have to act accordingly, depending on the machine on which it runs.
java apps for symbian often works ok on wm using a midlet manager
not sure about android and blackbarry but being java not too much code would be required to port it I suppose
mind you java on wm work pretty poorly
and iphone got rules that you can only make apps using objective-C/c/c++ and their SDK
which is only available if you own a mac computer
Thank you for your answers. Looks like starting to code is not that simple as expected. So I will try developing for iPhone only :/

[Q] Android and iPod apps vs Windows apps

After a lot of unsuccessful searching, i figured i would try here.
Why does it always seem like every app offered is for iPod and Android phones only? Everywhere i go. Available for iPod, Android, and MAYBE BlackBerry. It occurs mainly with popular websites "Now Available As An App!". I don't understand why... Can someone shed a little light on the matter please.
It's because these devices have a different interface (small screen, touch operated), a specialized app as opposed to a full-blown website can offer a more streamlined service.
And now i am seeing that IMO.IM has an app for iPod, iPad, Android, Blackberry, or Nokia! Really? That is almost like going out of their way to not be on windows. In a way, i am glad because this was kind of what apple had gone through back in the windows vs mac days. But now i am on the losing end and i am pissed. Im still really considering getting an android over windows 7
WP7 is a relative newcomer and only has a very small market penetration. If you were hoping to make money off an app which platform would you code for first?
The main reason is C++ SDK! Currently Microsoft hasn't provided C/C++ SDK for Windows Phone 7. There are many apps for Windows mobile which aren't available for wp7. such as MS-DOS or Lingvosoft dictionary , etc.
If you can contact to developers recommend them to visit http://windowsphone.interoperabilitybridges.com/
I pray and hope that Microsoft provide a C/C++ SDK for WP7

How About Android for Desktops...

Another discussion where I posted a version of this led me to thinking that this might make for an interesting topic all on its own.
How would you envision a port of android made specifically for Desktop/Laptop environments, and do you think such an OS would be appealing to the average user?
_______________________________
As I envision it, ChromeOS should be folded into Android 4.0 and Google should build a version of the combined OS for Desktops.
The idea would be to create a common ecosystem of apps and usage environment accross multiple device categories, ad have it all interconnected through Google products and other apps running in the background.
I envision something that boots instantly right into ChromeOS while the rest of the Android system boots up in the background, thus allowing you virtually immediate cloud based functionality on the desktop. You could even choose to ONLY boot into chrome, say if you needed to look up something quickly online and didn't want to fully turn on a computer that has been turned off.
The chrome side of things would be very similar to ICS for tablets and would be deeply linked to all things google as well as relying on versions of the same Google apps that run on mobile, but optimized for ICS and taking advantage of larger screen dimensions. I envision touch interface to be retained for those who have touch sensitive screens, but also better keyboard and touchpad/mouse controls than currently exist. Lastly I would bundle a Google fork of Libre office specifically designed to have deep automatic integration with Google docs and Google+, but allowing users to have local editing control.
I would love to have such a system and have a common ecosystem between my phone, tablet and desktop/laptop, much how Apple currently does with IOs devices and MacOS and how Microsoft is planning to do with Windows 8 and WP8. unlike those ecosystems, this would run variants of the same OS, as opposed to different OSs made to work together, thus being able to take advantage of current built up knowledge and the existing android market.
Imagine if Google did the entire thing open sourced and released it to desktop and laptop OEMs.
A guy can dream right? If only there was a way to have a bunch of people pitch it to Google.
What do you guys think and how would you envision such an OS?
Android is already going to be merged with the Linux kernel in version 3.3 (with improved power management in 3.4)
nejc121 said:
Android is already going to be merged with the Linux kernel in version 3.3 (with improved power management in 3.4)
Click to expand...
Click to collapse
you sure about that? From what I've read Android is going to provide it's drivers and both Android and linux are going to provide patches to each other's kernels (with Power management being addressed in later versions of the linux kernel (3.4?). The Android kernel will remain (at least for now) a fork of the linux kernel.
Still that doesn't really address the subject of this thread.
Santeno said:
As I envision it, ChromeOS should be folded into Android 4.0 and Google should build a version of the combined OS for Desktops.
I envision something that boots instantly right into ChromeOS while the rest of the Android system boots up in the background, thus allowing you virtually immediate cloud based functionality on the desktop.
Click to expand...
Click to collapse
Yeah i too dream of Google using all the OS & games tech experience they have gained from Android to bootstrap a full desktop OS.
My personal fantasy is that the under no circumstances include any of the Chrome Cloud based nonsense. But focus quite heavily on games and multimedia, offer an OS that delivers content & gaming rather than try going head to head on productivity (where they would get owned).
Am not going to go into my objections to the cloud concept, lots of geeks my age & older well remember the mainframe model from the 70's and the cloud suffers many of the same inherent flaws IMHO.
I addition my fantasy involves ARM leveraging the experience with the multi-cores they have developed to produce an ARM desktop CPU arrays, as am a big fan or clusters and arrays, render farms etc.
I have to confess being serious i don't see either happening since both would be attempting to breaking into markets they are inexperienced in and where entrenched competitors already have a tough obstacle course laid out, plus pretty deep war chests.
But the main issue with a Google desktop OS, IMHO to succeed, i think it would have to be capable of some kind of half decent x86 emulation ........... But hey we are talking 'The Brothers Grimms Tales of Silicone Valley' here anyways.
Its possible to do so now, albeit not the same experince you get on your phone or tablet due to lack of driver support Its how i checked out 4.0 before I got it on my Asus Transformer Prime. Worth a try!
(Im new to XDA so I cannot post links, however google "android x86 download" and its the first link.)
There are ready is a port of android that works on desktops that these guys are working on over at http://www.android-x86.org/.

Android as a viable desktop - Discuss

Hi Folks
Just wondering if anyone has seriously considered or is using android on the desktop?
Hear me out here!
Since stopping using windows as my main desktop OS about 18 months ago, I've been enjoying all the fruits that open source has to offer. I think I must have trying nearly every flavour of Debian/Ubuntu distro's and currently using some Mint/Gnome 2 setup. partly due to Unity's immaturity as Multihead desktop and probably part of me can't let go of that "Start" menu analog.
Through all my "testing" however I've still not settled on the right desktop/development environment, I've tried them all, really, I feel like I given pretty much every Window Manager out there a go, I especially like the blank canvas of openbox although I've got real work to do as well, so configuration wise It's not something I want to know right now
Part of my issue is I've got a what I would consider a bit of an edge case when I comes to setup. My current setup is over 3 Monitors ( I was considering 6 but thought I might get whiplash from moving my head too much :laugh: )
Right now I live my live mostly in Terminal Windows and Bash Prompts and do most of my hacking In gedit with some plugins ( maybe not the most productive but it's kinda of working for me at the minute )
After giving the Android x86 project, It got me thinking whether It would be a viable option. I know android certainly has the capability to run over multiple monitors although whether I would have to do a bit of hacking on the Framebuffer internals ( add extra ones etc ) has yet to be investigated.
With regards Android Development it kinda of makes sense to Develop right there in it's native environment ( I'm talking Kernel/System Level here not apps) . Compiling the AOSP etc should still be the same process.
So Yeah, Android on the Desktop - Discuss
I'd be interested if anyone has been crazy/foolhardy/patient enough to go down this road and are just keeping quiet about it and If there's any gotcha's etc to think about before embarking on such a mission.
Android is better off on smartphones and Tablets and Windows in better off on Desktops and Laptops.
As Im an avid gamer, I wouldnot mind having Android on my Desktop. Android has limited no. of good games but Windows dont.
Sent from my GT-i9100 equipped with Grenade Launcher and Remote Explosives
www dot apc dot io
Hope that answers your question.
Sent from my YP-G70 using XDA
nightfire37 said:
www.apc.io
Hope that answers your question.
Sent from my YP-G70 using XDA
Click to expand...
Click to collapse
Thanks, That's the kinda of thing, I was not aware of this project/product ( although still vapourware til next month ) At least I'm not crazy for thinking it
I spent a week or 2 only using an hp touchpad, to see if I could get away using it as a desktop replacement.
The biggest problem I found is that the apps aren't really designed for serious productivity. Google docs is great for viewing things, but is very irresponsive on large documents, and doesn't like fancy formatting. Browsing was a nightmare. I had 3 or 4 different browsers, because each had different plugins, flash support, user agents, etc. Many browsers were unstable, and flash always caused random crashes and other weird problems. Gmail is useless for attachements, and there is no reasonable text editor.
It's doable, but you may have to spend a while finding apps to replicate all the functionality you expect from your PC.
trevd said:
Thanks, That's the kinda of thing, I was not aware of this project/product ( although still vapourware til next month ) At least I'm not crazy for thinking it
Click to expand...
Click to collapse
Your welcome. I am thinking on getting this for the fact to support the devs on the product.
Sent from my YP-G70 using XDA
As a desktop replacement I'm not so sure but Android can definitely work as a netbook replacements.
It also depends what you use ur desktop for. Anything more that web browsing and email, I'll still prefer having a full fledged OS on it.
theInfected1 said:
As a desktop replacement I'm not so sure but Android can definitely work as a netbook replacements.
It also depends what you use ur desktop for. Anything more that web browsing and email, I'll still prefer having a full fledged OS on it.
Click to expand...
Click to collapse
An android desktop could do mail, web browsing, multimedia, usenet or torrent downloads, games, dlna streaming, ebook reading and text editing (writing, creating pdf, etcetera) well.
It would not be able to do some of the things a desktop can do such as transcode video, run open office, use pc accessories, etcetera.
This is primarily because android is a mobile oriented os though it's likely that other than the use of pc accessories developers will write apps to get android doing even more as it is now a very popular tablet os and tablets often get used as a pc does.
Android could be a desktop for general everyday use right now but not for everyone.
For now windows and linux still beat android for both software, peripheral support and overall os speed making those better options however its also easier to have a new user mess those up than it is to mess up android so for general use it could be a good option.
Dave
( http://www.google.com/producer/editions/CAownKXmAQ/bigfatuniverse )
Sent from my LG P920 using Tapatalk 2
Short version: Currently, I would say no. In the future (2+ years minimum), I highly expect Android to compete for the desktop. It comes down to software moreso than hardware.
TL;DR version: Let me start by saying I've owned quite a few Android smartphones, and I've worked on twice as many for friends, family, etc. I've also owned a couple of Android tablets. Without trying to sound too cynical, let's just say I've been around the block when it comes to Android devices When it comes to phones, Android is as perfect as any OS could be. With it always improving, there's always more to love. For tablets, the experience didn't come off to a great start, but there have surely been improvements since. The first high-end tablets, as well as cheap alternatives, ran on Gingerbread or older. My first cheapo tablet ran on a rare version of Android 2.0 Eclair. Let me tell you, it wasn't pleasant at all! I decided to wait for Honeycomb to come out before trying another tablet, and that's when I picked up an Acer Iconia A500 with the sole intention being to use it like I'd use a computer. The only computer I had at the time was a 10" Acer netbook, so once I bought the tablet, I sold the netbook right away. Now, I will admit that I waited a little bit to see how Honeycomb took off. By the time I got my Iconia, 3.2 was just coming out. In order to completely replace any kind of computer, I knew I would need at least 3 accessories: a stand, keyboard, and mouse. In my initial research, I learned that Android 3.0 didn't have mouse support by default. This was fixed by the dev community here, and Google was prompt to add mouse support in the 3.1 update. So by the time I had my Iconia running 3.2, everything appeared to be ready as far as being a PC replacement. Or so I thought. One major reason I picked the A500 over other tablets was the fact that it had a full-size USB port right on the tablet itself, whereas others either didn't have one at all (Xoom, Galaxy Tab), or it was only available on the keyboard dock (Transformer). As a computer replacement, USB was important to me. It didn't take long for me to realize that a tablet as a PC replacement wasn't the most ideal choice at the time. While there are plenty of apps available to perform many different tasks, the real problem I had was with the way Android itself handled. The apps were more than good enough. There's email, web browsing, multimedia, word processing, etc. The problem is the way Android feels with a keyboard and mouse. One major problem for me was that Android has no proper right-click support with mice. It simply works like a back button. I feel that right-click would be more natural as the functionality of a long press. Another issue I was constantly trying to deal with was the amount of clicks required to complete simple tasks. I could do the same tasks twice as fast on any computer running Windows or Linux. This caused more frustration than anything else. File managers were generally really good - there's actually a couple that I really like a lot, but navigation was always an issue. It wasn't only file managers, but within several areas. Once again, this goes back to needing more clicks for the same tasks, and long pressing where a simple right-click would feel better. While the move to ICS was a huge improvement in performance, it didn't really solve anything with productivity and ease of use. USB support was also hit or miss, and a lot of it has to do with drivers. Now that's understandable, as most hardware venders don't expect Android to be the host OS. Hopefully this changes some day. Eventually I ended up trading the tablet and all the accessories for a mid-range laptop which I use now. I have this system triple-booting between Windows, Linux, and Android (android-x86.org). The same problems I faced with the tablet, I also face with ICS on my laptop. I find myself only booting to Android once in a blue moon, and it's always just to show off to my friends. Any real work is done with one of my other OS's. There's definitely a lot of potential with the Android platform as a desktop OS, but I feel like it's still a couple years away at least. There are still a few minor annoyances trying to use Android as a computer that need to be addressed. Maybe by the time Android 6.0 or 7.0 is released, it will put up a good fight for the desktop. Only time will tell. Another viable option is phones that dock to a computer with a desktop interface. Anyone remember Canonical's plans? Also keep in mind Linux kernel 3.3 which adopted Android natively, which is a huge step for Canonical and their Ubuntu-Android dreams.
i have been using android since 2008. The only thing i can tell you is Android can replace netbooks but not laptops and desktop. I used macbook for a year or so but I went back to windows.
HP Touchpad replaced my netbook.70% of the time i use my hp touchpad to chat, browse and play videos.
But when it comes to work or college work I go back to my good ol' desktop or laptop because
google spreadsheet is nowhere near MS Excel
google docs is nowhere near MS Word
fortemcee said:
The only thing i can tell you is Android can replace netbooks but not laptops and desktop.
Click to expand...
Click to collapse
I coming to that conclusion...... More for on the move devices, Although there some good stuff going on with the 10ft Experience (Android on TV's) at the moment.
It is also interesting to hear how people interact with their devices,
I'm far from an average user..... If i'm not developing with/on android I don't what to do with it :laugh: I think that's why my tablet has a keyboard and mouse plugged into most of the time
Thanks for the Input.
Bloodflame said:
Short version: Currently, I would say no. In the future (2+ years minimum), I highly expect Android to compete for the desktop. It comes down to software moreso than hardware.
TL;DR version: ...
Click to expand...
Click to collapse
Brilliant That's exactly the type of responses I hoped for, a man whose got he's knees dirty in these dam robots on the desktop ... little long but I did read it.
[Short Version] In Summary I'm inclined to agree with you give it a couple of years, As a developer I could probably fix it up but I probably wouldn't be finished before google etc sorted it themselves[Short Version]
Here's a more verbose reply :laugh:
I have seen some 2.x tabs in my time, trailblazers but not nice.... I presume you gave the 1.6 x86 one a go as well then? Just for kicks.
I've been using a mouse and keyboard on my tablet, an Archos G9 through a usb hub which also has full size usb slot..... I've never really twicked onto the mouse lack of context menu/right click being an issue until you pointed it out, I can see how it would become an irritant after a while unless you're a MacUser than one button should be fine
The right mouse button acting the same as long press would be a vast improvement, I'll probably have a look at what development effort is involved in that ( or at least add it to the pile of interesting stuff I want to do with my time )
I've found the keyboard to be useful, Shortcut Keys are generally the same as there desktop counterparts. Take Ctrl+L to type a web address in your browser for example and If I dig around the android source code for a while I'm sure I could find some more unpublished ones or add my own and help on the number of click navigation issues etc .
USB Support is not a problem with each iteration of Android it gets better internally and I'm currently working with the opinion that if a linux driver exists I can compile it and at least get android the recognize the device... I've been deep in the USB Internals with android for the last few months.
On the Androidx86.... I've not checked the project in a while, there maybe have greater focus on solving some on these usability issues.
With regard to phones and docking I do remember canonicals plans ( wasn't that earlier this year) or are you talking about the circa 2009/10?!? ubuntu proposed project to run apks directly on your pc? essentially running the dalvikvm/surfaceflinger framebuffer management, support services on ubuntu with an X Window for the app.
The latter I feel is highly possible especially with android fully "unforked" in the kernel - not looked at the full details but I presume that includes all androids system level binder stuff and their shared memory modules and the former, I think a manufacturer release something called "Android in a Window" (Motorola or LG, maybe) An interactive android window on the desktop... also motorola's Webtop looks interesting.
I've written enough, Thanks for the Input
no one found any way to run android on PC or Laptop ???????
saqi4you said:
no one found any way to run android on PC or Laptop ???????
Click to expand...
Click to collapse
It runs in virtualisation fine and there are a few PC's that can run it natively, I would bet Jelly bean will run on x86 without fuss.
Sent from my Transformer TF101 using XDA Premium HD app
I've had android ICS x86 on my Acer W500 (a windows tablet) for a little while now. It was installed along side the Windows 8 Developer Preview which expired and shuts down after a few minutes of use now. Instead of updating it to the W8 Consumer Preview for more time I just started using ICS full time. With my tablet in the "dock" (which is just a keyboard really) and a mouse hooked up I used it for days as a PC replacement (the power supply in my normal desktop died).
Android would be totally fine as a desktop OS, but apps would have to start being designed with that in mind.
Think about it:
You can't have multiple windows open at once on the screen for serious multitasking. What if I want to have a terminal/command prompt open while I reference a document in the web browser? With android I'm going to be switching between fullscreen apps.
The OS will have to be redesigned to allow for that capability and then new apps will have to be written to able to take advantage of it. Is it possible? Absolutely! Is it ready to be your desktop replacement? Not yet!
deathsled said:
Think about it:
You can't have multiple windows open at once on the screen for serious multitasking. What if I want to have a terminal/command prompt open while I reference a document in the web browser? With android I'm going to be switching between fullscreen apps.
Click to expand...
Click to collapse
I would say there is arguments for and against sizeable apps (I suppose that describes it), Personally I run multiple monitors and generally have Maximised Windows all the way, obviously every use case is different but I think android would become "just another window manager" and lose some of what android is If it had totally free window placement.
It is also assuming the current desktop metaphor which is in use today is the best/most productive way of interacting with the machine.... Maybe we're just blindly doing it because we've all be trained to think like that, and it's always been that way.
I don't claim to have the answers on any of these points though
I suppose the only thing I can do is stop talking and start doing, "try it yourself" as we say in the "trade" .....I've got a laptop I could give it a blast on, I can at least try a multiple monitor test with that with out too much disruption.
saqi4you said:
no one found any way to run android on PC or Laptop ???????
Click to expand...
Click to collapse
dragon_76 said:
It runs in virtualisation fine and there are a few PC's that can run it natively, I would bet Jelly bean will run on x86 without fuss.
Click to expand...
Click to collapse
You might want to read the full thread guys It's kinda what we're talking about, check the Androidx86 project out if you've never seen it before
Actually with apps like overskreen and the open source standout library which lets apps float, so you can have several open at once on screen together and swap between them, you could multitask with multiple open windows.
It's a new approach but already finding favour on tablets.
Dave
( http://www.google.com/producer/editions/CAownKXmAQ/bigfatuniverse )
Sent from my LG P920 using Tapatalk 2
deathsled said:
You can't have multiple windows open at once on the screen for serious multitasking. What if I want to have a terminal/command prompt open while I reference a document in the web browser? With android I'm going to be switching between fullscreen apps.
Click to expand...
Click to collapse
If I am doing some coding on my PC (running Ubuntu) I use i3-wm which is a tiling window manager. I find the best option is to have all applications full screen and switch between them quickly using keystrokes. The same thing can be done with a theoretical Android Desktop.
I think the case for an Android Desktop is a strong one. Just looking at mobile phone shops and sites, Android is the most popular firmware for smartphones on the market so the amount of people owning one is only going to increase. With that it means that online communities like this site will get bigger with more people offering support and development. An Android desktop might not have the same look and feel as the smartphone version but if it can emulate the same functionality i.e. the way to do something on a smartphone is the same as on the desktop then the leap from smartphone to desktop won't be so hard for people. As you will have the same underlying platform, the same will apply for developers so it means application development on the Desktop version should in theory be faster.
That's a way of doing it but my preference would be a convergence of devices where say I can plug my smartphone into a docking station which hooks it up with a monitor, keyboard and mouse or like the Assus Padfone where a smartphone can be pluged into a tablet dock which turns it into a tablet.

The Future of Android ...

So, Heres what I'm seeing..
Windows eventually removing their heads from the warm dark places which inspire them, and bridging the gap between Win 8 and WinPhoney.. and giving users back a powerful PDA-like experience where we can once again do powerful things on our devices besides swipe & play games
iPhone6 or iPhone7 actually functioning more like a tablet, the iPad functioning more like a macbook, and people actually getting work done on their phones again.
Both the above phones docking into docking control stations which go to myDP out to Flatscreen + mouse & keyboard, for a Full Office Pocket Computing Combo
and Android clinging to their obsolete wanabe iPhone, pain-in-the-butt smartphone experience they seem overjoyed about... without anyplace to progress to but the dreaded Linux OS, losing all of its users but the current Linux users when the bridge from Phones to Desktops is complete
Google, Apple, & MS working like crazy to be sure phones stay as far away from desktops as possible for as long as possible, by continued slothful micro-trickling of RAM, ROM memory, Internal Memory, GPU & CPU speeds, and very un-user-friendly software which keeps phone users confined to a small phone box to expand their profitability
the rise of Hardware companies like ASUS, Huawei, etc, who offer devices able to support Win8.. Apple quickly changing their game to follow suit, and the inevitable end of this little current SmartPhone-only empire
and Android left diddling themselves making a few diehard Desktop Linux OS Phones
and I dont see Android having much of any future at all in that rapidly approaching time period they seem completely oblivious to.
anyone agree with that forecast & assessment?
Android is very popular among all the OSs & the combination of a cool software & high end latest hardware makes it endlessly happening.
ak070 said:
Android is very popular among all the OSs & the combination of a cool software & high end latest hardware makes it endlessly happening.
Click to expand...
Click to collapse
ok.. so the "cool apps" you feel will make it to be "endlessly happening", regardless of the generation or era?
and "the latest hardware" remember is all relative...
You dont think INCREASED hardware capabilities able to support a larger more fully functioning, & more useful OS will make these little apps seem a trivial waste of time?
chinarabbit said:
ok.. so the "cool apps" you feel will make it to be "endlessly happening", regardless of the generation or era?
and "the latest hardware" remember is all relative...
You dont think INCREASED hardware capabilities able to support a larger more fully functioning, & more useful OS will make these little apps seem a trivial waste of time?
Click to expand...
Click to collapse
I never mentioned cool apps. I'm talking about the overall OS. Its Open source. So there are many manufacturers that use this OS & come up with their own ideas & devices with different designs which gives users a very wide variety to choose from. And as far as new hardware is concerned, manufacturers like Samsung & Sony use new hardwares to add new features which were never implemented before & completely redefine the 'Smartphone' experience.
I'm not saying that other OSs are bad. It's the matter of one's own taste finally.
Seems to me your assessment is based on your usage/desired usage.....in reality many many people don't really even need a Windows pc, and use the internet primarily for media/social applications, which android favours.
So there will always be a market out there regardless I reckon
Nice fortune telling but i really dont agree ...
ak070 said:
I never mentioned cool apps. I'm talking about the overall OS. Its Open source. So there are many manufacturers that use this OS & come up with their own ideas & devices with different designs which gives users a very wide variety to choose from. And as far as new hardware is concerned, manufacturers like Samsung & Sony use new hardwares to add new features which were never implemented before & completely redefine the 'Smartphone' experience.
I'm not saying that other OSs are bad. It's the matter of one's own taste finally.
Click to expand...
Click to collapse
ya... but is it really just about OSs? or do u think the manufacturers play a larger role in it?
For example, if Samsung & HTC were to create the majority of their devices for use with a new "Windows Mobile 7" because of its design & functionality & usefulness exceeding that of Android - which would inevitably happen, because even though Android is useful for certain things, a Phone OS who encompassed those things, and surpassed it in many others, creating a wider-use platform able to satisfy a broader user base would have to dominate - Dont you think that the number of Android users would dwindle to near nothing?
if every new HTC & Samsung was built with, say, a "Windows Mobile 7" which out-performed Android, and was preferred by companies like ASUS, Huawei, HTC, & Samsung, because of the OS having more use in Government & Job-specific applications that Win CE is often used for, which WinMo 6 started to see a bit of before it was sat on.. Users would of course move from Android to WinMo7, and I really dont see that there would be many android users left at all
Linux is Open Source, yet very few there are who use it & develop for it..
Windows is the largest OS on earth.. Like it or not - like MS or not - developers still create freeware and awesome programs according to the specifications of the device. and if that device allowed for more control, functionality, & customizability, it stands to reason that most devs would migrate as well
If this is a arguent thread well here we go..
i walked into the windows store and messed with the 41mp phone and all i did was spend 10min scrolling down and up to find apps
end of my argument...
androidfoshizzle said:
If this is a arguent thread well here we go..
i walked into the windows store and messed with the 41mp phone and all i did was spend 10min scrolling down and up to find apps
end of my argument...
Click to expand...
Click to collapse
ya, it can get a bit silly... apparently they are alphabetized, and i think you can sort different ways too..
For 100% sure, WindowsPhone will never amount to anything unless its a full Win8 they call WinPhone some day
but I do think win MOBILE 7 is whats needed, and what could sink android.
Android won't sink..Ubuntu will have a phone out that has a full desktop OS by the time windows does anything.. Android is a mobile operating system anyways
sent from 9 month old nexus 4
open source
i agree with androidfoshizzle..linux (android ubuntu) is open source and have many supporters..its free but gives high end support and availability of features.they understood that linux has to become user friendly and it has come to a very reasonable level!
chinarabbit said:
So, Heres what I'm seeing..
Windows eventually removing their heads from the warm dark places which inspire them, and bridging the gap between Win 8 and WinPhoney.. and giving users back a powerful PDA-like experience where we can once again do powerful things on our devices besides swipe & play games
iPhone6 or iPhone7 actually functioning more like a tablet, the iPad functioning more like a macbook, and people actually getting work done on their phones again.
Both the above phones docking into docking control stations which go to myDP out to Flatscreen + mouse & keyboard, for a Full Office Pocket Computing Combo
and Android clinging to their obsolete wanabe iPhone, pain-in-the-butt smartphone experience they seem overjoyed about... without anyplace to progress to but the dreaded Linux OS, losing all of its users but the current Linux users when the bridge from Phones to Desktops is complete
Google, Apple, & MS working like crazy to be sure phones stay as far away from desktops as possible for as long as possible, by continued slothful micro-trickling of RAM, ROM memory, Internal Memory, GPU & CPU speeds, and very un-user-friendly software which keeps phone users confined to a small phone box to expand their profitability
the rise of Hardware companies like ASUS, Huawei, etc, who offer devices able to support Win8.. Apple quickly changing their game to follow suit, and the inevitable end of this little current SmartPhone-only empire
and Android left diddling themselves making a few diehard Desktop Linux OS Phones
and I dont see Android having much of any future at all in that rapidly approaching time period they seem completely oblivious to.
anyone agree with that forecast & assessment?
Click to expand...
Click to collapse
fortune teller!
androidfoshizzle said:
Android won't sink..Ubuntu will have a phone out that has a full desktop OS by the time windows does anything.. Android is a mobile operating system anyways
sent from 9 month old nexus 4
Click to expand...
Click to collapse
I think it already does
The problem with Linux is its just over complicated and not much fun to use.. everytime you want to do something, you have to pull out your programmers reference book.. or google it.
I had thought early on that Android would be a way to enter Google into direct competition with Apple & Windows Desktop OSs, and give us all another viable option..
the problem is two-fold..
1stly, Linux Devs are overly left-brained. and they dont have any creative oversight or people in charge of non-geeky usability engineering.. making Linux the choice of OS for people who enjoy doing what would only be done by IT guys if your computer had serious problems on other OSs
2ndly, Google's own shortsightedness.. their Android dev team has created an implementation of the Powerful Android Platform that is really anything but powerful... and these google OS's are designed inside and out to be phones, and have little use outside the mobile phone market, except as equally-functioning tablets, which make them little more than large phones, without great calling ability
the Ubuntu OS is starting to be developed for Android, rather than the other way around.. its looking more and more like a Phone interface.. It actually seems to be optimized for touch screens, and if not, the developers think "making Linux more user-friendly" means making it work like a phone..
Users want an OS thats fun to use.. we're not all retards... i dont think the devs get the difference.
at any rate, Ubuntu is definitely NOT replacing Win7 or Win8 or OSXs anytime soon, thats much has been made painfully transparent by google..
further, google really wants to make you know you are using a Google product.. it has Google DNA on it from top to bottom.. which is great if you think Google is the way you should be doing all of your computing.
I think, still, a powerful Windows Mobile 7 Solution would quell Android, and take all wind out of its sails, and eventually pretty much squash it for all but Ubuntu Desktop users
But Even given its complexity and difficulty of use, how many of us would still prefer to have a Linux Desktop on our Phone, rather than a Google Phone for our desktop???
I most certainly would

Categories

Resources