Featured

The Not-So-Pretty Side of Big Tech

Most of us grow up thinking that the things we buy and store online are ours. Games, apps, files, even the email addresses tied to our names. But big tech companies like Microsoft remind us that nothing in their ecosystem really belongs to us. Recently, Microsoft suspended my Outlook account. They claimed that my OneDrive contained “child porn.”  Let me be clear: I download adult videos from the open web. I am not a pedophile. Yet Microsoft’s algorithms, terms of service, and opaque enforcement systems flagged my content as illegal, locked me out of my account, and informed me that I cannot appeal for six months. When you use Microsoft services, you’re not really buying a product; you’re renting access. Their terms give them permission to scan files on your computer, in your cloud storage, and across your account. The moment something doesn’t fit their rules, they can revoke everything: your email, your purchased games, even the apps you’ve paid for. Microsoft’s policy is blun...

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