The system builtin ip command works correctly with:
# ip route show table wlan0
xxx.xxx.xxx.xxx/xx dev wlan0 proto static scope link
But busybox ip doesn't:
# busybox ip route show table wlan0
ip: invalid argument 'wlan0' to 'table'
Looks like busybox failed to read some system settings.
So what's wrong here?
When tried to uninstall, the
Busybox Freeapp froze. Is it safe to manually removebusyboxand its symlinks in adb shell?
/system/xbin/they are almost safe to remove. – Firelord Dec 21 '15 at 16:31