jrummy, how do i delete the brightness app? i can't do it with another application. is there a script or something?
I can't really remember what I named it.. I think it's brightness.apk.. so in terminal type:
su
mountsys
rm /system/app/brightness.apk
unmountsys
sync
if that doesn't work do this...
su
ls system/app
(here you can see all the apps so you know which to delete)
rm /system/app/whatever.apk
unmountsys
sync