Thread: DR800 view command output
View Single Post
Old 03-22-2010, 01:43 PM   #2
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by 34973 View Post
how i can see command output on dr800s??
i try use script run from sd card, witch redirect command output to file and store to sd card. But this doesn't work

this is the script:
# !/bin/bash
mkdir -p /media/mmcblk0p1/System/.test
ls -al / > /media/mmcblk0p1/System/.test/output.txt

can any one help me? I have a few cross complied application i don't know if it working or not
I was thinking this same problem a few days ago. There isn't an easy way to see the logs.
Maybe compile zenity or xdialog and create a program link which opens the output.

Other solution could be to create the output file on another not hidden directory (not inside a directory whose name starts with a dot) and open it as a normal document.

Anyway, if you are serious about creating software for DR800 you should use the environment and the emulator to test the programs. There is a virtual machine with the proper environment ready to run.
Iņigo is offline   Reply With Quote