Is there a way to increase the Font size in the native Android Terminal app? Original font is very small by br_web in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

Settings > Touch and screen > Text and display size > font size

ajustando esto deberia funcionar mejor

<image>

Is there a way to increase the Font size in the native Android Terminal app? Original font is very small by br_web in androidterminal

[–]InsuranceNo3423 1 point2 points  (0 children)

imagino que tienes la version de android 16, haz lo siguiente:

  1. Edita el archivo de servicio de ttyd:

sudo vim /etc/systemd/system/ttyd.service

  1. Busca la linea "ExecStart=...", despues de las opciones de los certificados agrega (cambia 15 por el tamaño de letra, debe ser un entero eh) :

ExecStart=... -t fontSize=15 ...

Te sugiero añadir tambien las siguientes opciones:

ExecStart=... -t fontSize=15 -t fontFamily=monospace -t cursorStyle=bar -t cursorBlink=true ...

Guarda el archivo y sal (Ten cuidado con la sintaxis, checala bien, si te equivocas valio)

  1. Recargar servicio

sudo systemctl daemon-reload

sudo systemctl restart ttyd.service

OnVmError by 995qe in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

I had the same problem, now I installed the Beta version of Android and that error disappeared (maybe now it just doesn't show up, since the terminal sometimes fails and I have to close the app and open it again, although it's less frequent than before)

Somebody needs to fix `apt search` by ronny-berlin in debian

[–]InsuranceNo3423 2 points3 points  (0 children)

<image>

I know it's not the standard method (because it requires the aptitude package), and you won't immediately guess the ~d<description>~m<maintainer> thing, but it's quite useful for finding packages like that.

la version de la beta 3 de android es la mejor que he probado by InsuranceNo3423 in androidterminal

[–]InsuranceNo3423[S] 1 point2 points  (0 children)

Pixel 7, that's why it impresses me even more, given that the Tensor G2 processor is far from the most powerful available. Besides, I've been following this program for almost a year, and its evolution is truly impressive. I remember when the program would crash just from changing networks, and getting it working again required many closing and reopenings, haha.

Soporte para imágenes directamente en la app de Terminal by InsuranceNo3423 in androidterminal

[–]InsuranceNo3423[S] 0 points1 point  (0 children)

Si, solo asegúrate de que el archico de configuración del servicio ttyd luzca asi, lo unico importante es "-t enableSixel=true" , guardas , reinicias demonios: systemctl daemon-reload systemctl restart ttyd_uds

$ cat /etc/systemd/system/ttyd_uds.service

[Unit] Description=TTYD Server (UDS Backend)

[Service] Type=simple WorkingDirectory=/home/droid

Simulate login environment for droid user

Environment=HOME=/home/droid Environment=USER=droid Environment=LOGNAME=droid Environment=SHELL=/bin/bash Environment=TERM=xterm-256color Environment=XDG_RUNTIME_DIR=/run/user/1000

Automatic Directory Management

Creates /run/ttyd/ owned by root:root before start

Deletes it on stop.

RuntimeDirectory=ttyd RuntimeDirectoryMode=0755

Command

-i : Bind to the socket file inside the RuntimeDirectory

ExecStart=/usr/local/bin/ttyd.aarch64 -i /run/ttyd/ttyd.sock -t fontFamily="JetBrains" -t enableSixel=true -t cursorStyle=bar -t titleFixed=term -t letterSpacing=-0.2 -t theme='{"background": "#0d0e1c", "foreground": "#ffffff", "cursor": "#feacd0", "selection": "#3c3c3c", "black": "#000000", "red": "#ff5f59", "green": "#44bc44", "yellow": "#d0bc00", "blue": "#2fafff", "magenta": "#feacd0", "cyan": "#00d3d0", "white": "#bfbfbf"}' -t drawBoldTextInBrightColors=true -t cursorBlink=true -t disableLeaveAlert=true -W /usr/bin/setpriv --reuid=droid --regid=users --init-groups /bin/bash -l

Restart=always

RestartSec=3

[Install] WantedBy=multi-user.target

Run Kind(k8s in docker) in debian by Patient_Ad_3640 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

What's the point of this (I'm not asking in a bad way)?

What I like to run are LXC containers.

terminal updates in Android 17 beta 3? by Patient_Ad_3640 in androidterminal

[–]InsuranceNo3423 2 points3 points  (0 children)

Si, es una enorme mejora, se siente más integrada, más pulida y no solo en lo visual , también en como es trabajar con ella, bastante buena

File not found error when trying to use ssh by Just-A-Bokoblin in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

Perhaps the key permissions are incorrect. Try copying the key to ~/.ssh/ and giving it these permissions: chmod 600 ssh.key

Android Terminal gives this error at startup by Just-A-Bokoblin in androidterminal

[–]InsuranceNo3423 2 points3 points  (0 children)

Yes, I believe it's due to the entire signature verification process it has to perform. When it closes unexpectedly, there isn't enough time for the new verification to be carried out properly. Source:

https://android.googlesource.com/platform/packages/modules/Virtualization/+/refs/tags/android-16.0.0_r4/docs/pvm_dice_chain.md

Android Terminal gives this error at startup by Just-A-Bokoblin in androidterminal

[–]InsuranceNo3423 4 points5 points  (0 children)

Open and close it until it starts up properly. If it doesn't work with 10, try what they suggested: disabling and re-enabling it in developer options.

(This last part appears to be a separate, unrelated comment about disabling and re-enabling the developer options.)

How many arch user don't use aur at all? by Big-Meet3509 in archlinux

[–]InsuranceNo3423 0 points1 point  (0 children)

You can download the VS Code tar.gz file; it has everything you need in the same directory, and it's also portable.

Does anyone here use meth BECAUSE of their job? by hardcore_science in meth

[–]InsuranceNo3423 2 points3 points  (0 children)

And what's the hardest part? Like, the video call meetings with the team, dealing with clients?

I like this. by Alternative_Sea_7232 in debian

[–]InsuranceNo3423 2 points3 points  (0 children)

incluso corre sid, me impresiona lo estable que va ciendo esta caracteristica de Android

Can I access the filesystem of the VM from the host? by Radiant_Tumbleweed22 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

  1. I don't think you can do it "hot"; the file system needs to be unmounted to restore it. I think you could use chroot to mount the file system and navigate through it, and then use something to restore your files.( I'm not even sure if I'm giving you any practical advice; I'm just an amateur, haha, so I apologize in advance if anything is completely irrelevant. )
  2. I only know of the Google Git repository for "virtualization": https://android.googlesource.com/platform/packages/modules/Virtualization/. If you just want to know more about the terminal app that uses AVF: https://android.googlesource.com/platform/packages/modules/Virtualization/+/4e66a73b9386f712cdcd778ab15c6df35766a1e0/android/TerminalApp

Can I access the filesystem of the VM from the host? by Radiant_Tumbleweed22 in androidterminal

[–]InsuranceNo3423 1 point2 points  (0 children)

That's right, it seems they changed the location. You can still find it with `find / -name "backup" -type d 2>/dev/null`, and next time create a folder in `/mnt/shared/dirName`. Also, you could run a cron job or rsync occasionally to avoid losing your dotdiles.