- Thread Starter
- #61
OP
How would i get rid of the car dock without removing all those other features from the OP? Also i just want to keep the 3d looking launcher and the droid eye tab launcher ...so which one do i get rid of?....Thanks
For car dock type the following in terminal (I forgot to add that script):
su
mountsys
busybox rm /system/app/CarDock.apk
unmountsys
sync
For the helix launcher type the following:
su
rmhelix
Also, I accidently put an extra framework in system/apps (late night) you don't have to but if you would like to remove it type the following in terminal:
su
mountsys
busybox rm /system/app/framework-res.apk
unmountsys
sync
Hope this helps. Terminal commands are really easy once you get the hang of them.