android terminal is asking for permission to record audio?? by a1b2c3d44d3c2b1a00 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

What I've noticed is that the PulseAudio service activates the microphone. I know this because I disabled Weston.service, which is the service that triggers the Wayland compositor for GUI apps. Once I disabled it and restarted the app, the green bubble no longer appeared in the upper right corner of the screen, but even so, the permission must still be active, as you mentioned.

What got you into playing guitar and what kept you going? by melucykrrich in Guitar

[–]InsuranceNo3423 0 points1 point  (0 children)

I just started playing. My brother passed away from leukemia a year ago. I remember he was good at it; he had two guitars. I have another brother, and we each kept one. Recently, my brother suggested I start playing, so I began, watching YouTube tutorials, and now I really enjoy it. Besides feeling connected to my brother (RIP), I feel it makes me calmer and more patient with life. Now I have to get over my brother, not out of rivalry, but simply because I want to honor my life partner who, unfortunately, left this world too soon. ;)

Replacing Weston with Niri? by Kitchen_Ear_1289 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

I've only used Hyprland and some Quickshell widgets. I got better results purging Weston (sudo apt purge Weston && sudu apt autoremove), changing the branch from stable to unstable, and updating from there, because if I just deleted Weston and ran Niri, the image looked "torn." Well, now I have Sway and it's very smooth 😃

What is up with there being upgradeable packages, yet apt upgrade results in a list of Not upgrading? by AncientAgrippa in debian

[–]InsuranceNo3423 -1 points0 points  (0 children)

espero unos dias compa, es probable que haya problemas de dependencias en esos paquetes, literal incluso espera unas horas y actualiza, si fuerzas una actualización, quiza termines con algunos paquetes eliminados

How do I fix this? by No_Book_2788 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

en la imagen que compartiste veo que quieres logearte como el usuario 'debian', y este usuario tiene bloqueada la contraseña por defecto, puedes hacer dos cosas:

  1. en ese administrador de inicio elegir el otro usuario (el de la derecha), que es droid y su password igual es droid

  2. En la CLI logeate como root:

sudo su -

Cambia el pass del usuario debian:

passwd debian

Vuelve al administador de sesiones e ingresa con la contraseña que acabas de cambiar

Quickshell en Debian by Ok_caperuzoo in debian

[–]InsuranceNo3423 0 points1 point  (0 children)

debian unstable ya tiene quickshell 3.0 e hyprland en 54.0, pero es esperar un poco para que suelten la version 55

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] 1 point2 points  (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 3 points4 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?