[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

[android-developers] capture local webpage/html doc as image thumbnail without opening the android website browser

2009-06-08 Thread jeremygwa
I have some html files, where i would like to make visual preview thumbs of, for a file browser type widget. I prefer that the thumbs be computed locally on the android device, because the files are local, which means using a third-party server-side web-service is not practical. thanks in