Featured

Waydroid on Ubuntu installation

Ensure you are logged into a Wayland session (which is the default), open your terminal, and let us break this down into actionable, non-intimidating steps. 1. Prepare the Canvas First, we need to ensure your package manager is updated and has the necessary tools to fetch external repositories securely. Bash sudo apt update sudo apt install curl ca-certificates -y 2. Add the Official Repository Next, we introduce the Waydroid repository to your system. This command seamlessly integrates their package list into your local directory. Bash curl -s https://repo.waydro.id | sudo bash 3. Install Waydroid With the repository successfully added, installing the application is merely a matter of a single command. Bash sudo apt install waydroid -y 4. Initialise the Environment This is where the actual Android image is downloaded and configured. You have two distinct paths here, depending on your preference for independence: Vanilla Android (Lean, open-source, and highly recommended): Bash sudo wa...

Guide: How to Unlock the Bootloader on Samsung One UI 5

Disclaimer: Unlocking the bootloader may lead to data loss, security risks, and void the warranty. Proceed at your own risk and ensure you understand the consequences before attempting the procedure.



Backup Your Data

Before initiating the process, back up all your important data, including contacts, photos, videos, and files. Unlocking the bootloader will wipe your device, so ensure you have a copy of your data stored safely.

Charge Your Device

Make sure your Samsung device has sufficient battery life or connect it to a power source during the process to prevent any interruptions.

Enable USB debugging

Go to Settings > About Phone > Software Information. Tap on the "Build Number" seven times to enable Developer Options. Then, navigate to Developer Options and enable USB Debugging.




Install ADB and Fastboot Drivers

- Download the Android SDK Platform Tools (ADB and Fastboot) and the Samsung USB driver on your computer.

- Extract the platform tools zip file to a folder on your PC and install the USB driver 
- Open the command prompt or terminal window on your computer in the platform tools folder. 


Enable OEM Unlocking

- Go to Settings > Developer Options.
- Scroll down and find "OEM unlocking."
- Toggle the switch to enable it.
- Confirm your screen lock password or PIN if prompted.

Reboot to Download Mode


Method 1:

If you don't reboot using the power menu, hold power and tell bixby "reboot to download mode" bixby will say "are you sure?" reply with "yes


Method 2: 

Open a command prompt

cd "path to the platform tools folder"

adb reboot download 


Hold volume up and volume down at the same time and plug the phone into your PC

Long press volume up to unlock the bootloader




- A warning message will appear on your device.
- Use the volume keys to navigate to "Yes" and confirm the bootloader unlocking by pressing the power button.
- Wait for the process to complete. Your device will be wiped during this step 

When the phone reboots, connect your phone to wifi and enable developer options to bypass the vaultkeeper service

The OEM unlock button should be greyed out

Comments