Quote:
Erminio Mostacci
You can open:
dev tools, then Terminal Emulator [it's a reduced bash linux terminal].
$ su [to obtain root access] ---> ENTER
# cd usb0 [or usb1, for writing on a writable memory]
|
What did you use to type "usb0"? I've not found an android keyboard that will send numbers to the terminal on my PE. A USB keyboard will, but that's inconvenient ...
Quote:
My great problem is that the set of unix command is poor, not complete.
So I haven't command like man, lspci, lsusb, hibernate, log files for control, etc.
|
The basis for this problem is that most of the linux commands on the eDGe are linked through
toolbox. While that's useful,
busybox is better. If you used
z4root to prepare for root access, then it is automatically installed for you when you root your eDGe. Try it: compare the output of ls -al (which uses
toolbox) and /bin/busybox ls -al.
Busybox's command listing is
here.
Thanks for starting this poll.