Related
Ok so i just installed linpack on a friends iphone 3gs running os4 and i ran a few test and it maxed out at 30.x mflops and i was amazed that an iphone could get to such high speeds.
i mean i hate iphones but this just kinda shows that they are good at somethings....
plz don't flame me for writing this.
the iphone wasn't overclocked or jailbroken (rooted) either.
why does the iphone get so many more mflops than the droid eris or even the nexus one?
31 veiws = no response?
I've said a million times benchmarks mean nothing =p especially mflops. But the iphone has a much more powerful processor than our phone and it's optimized for single app processing so it can concentrate more on each app.
Try the quadrant test, it's at least somewhat more reliable.
it is because the iphone is a magically device crafted by Steve Jobs, who is really the second coming of the lord and savior Jesus Christ. Steve used his divine demi god powers to make a device to save our souls from damnation.
/this is what iphone followers really believe.
or that could be it
Hungry Man said:
But the iphone has a much more powerful processor than our phone and it's optimized for single app processing so it can concentrate more on each app.
Click to expand...
Click to collapse
Using that logic -- given that the iPhone in the past didn't support multi-tasking -- it could get away with a much less powerful processor.
The real reason is, in order for that benchmark app to be allowed in the "store", is that the numbers have to multiplied by a factor of 4.
hallstevenson said:
Using that logic -- given that the iPhone in the past didn't support multi-tasking -- it could get away with a much less powerful processor.
The real reason is, in order for that benchmark app to be allowed in the "store", is that the numbers have to multiplied by a factor of 4.
Click to expand...
Click to collapse
sounds like something mr. jobs would actually do.
The iPhone still doesn't use true multitasking and is therefor still optimized for single process-processing. It uses save states to RAM, which is ****ty in comparison to android multitasking but it allows for the cpu to go 100% when working on a benchmark application.
ramseyja said:
it is because the iphone is a magically device crafted by Steve Jobs, who is really the second coming of the lord and savior Jesus Christ. Steve used his divine demi god powers to make a device to save our souls from damnation.
/this is what iphone followers really believe.
Click to expand...
Click to collapse
well they need to pray to this god to help them remove the battery ahha
Hungry Man said:
The iPhone still doesn't use true multitasking and is therefor still optimized for single process-processing.
Click to expand...
Click to collapse
Enough with the idiotic misinformation. The iPhone OS has ALWAYS been a multitasking OS. Even running iOS 3 - you are running multiple things at once. iOS 4 added support for running third party apps side by side. iOS is based on Mac OS X - which has preemptive multitasking, threading etc...
It uses save states to RAM, which is ****ty in comparison to android multitasking but it allows for the cpu to go 100% when working on a benchmark application.
Click to expand...
Click to collapse
Your cluelessness is astounding. If you don't know what you are talking about - don't chime in. If you truley understood how modern OSs work ie linux, mac os x - you'd be ashamed you posted the drivel you did.
The higher scores may have something to do with the fact that iOS apps are compiled obj-c. No runtime / No need for a JIT etc...
Excuse me but what is objective c i am new to computers
edit: It doesn't let you put everything in all caps? That sorta ruins the effect.
Anyway I know plenty about computers lol but I know much much more about hardware than software.
edit edit: Oh wow I totally forgot to respond lol the iphone os4 still only uses save states to ram for multitasking. Or at least ios3 did, I know so little about ios4 but I know that the release for 3 is a version of the release for 4, so my point is STILL valid. phew. And just to answer the question further the iphone isn't a piece of crap, it's got a pretty nice processor.
http://www.pcworld.com/article/199528/multitasking_with_ios_4_is_horrible_apple_blew_it.html
Just to further prove exactly what I said lol
Your point about it being compiled c is probably the largest factor though.
who really cares about the iphoney anywayzz ? u cant remove the battery the icons are friggen ugly , u cant make a call without a cover , and this front facing camera ,, what good is it if the people u talk to dont have the same phone ? just wondering lol bottom line, the iphone is for little kids tryin to be cool android is for the reall world
sorry just my opinion
Hungry Man said:
Excuse me but what is objective c i am new to computers
edit: It doesn't let you put everything in all caps? That sorta ruins the effect.
Anyway I know plenty about computers lol but I know much much more about hardware than software.
Click to expand...
Click to collapse
Apologies for being so harsh. It's just a habit I've gotten from being on andriod forums.com. So much misinformation over there. Objective-C is a object oriented variant of C. Do a google for Objective-C for more info. Tried posing a link, but I got a warning. It's a very nice language and as I mentioned before is compiled. I also forgot to mention that Apple also uses the GPU to accelerate math functions - so that may also be another reason why the iPhone owns on linpacks.
edit edit: Oh wow I totally forgot to respond lol the iphone os4 still only uses save states to ram for multitasking. Or at least ios3 did, I know so little about ios4 but I know that the release for 3 is a version of the release for 4, so my point is STILL valid. phew. And just to answer the question further the iphone isn't a piece of crap, it's got a pretty nice processor.
Click to expand...
Click to collapse
this state saving is an optimization. If the app is not doing anything, there is no reason to have it take cycles or memory. It does not mean that the iPhone doesn't have true multitasking.
I was being sarcastic about not knowing about objective c >_> it just loses its effect over the internet lol
I know a bit about programming, in fact I know C++ more than any other language (not saying a whole lot.)
Like I said, I know much more about hardware as that is what I've studied.
Moved to General.
Hungry Man said:
http://www.pcworld.com/article/199528/multitasking_with_ios_4_is_horrible_apple_blew_it.html
Just to further prove exactly what I said lol
Your point about it being compiled c is probably the largest factor though.
Click to expand...
Click to collapse
I disagree that the article proves your point. The article basically bashes Apple for not automatically making all apps "multitasking compatible," which is complete crap. As a developer, I wouldn't want Apple to decide how my app works when it's "minimized" to the dock.
Now, the article does mention the save states:
iOS4 freezes the ones that aren't in use
Click to expand...
Click to collapse
All that means is that when an app is idle it gets written out to disk (in this case flash memory) instead of taking up RAM. All modern operating systems that support multitasking do this, whether the OS is running on a mobile device (android, WM, iOS) or on a PC (linux, OS X, Windows, Solaris, etc.).
djclark: You state that Apple is using the GPU to accelerate math functions, but are you sure that happens on the iPhones? I looked up the GPU in the latest iPhone, which is technically integrated in the A4 processor, and according to wikipedia the GPU is the PowerVR SGX 535 GPU.
When I looked up that GPU, I don't see the capability to offload math functions onto the GPU.
Given that the latest iPhone has the same GPU as the 3gs, I don't believe they are using the GPU to do math functions on the iPhone.
nindoja said:
Now, the article does mention the save states:
All that means is that when an app is idle it gets written out to disk (in this case flash memory) instead of taking up RAM. All modern operating systems that support multitasking do this, whether the OS is running on a mobile device (android, WM, iOS) or on a PC (linux, OS X, Windows, Solaris, etc.).
Click to expand...
Click to collapse
This may be a stupid question but I am going to ask it anyways.
If the iPhone saves the app's state onto a disk and the OS runs so smoothly how come other OS's don't just save app data onto a disk also? Or does the OS just run so smoothly because it is on C++?
I mean I have used the iPhone os4 and multitasking works decently.
I like it better on Android but it actually kinda works on os4
Sent from my Eris using XDA App
It's like using only virtual RAM instead of your actual RAM ie: You wouldn't want to run programs off of your hard drive since it's much slower than your RAM.
iOS is smooth because of the fact that it's written in C. It does not multitask as well as an Android phone that keeps the program in RAM.
I'm sure the Evo 3d will be every bit as capable as the Tegra 2 devices. But nvidia has the developers courted in a big way. I'm not a huge gamer, but I do enjoy the 10 or so on my Evo 4g. I'd have to say games on the Evo 4g are underwhelming. So I'm excited about the 3d having the chops for some serious games. But now I'm afraid that the qualcomm processor means it simply won't get the cool games with so many developers committed to Tegra 2. And some of these Tegra 2 games look pretty sweet.
With the rumor of a Tegra 2 device on Sprint, I question if it would be worth waiting for. What do y'all thing? Will qualcomm get the gaming love from developers? Will these cool Tegra games be ported to other capable dual core devices?
Fragmentation...
I was just thinking about this earlier. WTF is nvidia thinking?
THAT is *actual* fragmentation that everyone is talking about. That's not a difference of a simple version number that can be upgraded....things for download in the market that WILL NOT WORK on 90% of all phones? That's terrible. That's selfish. That will. not. help.
Even if they own 90% of the market its still wrong. LEss obvious, but wrong just the same. I hope nvidia fails and goes out of business for that maneuver. There is nothing keeping the game from running on non tegra² GPU's....sure, it probably won't run great....that's fine....but to have it look for a vendorID string and say 'sorry' just cuz you bought the wrong brand? That's insulting. Go ahead, tear the android market in 2 pieces.
...I think they'll fail on that front. What scumbags. Take something that is a legitmate but fringe concern (fragmentation) and turn it into a legitmate and very very real (market leading?) issue.
I'm not a gamer, but, it will suck that there are games I can't play--at any performance level--cuz I'm not wearing the right brand sneakers...or whatever.
fnck nvidia. That's all marketing and branding, lets keep it a strictly performance based game with standards as the rules...
chainfire3d is an app that is currently allowing tegra zone on most 1ghz devices. I'm not worried about the Evo 3D getting games because we can run anything the tegra 2 devices can AND there are 3D games coming very soon (3DS ports).
I feel this tatic of terga exclusive games will either fail by the end of the year or most high end phones on the next generation will have a terga processor including whatever HTCs next line will be. Personally I'm skeptical that this will take off. They do seem to have a developer following and if I was more of a gamer I couldn't see buying a non terga phone. SO maybe I'm wrong.
@daneurysm
Exactly! Forget Froyo vs. GB. This is the fragmentation that really sucks for consumers.
@sprinttouch666
chainfire3d looks pretty sweet. hadn't seen that before. I won't even bother loading that on my Evo cause I'm sure it'll choke with a beefy game. But it looks like we'll have to be quick to get root and S-off for the 3d to see what this app can do for it. But 3ds ports may be quite a job since they'd have to code out the DS part. Not sure how many game devs would bother for 2 or 3 3d capable phones in the whole market.
Check your specs fellas, qualcomm's processors blow the Tegra 2 out of the water... Tegra has dual 1ghz synced cores, Qualcomm has dual 1.2ghz asynchronous cores. Qualcomm's chips also feature the Adreno GPU which is faster and more efficient than the Tegra 2's minimalist GPU. Do some Googling to confirm then rest assured, the EVO 3D IS the droid you're looking for *waves hand like Obi Wan*
dimebagdan65 said:
Check your specs fellas, qualcomm's processors blow the Tegra 2 out of the water... Tegra has dual 1ghz synced cores, Qualcomm has dual 1.2ghz asynchronous cores. Qualcomm's chips also feature the Adreno GPU which is faster and more efficient than the Tegra 2's minimalist GPU. Do some Googling to confirm then rest assured, the EVO 3D IS the droid you're looking for *waves hand like Obi Wan*
Click to expand...
Click to collapse
So the EVO 3d's chip outperforms these Tegra chips? I thought they were only releasing it for the Tegra chips because they might have been more powerful. Good to know if this isn't the case.
Now what is in the GS2 as I saw a benchmark video and it blew the Sensation out of the water? I know those benchmarks aren't everyhing but will the SG2 be that much more powerful then the Evo 3d?
I think tegra2 is possibly the slowest of the dual core bunch. BUT when games are coded specifically for that chip, will it matter that qualcomm's chip is better? What good is all that power if all the high quality games only run on tegra?
And you can't blame devs for coding to the most popular chip out for android. That chip is in phones, tabs, and more
Don't forget to blame the developers too, nvidia drives a dump truck full of money to their front porch and says "make this game work only on tegra2 devices".
dimebagdan65 said:
Check your specs fellas, qualcomm's processors blow the Tegra 2 out of the water... Tegra has dual 1ghz synced cores, Qualcomm has dual 1.2ghz asynchronous cores. Qualcomm's chips also feature the Adreno GPU which is faster and more efficient than the Tegra 2's minimalist GPU. Do some Googling to confirm then rest assured, the EVO 3D IS the droid you're looking for *waves hand like Obi Wan*
Click to expand...
Click to collapse
The EVO 3D isn't a droid.
fmedina2 said:
The EVO 3D isn't a droid.
Click to expand...
Click to collapse
That's a matter of interpretation. Anything running android is considered a 'droid' phone by most people. Then there are a few purists that believe only the phones made by motorola with Droid in there name can be considered 'droid'.
Whatever.
SteelH said:
That's a matter of interpretation. Anything running android is considered a 'droid' phone by most people. Then there are a few purists that believe only the phones made by motorola with Droid in there name can be considered 'droid'.
Whatever.
Click to expand...
Click to collapse
meh droid has always been a abbreviation for android, in all reality an android phone named droid is silly
I don't think I heard a single person refer to Android as "droid" prior to Verizon's marketing campaign...Droid is Verizon's branding, not Moto's or Samsung's or anyone else's...
I wouldn't be picky if it wasn't for the fact that "DROID" is so obvious on all Droid products. You definitely know if your phone is a droid and you definitely know if it isn't.
Benchmarks I've seen all put Exynos/Tegra/MSM8x60 slightly behind the new TI OMAP4. No matter what you choose it's going to be ridiculous. At the level these phones are at you cant go wrong.
Im pretty sure you'll still be able to play the games if you want to but they'll have a version special made for the tegra 2. It wouldn't surprise me if qualcomm started doing something similar but I'm not going to be buying a game that is nerfed even though my phone can handle it just fine.
Everybody's bringing up good (and funny) points, in the long run, once dual core processors are the norm, I think we'll see these "processor specific" games go the way of the dodo
dimebagdan65 said:
Everybody's bringing up good (and funny) points, in the long run, once dual core processors are the norm, I think we'll see these "processor specific" games go the way of the dodo
Click to expand...
Click to collapse
It reminds me of 3D graphics cards in the late 90's. You had to get a game made for your 3Dfx card to get 3D...or whatever mfgr....but that was the state of the software at the time, we lacked a common API, directX/directdraw was a mere infant at the time and Direct3D was only in beta testing...progress in progress.
Now they are trying to intentionally revert to this horrible horrible situation in the name of branding. They want to enslave you to a market for just their processors and/or supported games.....but it's not an API problem, its a vendorID string problem--and that's just effed up.
So in conclusion we need google to make something like directx???
riptide looks AWESOMEEEE to bad I will not be buying a tegra phone..... all of them suck (atrix has pentile display and blur, optimus 2x has lots of problems, droid x2 same as atrix)
scores87 said:
So in conclusion we need google to make something like directx???
Click to expand...
Click to collapse
No, the companies involved need to just not do this. There are already APIs to cover this.
Game developers are getting bribed, ahem, "courted" to support this chipset. The actual performance difference is likely negligible to keep it compatible all around. Even if it isn't negligible so long as it runs on everything android so be it--they just have a better graphics chip. Competition drives innovation.
But if they are just making it suck on non tegra2 devices by pulling the deviceID string, well, that's just disgusting.
scores87 said:
So in conclusion we need google to make something like directx???
riptide looks AWESOMEEEE to bad I will not be buying a tegra phone..... all of them suck (atrix has pentile display and blur, optimus 2x has lots of problems, droid x2 same as atrix)
Click to expand...
Click to collapse
I think it's more a matter of the chip makers purposely trying to fragment, when programming it's always faster to write native code then use APIs (as talking directly to the hardware instead of going through android) but different chip makers are using different commands and incorporating their own customized features directly into the chips.
I would be surprised if google doesn't put their foot down and stop this sooner or later.
Which company do you think?
Samsung
Apple
Motorola
ZTE
LG
HTC
Kyocera
RIM
HP Palm
Sony
Pantech
Dell
Nokia
--------------
Also which chip manufacturing company will produce Tri-Core or Quad-Core First?
Qualcomm
Nvidia
Texas Instruments
Samsung
Apple
-------------
Submit your vote!
Sent from my SCH-I500 using XDA App
Nvidia already has the Kal-El near complete.
Sent from my Fascinate with MIUI Gingerbread
What's the point of this thread?
Technically, all the "dual core" phones have been tri-core all along... there's a tiny third arm core hidden inside, controlling the radio!
And yeah, nVidia is more than likely going to be the first to get tri and quad core processors, they appear to have by far the most aggressive roadmap. They'll likely also appear first in tablets, before phones (at least that's the sane thing to do!), but which manufacturer will be first out the door is a total crapshoot.
FDro said:
What's the point of this thread?
Click to expand...
Click to collapse
I'd imagine the same "point" as the "Who's going to be the first company to use THz Processors" (except slightly less insane- still pointless, though).
FDro said:
What's the point of this thread?
Click to expand...
Click to collapse
There is no point... just another general bs thread by enyo
Who cares? When somebody gets a hold of them everybody will, and they will be the next standard thing in high end phones. It will probably be a while before anything like that will be worth it though, some people need to spend less time on battery-consuming chips and more time on making batteries last longer.
Sent from my MIUI SCH-i500
End of this year. Most possibly a Google phone.
Sent from my ADR6350
While is sounds fun, I'm not sure people consider the power required. More processors requires more power, that's fairly obvious, and the performance benefit may not really be worthwhile. Android has a way to go in terms of performance compared to the iPhone.
I have to give the iPhone props in this dept. The interface is incredibly snappy in terms of responsiveness. Animations are simply smoother (think when pulling down the notification pane or flipping through app pages) (than 2.2 anyway) and there are fewer laggy moments, at least from what I've seen.
If the iPhone can do it on a 1GHz ARM processor, Android should be able to as well.
IMO there are lots of improvements that could be made with single (and I guess I have to include dual-core now) processors, and I would prefer to see them take that route first.
antigenx said:
While is sounds fun, I'm not sure people consider the power required. More processors requires more power, that's fairly obvious, and the performance benefit may not really be worthwhile. Android has a way to go in terms of performance compared to the iPhone.
I have to give the iPhone props in this dept. The interface is incredibly snappy in terms of responsiveness. Animations are simply smoother (think when pulling down the notification pane or flipping through app pages) (than 2.2 anyway) and there are fewer laggy moments, at least from what I've seen.
If the iPhone can do it on a 1GHz ARM processor, Android should be able to as well.
IMO there are lots of improvements that could be made with single (and I guess I have to include dual-core now) processors, and I would prefer to see them take that route first.
Click to expand...
Click to collapse
they need to make batteries that are more efficient and last longer. If smartphones actually lasted more than a day of real usage of data and everything they would be much more appealing to the consumer market.
Sent from my MIUI SCH-i500
antigenx said:
IMO there are lots of improvements that could be made with single (and I guess I have to include dual-core now) processors, and I would prefer to see them take that route first.
Click to expand...
Click to collapse
That's really a software issue (inc drivers).
Apple has a major advantage in this department. There's a grand total of four iPhones (5 if you count the CDMA iPhone 4), 4 iPod Touches, and 2 iPads, for a total of 11 devices, and only 7 of them (counting CDMA iPhone 4 as a separate device) are still supported in new OS updates.
Lets just take the Galaxy S to compare: How many variants of it are there? Every major carrier in the US has their own version, plus a second one on Verizon... that's five right there! And that's totally ignoring all the international variants (which usually stick much closer to the i9000)! And those are all from a single generation!
I kinda doubt Samsung has as many people working on hardware-software integration as Apple for their phones, and they quite stupidly spread them out far thinner, to countless different devices!
That is the reason that the iPhone's performance crushes Android's. The Android carriers put far less effort into the software side of all their devices, thinking that the specs are all that matters, totally forgetting that specs mean nothing if the software can't take advantage of them!
Compare the stock Fascinate software to MIUI/CM7/AOSP. The alternative ROMs have some reliability issues, but that's largely due to our devs having to figure out the hardware entirely on their own, with limited to no access to the actual documentation! And yet, Samsung's ROMs often have worse issues!
This is Android's fragmentation issue. Quantity (of models) over quality.
I'm not to much of a tech head and i know the quad cores help things run faster and smoother... but without ICS, it seems like the quad cores are not being used. What proof is there that ICS will even make full use of the quad cores? Does this
tablet use the quad cores to there full potential with anything? or are the cores just a marketing tool? As far as i can tell, the ipad has faster internet surfing and better a better gpu.
im not here to bad talk the asus or anything, I just want some... reassuring.
blaziner18 said:
I'm not to much of a tech head and i know the quad cores help things run faster and smoother... but without ICS, it seems like the quad cores are not being used. What proof is there that ICS will even make full use of the quad cores? Does this
tablet use the quad cores to there full potential with anything? or are the cores just a marketing tool? As far as i can tell, the ipad has faster internet surfing and better a better gpu.
im not here to bad talk the asus or anything, I just want some... reassuring.
Click to expand...
Click to collapse
Your right but when ICS roles out with NATIVE HARDWARE acceleration it will kick even the ipad 3's butt!
Sent from my PC36100 using Tapatalk
From what I've heard, ICS fixes a lot of issues. The SunSpider tests (browser test) on the Galaxy Nexus running ICS was faster than the iPhone 4S.
But there is really no comparison between the Prime or any Android Tablet to the iPad. Assuming that you have the money, if you want an iOS tab, get the iPad. If you want an Android tab get the Prime.
This was discussed in a couple of earlier threads (here's one: http://forum.xda-developers.com/showthread.php?t=1377519). ICS doesn't really improve on Honeycomb when it comes to hardware acceleration or multi-core support. It will, however, likely be more optimized and a better overall experience.
I think most folks are hoping for a better browser experience, mostly. Otherwise, I think performance will be similar.
Here's a great video that shows how the five cores work.
http://www.youtube.com/watch?v=R1qKdBX4-jc&feature=player_embedded
xGary said:
From what I've heard, ICS fixes a lot of issues. The SunSpider tests (browser test) on the Galaxy Nexus running ICS was faster than the iPhone 4S.
But there is really no comparison between the Prime or any Android Tablet to the iPad. Assuming that you have the money, if you want an iOS tab, get the iPad. If you want an Android tab get the Prime.
Click to expand...
Click to collapse
People need to stop quoting sunspider benchmarks they are extremely unreliable and you never get the same results!
Also those benchmarks where preformed with the stock ics browser! And who uses stock! If they used another browser it would been way faster!
Sent from my PC36100 using Tapatalk
What is a better browser?
Wordlywisewiz said:
Your right but when ICS roles out with NATIVE HARDWARE acceleration it will kick even the ipad 3's butt!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
While I enjoy a little Apple bashing as much as the next guy, lets not lose touch with reality:
Dianne Hackborn - How about some Android graphics true facts?
https://plus.google.com/105051985738280261832/posts/2FXDCz8x93s
It woNt even matter. The extra cores will help regardless of optimized for it or not. There's been a few videos showing how the extra cores kick in to iniate actions faster, or make apps or games run a lot better. Who cares if the GPU not the most powerful out of all tablets. It's the most powerful in Android at the moment. Plus ipad2 is only slightly better. nOW, the CPU in tegra3 blows away any other CPU in the mobile tech market today, as far as tablets like iOS or Amdroid goes. The extra power in CPU can make up for any shortcomings on the already powerful gpu. Several reviewers said the best graphics ever seen on a mobile device was shown powered by tegra3 Prime, not ipad2. Browsing experience is subjective to the user. 3rd party apps are always better than native ones. Opera mobile will more than likely be best for prime, as it's the best for Android at the moment. Dolphin HD is great also.
Stop feeding into the so called negative hype so much. iPad browser not so fast n I have one. Safari sux but I have ICab and atomic browser which are much better than IOS stock safari browser.
Not to sound funny but this thread is another rehash of jeiwongs or others. You don't need no reassuring, unless you a child. I thought I saw one of your other posts saying you was an adult. Stop trying to compare everything to iPad. iPad so simple anyways so it should run fast as he'll. There is a lot more going on in Android OS like widgets n so on. For android to have all the extras and have the The Prime perform just as fast is an amazing feat. Ipad2 Only won a couple categories, Tegra3 blew all the other categories away.
As other more knowledgeable members have stated here before, don't be so fixated on spec numbers, like gpu. Nvidia and tegra3 has tricks up their sleeve to produce amazing results. Just like cars, just because you have more. Horsepower, doesn't automatically mean you will be faster or win. Other factors come into play. Weight, efficiency , etc...don't focus on gpu so much as it's the most powerful out for android anyways. Be amazed how more powerful the CPU is than any other tablet out now. The CPU will push anything extra needed the gpu can't handle on it's own. That's why Prime has all the extra capabilities like micro SD card support, USB host functions, game controllers, etc..
Apple, even though they make great tech devices, fool people. They could of easily implemented everything in ipad2 into ipad1. But no, they want to add a few extra features and make you want newer device. Especially with iPhones and all the different versions. Each upgrade could've easily been implemented into the last/previous one. At least with tegra3 is will have more longevity than any apple device. I have an iPad n love it but tired of having to hack ot just to do the simple tasks most others do out the box. Like people said before, iPad is for someone who loves simplicity and not too keen on technology. Android is a nerds dream and the customizations are very numerous. T the point of personalizing it. iPad, all you do is change wallpaper. Wow..lol. Even jail broken n adding themes, it still the same look really. Although I do have honey pad on iPad which changes it up to honeycomb UI. Completely makes iPad feel like a new device with widgets n everything. But ipad1 only has 256mb of RAM so I run out of ram quick when adding several widgets. Even ipad2 only has 512. Most Android devices now run 1GB of Ram. Newer ones will have even 2GB. The future lies with Android. The Prime will be the beginning of the new Android Revolution. 2012 will he tegra3 year, year of The Android. Once ipad3 announced, it will be cool n get lot of hype but now for the first time, us Android owners have devices to truly compete with Apple on all fronts. So the hype for Apple won't be as strong as before. People know now they have more choices of great products out there. Not just Apple.
Apple can optimize iOS in a way that Android cannot be optimized because Apple controls every aspect of their devices--hardware and software. Hell, I'd be shocked if an iPad 2 wasn't more optimized than any given Android device. And even then, it should be noted that Apple achieves their vaunted fluidity because iOS does far less than Android--lesser multitasking, no widgets, etc.
I'm more than willing to accept a little worse performance because I can do so much more with my Android devices, at least as far as the OS itself is concerned. Just the ability to stock up my Transformer's (and soon to be Prime's) home screens with functional elements like widgets means that I get far more overall functionality out of my Android tablet than I'd get from an iPad 2.
The apps situation is different, of course, but that will change. Already, I can't think of a single task I'd like to do with my tablet that I can't because of a missing app. So, the fact that the iPad 2 might be a little smoother in some things is pretty much irrelevant to me.
wynand32 said:
Apple can optimize iOS in a way that Android cannot be optimized because Apple controls every aspect of their devices--hardware and software. Hell, I'd be shocked if an iPad 2 wasn't more optimized than any given Android device. And even then, it should be noted that Apple achieves their vaunted fluidity because iOS does far less than Android--lesser multitasking, no widgets, etc.
I'm more than willing to accept a little worse performance because I can do so much more with my Android devices, at least as far as the OS itself is concerned. Just the ability to stock up my Transformer's (and soon to be Prime's) home screens with functional elements like widgets means that I get far more overall functionality out of my Android tablet than I'd get from an iPad 2.
The apps situation is different, of course, but that will change. Already, I can't think of a single task I'd like to do with my tablet that I can't because of a missing app. So, the fact that the iPad 2 might be a little smoother in some things is pretty much irrelevant to me.
Click to expand...
Click to collapse
Yes... all of those words.
Ectoplasmic said:
While I enjoy a little Apple bashing as much as the next guy, lets not lose touch with reality:
Dianne Hackborn - How about some Android graphics true facts?
https://plus.google.com/105051985738280261832/posts/2FXDCz8x93s
Click to expand...
Click to collapse
I edited/deleted what I originally wrote. I'm sure he saw what I wrote. Regardless of how I feel, everyone entitled to their own opinions. If everyone thought the same this world would be a boring place. Just because I don't agree with opinion doesn't mean i need to counter and rag on the person.
That link does show some very interesting facts n details on how Android operates. This has been posted before but still good info.
I believe Android is more a focus on strengths than on shortcomings. android is getting better n better with every release. I know iOS structure and environment very well but I see the future potential in Android. iOS will always be locked down.
Cool story bro...
I used to take sides on the android vs. iOS debate, till the day I took an Arrow in the Knee.
Ectoplasmic said:
Cool story bro...
Click to expand...
Click to collapse
I editEd my OG post.
blaziner18 said:
I'm not to much of a tech head and i know the quad cores help things run faster and smoother... but without ICS, it seems like the quad cores are not being used. What proof is there that ICS will even make full use of the quad cores? Does this
tablet use the quad cores to there full potential with anything? or are the cores just a marketing tool? As far as i can tell, the ipad has faster internet surfing and better a better gpu.
im not here to bad talk the asus or anything, I just want some... reassuring.
Click to expand...
Click to collapse
Theory says: A processor (a core) can only run one thing at a given time. OSs use priority systems and give each running process a short time to do something before passing to the next process in a cycle. Having more cores would mean that each app would go in a specific core, so if you have 4 apps running at the same time, the 4 cores would be used. If you have more than 4 apps, each app would be assigned to a different core so they are distributed instead of acumulating them into just one.
And this should happen even if they aren't prepared for multicore, the system will send each app to a different core so they can run at the same time and be smoother. If an app is ready for multicore, then it can use the different cores to get the same result 4x faster. And even in games, as the GPU only fills textures. Yes, the iPad2 will fill the textures faster, but everything else will be faster on the tegra3 because of the 4 cores loading the game itself and each level faster, calculating each movement faster, and so on.
As browsing goes... read the link given by Ectoplasmic and try what is said there (i beliave it was that article) on your iPad. While loading a complex webpage, if you try to do anything with the tablet, the loading will stop until you release it. There, if it was at least dual core, one core could handle the user interaction and the other the browsing. Being a multitask system, android also has the problem of browsing with possible background apps using the connection (that only has one channel) limiting your speed and performance. Having more cores would soften this effect (because of what i stated first) but never eliminate it. On the other hand, your Twitter, fb, g+ could be getting updates while you load a webpage (it would take 1.1 secs instead of 1.0) but it wouldn't happen on the iPad.
Another day another Ipad (iOS) vs Prime (android) discussion.
So eat this, trollz!
If you ever thought about getting or did get an iPad you're not worthy of the Transformer Prime man.
I'd say if you cant decide between the two: ipad2&prime, get the iPad. Why? Because if you dont have an ipad, you dont have an ipad.
If for some reason after reading this post you're under the impression that I suggested to you to get the iPad. Get the iPad. Or read it again.
And dont take me too seriously i'm a friendly guy. And i just had some yummie beers and some red stuff out of a strange bottle^^
[Looking forward to the moment when "Sent from my TransformerPrime" is written in this spot]
demandarin said:
Stop feeding into the so called negative hype so much. iPad browser not so fast n I have one. Safari sux but I have ICab and atomic browser which are much better than IOS stock safari browser.
Not to sound funny but this thread is another rehash of jeiwongs or others. You don't need no reassuring, unless you a child. I thought I saw one of your other posts saying you was an adult. Stop trying to compare everything to iPad. iPad so simple anyways so it should run fast as he'll. There is a lot more going on in Android OS like widgets n so on. For android to have all the extras and have the The Prime perform just as fast is an amazing feat. Ipad2 Only won a couple categories, Tegra3 blew all the other categories away.
Click to expand...
Click to collapse
me the child? I see all of your posts, and if anyone says anything negative about your god of a device you turn into a sad little fanboy. I don't feed into negative hype, I know what i see and i know that the apples internet browsing is faster. I was simply wondering what the cores do.
Android fanboys don't own iPads. I have an iPad and Android devices. So I can say I have experience comparing the two browsing experiences. Like I said before, in a sense, it was already stated before what the cores can and cannot do. This nothing more than a rehash of old thread that got closed. Grow some $&@@- and learn to research first, as your question been answered in several other threads here. XDA is not here to hold your hand n tell you everything OK. Get a grip, use search function, don't take everything so seriously . If you want to be seen as posting meaningful/informational stuff, then take it easy on the fluff filled threads..lol mr. hype man
demandarin said:
.. If you want to be seen as posting meaningful/informational stuff..
Click to expand...
Click to collapse
I've never seen you post anything meaningful.
It is difficult for Me to believe that a phone is outranking my beautiful TF201, according to anatutu.
Im a tad disappointed.
Sent from my SGH-T989 using Tapatalk 2
They are different devices doing different things. Phones typically have a lot more going on with their internal processes than tablets, so I don't think that the SIII is going to be significantly faster in real-world use.
With that said, the TP has been out for about seven months now, and the SIII has only been out for a couple of weeks. The logical progression of things like this is that new top-end devices will always be faster than old top-end devices. The TP hasn't stopped being an excellent device that shines in its own right, but it will be considered an antique in a couple of years.
Sent from my Transformer Prime TF201 using XDA
Never followed up to say thanks for your opinion. I just wish Asus would put the effort into their hardware as apple does.
Anyway, I love my Prime but rarely use it anymore, now that I have my Galaxy s2, and an i3 Dell laptop to tether to my phone.
Besides my white s2 looks majestic compared to.....whatever they want to call that s3 design
Sent from my SGH-T989 using Tapatalk 2
cragains said:
It is difficult for Me to believe that a phone is outranking my beautiful TF201, according to anatutu.
Im a tad disappointed.
Sent from my SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
New devices are faster than older devices. This is nothing new.
Also, practically no apps really take full advantage of all of the processing power that the Prime has to offer. It isn't as if app hardware requirements are about to jump up to the point where they won't run on your Prime any longer so specs aren't really all that important anyway.
IMO the spec-race with regards to Android devices really needs to slow down. I am all for more powerful devices but since the software isn't exactly racing to keep up increasing the specs past a certain point just make hardware more expensive.
Companies would be better off focusing that money on stuff like better cameras, better screens, improved battery life, better build materials & processes and improving software development in order to really iron out all of their new software features and ensure a better over-all user experience.
almightywhacko said:
New devices are faster than older devices. This is nothing new.
Also, practically no apps really take full advantage of all of the processing power that the Prime has to offer. It isn't as if app hardware requirements are about to jump up to the point where they won't run on your Prime any longer so specs aren't really all that important anyway.
IMO the spec-race with regards to Android devices really needs to slow down. I am all for more powerful devices but since the software isn't exactly racing to keep up increasing the specs past a certain point just make hardware more expensive.
Companies would be better off focusing that money on stuff like better cameras, better screens, improved battery life, better build materials & processes and improving software development in order to really iron out all of their new software features and ensure a better over-all user experience.
Click to expand...
Click to collapse
Word!
Also minor changes are made to the interface of Android. Companies should focus on making their devices more unique than powerful. I used to make fun of iphone owners by saying that the interface (which seems to be designed by a 5-year-old) has not changed since the first iphone. But now I guess the same can be said about android phones. If google is not willing to make bold changes, mobile makers should take the first steps and do it.
You are just bragging about "apps doesn't support quad core", "we cant see tegra power". Bull****. Tegra is full of crap. Android is full of crap really. U buy a 4 core tablet, no app supporting this amount of cores (and let's ****in face it - this tablet performs like **** with I/O problems). I mean wtf? Going with iPad next time!
martinesko36 said:
You are just bragging about "apps doesn't support quad core", "we cant see tegra power". Bull****. Tegra is full of crap. Android is full of crap really. U buy a 4 core tablet, no app supporting this amount of cores (and let's ****in face it - this tablet performs like **** with I/O problems). I mean wtf? Going with iPad next time!
Click to expand...
Click to collapse
So... can I say that iOS is crap too because of fake multitasking, lack of homescreen, ripping off the notification centre, lack of customisability and only dual-core CPU? Similarly, can I also say the iPad is crap because it's overpriced, evolutionary rather than revolutionary jump from iPad 2 to iPad 3, only a 5MP camera, heavier than the Prime, thicker than the Prime, no 600nit display, no official keyboard dock, no storage expansion options and overpriced accessories?
Really? We have to revert back to another ipad vs. Transfner Prime thread? I thought these silly arguments were over with.
Sent from my Transformer Prime TF201 using XDA
I was going to write a long post about how the prime is over a doubling period old and its still one of the top contenders but i realized its useless.
Why complain that a device thats over 6 months old isnt the best on the market? Especially when it was overrated and still has lots of problems
Also consider samsung's reputation in making high end devices. Their quad core tablet will, i expect, out perform the prime or the 700 with ease, mind you without the fancy accessories.
Sometimes i wonder why i even bother...
Yeah, prime owners including myself have had some issues. Still I am, and always have been very satisfied with it. I sadly
fell on the "if I run 10 apps on my Prime it shuts down"-train and ran some tweaks. It's running "faster" now but I have no idea
why I did it as it was doing all I wanted in the first place!
Now to my point, norwegian site www.itavisen.no today released an article with pictures of a guys S3 actually "exploding"
shooting out white flames and melting. No kidding. The phone is on it's way to Samsung for testing. With a recall
possibility. As I said we've had our share, but this. And that's samsung, known for build quality. Lol
So no it's not only Asus.
Sent from my Transformer Prime TF201 using Tapatalk 2
Ya as we constantly move towards faster, more powerfull, smaller, we are pushing limits and things will occasionally break down or not work as expected. Got a link to the S3 video?
The S3 in Canada is only dual core, kind of useless, why should i upgrade from my S2 which is clocked slightly slower and just has slightly less memory? Other than that my phone works awesome and after tweaking i dont have issues with anything.
pileot said:
Ya as we constantly move towards faster, more powerfull, smaller, we are pushing limits and things will occasionally break down or not work as expected. Got a link to the S3 video?
The S3 in Canada is only dual core, kind of useless, why should i upgrade from my S2 which is clocked slightly slower and just has slightly less memory? Other than that my phone works awesome and after tweaking i dont have issues with anything.
Click to expand...
Click to collapse
Here's a direct link to the forum with fotos http://www.boards.ie/vbulletin/showthread.php?t=2056677034 . How they can claim it's a fault of the carmount and heater I don't know, must be very heat sensitive.
Looks like it fried near where the 3g/4g antennas are, perhaps a poor connection? Aparently samsung took the phone for testing, will be watching this topic closely since im interested in geting a SGS3 when the prices come down.
pileot said:
The S3 in Canada is only dual core, kind of useless, why should i upgrade from my S2 which is clocked slightly slower and just has slightly less memory? Other than that my phone works awesome and after tweaking i dont have issues with anything.
Click to expand...
Click to collapse
Snapdragon S2 and S3 use the Scorpion core, which takes some of the best features of both Cortex-A8 and Cortex-A9 ARM core designs and brings them into a single ARM core....
Snapdragon S4 uses the Krait core, which takes the best features of the Cortex-A9 and the Cortex-A15 ARM core designs with a much better manufacturing process to produce smaller chips that are far more power efficient and deliver amazing amounts of performance compared to its competitors (which are Cortex-A9 based). This is why dual-core Snapdragon S4 devices can go toe to toe with the quad-core Tegra 3 and Exynos 4 on the CPU front.
Click to expand...
Click to collapse
This is a quote from http://www.tmonews.com/2012/05/editorial-why-a-snapdragon-s4-galaxy-s-iii-is-awesome/ . It kind of stings a little to see the dual core s4 beating my Prime in benchmarks with half the cores, but that is technology and I'm still happy with my prime.
As far as comparing the speed of the S2 to the S3, the S3 should be a very noticeable difference. A15 is much better than A9 AND Qualcomm has a license to develop their own ARM CPU cores. Also, the S2 will have half the RAM of the S3. I don't feel like that is "slightly less"
ZebTheCalvinist said:
They are different devices doing different things. Phones typically have a lot more going on with their internal processes than tablets, so I don't think that the SIII is going to be significantly faster in real-world use.
Click to expand...
Click to collapse
Really? Tell me more about it, I'm using Transformer Prime and Galaxy S3 international version.
fordwolden said:
Yeah, prime owners including myself have had some issues. Still I am, and always have been very satisfied with it. I sadly
fell on the "if I run 10 apps on my Prime it shuts down"-train and ran some tweaks. It's running "faster" now but I have no idea
why I did it as it was doing all I wanted in the first place!
Now to my point, norwegian site www.itavisen.no today released an article with pictures of a guys S3 actually "exploding"
shooting out white flames and melting. No kidding. The phone is on it's way to Samsung for testing. With a recall
possibility. As I said we've had our share, but this. And that's samsung, known for build quality. Lol
So no it's not only Asus.
Sent from my Transformer Prime TF201 using Tapatalk 2
Click to expand...
Click to collapse
9 million pre orders and only 1 case of malfunction? Pretty damn good build quality.
ASUS Transformer Prime, unsure amount of sales, redundant "note taking" screen digitizer, incompetent IO and a whole heap load of complaints regarding screen flicker and FC issue. Well, we have a winner here.
It doesn't matter what scores benchmarking apps like Antutu shows, my Prime scores a 13k while my S3 scores 11.9k. It's more to being able to do what it's suppose to do, not crashing and more Force Crashes or having Severe lag while transfering files within the system.
S3 didn't kill the TF201, ASUS just failed to deliver what TF201 is meant to be.
MXR2 said:
9 million pre orders and only 1 case of malfunction? Pretty damn good build quality.
ASUS Transformer Prime, unsure amount of sales, redundant "note taking" screen digitizer, incompetent IO and a whole heap load of complaints regarding screen flicker and FC issue. Well, we have a winner here.
Click to expand...
Click to collapse
My point was I'd rather be one of the 2 million people with I/O problems (which it seems _motley are doing some great things with in his new 3.0.6 kernel) than to be the one in 9 million that gets the device that shoots out white flames when I'm walking around with it in my jeanspocket at a downward 45 degree angle. Just saying.
fordwolden said:
My point was I'd rather be one of the 2 million people with I/O problems (which it seems _motley are doing some great things with in his new 3.0.6 kernel) than to be the one in 9 million that gets the device that shoots out white flames when I'm walking around with it in my jeanspocket at a downward 45 degree angle. Just saying.
Click to expand...
Click to collapse
I don't think I can really draw a comparison between these two at all. It's different then apples and oranges, it's like an avocado and a rump roast.
The exploding GS3 doesn't tell me much, it's an extreme case and I don't know what other variables are thrown in the mix. Regardless of benchmark scores, I'm very happy with my prime. Is the quality better than that of the ipad? No, not at all in my opinion. But I didn't buy it to compare to my ipad, I bought it to play with and I have A LOT of fun with it building and modding and tweaking.