tags:

views:

46

answers:

1

I have a smartQ V5 device running Android ( 1.6, I think) Q: I can not do simple unix things (find, more, ... ) on this device. they are not there. Do I aomehow downlooad them? apt-get is not there either; is there an alternative?

A: 

Do I aomehow downlooad them?

Generally, no. There is supposedly an ARM port of busybox around somewhere. An Android device is not a Linux PC.

apt-get is not there either; is there an alternative?

Not for command-line Linux usage. Again, an Android device is not a Linux PC. You use tools like the Android Market to install Android applications.

CommonsWare