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...

TWRP for s10 [exynos][updated]


                                                                             TWRP

                                                                            vbmeta

                                                                        multidisabler


Put the multidisabler zip file on external storage as we're going to format data 

With the device powered off hold volume down, power and Bixby with the phone plugged into USB cable connected to PC to boot into download mode 


Make sure USB debugging is enabled ,about phone, software information, tap build number several times to enable developer options, USB debugging



Long press volume up to unlock bootloader

Open  Odin , connect phone to USB cable , make sure it says 'connected' in Odin

In the AP tab browse to TWRP.tar 

In the CP tab browse to vbmeta.tar 

Tap start 

Immediately hold power, volume up and Bixby to boot straight into TWRP recovery , but let go of power when the phone vibrates

Format data 

In the wipe menu navigate to advanced wipe, format data , type - yes 

Flash the multidisabler.zip


Comments