does the pulse have proper opengl es support? I tried some 3d games from the market and they were running very slow. The same games are running smooth on G1 .
OpenGL ES on pulse?
Started by
Aton
, Nov 14 2009 12:07 AM
#1
Posted 14 November 2009 - 12:07 AM
Hi everyone,
does the pulse have proper opengl es support? I tried some 3d games from the market and they were running very slow. The same games are running smooth on G1 .
does the pulse have proper opengl es support? I tried some 3d games from the market and they were running very slow. The same games are running smooth on G1 .
#2
Posted 15 November 2009 - 02:21 PM
Aton, on Nov 14 2009, 00:07, said:
Hi everyone,
does the pulse have proper opengl es support? I tried some 3d games from the market and they were running very slow. The same games are running smooth on G1 .
does the pulse have proper opengl es support? I tried some 3d games from the market and they were running very slow. The same games are running smooth on G1 .
Try copying the library from the G1 to turn on hardware acceleration. It seems to work for alot of phones.
Root your phone, remount the /system filesystem as read/write, then copy the libhgl.so to /system/lib/libhgl.so . Reboot phone.
You can grab it from the ion zip here:
http://developer.htc...-io-device.html
Make sure to get the one thats 'recovery image' otherwise u'll have to unyaffs the system.img
Walkabout - ICS and HoneyComb Compatible! Try it Free
http://android.modac...__hl__walkabout
http://android.modac...__hl__walkabout
#3
Posted 15 November 2009 - 04:55 PM
I've got the file. But how do I get the file onto the pulse. I use adb but can't copy the file file from my windows partition to the phone.
#4
Posted 15 November 2009 - 05:36 PM
If you've rooted it, do you have ConnectDroid on your phone?
You could put the zip file on the SD Card and move it to the right directory using ConnectDroid once you've done "su -"
You could put the zip file on the SD Card and move it to the right directory using ConnectDroid once you've done "su -"
#5
Posted 15 November 2009 - 05:54 PM
I did it this way:
-reboot the phone in recovery mode
-"adb shell" in cmd
-"mount -o rw /dev/block/mtdblock1 /system" in the shell
-"exit" the shell
-"adb push f:/libhgl.so /system/lib/libhgl.so" in cmd to transfer the file
That's it. Reboot the phone. The demos I tried (Light Racer 3D and Speed Forge 3D Demo) are running more smooth now.
Why does Huawei not put the right libraries onto the phone so we can play right away with factory defaults turned on. Again: Shame on you, Huawei.
PS: Thanks for the tip kam187.
-reboot the phone in recovery mode
-"adb shell" in cmd
-"mount -o rw /dev/block/mtdblock1 /system" in the shell
-"exit" the shell
-"adb push f:/libhgl.so /system/lib/libhgl.so" in cmd to transfer the file
That's it. Reboot the phone. The demos I tried (Light Racer 3D and Speed Forge 3D Demo) are running more smooth now.
Why does Huawei not put the right libraries onto the phone so we can play right away with factory defaults turned on. Again: Shame on you, Huawei.
PS: Thanks for the tip kam187.
Edited by Aton, 15 November 2009 - 05:55 PM.
#6
Posted 15 November 2009 - 07:39 PM
I give you my thanks as well; the new driver is great!
Or is it a driver...
Or is it a driver...
Edited by HunteronX, 15 November 2009 - 08:52 PM.
#7
Posted 15 November 2009 - 09:54 PM
Awesome, something for the next MoDaCo Custom ROM methinks!
P
P
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco / Follow MoDaCo Android on Twitter - http://twitter.com/modacoandroid
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.

