• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Issue with mid74c mpman tablet.

Fabulor

Lurker
Jul 10, 2012
9
0
Here is the story:
I bougt this little device to read e-books and watch movies as my bedtime stories. Anyway kids liked it as a toy. So, after a week my tablet was full of kids game-apps and i decided to make factory reset to start fresh, since my own stuff did not fit there anymore.

Now i have this huge problem:
My tablet resets itself after every shutdown. All my settings and software will be wiped clean and its kind of frustrating to start every time with hour-long setup. Not speaking of stuff like calenders and notepad applikations I really need.

Funny thing is... I cant even install some applications anymore, since it claims, that my tablet has no space. For internal storage it shows at most top part "Total space 0.00B" And Apps 38.93MB
After that there is second internal storage, that shows a bit more info and has nothing 0

I suspect (years ago i studied IT but I didn't like this field very much, so I kind of do other things for living) root folder has somehow blocked itself up, so, tablet cant write anything on it, no settings and no software but I cant be clear.

I would be very thankful, if someone can help me with this kind of problem. I made this huge research about android system in last few days but nothing has helped me thisfar.

My tablet has following info (based on android commander software and "About Tablet" info):
Model: MID74C
Android Version: 4.0.3
Baseband version: 1.1
Kernel version: 3.0.8+ qgb@inet #18
Device: crane-evb
Brand: iNet
Build ID: 97F2-R1-H1-H01-1784.20120407
 
Would you by chance have installed Busybox on your tablet?
What you are describing here looks really similar to what several people have reported after installing a buggy version of Busybox on their tablets. This one corrupts some links in the /system filesystem causing such effects.

Would you be able to connect your tablet to a computer in ADB mode? (have you done so already?). If this can be done I can certainly help. I have spent a lot of time hacking around my MID74C so I know a bit about it.
 
Upvote 0
OK, there you go. Let's start by having a look at your tablet from a shell (command line). For this you need to put your tablet in USB debugging mode and have the proper bits of software (driver + ADB command) installed on your PC.
Here's a zip file I had put together to help people root their MID7C tablet:
Kit_root_MID7C.zip
It contains more than what you need for just running ADB, but it may be useful later should you decide to root it as well (it works perfectly for the MID74C too).
Download the zipfile and extract it somewhere.

Next on your tablet go to Settings->Developer Options and tick USB Debugging if it's not ticked already. When the tablet is connected to your PC, it should detect a new USB device. Do a manual driver install and point Windows to the folder named "usb_driver" from that zipfile. The new device should install as "Android Composite ADB Interface"

Next open a command-line (cmd.exe) window and go to the folder "DooMLoRD_v4_ROOT-zergRush-busybox-su" then down into the "files" sub-folder. Here you'll see a file called ADB.EXE among others.

Type the following command:
adb devices​
You should get something like:
List of devices attached
<string of numbers and letters> device

If the last line doesn't appear then the tablet isn't detected by your PC, something has gone wrong.
If everything is fine, you now have the ability to run commands as root on your tablet (yes, on this particular tablet the adb daemon gives a root shell, which makes rooting it quite trivial! thanks MPMAN...).

The very first commands I'd like you to run and paste the output here are:

adb shell df
adb shell mount
adb shell ls -l /system/bin
adb shell ls -l /system/xbin​

Let's see if anything abnormal comes up here.

I've just realized what "Android Commander" is (I don't use it but I had already seen it). If you have it up and running then all the steps for installing ADB mode drivers are already taken care of. Oh well I'll leave them here if case that could be useful to someone else. AC also has a shell window, so you can type the commands above without the "adb shell" prefix in there and copy/paste the output.
 
Upvote 0
Oh... sorry. I shortened folder name "DooMLoRD_v4_ROOT-zergRush-busybox-su" . Easier to type. Ok, here it is:
----------------------------
C:\busybox_su\files>adb.exe
Android Debug Bridge version 1.0.25

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
envivornment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>:<port> - connect to a device via TCP/IP disconnect <host
>:<port> - disconnect from a TCP/IP device
device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> <local> - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] <file> - push this package file to the device and instal
l it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb help - show this help message
adb version - show version num

DATAOPTS:
(no option) - don't touch the data partition
-w - wipe the data partition
-d - flash the data partition

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB adb
tcpip <port> - restarts the adbd daemon listening on TCP on the spec
ified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

C:\busybox_su\files>adb devices
List of devices attached
20080411 device


C:\busybox_su\files>adb shell df
Filesystem Size Used Free Blksize
/dev 153M 44K 153M 4096
/mnt/asec 153M 0K 153M 4096
/mnt/obb 153M 0K 153M 4096
/system 226M 217M 8M 4096
/data 1G 83M 1G 4096
/cache 125M 4M 121M 4096
/mnt/extsd 1G 1G 540M 32768
/mnt/sdcard 2G 5M 2G 4096
/mnt/secure/asec 2G 5M 2G 4096

C:\busybox_su\files>adb shell mount
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/nandd /system ext4 rw,nodev,noatime,user_xattr,barrier=0,data=ordered
0 0
/dev/block/nande /data ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal
_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/nandh /cache ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journa
l_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/vold/179:1 /mnt/extsd vfat rw,dirsync,nosuid,nodev,noexec,relatime,ui
d=1000,gid=1023,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=
ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/93:65 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,u
id=1000,gid=1015,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset
=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/93:65 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relat
ime,uid=1000,gid=1015,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,ioch
arset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0

