I installed Busybox, but the old native kernel commands still run. For example, if I start an adb shell and type:
ls -la
I get the error message "-la: no such file or directory", but if I type:
busybox ls -la
I get the expected directory listing.
Is there a way to get the busybox versions of the command to run instead of the native kernel versions?
ls -la
I get the error message "-la: no such file or directory", but if I type:
busybox ls -la
I get the expected directory listing.
Is there a way to get the busybox versions of the command to run instead of the native kernel versions?