LINUX.ORG.RU
решено ФорумMobile

Терминал android

 , ,


1

1

Раньше никогда не сталкивался с данным изделием, а сейчас вдруг нужно срочно выполнить роль бесплатной техподдержки. Внимание, вопрос, уважаемые знатоки! Кто сталкивался с андроидом, как минимум на планшете, терминал там прям как в линуксе или же нет? Скажем, если я через терминал хочу разархивировать файл, у меня это получится или через него можно только ковырять настройки системы? Как я понял, он видит только образ системы и ничего больше. Это просто хитрый чрут или из него не выпрыгнуть и доступ к карте памяти не получить?

Перемещено mono из talks

★★★★★

Если девайс рутован, можно втулить туда что угодно.
Better Terminal Pro идет с Bash-ом и busybox-ом в комплекте.

soslow
()

ну неужели так сложно погуглить? или поискать по маркету?

windofchange
()

Дело в том что прикладного привычного консольного софта в андроиде почти нет. Это не значит что его нельзя туда всунуть. Но по дефолту нет (да и зачем он там)

Jetty ★★★★★
()
Ответ на: комментарий от Jetty
Currently defined functions:
        [, [[, ash, awk, base64, basename, bbconfig, blockdev, bunzip2, bzcat,
        bzip2, cal, cat, catv, chattr, chgrp, chmod, chown, chroot, clear, cmp,
        cp, cpio, cut, date, dc, dd, depmod, devmem, df, diff, dirname, dmesg,
        dos2unix, du, echo, egrep, env, expand, expr, false, fdisk, fgrep,
        find, fold, free, freeramdisk, fuser, getopt, grep, groups, gunzip,
        gzip, head, hexdump, id, insmod, install, kill, killall, killall5,
        less, ln, losetup, ls, lsattr, lsmod, lspci, lsusb, lzcat, lzop,
        lzopcat, makedevs, md5sum, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2,
        mkfs.vfat, mknod, mkswap, mktemp, modinfo, modprobe, more, mount,
        mountpoint, mv, nanddump, nandwrite, nice, nohup, od, patch, pgrep,
        pidof, pkill, printenv, printf, ps, pstree, pwd, rdev, readlink,
        realpath, renice, reset, resize, rev, rm, rmdir, rmmod, run-parts, sed,
        seq, setconsole, setserial, setsid, sh, sha1sum, sha256sum, sha512sum,
        sleep, sort, split, stat, strings, stty, swapoff, swapon, sync, sysctl,
        tac, tail, tar, tee, test, time, top, touch, tr, true, ttysize,
        tune2fs, umount, uname, unexpand, uniq, unix2dos, unlzma, unlzop, unxz,
        unzip, uptime, usleep, uudecode, uuencode, watch, wc, which, whoami,
        xargs, xzcat, yes, zcat

Мне хватает.

soslow
()
Ответ на: комментарий от soslow

А что, adb уже из пакетов не ставится?

dinn ★★★★★
()
Ответ на: комментарий от soslow

Всем спасибо, проблема решена!

Pyzia ★★★★★
() автор топика
Ответ на: комментарий от soslow

Вопрос на засыпку: в планшетах есть какой-то аналог «стрелки вверх», которая бы быстро возвращала предыдущую команду?

Pyzia ★★★★★
() автор топика
Ответ на: комментарий от Pyzia

Это в Better Terminal? Биндишь Control Key в настройках, по дефолту громкость вниз. Список шорткатов:

control key + space ==> Control-@ (NULL)
control key + A..Z ==> Control-A..Z
control key + . ==> Control-\
control key + 1 ==> ESC (Control-[)
control key + 2 ==> FS (Control-\)
control key + 3 ==> GS (Control-])
control key + 4 ==> RS (Control-^)
control key + 5 ==> US (Control-_)
control key + 6 ==> Pipe (|)
control key + 9 ==> tab (Control-I)
Other shortcuts
Most of shortcuts works in different shells but definettly in BTEP.
control key + a	==> move cursor to beginning of line
control key + e	==> move cursor to end of line
control key + w	==> cut the last word
control key + u	==> cut everything before the cursor 
control key + p ==> (previous) recalls the previous command (equivalent to the key : Up arrow)
control key + n ==> (next) recalls the next command (equivalent to the key : Down arrow)
control key + l ==> clears the screen content (equivalent to the command : clear)
control key + k ==> clears the line content after the cursor and copy it in the clipboard
control key + c ==> sends the signal SIGINT to the current task, which aborts and closes it.
control key +z ==> sends the signal SIGTSTP to the current task, which suspends it. To return to it later one can enter fg 'process name' (foreground).
control key +x control key+x ==> (because x has a crossing shape) alternates the cursor with its old position.
ALT + spacebar ==> paste from clipboard

soslow
()
Ответ на: комментарий от andreyu

Тем, что у него нет собственного шелла/рантайма в комплекте?

soslow
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.