Jump to content


OpenGL ES on pulse?

* * * * * 1 votes

58 replies to this topic

#1
Aton

Aton

    Newbie

  • Members
  • Pip
  • 37 posts
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 .


#2
kam187

kam187

    Enthusiast

  • MoDaCo Ad Free
  • PipPipPip
  • 177 posts

View PostAton, 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 .

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

#3
Aton

Aton

    Newbie

  • Members
  • Pip
  • 37 posts
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
steviem

steviem

    Regular

  • Members
  • PipPip
  • 65 posts
  • Devices:Orange San Franciscoooo
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 -"


#5
Aton

Aton

    Newbie

  • Members
  • Pip
  • 37 posts
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.

Edited by Aton, 15 November 2009 - 05:55 PM.


#6
HunteronX

HunteronX

    Diehard

  • MoDaCo Ad Free
  • PipPipPipPip
  • 319 posts
  • Gender:Male
  • Location:UK
  • Devices:Xperia X10; Advent Vega
I give you my thanks as well; the new driver is great! :D

Or is it a driver... :)

Edited by HunteronX, 15 November 2009 - 08:52 PM.


#7
PaulOBrien

PaulOBrien

    It's My Party

  • Founder
  • PipPipPipPipPipPip
  • 32,883 posts
  • Gender:Male
  • Location:Norwich, UK
  • Devices:Galaxy Nexus / TF Prime
  • Twitter:@paulobrien
Awesome, something for the next MoDaCo Custom ROM methinks!

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.

Posted Image


#8
twe

twe

    Diehard

  • Members
  • PipPipPipPip
  • 376 posts
  • Gender:Male
  • Devices:Samsung Galaxy S
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
helikopter

helikopter

    Regular

  • Members
  • PipPip
  • 149 posts
  • Devices:t-mobile pulse

View PostPaul, on Nov 15 2009, 22:54, said:

Awesome, something for the next MoDaCo Custom ROM methinks!

P

it's great to see that you're watching out for all the stuff that is worth to put into the custom roms. i'm looking forward to a donut/eclair build.


#10
twe

twe

    Diehard

  • Members
  • PipPipPipPip
  • 376 posts
  • Gender:Male
  • Devices:Samsung Galaxy S
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.


#11
mapero

mapero

    Regular

  • Members
  • PipPip
  • 85 posts
  • Devices:T-mobile Pulse
I allready have the libhgl.so ! Is there any difference between the one on the pulse and the one from g1?


#12
HunteronX

HunteronX

    Diehard

  • MoDaCo Ad Free
  • PipPipPipPip
  • 319 posts
  • Gender:Male
  • Location:UK
  • Devices:Xperia X10; Advent Vega
Yes, replace it and restart your phone - you'll see :)


#13
mapero

mapero

    Regular

  • Members
  • PipPip
  • 85 posts
  • Devices:T-mobile Pulse
Thanks :) runs much faster now!


#14
twe

twe

    Diehard

  • Members
  • PipPipPipPip
  • 376 posts
  • Gender:Male
  • Devices:Samsung Galaxy S

View Postmapero, on Nov 17 2009, 18:15, said:

Thanks :) runs much faster now!


Do you mind sharing that file up please?


#15
mapero

mapero

    Regular

  • Members
  • PipPip
  • 85 posts
  • Devices:T-mobile Pulse

View Posttwe, on Nov 17 2009, 20:31, said:

Do you mind sharing that file up please?

Check your PM.


#16
twe

twe

    Diehard

  • Members
  • PipPipPipPip
  • 376 posts
  • Gender:Male
  • Devices:Samsung Galaxy S
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


#17
mapero

mapero

    Regular

  • Members
  • PipPip
  • 85 posts
  • Devices:T-mobile Pulse

View PostAton, 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.

U did exactly this?


#18
Aton

Aton

    Newbie

  • Members
  • Pip
  • 37 posts
@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.


#19
twe

twe

    Diehard

  • Members
  • PipPipPipPip
  • 376 posts
  • Gender:Male
  • Devices:Samsung Galaxy S
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?

Edited by twe, 18 November 2009 - 11:15 AM.


#20
Aton

Aton

    Newbie

  • Members
  • Pip
  • 37 posts
@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.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users