![]() |
2008-11-10
, 01:35
|
|
Posts: 296 |
Thanked: 80 times |
Joined on Dec 2007
|
#2
|
The Following User Says Thank You to ace For This Useful Post: | ||
![]() |
2008-11-10
, 01:52
|
Posts: 38 |
Thanked: 8 times |
Joined on Jul 2008
|
#3
|
The tablets use busybox for the shell and utilities, which are more limited than the usual. "-iname" seems to not be supported, try "-name".
I've tried from root (/) as root
ls -R | grep jpeg
but I get a segmentation fault. If I just do ls -R, it gets as far as
./mnt/initfs/sys/module/nousb/parameters/:
and keeps repeating that line - strange.
I get the same thing whether I'm SSH'd in or if I'm using xterm on the tablet.
The version of 'find' on the tablet seems non-standard.
If I try
find / -iname "*00_15*"
it complains that that its not valid syntax.
All I'm trying to do is to find where some pictures created by the camera on internal memory are stored!!!
Last edited by vjones777; 2008-11-10 at 01:07.