nkk71

meefik-busybox-1.26.2 shell

Feb 2nd, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. nkk71@ubuntu:~$ adb shell
  2. adb server is out of date. killing...
  3. * daemon started successfully *
  4. # cd /tmp
  5. # ls -l
  6. __bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
  7. -rwxrwxrwx 1 root root 1072136 Jan 23 2017 busybox-meefik
  8. -rw-rw-rw- 1 root root 16350 Jan 1 00:01 recovery.log
  9. -rwxrwxrwx 1 root root 5242189 Nov 27 2016 stock_recovery.img-ramdisk.cpio.gz
  10. # ./busybox-meefik sh
  11. /tmp # gunzip -c stock_recovery.img-ramdisk.cpio.gz | cpio -i
  12. 20858 blocks
  13. /tmp # which gunzip
  14. /sbin/gunzip
  15. /tmp # which cpio
  16. /sbin/cpio
  17. /tmp # ls -l /sbin/gunzip /sbin/cpio
  18. __bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
  19. __bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
  20. __bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
  21. lrwxrwxrwx 1 root root 30064771584 Jan 1 00:00 /sbin/cpio -> busybox
  22. lrwxrwxrwx 1 root root 17179869696 Jan 1 00:00 /sbin/gunzip -> pigz
  23. /tmp #
Advertisement
Add Comment
Please, Sign In to add comment