понедельник, 16 февраля 2015 г.

adb

adb devices
adb shell
 ls /system/etc/hosts
 cat /system/etc/hosts
 tac /system/etc/hosts
adb pull
adb push

Комментариев нет:

Отправить комментарий

h265.sh

#!/bin/bash file="../mp4" if [ -d $file ]; then         echo "  Директория существует :-) "         for i in *.mp4; do f...