Re: [android-developers] android os debug terminal open text file

2011-02-07 Thread Kostya Vasilyev
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

[android-developers] android os debug terminal open text file

2011-02-06 Thread jeremygwa
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