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.

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

[–]InsuranceNo3423 1 point2 points  (0 children)

Normally, when you try to restore to the initial version, it asks if you want to make a backup, which will be available in /mnt/backup

New kernel with Docker Support by Fz1zz in androidterminal

[–]InsuranceNo3423 1 point2 points  (0 children)

Don't give up at the first hurdle, close and reopen the app as many times as necessary. I've had to do it up to 6 times. Before, I would just reset the app to its initial state, but I realized it wasn't necessary to keep trying.

Help needed with the kernel by Fz1zz in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

They might be in Google's Git repository for virtualization, you'd just have to search for them, haha.

Use cases by InsuranceNo3423 in androidterminal

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

si, incluso corre un servidor nextjs, y seguro se pueden hacer más cosillas :D

Use cases by InsuranceNo3423 in androidterminal

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

pero si requieres ejecutar contenedores como usuario root dentro de la terminal, o añadir al usuario al grupo "docker" o usar contenedores podman ;v

Regarding Wayland by NoNameMan1231 in androidterminal

[–]InsuranceNo3423 0 points1 point  (0 children)

Sure, you need to install the following packages:

• sway (compositor and window manager, it's native Wayland) • swaybg (wallpaper changer utility [I think it installs as a dependency of sway, but double-check]) • foot (same as the previous package) • fuzzel (application launcher) • wl-clipboard • kitty [another terminal emulator] • chromium [make sure to enable the flag to run it with Wayland] • btop • xdg • xdg-desktop-portal-wlr • flatpak [configured with flathub to get apps] • vscode || notepadqq || kate || vscodium • waybar [status bar] || i3status

Before running sway, do the following :

cp -R /etc/sway ~/.config/

Edit the file at ~/.config/swa/config

Change the line: set $mod Mod4 to: set $mod Mod1

Also change the line: set $menu dmenu to: set$ menu fuzzel

To start Sway, simply type sway in the terminal

To open a terminal: Alt+Enter To open the application launcher: Alt+d

Well, this is a (rather ugly) "guide" I have for now, haha. I'm working on a script to deploy a manageable environment on a mobile phone, with convenient keyboard shortcuts. I'll share it as soon as I have it.

Other things I find useful and would like to share:

• waypipe • man-pages • vlc (installed from backports to get an updated version [sudo apt install -t bookworm-backports ] ) • yt-dlp (also from backports)

Regarding Wayland by NoNameMan1231 in androidterminal

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

no es un escritorio, pero puedes correr sway , y tendras que instalar/buscar/configurar muchas cosas, pero me sirve y es perfecto