C:\busybox_su\files>adb shell ls -l /system/bin
-rwxr-xr-x root shell 62332 2012-04-07 11:20 BlobCache_test
-rwxr-xr-x root shell 52908 2012-04-07 11:21 InputChannel_test
-rwxr-xr-x root shell 53452 2012-04-07 11:21 InputDispatcher_test
-rwxr-xr-x root shell 86500 2012-04-07 11:21 InputEvent_test
-rwxr-xr-x root shell 74468 2012-04-07 11:21 InputPublisherAndConsumer
_test
-rwxr-xr-x root shell 315656 2012-04-07 11:21 InputReader_test
-rwxr-xr-x root shell 84464 2012-04-07 11:20 Looper_test
-rwxr-xr-x root shell 48540 2012-04-07 11:20 ObbFile_test
-rwxr-xr-x root shell 44480 2012-04-07 11:20 String8_test
-rwxr-xr-x root shell 48768 2012-04-07 11:20 Unicode_test
-rwxr-xr-x root shell 44324 2012-04-07 11:20 ZipFileRO_test
-rwxr-xr-x root root 1994516 2012-07-10 07:32 [
-rwxr-xr-x root root 1994516 2012-07-10 07:32 [[
-rwxr-xr-x root shell 97144 2012-04-07 11:20 adb
-rwxr-xr-x root root 1994516 2012-07-10 07:32 add-shell
-rwxr-xr-x root root 1994516 2012-07-10 07:32 addgroup
-rwxr-xr-x root root 1994516 2012-07-10 07:32 adduser
-rwxr-xr-x root root 1994516 2012-07-10 07:32 adjtimex
-rwxr-xr-x root shell 191 2012-04-07 11:20 am
-rwxr-xr-x root shell 9920 2012-04-07 11:21 app_process
-rwxr-xr-x root shell 50056 2012-04-07 11:20 applypatch
-rwxr-xr-x root shell 165772 2012-04-07 11:20 applypatch_static
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ar
-rwxr-xr-x root root 1994516 2012-07-10 07:32 arp
-rwxr-xr-x root root 1994516 2012-07-10 07:32 arping
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ash
-rwxr-xr-x root shell 9784 2012-04-07 11:21 audioloop
-rwxr-xr-x root root 1994516 2012-07-10 07:32 awk
-rwxr-xr-x root root 1994516 2012-07-10 07:32 basename
-rwxr-xr-x root root 1994516 2012-07-10 07:32 beep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 blkid
-rwxr-xr-x root root 1994516 2012-07-10 07:32 blockdev
-rwxr-xr-x root shell 199 2012-04-07 11:20 bmgr
-rwxr-xr-x root shell 23296 2012-04-07 11:21 bootanimation
-rwxr-xr-x root root 1994516 2012-07-10 07:32 bootchartd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 brctl
-rwxr-xr-x root shell 156 2012-04-07 11:20 bu
-rwxr-xr-x root shell 5692 2012-04-07 11:20 bugreport
-rwxr-xr-x root root 1994516 2012-07-10 07:32 bunzip2
-rwxr-xr-x root root 1994516 2012-07-10 07:32 busybox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 bzcat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 bzip2
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cal
lrwxr-xr-x root shell 2012-04-07 11:20 cat -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 catv
-rwxr-xr-x root shell 18336 2012-04-07 11:20 chat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chattr
-rwxr-xr-x root shell 58928 2012-04-07 11:20 check_prereq
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chgrp
lrwxr-xr-x root shell 2012-04-07 11:20 chmod -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 chown -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chpasswd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chpst
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chroot
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chrt
-rwxr-xr-x root root 1994516 2012-07-10 07:32 chvt
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cksum
-rwxr-xr-x root root 1994516 2012-07-10 07:32 clear
lrwxr-xr-x root shell 2012-04-07 11:20 cmp -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 comm
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cp
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cpio
-rwxr-xr-x root root 1994516 2012-07-10 07:32 crond
-rwxr-xr-x root root 1994516 2012-07-10 07:32 crontab
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cryptpw
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cttyhack
-rwxr-xr-x root root 1994516 2012-07-10 07:32 cut
-rwxr-xr-x root shell 5700 2012-04-07 11:20 dalvikvm
lrwxr-xr-x root shell 2012-04-07 11:20 date -> toolbox
-rwxr-xr-x root shell 134148 2012-04-07 11:20 dbus-daemon
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dc
lrwxr-xr-x root shell 2012-04-07 11:20 dd -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 deallocvt
-rwxr-xr-x root shell 22440 2012-04-07 11:20 debuggerd
-rwxr-xr-x root shell 9824 2012-04-07 11:21 decoder
-rwxr-xr-x root root 1994516 2012-07-10 07:32 delgroup
-rwxr-xr-x root root 1994516 2012-07-10 07:32 deluser
-rwxr-xr-x root root 1994516 2012-07-10 07:32 depmod
-rwxr-xr-x root root 1994516 2012-07-10 07:32 devmem
-rwxr-xr-x root shell 9932 2012-04-07 11:20 dexopt
lrwxr-xr-x root shell 2012-04-07 11:20 df -> toolbox
-rwxr-xr-x root shell 61544 2012-04-07 11:20 dhcpcd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dhcprelay
-rwxr-xr-x root root 1994516 2012-07-10 07:32 diff
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dirname
lrwxr-xr-x root shell 2012-04-07 11:20 dmesg -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dnsd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dnsdomainname
-rwxr-xr-x root shell 104864 2012-04-07 11:20 dnsmasq
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dos2unix
-rwxr-xr-x root shell 45488 2012-04-07 11:21 drmserver
-rwxr-xr-x root root 1994516 2012-07-10 07:32 du
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dumpkmap
-rwxr-xr-x root root 1994516 2012-07-10 07:32 dumpleases
-rwxr-xr-x root shell 42884 2012-04-07 11:20 dumpstate
-rwxr-xr-x root shell 9944 2012-04-07 11:20 dumpsys
-rwxr-xr-x root shell 119832 2012-04-07 11:20 e2fsck
-rwxr-xr-x root root 1994516 2012-07-10 07:32 echo
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ed
-rwxr-xr-x root root 1994516 2012-07-10 07:32 egrep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 eject
-rwxr-xr-x root root 1994516 2012-07-10 07:32 env
-rwxr-xr-x root root 1994516 2012-07-10 07:32 envdir
-rwxr-xr-x root root 1994516 2012-07-10 07:32 envuidgid
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ether-wake
-rwxr-xr-x root root 1994516 2012-07-10 07:32 expand
-rwxr-xr-x root root 1994516 2012-07-10 07:32 expr
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fakeidentd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 false
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fbset
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fbsplash
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fdflush
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fdformat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fdisk
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fgconsole
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fgrep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 find
-rwxr-xr-x root root 1994516 2012-07-10 07:32 findfs
-rwxr-xr-x root shell 9912 2012-04-07 11:20 flash_image
-rwxr-xr-x root root 1994516 2012-07-10 07:32 flock
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fold
-rwxr-xr-x root root 1994516 2012-07-10 07:32 free
-rwxr-xr-x root root 1994516 2012-07-10 07:32 freeramdisk
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fsck
-rwxr-xr-x root shell 553960 2012-04-07 11:20 fsck.exfat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fsck.minix
-rwxr-xr-x root shell 26880 2012-04-07 11:20 fsck_msdos
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fsync
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ftpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ftpget
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ftpput
-rwxr-xr-x root root 1994516 2012-07-10 07:32 fuser
-rwxr-xr-x root shell 5752 2012-04-07 11:20 gdbjithelper
-rwxr-xr-x root shell 186112 2012-04-07 11:20 gdbserver
lrwxr-xr-x root shell 2012-04-07 11:20 getevent -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 getopt
lrwxr-xr-x root shell 2012-04-07 11:20 getprop -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 getty
-rwxr-xr-x root root 1994516 2012-07-10 07:32 grep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 gunzip
-rwxr-xr-x root shell 9836 2012-04-07 11:20 gzip
-rwxr-xr-x root root 1994516 2012-07-10 07:32 halt
lrwxr-xr-x root shell 2012-04-07 11:20 hd -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hdparm
-rwxr-xr-x root root 1994516 2012-07-10 07:32 head
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hexdump
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hostid
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hostname
-rwxr-xr-x root root 1994516 2012-07-10 07:32 httpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hush
-rwxr-xr-x root root 1994516 2012-07-10 07:32 hwclock
lrwxr-xr-x root shell 2012-04-07 11:20 id -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 ifconfig -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ifdown
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ifenslave
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ifplugd
lrwxr-xr-x root shell 2012-04-07 11:20 iftop -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ifup
-rwxr-xr-x root shell 194 2012-04-07 11:20 ime
-rwxr-xr-x root root 1994516 2012-07-10 07:32 inetd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 init
-rwxr-xr-x root shell 201 2012-04-07 11:20 input
lrwxr-xr-x root shell 2012-04-07 11:20 insmod -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 install
-rwxr-xr-x root shell 22620 2012-04-07 11:20 installd
lrwxr-xr-x root shell 2012-04-07 11:20 ioctl -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 ionice -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 iostat
-rwxr-xr-x root shell 137828 2012-04-07 11:20 ip
-rwxr-xr-x root shell 179236 2012-04-07 11:20 ip6tables
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ipaddr
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ipcalc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ipcrm
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ipcs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 iplink
-rwxr-xr-x root root 1994516 2012-07-10 07:32 iproute
-rwxr-xr-x root root 1994516 2012-07-10 07:32 iprule
-rwxr-xr-x root shell 184920 2012-04-07 11:20 iptables
-rwxr-xr-x root root 1994516 2012-07-10 07:32 iptunnel
-rwxr-xr-x root root 1994516 2012-07-10 07:32 kbd_mode
-rwxr-xr-x root shell 10308 2012-04-07 11:20 keystore
-rwxr-xr-x root shell 5812 2012-04-07 11:20 keystore_cli
lrwxr-xr-x root shell 2012-04-07 11:20 kill -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 killall
-rwxr-xr-x root root 1994516 2012-07-10 07:32 killall5
-rwxr-xr-x root root 1994516 2012-07-10 07:32 klogd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 last
-rwxr-xr-x root root 1994516 2012-07-10 07:32 length
-rwxr-xr-x root root 1994516 2012-07-10 07:32 less
-rwxr-xr-x root shell 39660 2012-04-07 11:20 linker
-rwxr-xr-x root root 1994516 2012-07-10 07:32 linux32
-rwxr-xr-x root root 1994516 2012-07-10 07:32 linux64
-rwxr-xr-x root root 1994516 2012-07-10 07:32 linuxrc
lrwxr-xr-x root shell 2012-04-07 11:20 ln -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 loadfont
-rwxr-xr-x root root 1994516 2012-07-10 07:32 loadkmap
lrwxr-xr-x root shell 2012-04-07 11:20 log -> toolbox
-rwxr-xr-x root shell 14156 2012-04-07 11:20 logcat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 logger
-rwxr-xr-x root root 1994516 2012-07-10 07:32 login
-rwxr-xr-x root root 1994516 2012-07-10 07:32 logname
-rwxr-xr-x root root 1994516 2012-07-10 07:32 logread
-rwxr-xr-x root shell 9900 2012-04-07 11:20 logwrapper
-rwxr-xr-x root root 1994516 2012-07-10 07:32 losetup
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lpq
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lpr
lrwxr-xr-x root shell 2012-04-07 11:20 ls -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lsattr
lrwxr-xr-x root shell 2012-04-07 11:20 lsmod -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 lsof -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lspci
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lsusb
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lzcat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lzma
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lzop
-rwxr-xr-x root root 1994516 2012-07-10 07:32 lzopcat
-rwxr-xr-x root shell 5644 2012-04-07 11:20 make_ext4fs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 makedevs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 makemime
-rwxr-xr-x root root 1994516 2012-07-10 07:32 man
-rwxr-xr-x root root 1994516 2012-07-10 07:32 md5sum
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mdev
-rwxr-xr-x root shell 5620 2012-04-07 11:21 mediaserver
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mesg
-rwxr-xr-x root root 1994516 2012-07-10 07:32 microcom
lrwxr-xr-x root shell 2012-04-07 11:20 mkdir -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkdosfs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mke2fs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkfifo
-rwxr-xr-x root shell 566264 2012-04-07 11:20 mkfs.exfat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkfs.ext2
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkfs.minix
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkfs.vfat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mknod
-rwxr-xr-x root shell 1116992 2012-04-07 11:20 mkntfs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkpasswd
-rwxr-xr-x root shell 152028 2012-04-07 11:20 mksh
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mkswap
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mktemp
-rwxr-xr-x root root 1994516 2012-07-10 07:32 modinfo
-rwxr-xr-x root root 1994516 2012-07-10 07:32 modprobe
-rwxr-xr-x root shell 217 2012-04-07 11:20 monkey
-rwxr-xr-x root root 1994516 2012-07-10 07:32 more
lrwxr-xr-x root shell 2012-04-07 11:20 mount -> toolbox
-rwxr-xr-x root shell 734332 2012-04-07 11:20 mount.exfat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mountpoint
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mpstat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 mt
-rwxr-xr-x root shell 18448 2012-04-07 11:20 mtpd
lrwxr-xr-x root shell 2012-04-07 11:20 mv -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nameif
lrwxr-xr-x root shell 2012-04-07 11:20 nandread -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nbd-client
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nc
-rwxr-xr-x root shell 5680 2012-04-07 11:20 ndc
-rwxr-s--- root inet 5820 2012-04-07 11:20 netcfg
-rwxr-xr-x root shell 56328 2012-04-07 11:20 netd
lrwxr-xr-x root shell 2012-04-07 11:20 netstat -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 newfs_msdos -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nice
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nmeter
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nohup
lrwxr-xr-x root shell 2012-04-07 11:20 notify -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 nslookup
-rwxr-xr-x root shell 1170440 2012-04-07 11:20 ntfs-3g
-rwxr-xr-x root shell 1000464 2012-04-07 11:20 ntfs-3g.probe
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ntpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 od
-rwxr-xr-x root shell 32772 2012-04-07 11:21 omx_tests
-rwxr-xr-x root root 1994516 2012-07-10 07:32 openvt
-rwxr-xr-x root root 1994516 2012-07-10 07:32 passwd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 patch
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pgrep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pidof
-rwxr-sr-x root net_raw 26768 2012-04-07 11:20 ping
-rwxr-xr-x root shell 22668 2012-04-07 11:20 ping6
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pipe_progress
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pivot_root
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pkill
-rwxr-xr-x root shell 191 2012-04-07 11:20 pm
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pmap
-rwxr-xr-x root root 1994516 2012-07-10 07:32 popmaildir
-rwxr-xr-x root root 1994516 2012-07-10 07:32 poweroff
-rwxr-xr-x root root 1994516 2012-07-10 07:32 powertop
-rwxr-xr-x root shell 135588 2012-04-07 11:20 pppd
-rwxr-xr-x root shell 673 2012-04-07 11:20 preinstall.sh
lrwxr-xr-x root shell 2012-04-07 11:20 printenv -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 printf
lrwxr-xr-x root shell 2012-04-07 11:20 ps -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pscan
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pstree
-rwxr-xr-x root root 1994516 2012-07-10 07:32 pwd
-rwxr-xr-x root shell 5656 2012-04-07 11:20 qemu-props
-rwxr-xr-x root shell 9864 2012-04-07 11:20 qemud
lrwxr-xr-x root shell 2012-04-07 11:20 r -> toolbox
-rwxr-xr-x root shell 167028 2012-04-07 11:20 racoon
-rwxr-xr-x root shell 5556 2012-04-07 11:20 radiooptions
-rwxr-xr-x root root 1994516 2012-07-10 07:32 raidautorun
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rdate
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rdev
-rwxr-xr-x root root 1994516 2012-07-10 07:32 readahead
-rwxr-xr-x root root 1994516 2012-07-10 07:32 readlink
-rwxr-xr-x root root 1994516 2012-07-10 07:32 readprofile
-rwxr-xr-x root root 1994516 2012-07-10 07:32 realpath
lrwxr-xr-x root shell 2012-04-07 11:20 reboot -> toolbox
-rwxr-xr-x root shell 10228 2012-04-07 11:21 record
-rwxr-xr-x root shell 14332 2012-04-07 11:21 recordvideo
-rwxr-xr-x root shell 344676 2012-04-07 11:20 recovery
-rwxr-xr-x root root 1994516 2012-07-10 07:32 reformime
-rwxr-xr-x root root 1994516 2012-07-10 07:32 remove-shell
lrwxr-xr-x root shell 2012-04-07 11:20 renice -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 reset
-rwxr-xr-x root root 1994516 2012-07-10 07:32 resize
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rev
-rwxr-xr-x root shell 5736 2012-04-07 11:20 rild
lrwxr-xr-x root shell 2012-04-07 11:20 rm -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 rmdir -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 rmmod -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 route -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rpm
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rpm2cpio
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rtcwake
-rwsr-s--- root shell 64096 2012-04-07 11:20 run-as
-rwxr-xr-x root root 1994516 2012-07-10 07:32 run-parts
-rwxr-xr-x root root 1994516 2012-07-10 07:32 runlevel
-rwxr-xr-x root root 1994516 2012-07-10 07:32 runsv
-rwxr-xr-x root root 1994516 2012-07-10 07:32 runsvdir
-rwxr-xr-x root root 1994516 2012-07-10 07:32 rx
-rwxr-xr-x root shell 5528 2012-04-07 11:20 schedtest
lrwxr-xr-x root shell 2012-04-07 11:20 schedtop -> toolbox
-rwxr-xr-x root shell 5760 2012-04-07 11:21 screencap
-rwxr-xr-x root shell 34820 2012-04-07 11:20 screenshot
-rwxr-xr-x root root 1994516 2012-07-10 07:32 script
-rwxr-xr-x root root 1994516 2012-07-10 07:32 scriptreplay
-rwxr-xr-x root shell 14056 2012-04-07 11:20 sdcard
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sed
lrwxr-xr-x root shell 2012-04-07 11:20 sendevent -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sendmail
-rwxr-xr-x root shell 5588 2012-04-07 11:21 sensorservice
-rwxr-xr-x root root 1994516 2012-07-10 07:32 seq
-rwxr-xr-x root shell 9988 2012-04-07 11:20 service
-rwxr-xr-x root shell 10080 2012-04-07 11:20 servicemanager
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setarch
lrwxr-xr-x root shell 2012-04-07 11:20 setconsole -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setfont
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setkeycodes
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setlogcons
lrwxr-xr-x root shell 2012-04-07 11:20 setprop -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setsid
-rwxr-xr-x root root 1994516 2012-07-10 07:32 setuidgid
-rwxr-xr-x root shell 26920 2012-04-07 11:21 sf2
lrwxr-xr-x root shell 2012-04-07 11:20 sh -> mksh
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sha1sum
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sha256sum
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sha512sum
-rwxr-xr-x root root 1994516 2012-07-10 07:32 showkey
-rwxr-xr-x root shell 10924 2012-04-07 11:20 showlease
-rwxr-xr-x root shell 9732 2012-04-07 11:20 simg2img
-rwxr-xr-x root shell 98892 2012-04-07 11:20 skia_test
-rwxr-xr-x root root 1994516 2012-07-10 07:32 slattach
lrwxr-xr-x root shell 2012-04-07 11:20 sleep -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 smd -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 smemcap
-rwxr-xr-x root root 1994516 2012-07-10 07:32 softlimit
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sort
-rwxr-xr-x root root 1994516 2012-07-10 07:32 split
-rwxr-xr-x root shell 40088 2012-04-07 11:21 stagefright
lrwxr-xr-x root shell 2012-04-07 11:20 start -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 start-stop-daemon
-rwxr-xr-x root root 1994516 2012-07-10 07:32 stat
lrwxr-xr-x root shell 2012-04-07 11:20 stop -> toolbox
-rwxr-xr-x root shell 31384 2012-04-07 11:21 stream
-rwxr-xr-x root root 1994516 2012-07-10 07:32 strings
-rwxr-xr-x root root 1994516 2012-07-10 07:32 stty
-rwsr-sr-x root root 22364 2012-07-10 04:25 su
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sulogin
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sum
-rwxr-xr-x root shell 5588 2012-04-07 11:21 surfaceflinger
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sv
-rwxr-xr-x root shell 192 2012-04-07 11:20 svc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 svlogd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 swapoff
-rwxr-xr-x root root 1994516 2012-07-10 07:32 swapon
-rwxr-xr-x root root 1994516 2012-07-10 07:32 switch_root
lrwxr-xr-x root shell 2012-04-07 11:20 sync -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 sysctl
-rwxr-xr-x root root 1994516 2012-07-10 07:32 syslogd
-rwxr-xr-x root shell 5568 2012-04-07 11:21 system_server
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tac
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tail
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tar
-rwxr-xr-x root shell 68060 2012-04-07 11:20 tc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tcpsvd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tee
-rwxr-xr-x root root 1994516 2012-07-10 07:32 telnet
-rwxr-xr-x root root 1994516 2012-07-10 07:32 telnetd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 test
-rwxr-xr-x root shell 5592 2012-04-07 11:20 test_algorithm
-rwxr-xr-x root shell 5468 2012-04-07 11:20 test_char_traits
-rwxr-xr-x root shell 5464 2012-04-07 11:20 test_functional
-rwxr-xr-x root shell 5860 2012-04-07 11:20 test_iomanip
-rwxr-xr-x root shell 5860 2012-04-07 11:20 test_ios_base
-rwxr-xr-x root shell 5596 2012-04-07 11:20 test_ios_pos_types
-rwxr-xr-x root shell 9976 2012-04-07 11:20 test_iostream
-rwxr-xr-x root shell 5592 2012-04-07 11:20 test_iterator
-rwxr-xr-x root shell 5460 2012-04-07 11:20 test_limits
-rwxr-xr-x root shell 9968 2012-04-07 11:20 test_list
-rwxr-xr-x root shell 5608 2012-04-07 11:20 test_memory
-rwxr-xr-x root shell 9952 2012-04-07 11:20 test_set
-rwxr-xr-x root shell 10080 2012-04-07 11:20 test_sstream
-rwxr-xr-x root shell 5780 2012-04-07 11:20 test_streambuf
-rwxr-xr-x root shell 38660 2012-04-07 11:20 test_string
-rwxr-xr-x root shell 5468 2012-04-07 11:20 test_type_traits
-rwxr-xr-x root shell 5620 2012-04-07 11:20 test_uninitialized
-rwxr-xr-x root shell 22288 2012-04-07 11:20 test_vector
-rwxr-xr-x root shell 9844 2012-04-07 11:21 testid3
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tftp
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tftpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 time
-rwxr-xr-x root root 1994516 2012-07-10 07:32 timeout
-rwxr-xr-x root shell 103248 2012-04-07 11:20 toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 top -> toolbox
lrwxr-xr-x root shell 2012-04-07 11:20 touch -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tr
-rwxr-xr-x root root 1994516 2012-07-10 07:32 traceroute
-rwxr-xr-x root root 1994516 2012-07-10 07:32 traceroute6
-rwxr-xr-x root root 1994516 2012-07-10 07:32 true
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tty
-rwxr-xr-x root root 1994516 2012-07-10 07:32 ttysize
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tunctl
-rwxr-xr-x root root 1994516 2012-07-10 07:32 tune2fs
-rwxr-xr-x root shell 9916 2012-04-07 11:20 u3gmonitor
-rwxr-xr-x root root 1994516 2012-07-10 07:32 udhcpc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 udhcpd
-rwxr-xr-x root root 1994516 2012-07-10 07:32 udpsvd
lrwxr-xr-x root shell 2012-04-07 11:20 umount -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 uname
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unexpand
-rwxr-xr-x root root 1994516 2012-07-10 07:32 uniq
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unix2dos
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unlzma
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unlzop
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unxz
-rwxr-xr-x root root 1994516 2012-07-10 07:32 unzip
-rwxr-xr-x root shell 236720 2012-04-07 11:20 updater
lrwxr-xr-x root shell 2012-04-07 11:20 uptime -> toolbox
-rwxr-xr-x root shell 769414 2012-04-07 11:20 usb_modeswitch
-rwxr-xr-x root root 1994516 2012-07-10 07:32 usleep
-rwxr-xr-x root root 1994516 2012-07-10 07:32 uudecode
-rwxr-xr-x root root 1994516 2012-07-10 07:32 uuencode
-rwxr-xr-x root root 1994516 2012-07-10 07:32 vconfig
-rwxr-xr-x root shell 5684 2012-04-07 11:20 vdc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 vi
-rwxr-xr-x root root 1994516 2012-07-10 07:32 vlock
lrwxr-xr-x root shell 2012-04-07 11:20 vmstat -> toolbox
-rwxr-xr-x root shell 68460 2012-04-07 11:20 vold
-rwxr-xr-x root root 1994516 2012-07-10 07:32 volname
-rwxr-xr-x root root 1994516 2012-07-10 07:32 wall
-rwxr-xr-x root root 1994516 2012-07-10 07:32 watch
-rwxr-xr-x root root 1994516 2012-07-10 07:32 watchdog
lrwxr-xr-x root shell 2012-04-07 11:20 watchprops -> toolbox
-rwxr-xr-x root root 1994516 2012-07-10 07:32 wc
-rwxr-xr-x root root 1994516 2012-07-10 07:32 wget
-rwxr-xr-x root root 1994516 2012-07-10 07:32 which
-rwxr-xr-x root root 1994516 2012-07-10 07:32 who
-rwxr-xr-x root root 1994516 2012-07-10 07:32 whoami
lrwxr-xr-x root shell 2012-04-07 11:20 wipe -> toolbox
-rwxr-xr-x root shell 52780 2012-04-07 11:20 wpa_cli
-rwxr-xr-x root shell 481492 2012-04-07 11:20 wpa_supplicant
-rwxr-xr-x root root 1994516 2012-07-10 07:32 xargs
-rwxr-xr-x root root 1994516 2012-07-10 07:32 xz
-rwxr-xr-x root root 1994516 2012-07-10 07:32 xzcat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 yes
-rwxr-xr-x root root 1994516 2012-07-10 07:32 zcat
-rwxr-xr-x root root 1994516 2012-07-10 07:32 zcip
 
Upvote 0
---------------------------------------------
And the second part:
---------------------------------------------

C:\busybox_su\files>adb shell ls -l /system/xbin
lrwxrwxrwx root root 2012-07-09 03:57 [ -> /system/xbin/busybox

lrwxrwxrwx root root 2012-07-09 03:57 [[ -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 acpid -> /system/xbin/bus
ybox
-rwxr-xr-x root shell 64156 2012-04-07 11:20 add-property-tag
lrwxrwxrwx root root 2012-07-09 03:57 add-shell -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 addgroup -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 adduser -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 adjtimex -> /system/xbin/
busybox
-rwxr-xr-x root root 1994516 2012-07-09 18:44 ar
lrwxrwxrwx root root 2012-07-09 03:57 arp -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 arping -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ash -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 awk -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 base64 -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 basename -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 beep -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 blkid -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 blockdev -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 bootchartd -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 brctl -> /system/xbin/bus
ybox
-rwxr-xr-x root shell 5700 2012-04-07 11:20 btool
lrwxrwxrwx root root 2012-07-09 03:57 bunzip2 -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 bzcat -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 bzip2 -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 cal -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 cat -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 catv -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 chat -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 chattr -> /system/xbin/bu
sybox
-rwxr-xr-x root shell 76684 2012-04-07 11:20 check-lost+found
lrwxrwxrwx root root 2012-07-09 03:57 chgrp -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 chmod -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 chown -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 chpasswd -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 chpst -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 chroot -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 chrt -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 chvt -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 cksum -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 clear -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 cmp -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 comm -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 cp -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 cpio -> /system/xbin/busy
box
-rwxr-xr-x root shell 5632 2012-04-07 11:20 cpueater
lrwxrwxrwx root root 2012-07-09 03:57 crond -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 crontab -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 cryptpw -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 cttyhack -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 cut -> /system/xbin/busyb
ox
-rwxr-xr-x root shell 5684 2012-04-07 11:20 daemonize
lrwxrwxrwx root root 2012-07-09 03:57 date -> /system/xbin/busy
box
-rwxr-xr-x root shell 9856 2012-04-07 11:20 dbus-monitor
-rwxr-xr-x root shell 14064 2012-04-07 11:20 dbus-send
lrwxrwxrwx root root 2012-07-09 03:57 dc -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 dd -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 deallocvt -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 delgroup -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 deluser -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 depmod -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 devmem -> /system/xbin/bu
sybox
-rwxr-xr-x root shell 59456 2012-04-07 11:20 dexdump
lrwxrwxrwx root root 2012-07-09 03:57 df -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 dhcprelay -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 diff -> /system/xbin/busy
box
-rwxr-xr-x root shell 5724 2012-04-07 11:20 directiotest
lrwxrwxrwx root root 2012-07-09 03:57 dirname -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 dmesg -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 dnsd -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 dnsdomainname -> /system/
xbin/busybox
lrwxrwxrwx root root 2012-07-09 03:57 dos2unix -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 du -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 dumpkmap -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 dumpleases -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 echo -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 ed -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 egrep -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 eject -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 env -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 envdir -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 envuidgid -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 ether-wake -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 expand -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 expr -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 fakeidentd -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 false -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 fbset -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 fbsplash -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 fdflush -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 fdformat -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 fdisk -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 fgconsole -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 fgrep -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 find -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 findfs -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 flock -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 fold -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 free -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 freeramdisk -> /system/xb
in/busybox
lrwxrwxrwx root root 2012-07-09 03:57 fsck -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 fsck.minix -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 fsync -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 ftpd -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 ftpget -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ftpput -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 fuser -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 getopt -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 getty -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 grep -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 gunzip -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 gzip -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 halt -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 hd -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 hdparm -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 head -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 hexdump -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 hostid -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 hostname -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 httpd -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 hush -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 hwclock -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 id -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 ifconfig -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 ifdown -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ifenslave -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 ifplugd -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 ifup -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 inetd -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 init -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 insmod -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 install -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 ionice -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 iostat -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ip -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 ipaddr -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ipcalc -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 ipcrm -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 ipcs -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 iplink -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 iproute -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 iprule -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 iptunnel -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 kbd_mode -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 kill -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 killall -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 killall5 -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 klogd -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 last -> /system/xbin/busy
box
-rwxr-xr-x root shell 9924 2012-04-07 11:20 latencytop
lrwxrwxrwx root root 2012-07-09 03:57 length -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 less -> /system/xbin/busy
box
-rwsr-sr-x root root 9876 2012-04-07 11:20 librank
lrwxrwxrwx root root 2012-07-09 03:57 linux32 -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 linux64 -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 linuxrc -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 ln -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 loadfont -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 loadkmap -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 logger -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 login -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 logname -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 logread -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 losetup -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 lpd -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 lpq -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 lpr -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 ls -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 lsattr -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 lsmod -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 lspci -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 lsusb -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 lzcat -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 lzma -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 lzop -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 lzopcat -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 makedevs -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 makemime -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 man -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 md5sum -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 mdev -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 mesg -> /system/xbin/busy
box
-rwxr-xr-x root shell 5652 2012-04-07 11:20 micro_bench
lrwxrwxrwx root root 2012-07-09 03:57 microcom -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 mkdir -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 mkdosfs -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 mke2fs -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 mkfifo -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 mkfs.ext2 -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 mkfs.minix -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 mkfs.vfat -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 mknod -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 mkpasswd -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 mkswap -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 mktemp -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 modinfo -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 modprobe -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 more -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 mount -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 mountpoint -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 mpstat -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 mt -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 mv -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 nameif -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 nbd-client -> /system/xbi
n/busybox
-rwxr-xr-x root shell 18300 2012-04-07 11:20 nc
-rwxr-xr-x root shell 67988 2012-04-07 11:20 netperf
-rwxr-xr-x root shell 43428 2012-04-07 11:20 netserver
lrwxrwxrwx root root 2012-07-09 03:57 netstat -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 nice -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 nmeter -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 nohup -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 nslookup -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 ntpd -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 od -> /system/xbin/busybo
x
-rwxr-xr-x root shell 14668 2012-04-07 11:20 opcontrol
lrwxrwxrwx root root 2012-07-09 03:57 openvt -> /system/xbin/bu
sybox
-rwxr-xr-x root shell 57668 2012-04-07 11:20 oprofiled
lrwxrwxrwx root root 2012-07-09 03:57 passwd -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 patch -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 pgrep -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 pidof -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 ping -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 ping6 -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 pipe_progress -> /system/
xbin/busybox
lrwxrwxrwx root root 2012-07-09 03:57 pivot_root -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 pkill -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 pmap -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 popmaildir -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 poweroff -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 powertop -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 printenv -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 printf -> /system/xbin/bu
sybox
-rwsr-sr-x root root 9776 2012-04-07 11:20 procmem
-rwsr-sr-x root root 9956 2012-04-07 11:20 procrank
lrwxrwxrwx root root 2012-07-09 03:57 ps -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 pscan -> /system/xbin/bus
ybox
-rwxr-xr-x root root 1994516 2012-07-09 18:44 pstree
lrwxrwxrwx root root 2012-07-09 03:57 pwd -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 raidautorun -> /system/xb
in/busybox
-rwxr-xr-x root shell 14036 2012-04-07 11:20 rawbu
lrwxrwxrwx root root 2012-07-09 03:57 rdate -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 rdev -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 readahead -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 readlink -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 readprofile -> /system/xb
in/busybox
lrwxrwxrwx root root 2012-07-09 03:57 realpath -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 reboot -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 reformime -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 remove-shell -> /system/x
bin/busybox
lrwxrwxrwx root root 2012-07-09 03:57 renice -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 reset -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 resize -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 rev -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 rm -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 rmdir -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 rmmod -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 route -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 rpm -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 rpm2cpio -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 rtcwake -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 run-parts -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 runlevel -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 runsv -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 runsvdir -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 rx -> /system/xbin/busybo
x
-rwxr-xr-x root shell 5688 2012-04-07 11:20 sane_schedstat
-rwxr-xr-x root shell 22400 2012-04-07 11:20 scp
lrwxrwxrwx root root 2012-07-09 03:57 script -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 scriptreplay -> /system/x
bin/busybox
lrwxrwxrwx root root 2012-07-09 03:57 sed -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 sendmail -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 seq -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 setarch -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 setconsole -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 setfont -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 setkeycodes -> /system/xb
in/busybox
lrwxrwxrwx root root 2012-07-09 03:57 setlogcons -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 setsid -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 setuidgid -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 sh -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 sha1sum -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 sha256sum -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 sha512sum -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 showkey -> /system/xbin/b
usybox
-rwxr-xr-x root shell 9828 2012-04-07 11:20 showmap
-rwxr-xr-x root shell 9808 2012-04-07 11:20 showslab
lrwxrwxrwx root root 2012-07-09 03:57 slattach -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 sleep -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 smemcap -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 softlimit -> /system/xbin
/busybox
lrwxrwxrwx root root 2012-07-09 03:57 sort -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 split -> /system/xbin/bus
ybox
-rwxr-xr-x root shell 33356 2012-04-07 11:20 sqlite3
-rwxr-xr-x root shell 72608 2012-04-07 11:20 ssh
lrwxrwxrwx root root 2012-07-09 03:57 start-stop-daemon -> /sys
tem/xbin/busybox
lrwxrwxrwx root root 2012-07-09 03:57 stat -> /system/xbin/busy
box
-rwxr-xr-x root shell 121840 2012-04-07 11:20 strace
lrwxrwxrwx root root 2012-07-09 03:57 strings -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 stty -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 sulogin -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 sum -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 sv -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 svlogd -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 swapoff -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 swapon -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 switch_root -> /system/xb
in/busybox
lrwxrwxrwx root root 2012-07-09 03:57 sync -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 sysctl -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 syslogd -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 tac -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 tail -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 tar -> /system/xbin/busyb
ox
-rwsr-sr-x root root 613232 2012-04-07 11:20 tcpdump
lrwxrwxrwx root root 2012-07-09 03:57 tcpsvd -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 tee -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 telnet -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 telnetd -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 test -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 tftp -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 tftpd -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 time -> /system/xbin/busy
box
-rwxr-xr-x root shell 5548 2012-04-07 11:20 timeinfo
lrwxrwxrwx root root 2012-07-09 03:57 timeout -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 top -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 touch -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 tr -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 traceroute -> /system/xbi
n/busybox
lrwxrwxrwx root root 2012-07-09 03:57 traceroute6 -> /system/xb
in/busybox
lrwxrwxrwx root root 2012-07-09 03:57 true -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 tty -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 ttysize -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 tunctl -> /system/xbin/bu
sybox
-rwxr-xr-x root root 1994516 2012-07-09 18:44 tune2fs
lrwxrwxrwx root root 2012-07-09 03:57 udhcpc -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 udhcpd -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 udpsvd -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 umount -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 uname -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 unexpand -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 uniq -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 unix2dos -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 unlzma -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 unlzop -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 unxz -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 unzip -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 uptime -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 usleep -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 uudecode -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 uuencode -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 vconfig -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 vi -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 vlock -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 volname -> /system/xbin/b
usybox
lrwxrwxrwx root root 2012-07-09 03:57 wall -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 watch -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 watchdog -> /system/xbin/
busybox
lrwxrwxrwx root root 2012-07-09 03:57 wc -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 wget -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 which -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 who -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 whoami -> /system/xbin/bu
sybox
lrwxrwxrwx root root 2012-07-09 03:57 xargs -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 xz -> /system/xbin/busybo
x
lrwxrwxrwx root root 2012-07-09 03:57 xzcat -> /system/xbin/bus
ybox
lrwxrwxrwx root root 2012-07-09 03:57 yes -> /system/xbin/busyb
ox
lrwxrwxrwx root root 2012-07-09 03:57 zcat -> /system/xbin/busy
box
lrwxrwxrwx root root 2012-07-09 03:57 zcip -> /system/xbin/busy
box

C:\busybox_su\files>
 
Upvote 0
OK, thanks for the efforts.
I don't see anything grossly abnormal here at first sight but give me a day or so to do a cross-check with my own MID74C.
You're not running the same exact version of firmware (yours seems slightly more recent) but that shouldn't make the comparison irrelevant.
Did your MID74C come with the Google Play Store installed or not? some have it, some haven't (GetJar instead).

BTW obviously you *did* install Busybox on this tablet, right? I've never heard of a MID74C coming with Busybox preinstalled.
 
Upvote 0
OK, thanks for the efforts.
I don't see anything grossly abnormal here at first sight but give me a day or so to do a cross-check with my own MID74C.
You're not running the same exact version of firmware (yours seems slightly more recent) but that shouldn't make the comparison irrelevant.
Did your MID74C come with the Google Play Store installed or not? some have it, some haven't (GetJar instead).

BTW obviously you *did* install Busybox on this tablet, right? I've never heard of a MID74C coming with Busybox preinstalled.

I had GetJar but i installed Google Play through Android commander. Also this busybox thing... someone mentioned somewhere else, it should be in some system/bin folder so I tried it.
Anyway... I'm really glad if you can help me out. In estonia warranties and paid repairs are'nt very reliable. I know in my own experience, that they take new and correct stuff out and put something used in while fixing your problem. So I don't trust them.
 
Upvote 0
I had GetJar but i installed Google Play through Android commander. Also this busybox thing... someone mentioned somewhere else, it should be in some system/bin folder so I tried it.

How did you install Busybox? was that through Android Commander or from the Play Store?
Do you know which version exactly? can you check in the list of installed apps?

Anyway... I'm really glad if you can help me out. In estonia warranties and paid repairs are'nt very reliable. I know in my own experience, that they take new and correct stuff out and put something used in while fixing your problem. So I don't trust them.

Mind you, MPMAN isn't helpful here either. If you corrupt your firmware you're pretty much on your own. If they even accept to fix it, they would charge you A LOT and keep your tablet for months. Their support does not reply to any request I've tried to make. I actually wonder whether it exists at all.
if all else fails (at this point I'm very optimistic we can fix it) your could always re-flash your tablet. There are now alternate firmwares available for the MID74C (unfortunately MPMAN doesn't make the stock firmware or any other one available for download)
A port of CyanogenMod 9 has appeared recently, I'm seriously considering giving it a try.
 
Upvote 0
OK, I'm at work so I don't have my MID74C at hand now, but I can clearly see something that's quite wrong in your tablet. All the command links in /system/xbin point to /system/xbin/busybox but it's not there! so basically all these commands are unusable because they're dead links now.
I can see that you've moved the busybox binary from /system/xbin to /system/bin by hand, that's why. Bad idea.
Moving it back to /system/xbin probably isn't enough to fix it. It's possible that installing Busybox to /system/xbin has overwritten some files by links to busybox. I need to check my MID74C, give me a few more hours.
And yes, you've been bitten by the well-known bug one particular version of Busybox has.
 
Upvote 0
EDIT: there's more to it. Don't proceed yet. Although what's below is a step in the right direction, it may not be all of it. Taking a closer look at the result of "ls -l /system/bin" above I can spot much more weird things: there are way too many files in there that don't exist in my tablet and their timestamp of July 10 2012 makes them highly suspicious. They look like links that would have been installed when adding Busybox, but showing as plain files not links. This doesn't make much sense. We need to figure out exactly what they are but I'm pretty sure that they're part of the problem. Stay tuned.

OK, here are my findings: my MID74C has two copies of the "busybox" file:
- one in /system/bin that obviously came with the stock firmware and has no commands linked to it (it's probably invoked by system scripts as "busybox <command> <arguments>")
Note: I was wrong when saying that the stock firmware doesn't include Busybox, but it comes as a standalone file with no links unlike the installable versions
- one in /system/xbin that I have installed when rooting the tablet and that has a whole lot of commands linked to it

They are different: different versions, different dates, different sets of commands built in as show below.

C:\>adb shell /system/bin/busybox
BusyBox v1.18.3 (2011-07-08 15:05:12 CST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
or: busybox --list[-full]
or: function [arguments]...

BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.

Currently defined functions:
[, [[, addgroup, adduser, ar, arping, ash, awk, basename, bunzip2,
bzcat, cat, catv, chattr, chgrp, chmod, chown, chroot, chrt, chvt,
cksum, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd,
deallocvt, delgroup, deluser, devmem, df, diff, dirname, dmesg, dnsd,
dnsdomainname, dos2unix, du, dumpkmap, echo, egrep, eject, env,
ether-wake, expr, false, fdflush, fdformat, fdisk, fgrep, find, fold,
free, freeramdisk, fsck, fuser, getopt, getty, grep, gunzip, gzip,
halt, hdparm, head, hexdump, hostid, hostname, hwclock, id, ifconfig,
ifdown, ifup, inetd, init, insmod, install, ionice, iostat, ip, ipaddr,
ipcrm, ipcs, iplink, iproute, iprule, iptunnel, kill, killall,
killall5, klogd, last, length, less, linux32, linux64, linuxrc, ln,
loadfont, loadkmap, logger, login, logname, losetup, ls, lsattr, lsmod,
lspci, lsusb, lzcat, lzma, makedevs, md5sum, mdev, mesg, microcom,
mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.vfat, mknod, mkswap,
mktemp, modinfo, modprobe, more, mount, mountpoint, mpstat, mt, mv,
nameif, netstat, nice, nohup, nslookup, od, openvt, passwd, patch,
pidof, ping, pipe_progress, pivot_root, poweroff, printenv, printf, ps,
pwd, rdate, readahead, readlink, readprofile, realpath, reboot, renice,
reset, resize, rm, rmdir, rmmod, route, run-parts, runlevel, sed, seq,
setarch, setconsole, setkeycodes, setlogcons, setsid, sh, sha1sum,
sha256sum, sha512sum, sleep, sort, start-stop-daemon, strings, stty,
su, sulogin, swapoff, swapon, switch_root, sync, sysctl, syslogd, tail,
tar, tee, telnet, test, tftp, time, top, touch, tr, traceroute, true,
tty, udhcpc, umount, uname, uniq, unix2dos, unlzma, unxz, unzip,
uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, watch,
watchdog, wc, wget, which, who, whoami, xargs, xz, xzcat, yes, zcat

C:\>adb shell /system/xbin/busybox
BusyBox v1.18.4 (2011-04-04 18:40:20 CDT) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
or: busybox --list[-full]
or: function [arguments]...

BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.

Currently defined functions:
[, [[, acpid, add-shell, addgroup, adduser, adjtimex, arp, arping, ash,
awk, base64, basename, beep, blkid, blockdev, bootchartd, brctl,
bunzip2, bzcat, bzip2, cal, cat, catv, chat, chattr, chgrp, chmod,
chown, chpasswd, chpst, chroot, chrt, chvt, cksum, clear, cmp, comm,
cp, cpio, crond, crontab, cryptpw, cttyhack, cut, date, dc, dd,
deallocvt, delgroup, deluser, depmod, devmem, df, dhcprelay, diff,
dirname, dmesg, dnsd, dnsdomainname, dos2unix, du, dumpkmap,
dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid, ether-wake,
expand, expr, fakeidentd, false, fbset, fbsplash, fdflush, fdformat,
fdisk, fgconsole, fgrep, find, findfs, flock, fold, free, freeramdisk,
fsck, fsck.minix, fsync, ftpd, ftpget, ftpput, fuser, getopt, getty,
grep, gunzip, gzip, halt, hd, hdparm, head, hexdump, hostid, hostname,
httpd, hush, hwclock, id, ifconfig, ifdown, ifenslave, ifplugd, ifup,
inetd, init, insmod, install, ionice, iostat, ip, ipaddr, ipcalc,
ipcrm, ipcs, iplink, iproute, iprule, iptunnel, kbd_mode, kill,
killall, killall5, klogd, last, length, less, linux32, linux64,
linuxrc, ln, loadfont, loadkmap, logger, login, logname, logread,
losetup, lpd, lpq, lpr, ls, lsattr, lsmod, lspci, lsusb, lzcat, lzma,
lzop, lzopcat, makedevs, makemime, man, md5sum, mdev, mesg, microcom,
mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.minix, mkfs.vfat,
mknod, mkpasswd, mkswap, mktemp, modinfo, modprobe, more, mount,
mountpoint, mpstat, mt, mv, nameif, nbd-client, nc, netstat, nice,
nmeter, nohup, nslookup, ntpd, od, openvt, passwd, patch, pgrep, pidof,
ping, ping6, pipe_progress, pivot_root, pkill, pmap, popmaildir,
poweroff, powertop, printenv, printf, ps, pscan, pwd, raidautorun,
rdate, rdev, readahead, readlink, readprofile, realpath, reboot,
reformime, remove-shell, renice, reset, resize, rev, rm, rmdir, rmmod,
route, rpm, rpm2cpio, rtcwake, run-parts, runlevel, runsv, runsvdir,
rx, script, scriptreplay, sed, sendmail, seq, setarch, setconsole,
setfont, setkeycodes, setlogcons, setsid, setuidgid, sh, sha1sum,
sha256sum, sha512sum, showkey, slattach, sleep, smemcap, softlimit,
sort, split, start-stop-daemon, stat, strings, stty, su, sulogin, sum,
sv, svlogd, swapoff, swapon, switch_root, sync, sysctl, syslogd, tac,
tail, tar, tcpsvd, tee, telnet, telnetd, test, tftp, tftpd, time,
timeout, top, touch, tr, traceroute, traceroute6, true, tty, ttysize,
tunctl, udhcpc, udhcpd, udpsvd, umount, uname, unexpand, uniq,
unix2dos, unlzma, unlzop, unxz, unzip, uptime, usleep, uudecode,
uuencode, vconfig, vi, vlock, volname, wall, watch, watchdog, wc, wget,
which, who, whoami, xargs, xz, xzcat, yes, zcat, zcip


What I suggest here:

  • Quick and dirty solution

    Copy the busybox file from /system/bin to /system/xbin. At least this will fix all the dead links in /system/xbin. I'm not confident that it solve everything, though. The stock busybox binary has commands built-in that the version you have installed might not have.

    adb remount
    adb shell cp -p /system/bin/busybox /system/xbin/busybox
    adb reboot​
  • Much cleaner solution IMHO

    Move the added busybox back to /system/xbin and restore a stock busybox binary to /system/bin. I've attached a zipfile containing the stock binary coming from my MID74C to this post. Although we have slightly different versions of firmware, I'm confident that this version is either exactly the same or close enough.
    Steps (assuming the "busybox" file has been extracted to the directory where adb.exe is):

    adb remount
    adb mv /system/bin/busybox /system/xbin/busybox
    adb push busybox /system/bin/busybox
    adb chown root.shell /system/bin/busybox
    adb chmod 755 /system/bin/busybox
    adb reboot​
 

Attachments

  • busybox.zip
    771.3 KB · Views: 53
Upvote 0
Let's try running one of these commands in /system/bin that shouldn't be there.
The "pwd" command is harmless, so please run this and copy/paste the output here:

adb shell /system/bin/pwd

Just FYI here's the contents of /system/bin and /system/xbin on my MID74C.
As you can see there are way less commands in /system/bin and I very much suspect that all these commands with the same size (1994516) and date (2012-07-10) shouldn't be there on yours.

/system/bin:
-rwxr-xr-x root shell 62332 2012-03-02 07:14 BlobCache_test
-rwxr-xr-x root shell 52908 2012-03-02 07:14 InputChannel_test
-rwxr-xr-x root shell 53452 2012-03-02 07:14 InputDispatcher_test
-rwxr-xr-x root shell 86500 2012-03-02 07:14 InputEvent_test
-rwxr-xr-x root shell 74468 2012-03-02 07:14 InputPublisherAndConsumer_test
-rwxr-xr-x root shell 315656 2012-03-02 07:14 InputReader_test
-rwxr-xr-x root shell 84464 2012-03-02 07:14 Looper_test
-rwxr-xr-x root shell 48540 2012-03-02 07:14 ObbFile_test
-rwxr-xr-x root shell 44480 2012-03-02 07:14 String8_test
-rwxr-xr-x root shell 48768 2012-03-02 07:14 Unicode_test
-rwxr-xr-x root shell 44324 2012-03-02 07:14 ZipFileRO_test
-rwxr-xr-x root shell 97144 2012-03-01 11:40 adb
-rwxr-xr-x root shell 191 2012-03-02 07:00 am
-rwxr-xr-x root shell 9920 2012-03-02 15:16 app_process
-rwxr-xr-x root shell 50056 2012-03-01 11:40 applypatch
-rwxr-xr-x root shell 165772 2012-03-01 11:40 applypatch_static
-rwxr-xr-x root shell 9784 2012-03-02 15:16 audioloop
-rwxr-xr-x root shell 199 2012-03-02 07:00 bmgr
-rwxr-xr-x root shell 23296 2012-03-02 07:14 bootanimation
-rwxr-xr-x root shell 156 2012-03-02 07:10 bu
-rwxr-xr-x root shell 5692 2012-03-02 07:13 bugreport
-rwxr-xr-x root shell 1462000 2012-03-01 11:40 busybox
lrwxr-xr-x root shell 2012-03-01 11:40 cat -> toolbox
-rwxr-xr-x root shell 18336 2012-03-02 07:14 chat
-rwxr-xr-x root shell 58928 2012-03-01 11:40 check_prereq
lrwxr-xr-x root shell 2012-03-01 11:40 chmod -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 chown -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 cmp -> toolbox
-rwxr-xr-x root shell 5700 2012-03-02 07:14 dalvikvm
lrwxr-xr-x root shell 2012-03-01 11:40 date -> toolbox
-rwxr-xr-x root shell 134148 2012-03-01 11:40 dbus-daemon
lrwxr-xr-x root shell 2012-03-01 11:40 dd -> toolbox
-rwxr-xr-x root shell 22440 2012-03-01 11:40 debuggerd
-rwxr-xr-x root shell 9824 2012-03-02 15:16 decoder
-rwxr-xr-x root shell 9932 2012-03-02 07:14 dexopt
lrwxr-xr-x root shell 2012-03-01 11:40 df -> toolbox
-rwxr-xr-x root shell 61544 2012-03-01 11:40 dhcpcd
lrwxr-xr-x root shell 2012-03-01 11:40 dmesg -> toolbox
-rwxr-xr-x root shell 104864 2012-03-01 11:40 dnsmasq
-rwxr-xr-x root shell 45488 2012-03-02 15:16 drmserver
-rwxr-xr-x root shell 42884 2012-03-02 07:13 dumpstate
-rwxr-xr-x root shell 9944 2012-03-02 07:14 dumpsys
-rwxr-xr-x root shell 119832 2012-03-01 11:40 e2fsck
-rwxr-xr-x root shell 9912 2012-03-01 11:40 flash_image
-rwxr-xr-x root shell 553960 2012-03-01 11:40 fsck.exfat
-rwxr-xr-x root shell 26880 2012-03-01 11:40 fsck_msdos
-rwxr-xr-x root shell 5752 2012-03-01 11:40 gdbjithelper
-rwxr-xr-x root shell 186112 2012-03-01 11:40 gdbserver
lrwxr-xr-x root shell 2012-03-01 11:40 getevent -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 getprop -> toolbox
-rwxr-xr-x root shell 9836 2012-03-01 11:40 gzip
lrwxr-xr-x root shell 2012-03-01 11:40 hd -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 id -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 ifconfig -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 iftop -> toolbox
-rwxr-xr-x root shell 194 2012-03-02 07:00 ime
-rwxr-xr-x root shell 201 2012-03-02 07:00 input
lrwxr-xr-x root shell 2012-03-01 11:40 insmod -> toolbox
-rwxr-xr-x root shell 22620 2012-03-02 07:13 installd
lrwxr-xr-x root shell 2012-03-01 11:40 ioctl -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 ionice -> toolbox
-rwxr-xr-x root shell 137828 2012-03-01 11:40 ip
-rwxr-xr-x root shell 179236 2012-03-01 11:40 ip6tables
-rwxr-xr-x root shell 184920 2012-03-01 11:40 iptables
-rwxr-xr-x root shell 10308 2012-03-02 07:13 keystore
-rwxr-xr-x root shell 5812 2012-03-02 07:13 keystore_cli
lrwxr-xr-x root shell 2012-03-01 11:40 kill -> toolbox
-rwxr-xr-x root shell 39660 2012-03-01 11:40 linker
lrwxr-xr-x root shell 2012-03-01 11:40 ln -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 log -> toolbox
-rwxr-xr-x root shell 14084 2012-03-01 11:40 logcat
-rwxr-xr-x root shell 9900 2012-03-01 11:40 logwrapper
lrwxr-xr-x root shell 2012-03-01 11:40 ls -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 lsmod -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 lsof -> toolbox
-rwxr-xr-x root shell 5644 2012-03-01 11:40 make_ext4fs
-rwxr-xr-x root shell 5620 2012-03-02 15:16 mediaserver
lrwxr-xr-x root shell 2012-03-01 11:40 mkdir -> toolbox
-rwxr-xr-x root shell 566264 2012-03-01 11:40 mkfs.exfat
-rwxr-xr-x root shell 1116992 2012-03-01 11:40 mkntfs
-rwxr-xr-x root shell 152028 2012-03-01 11:40 mksh
-rwxr-xr-x root shell 217 2012-03-01 11:39 monkey
lrwxr-xr-x root shell 2012-03-01 11:40 mount -> toolbox
-rwxr-xr-x root shell 734332 2012-03-01 11:40 mount.exfat
-rwxr-xr-x root shell 18448 2012-03-01 11:40 mtpd
lrwxr-xr-x root shell 2012-03-01 11:40 mv -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 nandread -> toolbox
-rwxr-xr-x root shell 5680 2012-03-01 11:40 ndc
-rwxr-s--- root inet 5820 2012-03-01 11:40 netcfg
-rwxr-xr-x root shell 56328 2012-03-02 07:14 netd
lrwxr-xr-x root shell 2012-03-01 11:40 netstat -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 newfs_msdos -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 notify -> toolbox
-rwxr-xr-x root shell 1170440 2012-03-01 11:40 ntfs-3g
-rwxr-xr-x root shell 1000464 2012-03-01 11:40 ntfs-3g.probe
-rwxr-xr-x root shell 32772 2012-03-02 15:16 omx_tests
-rwxr-sr-x root net_raw 26768 2012-03-01 11:40 ping
-rwxr-xr-x root shell 22668 2012-03-01 11:40 ping6
-rwxr-xr-x root shell 191 2012-03-02 07:00 pm
-rwxr-xr-x root shell 135588 2012-03-01 11:40 pppd
-rwxr-xr-x root shell 659 2012-03-01 11:40 preinstall.sh
lrwxr-xr-x root shell 2012-03-01 11:40 printenv -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 ps -> toolbox
-rwxr-xr-x root shell 5656 2012-03-01 11:40 qemu-props
-rwxr-xr-x root shell 9864 2012-03-01 11:40 qemud
lrwxr-xr-x root shell 2012-03-01 11:40 r -> toolbox
-rwxr-xr-x root shell 167028 2012-03-01 11:40 racoon
-rwxr-xr-x root shell 5556 2012-03-01 11:40 radiooptions
lrwxr-xr-x root shell 2012-03-01 11:40 reboot -> toolbox
-rwxr-xr-x root shell 10228 2012-03-02 15:16 record
-rwxr-xr-x root shell 14332 2012-03-02 15:16 recordvideo
-rwxr-xr-x root shell 344672 2012-03-01 11:40 recovery
lrwxr-xr-x root shell 2012-03-01 11:40 renice -> toolbox
-rwxr-xr-x root shell 5736 2012-03-02 07:14 rild
lrwxr-xr-x root shell 2012-03-01 11:40 rm -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 rmdir -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 rmmod -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 route -> toolbox
-rwsr-s--- root shell 64096 2012-03-01 11:40 run-as
-rwxr-xr-x root shell 5528 2012-03-01 11:40 schedtest
lrwxr-xr-x root shell 2012-03-01 11:40 schedtop -> toolbox
-rwxr-xr-x root shell 5760 2012-03-02 07:14 screencap
-rwxr-xr-x root shell 34820 2012-03-02 07:13 screenshot
-rwxr-xr-x root shell 14056 2012-03-01 11:40 sdcard
lrwxr-xr-x root shell 2012-03-01 11:40 sendevent -> toolbox
-rwxr-xr-x root shell 5588 2012-03-02 07:14 sensorservice
-rwxr-xr-x root shell 9988 2012-03-02 07:14 service
-rwxr-xr-x root shell 10080 2012-03-02 07:13 servicemanager
lrwxr-xr-x root shell 2012-03-01 11:40 setconsole -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 setprop -> toolbox
-rwxr-xr-x root shell 26920 2012-03-02 15:16 sf2
lrwxr-xr-x root shell 2012-03-01 11:40 sh -> mksh
-rwxr-xr-x root shell 10924 2012-03-01 11:40 showlease
-rwxr-xr-x root shell 9732 2012-03-01 11:40 simg2img
-rwxr-xr-x root shell 98892 2012-03-02 07:14 skia_test
lrwxr-xr-x root shell 2012-03-01 11:40 sleep -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 smd -> toolbox
-rwxr-xr-x root shell 40088 2012-03-02 15:16 stagefright
lrwxr-xr-x root shell 2012-03-01 11:40 start -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 stop -> toolbox
-rwxr-xr-x root shell 31384 2012-03-02 15:16 stream
-rwsr-sr-x root root 22364 2008-02-29 03:33 su
-rwxr-xr-x root shell 5588 2012-03-02 15:16 surfaceflinger
-rwxr-xr-x root shell 192 2012-03-02 07:00 svc
lrwxr-xr-x root shell 2012-03-01 11:40 sync -> toolbox
-rwxr-xr-x root shell 5568 2012-03-02 15:16 system_server
-rwxr-xr-x root shell 68060 2012-03-01 11:40 tc
-rwxr-xr-x root shell 5592 2012-03-01 11:40 test_algorithm
-rwxr-xr-x root shell 5468 2012-03-01 11:40 test_char_traits
-rwxr-xr-x root shell 5464 2012-03-01 11:40 test_functional
-rwxr-xr-x root shell 5860 2012-03-01 11:40 test_iomanip
-rwxr-xr-x root shell 5860 2012-03-01 11:40 test_ios_base
-rwxr-xr-x root shell 5596 2012-03-01 11:40 test_ios_pos_types
-rwxr-xr-x root shell 9976 2012-03-01 11:40 test_iostream
-rwxr-xr-x root shell 5592 2012-03-01 11:40 test_iterator
-rwxr-xr-x root shell 5460 2012-03-01 11:40 test_limits
-rwxr-xr-x root shell 9968 2012-03-01 11:40 test_list
-rwxr-xr-x root shell 5608 2012-03-01 11:40 test_memory
-rwxr-xr-x root shell 9952 2012-03-01 11:40 test_set
-rwxr-xr-x root shell 10080 2012-03-01 11:40 test_sstream
-rwxr-xr-x root shell 5780 2012-03-01 11:40 test_streambuf
-rwxr-xr-x root shell 38660 2012-03-01 11:40 test_string
-rwxr-xr-x root shell 5468 2012-03-01 11:40 test_type_traits
-rwxr-xr-x root shell 5620 2012-03-01 11:40 test_uninitialized
-rwxr-xr-x root shell 22288 2012-03-01 11:40 test_vector
-rwxr-xr-x root shell 9844 2012-03-02 15:16 testid3
-rwxr-xr-x root shell 103248 2012-03-01 11:40 toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 top -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 touch -> toolbox
-rwxr-xr-x root shell 9916 2012-03-01 11:40 u3gmonitor
lrwxr-xr-x root shell 2012-03-01 11:40 umount -> toolbox
-rwxr-xr-x root shell 236720 2012-03-01 11:40 updater
lrwxr-xr-x root shell 2012-03-01 11:40 uptime -> toolbox
-rwxr-xr-x root shell 769414 2012-03-01 11:40 usb_modeswitch
-rwxr-xr-x root shell 5684 2012-03-01 11:40 vdc
lrwxr-xr-x root shell 2012-03-01 11:40 vmstat -> toolbox
-rwxr-xr-x root shell 68460 2012-03-02 07:14 vold
lrwxr-xr-x root shell 2012-03-01 11:40 watchprops -> toolbox
lrwxr-xr-x root shell 2012-03-01 11:40 wipe -> toolbox
-rwxr-xr-x root shell 52780 2012-03-01 11:40 wpa_cli
-rwxr-xr-x root shell 481492 2012-03-02 07:13 wpa_supplicant


/system/xbin:
lrwxrwxrwx root root 2012-04-28 20:01 [ -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 [[ -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 acpid -> /system/xbin/busybox
-rwxr-xr-x root shell 64156 2012-03-01 11:40 add-property-tag
lrwxrwxrwx root root 2012-04-28 20:01 add-shell -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 addgroup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 adduser -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 adjtimex -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 arp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 arping -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ash -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 awk -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 base64 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 basename -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 beep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 blkid -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 blockdev -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 bootchartd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 brctl -> /system/xbin/busybox
-rwxr-xr-x root shell 5700 2012-03-02 07:14 btool
lrwxrwxrwx root root 2012-04-28 20:01 bunzip2 -> /system/xbin/busybox
-rwxr-xr-x root shell 1075144 2011-08-14 17:07 busybox
lrwxrwxrwx root root 2012-04-28 20:01 bzcat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 bzip2 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cal -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 catv -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chattr -> /system/xbin/busybox
-rwxr-xr-x root shell 76684 2012-03-01 11:40 check-lost+found
lrwxrwxrwx root root 2012-04-28 20:01 chgrp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chmod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chown -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chpasswd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chpst -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chroot -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chrt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 chvt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cksum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 clear -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cmp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 comm -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cpio -> /system/xbin/busybox
-rwxr-xr-x root shell 5632 2012-03-01 11:40 cpueater
lrwxrwxrwx root root 2012-04-28 20:01 crond -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 crontab -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cryptpw -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cttyhack -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 cut -> /system/xbin/busybox
-rwxr-xr-x root shell 5684 2012-03-02 07:14 daemonize
lrwxrwxrwx root root 2012-04-28 20:01 date -> /system/xbin/busybox
-rwxr-xr-x root shell 9856 2012-03-01 11:40 dbus-monitor
-rwxr-xr-x root shell 14064 2012-03-01 11:40 dbus-send
lrwxrwxrwx root root 2012-04-28 20:01 dc -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 deallocvt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 delgroup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 deluser -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 depmod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 devmem -> /system/xbin/busybox
-rwxr-xr-x root shell 59456 2012-03-01 11:40 dexdump
lrwxrwxrwx root root 2012-04-28 20:01 df -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dhcprelay -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 diff -> /system/xbin/busybox
-rwxr-xr-x root shell 5724 2012-03-01 11:40 directiotest
lrwxrwxrwx root root 2012-04-28 20:01 dirname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dmesg -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dnsd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dnsdomainname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dos2unix -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 du -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dumpkmap -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 dumpleases -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 echo -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ed -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 egrep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 eject -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 env -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 envdir -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 envuidgid -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ether-wake -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 expand -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 expr -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fakeidentd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 false -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fbset -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fbsplash -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fdflush -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fdformat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fdisk -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fgconsole -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fgrep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 find -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 findfs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 flock -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fold -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 free -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 freeramdisk -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fsck -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fsck.minix -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fsync -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ftpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ftpget -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ftpput -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 fuser -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 getopt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 getty -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 grep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 gunzip -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 gzip -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 halt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hdparm -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 head -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hexdump -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hostid -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hostname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 httpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hush -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 hwclock -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 id -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ifconfig -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ifdown -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ifenslave -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ifplugd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ifup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 inetd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 init -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 insmod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 install -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ionice -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 iostat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ip -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ipaddr -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ipcalc -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ipcrm -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ipcs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 iplink -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 iproute -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 iprule -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 iptunnel -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 kbd_mode -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 kill -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 killall -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 killall5 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 klogd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 last -> /system/xbin/busybox
-rwxr-xr-x root shell 9924 2012-03-01 11:40 latencytop
lrwxrwxrwx root root 2012-04-28 20:01 length -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 less -> /system/xbin/busybox
-rwsr-sr-x root root 9876 2012-03-01 11:40 librank
lrwxrwxrwx root root 2012-04-28 20:01 linux32 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 linux64 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 linuxrc -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ln -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 loadfont -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 loadkmap -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 logger -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 login -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 logname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 logread -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 losetup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lpq -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lpr -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ls -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lsattr -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lsmod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lspci -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lsusb -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lzcat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lzma -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lzop -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 lzopcat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 makedevs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 makemime -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 man -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 md5sum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mdev -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mesg -> /system/xbin/busybox
-rwxr-xr-x root shell 5652 2012-03-01 11:40 micro_bench
lrwxrwxrwx root root 2012-04-28 20:01 microcom -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkdir -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkdosfs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mke2fs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkfifo -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkfs.ext2 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkfs.minix -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkfs.vfat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mknod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkpasswd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mkswap -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mktemp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 modinfo -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 modprobe -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 more -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mount -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mountpoint -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mpstat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mt -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 mv -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nameif -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nbd-client -> /system/xbin/busybox
-rwxr-xr-x root shell 18300 2012-03-01 11:40 nc
-rwxr-xr-x root shell 67988 2012-03-01 11:40 netperf
-rwxr-xr-x root shell 43428 2012-03-01 11:40 netserver
lrwxrwxrwx root root 2012-04-28 20:01 netstat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nice -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nmeter -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nohup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 nslookup -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ntpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 od -> /system/xbin/busybox
-rwxr-xr-x root shell 14668 2012-03-01 11:40 opcontrol
lrwxrwxrwx root root 2012-04-28 20:01 openvt -> /system/xbin/busybox
-rwxr-xr-x root shell 57668 2012-03-01 11:40 oprofiled
lrwxrwxrwx root root 2012-04-28 20:01 passwd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 patch -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pgrep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pidof -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ping -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ping6 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pipe_progress -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pivot_root -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pkill -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pmap -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 popmaildir -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 poweroff -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 powertop -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 printenv -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 printf -> /system/xbin/busybox
-rwsr-sr-x root root 9776 2012-03-01 11:40 procmem
-rwsr-sr-x root root 9956 2012-03-01 11:40 procrank
lrwxrwxrwx root root 2012-04-28 20:01 ps -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pscan -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 pwd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 raidautorun -> /system/xbin/busybox
-rwxr-xr-x root shell 14036 2012-03-02 07:13 rawbu
lrwxrwxrwx root root 2012-04-28 20:01 rdate -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rdev -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 readahead -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 readlink -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 readprofile -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 realpath -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 reboot -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 reformime -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 remove-shell -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 renice -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 reset -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 resize -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rev -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rm -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rmdir -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rmmod -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 route -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rpm -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rpm2cpio -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rtcwake -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 run-parts -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 runlevel -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 runsv -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 runsvdir -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 rx -> /system/xbin/busybox
-rwxr-xr-x root shell 5688 2012-03-01 11:40 sane_schedstat
-rwxr-xr-x root shell 22400 2012-03-01 11:40 scp
lrwxrwxrwx root root 2012-04-28 20:01 script -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 scriptreplay -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sed -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sendmail -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 seq -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setarch -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setconsole -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setfont -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setkeycodes -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setlogcons -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setsid -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 setuidgid -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sh -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sha1sum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sha256sum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sha512sum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 showkey -> /system/xbin/busybox
-rwxr-xr-x root shell 9828 2012-03-01 11:40 showmap
-rwxr-xr-x root shell 9808 2012-03-01 11:40 showslab
lrwxrwxrwx root root 2012-04-28 20:01 slattach -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sleep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 smemcap -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 softlimit -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sort -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 split -> /system/xbin/busybox
-rwxr-xr-x root shell 33356 2012-03-02 07:14 sqlite3
-rwxr-xr-x root shell 72608 2012-03-01 11:40 ssh
lrwxrwxrwx root root 2012-04-28 20:01 start-stop-daemon -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 stat -> /system/xbin/busybox
-rwxr-xr-x root shell 121840 2012-03-01 11:40 strace
lrwxrwxrwx root root 2012-04-28 20:01 strings -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 stty -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:10 su -> /system/bin/su
-rwsr-sr-x root root 5692 2012-03-02 07:14 su.org
lrwxrwxrwx root root 2012-04-28 20:01 sulogin -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sum -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sv -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 svlogd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 swapoff -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 swapon -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 switch_root -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sync -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 sysctl -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 syslogd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tac -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tail -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tar -> /system/xbin/busybox
-rwsr-sr-x root root 613232 2012-03-01 11:40 tcpdump
lrwxrwxrwx root root 2012-04-28 20:01 tcpsvd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tee -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 telnet -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 telnetd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 test -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tftp -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tftpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 time -> /system/xbin/busybox
-rwxr-xr-x root shell 5548 2012-03-02 07:14 timeinfo
lrwxrwxrwx root root 2012-04-28 20:01 timeout -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 top -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 touch -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tr -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 traceroute -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 traceroute6 -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 true -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tty -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 ttysize -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 tunctl -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 udhcpc -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 udhcpd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 udpsvd -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 umount -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 uname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unexpand -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 uniq -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unix2dos -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unlzma -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unlzop -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unxz -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 unzip -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 uptime -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 usleep -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 uudecode -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 uuencode -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 vconfig -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 vi -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 vlock -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 volname -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 wall -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 watch -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 watchdog -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 wc -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 wget -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 which -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 who -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 whoami -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 xargs -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 xz -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 xzcat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 yes -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 zcat -> /system/xbin/busybox
lrwxrwxrwx root root 2012-04-28 20:01 zcip -> /system/xbin/busybox
 
Upvote 0
I did what you instructed and nothing worked. So I was a bit depressed and shut it completely down. Anyway next morning when I turned it on again, the first thing I noticed was that my storage was shown again. and after i restarted it It was all right. I was a bit sceptic at first but after 5-th restart I was convinced. Anyway I hope if something is still not right I can turn to you again. Maybe You have e-mail that i can contact you more easily?
Anyway I'm a graphic artist, illustrator and designer, If you or your friends need something like that, i can do it free as thank you gift ;) my website is F
 
Upvote 0
Oops. I should have mentioned that you had to restart the tablet, of course. Sorry about this.
If I were you I would also apply the second part, meaning removing all files with size=1994516 date=2012-07-10 07:32 from /system/bin (EXCEPT busybox if you have NOT used the copy I have provided, because it will be exactly that size/date). They're using up space and your /system partition is close to full. You might have trouble someday when updating system apps.

You're welcome.

My e-mail: check your private messages.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones