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

WSA with Google Play store and Magisk

Download the WSA (windows subsystem for Android) from here and adb from here

Extract the platform tools to a folder named adb in C:\

Unzip the package with 7zip or WinRAR 

right-click, extract to \ 

Find the install PowerShell script , right-click and open in PowerShell

This will install the package 

Open WSA and turn on developer options , also turn on developer mode in windows settings

Open Windows Terminal in admin mode in the adb folder and type : 

adb connect localhost:58526

Or use your IP address 

adb connect <your IP address> 

Copy the path to the magisk.apk in the  WSA folder 

  
Then use this command to install magisk : 

adb install <paste the copied path> 




Comments