#!/system/bin/sh
# ========================================
# init.d script for Android Revolution HD 
# ========================================

# Enable GPU rendering for 2D operations

sysrw
rm /system/lib/egl/libGLES_android.so
busybox sed -i '/0 0 android/d' /system/lib/egl/egl.cfg
sysro

# End of the script