Featured

UniGetUI: A Unified Package Management Experience for Windows

For anyone who’s ever juggled between different package managers on Windows — from Winget to Chocolatey , Scoop , Pip , or NPM — the challenge of managing them all seamlessly is real. That’s where UniGetUI steps in. Developed by Martí Climent , UniGetUI (formerly known as WingetUI) provides a sleek, open-source graphical interface for all major Windows package managers, combining their power into one easy-to-use hub. github +5 ​ What Is UniGetUI? UniGetUI is a free, open-source GUI designed to simplify software installation and management on Windows 10 and Windows 11 . Think of it as a “package manager manager” — a single visual front-end that lets users access multiple backend systems like Winget, Scoop, Chocolatey, Pip, NPM, the .NET Tool , and PowerShell Gallery from one interface. virtualizationreview +2 ​ This tool is ideal for users who want Linux-style convenience on Windows but prefer clicks over commands . Whether you’re installing, updating, or cleaning up applicati...

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