Yes, you need to update to a newer launcher version with support for custom icons. I don't know, if the softroot package has been updated after the new release. If so, it would be the easiest way to install the complete package again. If not, you can use the ADB shell the uninstall the current version and install the newer version.
Sometimes the apps are protected somehow and Trook or any other tool will get an error during uninstalling. The usual adb shell command "uninstall XXX" will fail too. In this situations the solution is to use "adb shell pm uninstall XXX".
|