Quantcast
Channel: How To's | Everything Tech - Appuals.com
Viewing all articles
Browse latest Browse all 4543

How to Disable HiSearch on Huawei Mate 20 Pro

$
0
0

Owners of the latest Huawei Mate 20 Pro may find the native HiSearch function to be extremely annoying – in fact, many users want to know how to disable HiSearch. This is because HiSearch is activated by swiping down from the top edges – thus, if you want to refresh a webpage, for example, you need to swipe down from precisely in the center of the screen.

Luckily, its really quite easy to disable HiSearch using ADB. All we’re going to do is uninstall the package.

Requirements

  1. First enable USB Debugging on your Huawei Mate 20 Pro. Go to Settings > About Phone > tap Build Number 7 times to activate Developer Mode.
  2. Now go to Settings > Developer Options > enable USB Debugging.
  3. Connect your Huawei Mate 20 Pro to your PC via USB, and launch an ADB terminal (hold shift + right click and choose ‘Open a Command Window Here’ from inside your main ADB folder).
  4. In the ADB terminal, type: adb devices
  5. You may need to accept an ADB pairing dialogue on your Huawei Mate 20 Pro.
  6. When your device is successfully recognized by ADB, type the following commands in order:
Adb shell

pm uninstall -k --user 0 com.huawei.search

The ADB terminal should display “Success”, and you will no longer be plagued by HiSearch.

The post How to Disable HiSearch on Huawei Mate 20 Pro appeared first on Appuals.com.


Viewing all articles
Browse latest Browse all 4543

Trending Articles