Guest adrien56 Posted July 29, 2012 Report Posted July 29, 2012 i think that we should start working on it now and maybe create a custom ROM based on official b926 or b227 .otherwise we can wait for a long time and maybe huawei will never fix it .I'm not a developer but it seems possible as the blade got it work so what are we waiting for .And what about jelly bean the development has stopped as cm9.
Guest kyan31 Posted July 29, 2012 Report Posted July 29, 2012 (edited) I don't think we should implement OpenGL into the leaked ICS builds as Huawei are definitely using OpenGL in the Official UK release. You should have a look through the forums. Edited July 29, 2012 by kyan31
Guest kyan31 Posted July 29, 2012 Report Posted July 29, 2012 (edited) LOOK: http://www.modaco.com/index.php?/topic/356161-GOOD-NEWS-EVERYONE-(OPENGL-INFO-HERE!) Edited July 29, 2012 by kyan31
Guest dragpyre Posted July 29, 2012 Report Posted July 29, 2012 LOOK: Love it when my material gets used! :3
Guest unaszplodrmann Posted July 29, 2012 Report Posted July 29, 2012 It has been looked into, but at this stage, getting it working would result breakage elsewhere. Huawei have not even released an official ICS ROM yet, so they may even fix it up yet... Patience.
Guest Hans Gruber Posted July 29, 2012 Report Posted July 29, 2012 I don't think we should implement OpenGL into the leaked ICS builds as Huawei are definitely using OpenGL in the Official UK release. You should have a look through the forums. I'll still believe it when I see it
Guest adrien56 Posted July 29, 2012 Report Posted July 29, 2012 I don't think we should implement OpenGL into the leaked ICS builds as Huawei are definitely using OpenGL in the Official UK release. You should have a look through the forums. you're right i already seen it ,but for me it does not mean that we are going to have it because b627 will be the official build use by vodafone and vodafone is just going to add some apps and colour .that's all they can do .i think we wil have to wait for another build from huawei but when ? i don't want to wait 1 month or 2 month just for the opengl stuff whereas a lot of developpers are working on jellybeen already in other devices .
Guest dragpyre Posted July 29, 2012 Report Posted July 29, 2012 Guys, I just checked my twitter also!
Guest adrien56 Posted July 29, 2012 Report Posted July 29, 2012 (edited) moreover when ics came to the ZTE blade, i remember that they hacked (tital) the opengl UI stuff and it wasn't a very big problem. Concerning the g300 just because of the missing opengl acceleration developpers has stoped working on ROM . Edited July 29, 2012 by adrien56
Guest Davidoff59 Posted July 29, 2012 Report Posted July 29, 2012 There is more to it than that adrien. There are issues other than opengl. Kyan, dont always believe corporate speak. Even Vodafone are disinterested.
Guest Davidoff59 Posted July 29, 2012 Report Posted July 29, 2012 I was hoping that the Grand X was going to have the specs that we all expected and if so, I was going to sell the g300 and get one. Sadly the grand x specs aren't what I expected.
Guest kyan31 Posted July 29, 2012 Report Posted July 29, 2012 Love it when my material gets used! :3 Your welcome.
Guest razzmataz1478 Posted July 29, 2012 Report Posted July 29, 2012 I was hoping that the Grand X was going to have the specs that we all expected and if so, I was going to sell the g300 and get one. Sadly the grand x specs aren't what I expected. What's wrong with the Grand X. Except it should be £150
Guest Davidoff59 Posted July 29, 2012 Report Posted July 29, 2012 I expected more Rom and a higher clock speed. The Chinese version has 1 gig of ram and it seems that with the change of name from the mimosa x came a change of specs to the detriment of European customers
Guest tillaz Posted July 30, 2012 Report Posted July 30, 2012 I expected more Rom and a higher clock speed. The Chinese version has 1 gig of ram and it seems that with the change of name from the mimosa x came a change of specs to the detriment of European customers check the thread again, its pretty much confirmed to actually have the specs it should have 1gb ram etc.... think virgin media made a blunder with the specs lol i had a felling they where wrong...
Guest fr0do Posted July 30, 2012 Report Posted July 30, 2012 What's wrong with the Grand X. Except it should be £150 Even at £150 it looks weak having dual core rather than the quad core in the Nexus 7 @ £169
Guest MiguelPereira Posted July 30, 2012 Report Posted July 30, 2012 Hi everyone! From a newbie point of view, I'd like to ask something about this "OpenGL Acceleration"... I'm on Rom B927. When I go to "Settings" I come down to "Developer options" - "Force GPU Rendering" (Use 2D hardware acceleration in applications)... I have this checked. Is this the "path" to "OpenGL"?! Just curious about it....
Guest unaszplodrmann Posted July 30, 2012 Report Posted July 30, 2012 Hey Miguel, OpenGL is the industry's most widely used, supported and best documented 2D/3D graphics API... http://www.opengl.org/documentation/ In your Android manifest file, add the following attribute to the <application> tag to enable hardware acceleration for your entire application: <application android:hardwareAccelerated="true" ...> http://developer.and...ware-accel.html Checking the 'Force GPU Rendering' effectively sets the attribute above in every application, meaning that where possible Android will have OpenGL interface with Adreno 200 graphic hardware in order to complete special rendering tasks, instead of having OpenGL complete these tasks itself via the CPU, in "software".
Guest MiguelPereira Posted July 30, 2012 Report Posted July 30, 2012 (edited) Hey Miguel, Checking the 'Force GPU Rendering' effectively sets the attribute above in every application, meaning that where possible Android will have OpenGL interface with Adreno 200 graphic hardware in order to complete special rendering tasks, instead of having OpenGL complete these tasks itself via the CPU, in "software". Thanks! This community is the best online forum experience I've had so far! :D Edited July 30, 2012 by MiguelPereira
Guest rsrocha Posted July 30, 2012 Report Posted July 30, 2012 And when opengl is implemented globally and permanentely people will complain about battery life... Opengl is present and running on ics b927... only when needed!
Guest Hogweed Posted July 30, 2012 Report Posted July 30, 2012 (edited) Eh? Why should purpose designed graphics hardware use more power to complete a task than a general purpose cpu doing it the hard way? What do you mean "when needed"?. Don't you think it is needed in, for example, the launcher where it is supposed to be but apparently isn't? and what about the original stock ICS camera app which apparently falls over in places due to lack of OpenGL support? Edited July 30, 2012 by Hogweed
Guest MiguelPereira Posted July 30, 2012 Report Posted July 30, 2012 (edited) And when opengl is implemented globally and permanentely people will complain about battery life... Opengl is present and running on ics b927... only when needed! Ok... So what would be the best ratio between performance and battery life? Leaving "Force GPU Rendering2 On or Off? «It would be nice if I can achieve 2 days per charge! :huh: Edited July 30, 2012 by MiguelPereira
Guest unaszplodrmann Posted July 30, 2012 Report Posted July 30, 2012 And when opengl is implemented globally and permanentely people will complain about battery life... Opengl is present and running on ics b927... only when needed! Sorry, you have no idea what you are talking about. OpenGL is present and being used on all Android ROMs, all of the time. Having rendering operations make use of specialist hardware instructions on the GPU actually reduces battery usage. Secondly, "opengl" as you put is already "implemented globally" in ICS; all applications use hardware acceleration where available by default. Less spout, more read! :P
Guest Davidoff59 Posted July 30, 2012 Report Posted July 30, 2012 yep gpu more efficient and frees up the cpu so its all good
Guest Dazzozo Posted July 30, 2012 Report Posted July 30, 2012 Ok... So what would be the best ratio between performance and battery life? Leaving "Force GPU Rendering2 On or Off? «It would be nice if I can achieve 2 days per charge! :huh: Currently having force GPU rendering on will do more harm than good. Not that you'd use that setting anyway if you had OpenGL working as intended... It's mostly a developer option, hence being under developer settings. Most apps that have GPU rendering disabled have it disabled for a reason. (I remember visual artifacts and distortion in Cut The Rope with it turned on.)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now