What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Icons missing from all apps view of Launcher2

cokezero

New Member
I was recently successful in flashing my own custom rom to my droid. However when i press the all apps view button on Launcher2 app the icons are missing. I can still select the apps but without the icons. Any thoughts?
 
Strike one. When i logcat it i get the following error repeated about 20 times:

E/RenderScript( 1135): GL Error, 0x501, from ProgramFragment::setupGL2 tex bind

maybe i have a bad .so file???
 
I was trying to craft my own. Everything else works perfectly but this. What i did was just 'adb pull' from /system to get all the proprietary stuff. And started changing some apps for my own consumption. I've obviously been able to find the error in a .cpp file. But can't make much sense of it. Hoping that the error or situation has been seen before. my current /system/lib/egl/ folder is:

-rw-r--r-- root root 35 2008-08-01 08:00 egl.cfg
-rw-r--r-- root root 308200 2008-08-01 08:00 libGLESv2_POWERVR_SGX530_121.so
-rw-r--r-- root root 440172 2008-08-01 08:00 libGLESv1_CM_POWERVR_SGX530_121.so
-rw-r--r-- root root 105828 2008-08-01 08:00 libGLES_android.so
-rw-r--r-- root root 7624 2008-08-01 08:00 libEGL_POWERVR_SGX530_121.so
 
Back
Top