Featured

How to Upgrade Manually to Ubuntu 26.10 "Stonking Stingray"

  With the development cycle for Ubuntu 26.10 officially underway, Canonical has published stonking/snapshot-1 . For early adopters, developers, and enthusiasts looking to ride the absolute edge of the open-source wave, the temptation to jump from the stable shores of 26.04 LTS, Resolute Raccoon, into the development stream is strong. Because the automated release pathways are not populated so early in the cycle, the standard do-release-upgrade -d tool will politely decline to find the new branch. To make the leap, we must step past the guardrails and manage our repository tracking manually. > Important Prerequisite: Upgrading to a day-one snapshot moves your environment into a highly experimental space. Ensure all core personal files, configurations, and local development repositories are thoroughly backed up before executing these steps. Ubuntu 26.04 has transitioned to a modern, structured deb822 formatting layout for core package sources. This means standard mod...

Pixel 6 pro - your device is corrupt. It can not be trusted and may not work properly [FIX]


This is a simple fix for the error on boot should you face it (tested on pixel 6 pro)

Download the ota package from here



I recommend to enable USB debugging on your phone first thing as well as set up adb

Power off the phone and hold power and volume up , when the android with the yellow exclamation mark appears tap volume up

Use the volume keys to navigate and go to apply update from ADB

Open a terminal in the platform tools folder

.\adb sideload <path to ota package> 

The phone will apply the ota 

Comments