Featured

iOS 26 Beta 2

On June 23, 2025, Apple released the second developer beta of iOS 26 (build 23A5276f), marking the first round of refinements since the OS’s unveiling at WWDC 2025. This coordinated beta update also rolled out matching beta 2 builds for iPadOS 26, macOS Tahoe 26, tvOS 26, visionOS 26, and watchOS 26, underscoring Apple’s unified cross-platform beta strategy. Since the initial beta dropped on June 9, developers have been experimenting with the new Liquid Glass design, expanded Apple Intelligence capabilities, and overhauled core apps. Beta 2 focuses on improving legibility, bolstering accessibility, and fine-tuning app experiences in preparation for the public beta in July and the final release expected this fall. Beta 2 brings subtle but impactful tweaks to the Liquid Glass aesthetic. In Control Centre, the background blur behind the buttons has been increased, creating a more opaque backdrop that enhances contrast and readability against vibrant wallpapers....

Android 13 Installation And Root


Android 13 is out officially. Here's how to manually install and root it

Turn on USB debugging 

In settings on your pixel device, go to About Phone and scroll down until you see build number and keep tapping on it to enable developer options and turn on USB debugging 

                    open this website

Plug in your phone, you might need to authorize adb access in the pop window 


We will get the boot image from here and flash it in fastboot later

Tap on allow adb access. If the tool can't find your phone make sure edge or chrome isn't blocking the popup


Look for the pen icon and tap on it to edit your preferences

Note that you won't be able to downgrade to android 12 

Let it do the work from here. Boot into android and enable developer options 

Download platform tools and the google USB driver install the driver in fastboot

Extract the factory image zip file and also the zip file inside it. Send the boot.img file to your phone and open magisk app > select and patch a file > select the boot.image

The patched boot image will be in the downloads folder. Send it to the PC

Right click on the file and tap on copy as path' 

Go to the platform tools folder and open a terminal

I'll be referring to PowerShell because it's what I use. 

.\adb devices 

Allow adb access

.\fastboot boot paste the copied path here 

This will boot magisk but not flash it.

Open the magisk app and tap install > direct install 

The phone will reboot into rooted system 




Comments