Does Google new rule actually affect Typst(arm version)?

What’s in my phone:

Android OS → Termux Linux Env → Cargo Pkg Manager → Typst

I don’t use phone to edit file.typ much, but it’s proper to check whether or not the compiled file-arm.pdf is exactly the same as the file-amd.pdf.

However, Google will make it complex to install a 3rd-party app (Termux) to Android after Sep 2026. Details: keepandroidopen.com

Do you use Termux-arm? What’s ur view about Google new rule?

I’m pretty sure nothing will change other than the new annoying steps you have to take to allow installing 3rd-party apps (like waiting for 24 hours). And only on newer phones, since older ones don’t have OS updates. It’s truly awful, just like the desktop OS situation, but until GrapheneOS/Volla OS/etc. gain some market, there is nothing much you can do about it (or regulations become stricter). Well, they did back down a bit due to backlash, so that’s nice.

1 Like

Google says Android Debug Bridge (ADB) won’t be affected, so:

sudo apt install adb -y
# phone ==usb==> computer
# enable Dev mode and USB debug in phone
aria2c 'https://....com/xxx.apk'
adb install xxx.apk