L'interfaccia desktop nativa pensata per #Android 16 è molto interessante
https://www.ilsoftware.it/focus/android-16-trasforma-il-tuo-smartphone-in-un-pc-linux-con-interfaccia-grafica/

Ma se ad un passo avanti se ne affiancano 2 indietro tutto è vanificato:
- Google Play Integrity API
- Direttiva "RED" 2014/53/UE

E addio a sblocco boot loader, modding e custom rom; che fine faranno le varie #lineageos #grapheneos #ubuntutouch solo per citarne alcune tra quelle che utilizzo? Verso quale direzione controllo globale stiamo andando?

#modding #customrom #google #controlloglobale

#Rooting a new #Xiaomi device is getting totally ridiculous these days.

I already jumped through the hoop to "request bootloader unlock permission" in one of Xiaomi's #bloatware apps at **EXACTLY** midnight beijing time, at least this worked. Now the second step would be to actually unlock the boot loader. On #FreeBSD, I can't use Xiaomi's unlocker tool (but I guess that's actually a good thing), so I found some python script that also works (after a bit of fiddling with it, patching shebang and removing some nonsense), and see what it tells me now.

Xiaomi, you used to be cool, a long time ago... 🙄

The new #Xiaomi phone with #HyperOS2 is now fully #rooted, with #Magisk installed plus some modules, including a de-bloater that, if I understand that correctly, gets rid of system apps using filesystem overlays (so, they're still there in the system partition, but really unaccessible on a very low layer). The other modules are there for fixing integrity checks, I got google wallet, paypal and my bank's app to work flawlessly. 🥳

Now it should be possible to install some linux dist in a chroot, will probably test that soon.

There were quite a few issues on the way, e.g. a weird location of the init-boot that needs patching to install magisk: a cpio archive inside vendor-boot, unsupported by vanilla magisk, so I had to patch the magisk app first to move on 🤯. Getting magisk installed and the necessary tweaks in place for certain apps to work again took me half a day. Well, the phone model isn't the most widespread one, so finding infos took some time.

And there's still the same general issue with #android #modding community that I already observed 15 years ago, although back then, things were generally simpler: It seems most of the time, people only share some step-by-step instructions without ANY explanation, and people are also only looking for that. It's weird, you see forum posts from people doing the dumbest things by varying these instructions if they don't work for them, because they have no background knowledge whatsoever. What's even worse now, people started putting crappy videos on youtube and tiktok. Don't ever watch any of them, it's a pure waste of time. Instead, work through all the stuff on XDA, it's also full of that pointless "do that, then do that, type foo, click here" nonsense, but occasionally you will find the background info you need to understand what's going on and how to fix your own issues. 🤪