#8
Posted 15 November 2009 - 11:06 PM
ooooh that sounds interesting paul, was going to try the current rom but might wait for your next one with these files in there?
#9
Posted 16 November 2009 - 09:01 AM
#10
Posted 17 November 2009 - 11:26 AM
Hi, is it possible to give us a n00b guide on installing these files to help speed up the 3d games?
Also any idea if this might impact other things like sat nav software?
Thanks.
Also any idea if this might impact other things like sat nav software?
Thanks.
#11
Posted 17 November 2009 - 01:19 PM
I allready have the libhgl.so ! Is there any difference between the one on the pulse and the one from g1?
#12
Posted 17 November 2009 - 04:36 PM
Yes, replace it and restart your phone - you'll see 
#13
Posted 17 November 2009 - 06:15 PM
Thanks
runs much faster now!
#14
Posted 17 November 2009 - 07:31 PM
#15
Posted 17 November 2009 - 09:29 PM
#16
Posted 17 November 2009 - 11:19 PM
thanks mapero....
just wondering, I am sure I rooted the phone, basically I can browse the system folders but says failed to paste over the file already there... the fact that I can browse the folders, does that mean that it is definitely rooted?
Thanks
just wondering, I am sure I rooted the phone, basically I can browse the system folders but says failed to paste over the file already there... the fact that I can browse the folders, does that mean that it is definitely rooted?
Thanks
#17
Posted 18 November 2009 - 08:35 AM
Aton, on Nov 15 2009, 18:54, said:
I did it this way:
-reboot the phone in recovery mode
-"adb shell" in cmd
-"mount -o rw /dev/block/mtdblock1 /system" in the shell, to mount the /system partition read&write
-"exit" the shell
-"adb push f:/libhgl.so /system/lib/libhgl.so" in cmd to transfer the file! f:/libhgl.so is the directory on ur system, where the libhgl is placed!
That's it. Reboot the phone. The demos I tried (Light Racer 3D and Speed Forge 3D Demo) are running more smooth now.
Why does Huawei not put the right libraries onto the phone so we can play right away with factory defaults turned on. Again: Shame on you, Huawei.
PS: Thanks for the tip kam187.
-reboot the phone in recovery mode
-"adb shell" in cmd
-"mount -o rw /dev/block/mtdblock1 /system" in the shell, to mount the /system partition read&write
-"exit" the shell
-"adb push f:/libhgl.so /system/lib/libhgl.so" in cmd to transfer the file! f:/libhgl.so is the directory on ur system, where the libhgl is placed!
That's it. Reboot the phone. The demos I tried (Light Racer 3D and Speed Forge 3D Demo) are running more smooth now.
Why does Huawei not put the right libraries onto the phone so we can play right away with factory defaults turned on. Again: Shame on you, Huawei.
PS: Thanks for the tip kam187.
U did exactly this?
#18
Posted 18 November 2009 - 08:53 AM
@mapero
That's right. You have to go to recovery mode or else you can't mount the system partition with read/write permission. The file was on my f: drive on the pc. I pushed it with adb from the harddrive to the phone.
That's right. You have to go to recovery mode or else you can't mount the system partition with read/write permission. The file was on my f: drive on the pc. I pushed it with adb from the harddrive to the phone.
#19
Posted 18 November 2009 - 11:08 AM
Ah right thats cleared things up, not done the enable write part..... Will do that tonight...
For anyone looking on info for ADB http://android-dls.c...x.php?title=ADB
Is the SDK backwards compatible or do I need the v1.5 specifically?
And am guessing, as soon as you come out of recovery mode then I woun't be able to write over system files right?
For anyone looking on info for ADB http://android-dls.c...x.php?title=ADB
Is the SDK backwards compatible or do I need the v1.5 specifically?
And am guessing, as soon as you come out of recovery mode then I woun't be able to write over system files right?
Edited by twe, 18 November 2009 - 11:15 AM.
#20
Posted 18 November 2009 - 02:15 PM
@twe
I took the sdk of this archive android-sdk_r3-windows.zip of the Google Android SDK website http://developer.and.../sdk/index.html
The sdk 1.5 didn't work for me.
After reboot and back in regular mode the phone mounts the system partition itself and you can't remount it for write permission.
I took the sdk of this archive android-sdk_r3-windows.zip of the Google Android SDK website http://developer.and.../sdk/index.html
The sdk 1.5 didn't work for me.
After reboot and back in regular mode the phone mounts the system partition itself and you can't remount it for write permission.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






Sign In
Create Account

Back to top









