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

Ricedroid 8 for pixel 6/Pro

Ricedroid is an unofficial custom rom based on android 13 for the pixel 6 and pixel 6 pro maintained by XDA developer alvin14 


Prerequisites ;

Unlocked bootloader and latest firmware 

I'm using windows 11 with PowerShell. Use the same instructions with respect to your os and terminal preference.

Downloads





You'll need the latest platform tools and google USB driver 

If you're having trouble accessing fastboot read this

Extract adb (platform tools) to somewhere like "C:\platform tools"

Type in the following in terminal ;

.\adb devices

Allow access to adb at the prompt on the phone screen

.\adb reboot bootloader

.\fastboot -w

This will wipe all user data from the device proceed with caution

.\fastboot update "path to ricedroid.zip" 

Tip: copy the path of the zip file in the context menu before booting into fastboot


If you want magisk just extract the rom zip file and send the boot.img file  to your phone then open the magisk app

Tap install > select and patch a file > select the boot.img from the file browser

The output will be in Downloads in the the phones internal storage

Send it back to the PC and copy the path of the magisk patched boot.img

Open terminal and type ;

.\adb reboot bootloader

.\fastboot boot "path to the magisk boot.img"

When the phone reboots, open the magisk app and tap install > direct install 

There's a lot of additional features in this rom and as an added bonus, safety net passes out of the box


Comments