View Single Post
  #174 (permalink)  
Old 12-10-2010, 04:15 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: 3d driver for testing with gralloc. UPDATED 11.29.10

if you want your sdcard clean-lembed, so add these modules to a sub directory then change the path in the mount commands to that dir. In my case I did move all modules included build.prop to /sdcard/mods then add these lines to froyo.user.conf:
Code:
mount --bind /sdcard/mods/libGLES_qcom.so /system/lib/egl/libGLES_qcom.so
mount --bind /sdcard/mods/gralloc.msm7k.so /system/lib/egl/gralloc.msm7k.so
mount --bind /sdcard/mods/build.prop /system/build.prop
__________________

Last edited by tiger2wander; 12-10-2010 at 04:17 AM.
Reply With Quote