-
Notifications
You must be signed in to change notification settings - Fork 104
Getting started
-
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
oradb
) with your package manager of choice.
MAC OS
-
Install Homebrew
-
Install Android platform tools
brew install android-platform-tools
WINDOWS
-
Download android platform tools and unzip it somewhere.
-
Add the android platform tools to your PATH OR make sure to launch UAD-ng from the same directory.
-
Check your device is detected:
adb devices
- Install the Android Platform Tools (either
-
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.