ghbolivar / android-on-freerunner

Automatically exported from code.google.com/p/android-on-freerunner
0 stars 0 forks source link

No grep, no cu, no more, no less, no pidof #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.user@linuxbox:~ $> adb shell
2.# grep
3.# cu
4.# more
5.# less
6.# pidof

What is the expected output? What do you see instead?
the output of grep - command not found
the output of cu - command not found
the output of more - command not found
the output of less - command not found
the output of pidof - command not found

What version of the product are you using? On what operating system?
Cupcake

Please provide any additional information below.

Please provide a few more of the basic ingredients of a standard *nix
toolbox for debugging purposes. And: Yes, I DID notice that nc and a few
others are already present. Just not enough of them.

Other tools I'd very much like to have: which, find, killall(though not
really necessary once we have pidof), vi (for issues with vi and flash
please refer to the nvi wrapper developed by the guys over at freetz),and
maybe tree. I bet anyone commenting on this issue will have their own
requests to chime in ;)

Original issue reported on code.google.com by fey...@gmail.com on 24 Jan 2010 at 6:50

GoogleCodeExporter commented 9 years ago
Enhacment request, you could build the binaries and use adb to move them to the
device. I don't think we should add more binaries then needed it would mean 
more code
to maintain and keep updated. Maybe a few people that wants/need some special
binaries could form a group that builds and exchange these binaries and good
installation procedures.

Original comment by larlin...@gmail.com on 24 Jan 2010 at 7:17