The following steps assume you have adb
set up and ready to go:
adb remount
adb shell rm /system/priv-app/ABLauncher.apk
to remove the currentKidLauncher.apk
adb install <path to KidLauncher.apk on your machine>
to install the new ABLauncher.apkadb reboot
You can see all packages installed on your device with
adb shell pm list packages -f
. Send it into grep if you know the name. Use this to find where other on-board packages may be located.