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

Flash stock / Unbrick Pixel Devices with Android Flashtool

Android Flash Tool in my opinion, is the easiest and safest way to flash your Pixel device. If you're upgrading, or unbricking it'll almost always save the phone. I recommend using  Microsoft Edge or Google Chrome 


The device will need USB debugging enabled in developer options and OEM unlocking toggled on


Plug the phone into a PC with a USB to type C cable.




If flashtool displays the following just run adb kill-server in terminal in the platform tools folder




Tap on add device and confirm the connection in the prompt 



Tap on back to public




Make sure to use the up-to-date builds as google explains here




Comments