Skip to content

Getting started

Anonymoussaurus edited this page Mar 24, 2024 · 4 revisions
  • Read the FAQ!

  • Do a proper backup of your data! You can never be too careful!

  • Enable Developer Options on your smartphone.

  • Turn on USB Debugging from the developer panel.

  • From the settings, disconnect from any OEM accounts (when you delete an OEM account package it could lock you on the lock screen because the phone can't associate your identity anymore)

  • Install ADB (see the instructions by clicking on your OS below). For alternative instructions, see this XDA-article.

    LINUX
    • Install the Android Platform Tools (either android-tools or adb) with your package manager of choice.

    MAC OS
    • Install Homebrew

    • Install Android platform tools

      brew install android-platform-tools

    WINDOWS
  • Download the latest release of UAD-ng for your Operating System here. Take the opengl version only if the default version (with a Vulkan backend) doesn't launch.

NOTE: Chinese phone users may need to use the AOSP list to remove some stock apps because those Chinese manufacturers (especially Xiaomi and Huawei) have been using the name of AOSP packages for their own (modified & closed-source) apps.

IMPORTANT NOTE: You will have to run this software whenever your OEM pushes an update to your phone as some uninstalled system apps could be reinstalled.

Clone this wiki locally