Icons missing from all apps view of Launcher2

cokezero

New Member
Joined
Jun 17, 2010
Messages
5
Reaction score
0
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?
 

titans

Premium Member
Premium Member
Rescue Squad
Joined
Dec 3, 2009
Messages
2,645
Reaction score
0
Guessing you mean the app drawer? Try rebooting the phone.
 
OP
C

cokezero

New Member
Joined
Jun 17, 2010
Messages
5
Reaction score
0
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???
 

titans

Premium Member
Premium Member
Rescue Squad
Joined
Dec 3, 2009
Messages
2,645
Reaction score
0
Which ROM are you running?
 
OP
C

cokezero

New Member
Joined
Jun 17, 2010
Messages
5
Reaction score
0
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
 
Top