cat
as in:
$cd /sdcard/directory/name
$cat file_name.txt
You can also pull it to the host computer with:
C:\> adb pull /sdcard/directory/name/file_name.txt
and then use your favorite text editor to look at it.
BTW, whenever you type a command into adb shell and get "Permission
denied", it r
hi,
in this android os developer tools, on the emulator, how do i read the
contents of a text file on the sdcard, from the terminal command line.
i have tried: pico textfile.txt
type textfile.txt
sudo pico textfile.txt
- permission denied
--
You received this message because you are subscribed
2 matches
Mail list logo