1) Download ADB 2) Enable USB Debugging on your device 3) Connect to computer and verify your device is listed with command "adb devices" 4) Type "adb shell" 5) Type "pm list packages", this will show you all packages installed on phone. 6) Type "pm uninstall -k --user 0 com.huawei.search" 7) you should see the word "Sucess" pop up