Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .
- ├── acct
- ├── apex
- ├── bin -> /system/bin
- ├── bugreports -> /data/user_de/0/com.android.shell/files/bugreports
- ├── cache
- ├── config
- ├── d -> /sys/kernel/debug
- ├── data
- ├── data_mirror
- ├── debug_ramdisk
- ├── default.prop -> prop.default
- ├── dev
- ├── etc -> /system/etc
- ├── impdata
- ├── init -> /system/bin/init
- ├── init.recovery.amlogic.rc
- ├── linkerconfig
- ├── metadata
- ├── mnt
- ├── odm
- │ ├── app -> /vendor/odm/app
- │ ├── bin -> /vendor/odm/bin
- │ ├── etc -> /vendor/odm/etc
- │ ├── firmware -> /vendor/odm/firmware
- │ ├── framework -> /vendor/odm/framework
- │ ├── lib -> /vendor/odm/lib
- │ ├── lib64 -> /vendor/odm/lib64
- │ ├── overlay -> /vendor/odm/overlay
- │ ├── priv-app -> /vendor/odm/priv-app
- │ └── usr -> /vendor/odm/usr
- ├── odm_dlkm
- │ └── etc -> /odm/odm_dlkm/etc
- ├── odm_file_contexts
- ├── odm_property_contexts
- ├── oem
- ├── plat_file_contexts
- ├── plat_property_contexts
- ├── postinstall
- ├── proc
- ├── product
- ├── product_file_contexts
- ├── product_property_contexts
- ├── prop.default
- ├── res
- │ └── images
- │ ├── erasing_text.png
- │ ├── error_text.png
- │ ├── fastbootd.png
- │ ├── font.png
- │ ├── icon_error.png
- │ ├── icon_installing_notice1.png
- │ ├── icon_installing_notice2.png
- │ ├── icon_installing_text.png
- │ ├── installing_notice_1_text.png
- │ ├── installing_notice_2_text.png
- │ ├── installing_security_text.png
- │ ├── installing_text.png
- │ ├── loop00000.png
- │ ├── loop00001.png
- │ ├── loop00002.png
- │ ├── loop00003.png
- ...
- │ ├── loop00089.png
- │ ├── loop00090.png
- │ ├── no_command_text.png
- │ ├── progress_empty.png
- │ ├── progress_fill.png
- │ ├── stage_empty.png
- │ ├── stage_fill.png
- │ └── storage_remove_text.png
- ├── sbin
- │ ├── busybox
- │ ├── mesondisplay.cfg
- │ ├── recovery.kl
- │ ├── remote.cfg
- │ ├── remote.tab
- │ ├── remotecfg
- │ └── sh
- ├── sdcard
- ├── second_stage_resources
- ├── sepolicy
- ├── storage
- ├── sys
- ├── system
- │ ├── bin
- │ │ ├── [ -> toybox
- │ │ ├── acpi -> toybox
- │ │ ├── adbd
- │ │ ├── base64 -> toybox
- │ │ ├── basename -> toybox
- │ │ ├── blockdev -> toybox
- │ │ ├── cal -> toybox
- │ │ ├── cat -> toybox
- │ │ ├── charger
- │ │ ├── chattr -> toybox
- │ │ ├── chcon -> toybox
- │ │ ├── chgrp -> toybox
- │ │ ├── chmod -> toybox
- │ │ ├── chown -> toybox
- │ │ ├── chroot -> toybox
- │ │ ├── chrt -> toybox
- │ │ ├── cksum -> toybox
- │ │ ├── clear -> toybox
- │ │ ├── cmp -> toybox
- │ │ ├── comm -> toybox
- │ │ ├── cp -> toybox
- │ │ ├── cpio -> toybox
- │ │ ├── cut -> toybox
- │ │ ├── date -> toybox
- │ │ ├── dd -> toybox
- │ │ ├── devmem -> toybox
- │ │ ├── df -> toybox
- │ │ ├── diff -> toybox
- │ │ ├── dirname -> toybox
- │ │ ├── dmesg -> toybox
- │ │ ├── dos2unix -> toybox
- │ │ ├── du -> toybox
- │ │ ├── e2fsdroid
- │ │ ├── echo -> toybox
- │ │ ├── egrep -> toybox
- │ │ ├── env -> toybox
- │ │ ├── expand -> toybox
- │ │ ├── expr -> toybox
- │ │ ├── fallocate -> toybox
- │ │ ├── false -> toybox
- │ │ ├── fastbootd
- │ │ ├── fgrep -> toybox
- │ │ ├── file -> toybox
- │ │ ├── find -> toybox
- │ │ ├── flock -> toybox
- │ │ ├── fmt -> toybox
- │ │ ├── free -> toybox
- │ │ ├── fsync -> toybox
- │ │ ├── getconf -> toybox
- │ │ ├── getenforce -> toybox
- │ │ ├── getevent -> toolbox
- │ │ ├── getprop -> toolbox
- │ │ ├── grep -> toybox
- │ │ ├── groups -> toybox
- │ │ ├── gunzip -> toybox
- │ │ ├── gzip -> toybox
- │ │ ├── head -> toybox
- │ │ ├── hostname -> toybox
- │ │ ├── hwclock -> toybox
- │ │ ├── i2cdetect -> toybox
- │ │ ├── i2cdump -> toybox
- │ │ ├── i2cget -> toybox
- │ │ ├── i2cset -> toybox
- │ │ ├── iconv -> toybox
- │ │ ├── id -> toybox
- │ │ ├── ifconfig -> toybox
- │ │ ├── init
- │ │ ├── inotifyd -> toybox
- │ │ ├── insmod -> toybox
- │ │ ├── install -> toybox
- │ │ ├── ionice -> toybox
- │ │ ├── iorenice -> toybox
- │ │ ├── kill -> toybox
- │ │ ├── killall -> toybox
- │ │ ├── linker
- │ │ ├── linker_asan -> linker
- │ │ ├── ln -> toybox
- │ │ ├── load_policy -> toybox
- │ │ ├── load_usb2.sh
- │ │ ├── log -> toybox
- │ │ ├── logname -> toybox
- │ │ ├── losetup -> toybox
- │ │ ├── ls -> toybox
- │ │ ├── lsattr -> toybox
- │ │ ├── lsmod -> toybox
- │ │ ├── lsof -> toybox
- │ │ ├── lspci -> toybox
- │ │ ├── lsusb -> toybox
- │ │ ├── make_f2fs
- │ │ ├── md5sum -> toybox
- │ │ ├── microcom -> toybox
- │ │ ├── minadbd
- │ │ ├── mkdir -> toybox
- │ │ ├── mke2fs
- │ │ ├── mkfifo -> toybox
- │ │ ├── mkfs.ext2 -> mke2fs
- │ │ ├── mkfs.ext3 -> mke2fs
- │ │ ├── mkfs.ext4 -> mke2fs
- │ │ ├── mknod -> toybox
- │ │ ├── mkswap -> toybox
- │ │ ├── mktemp -> toybox
- │ │ ├── modinfo -> toybox
- │ │ ├── modprobe -> toolbox
- │ │ ├── more -> toybox
- │ │ ├── mount -> toybox
- │ │ ├── mountpoint -> toybox
- │ │ ├── mv -> toybox
- │ │ ├── netstat -> toybox
- │ │ ├── nice -> toybox
- │ │ ├── nl -> toybox
- │ │ ├── nohup -> toybox
- │ │ ├── nproc -> toybox
- │ │ ├── nsenter -> toybox
- │ │ ├── od -> toybox
- │ │ ├── paste -> toybox
- │ │ ├── patch -> toybox
- │ │ ├── pgrep -> toybox
- │ │ ├── pidof -> toybox
- │ │ ├── pkill -> toybox
- │ │ ├── pmap -> toybox
- │ │ ├── printenv -> toybox
- │ │ ├── printf -> toybox
- │ │ ├── ps -> toybox
- │ │ ├── pwd -> toybox
- │ │ ├── readelf -> toybox
- │ │ ├── readlink -> toybox
- │ │ ├── realpath -> toybox
- │ │ ├── reboot
- │ │ ├── recovery
- │ │ ├── renice -> toybox
- │ │ ├── restorecon -> toybox
- │ │ ├── rm -> toybox
- │ │ ├── rmdir -> toybox
- │ │ ├── rmmod -> toybox
- │ │ ├── rtcwake -> toybox
- │ │ ├── runcon -> toybox
- │ │ ├── sed -> toybox
- │ │ ├── sendevent -> toybox
- │ │ ├── seq -> toybox
- │ │ ├── setenforce -> toybox
- │ │ ├── setprop -> toolbox
- │ │ ├── setsid -> toybox
- │ │ ├── sh
- │ │ ├── sha1sum -> toybox
- │ │ ├── sha224sum -> toybox
- │ │ ├── sha256sum -> toybox
- │ │ ├── sha384sum -> toybox
- │ │ ├── sha512sum -> toybox
- │ │ ├── sleep -> toybox
- │ │ ├── sload_f2fs
- │ │ ├── snapuserd
- │ │ ├── sort -> toybox
- │ │ ├── split -> toybox
- │ │ ├── start -> toolbox
- │ │ ├── stat -> toybox
- │ │ ├── stop -> toolbox
- │ │ ├── strings -> toybox
- │ │ ├── stty -> toybox
- │ │ ├── swapoff -> toybox
- │ │ ├── swapon -> toybox
- │ │ ├── sync -> toybox
- │ │ ├── sysctl -> toybox
- │ │ ├── systemcontrol_static
- │ │ ├── tac -> toybox
- │ │ ├── tail -> toybox
- │ │ ├── tar -> toybox
- │ │ ├── taskset -> toybox
- │ │ ├── tee -> toybox
- │ │ ├── test -> toybox
- │ │ ├── time -> toybox
- │ │ ├── timeout -> toybox
- │ │ ├── toolbox
- │ │ ├── top -> toybox
- │ │ ├── touch -> toybox
- │ │ ├── toybox
- │ │ ├── tr -> toybox
- │ │ ├── true -> toybox
- │ │ ├── truncate -> toybox
- │ │ ├── tty -> toybox
- │ │ ├── ueventd -> init
- │ │ ├── ulimit -> toybox
- │ │ ├── umount -> toybox
- │ │ ├── uname -> toybox
- │ │ ├── uniq -> toybox
- │ │ ├── unix2dos -> toybox
- │ │ ├── unlink -> toybox
- │ │ ├── unshare -> toybox
- │ │ ├── unzip -> ziptool
- │ │ ├── update_engine_sideload
- │ │ ├── uptime -> toybox
- │ │ ├── usleep -> toybox
- │ │ ├── uudecode -> toybox
- │ │ ├── uuencode -> toybox
- │ │ ├── uuidgen -> toybox
- │ │ ├── vmstat -> toybox
- │ │ ├── watch -> toybox
- │ │ ├── watchdogd
- │ │ ├── wc -> toybox
- │ │ ├── which -> toybox
- │ │ ├── whoami -> toybox
- │ │ ├── xargs -> toybox
- │ │ ├── xxd -> toybox
- │ │ ├── yes -> toybox
- │ │ ├── zcat -> toybox
- │ │ ├── zipinfo -> ziptool
- │ │ └── ziptool
- │ ├── etc
- │ │ ├── cgroups.json
- │ │ ├── init
- │ │ │ ├── hw
- │ │ │ │ └── init.rc
- │ │ │ └── snapuserd.rc
- │ │ ├── ld.config.txt
- │ │ ├── mke2fs.conf
- │ │ ├── recovery.fstab
- │ │ ├── security
- │ │ │ └── otacerts.zip
- │ │ └── ueventd.rc
- │ └── lib
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── [email protected]
- │ ├── hw
- │ │ ├── [email protected]
- │ │ ├── [email protected]
- │ │ └── [email protected]
- │ ├── ld-android.so
- │ ├── libadb_protos.so
- │ ├── libadbd_auth.so
- │ ├── libadbd_fs.so
- │ ├── libasyncio.so
- │ ├── libbacktrace.so
- │ ├── libbase.so
- │ ├── libbootloader_message.so
- │ ├── libc++.so
- │ ├── libc.so
- │ ├── libcgrouprc.so
- │ ├── libcrypto.so
- │ ├── libcrypto_utils.so
- │ ├── libcutils.so
- │ ├── libdl.so
- │ ├── libext2_blkid.so
- │ ├── libext2_com_err.so
- │ ├── libext2_e2p.so
- │ ├── libext2_misc.so
- │ ├── libext2_quota.so
- │ ├── libext2_uuid.so
- │ ├── libext2fs.so
- │ ├── libext4_utils.so
- │ ├── libfec.so
- │ ├── libfs_mgr.so
- │ ├── libfusesideload.so
- │ ├── libgsi.so
- │ ├── libhardware.so
- │ ├── libhidl-gen-utils.so
- │ ├── libhidlbase.so
- │ ├── libjsoncpp.so
- │ ├── libkeyutils.so
- │ ├── liblog.so
- │ ├── liblogwrap.so
- │ ├── liblp.so
- │ ├── liblz4.so
- │ ├── liblzma.so
- │ ├── libm.so
- │ ├── libpackagelistparser.so
- │ ├── libpcre2.so
- │ ├── libpng.so
- │ ├── libprocessgroup.so
- │ ├── libprocessgroup_setup.so
- │ ├── libprotobuf-cpp-lite.so
- │ ├── librecovery_ui.so
- │ ├── librecovery_ui_ext.so
- │ ├── libselinux.so
- │ ├── libsparse.so
- │ ├── libsquashfs_utils.so
- │ ├── libtinyxml2.so
- │ ├── libunwindstack.so
- │ ├── libutils.so
- │ ├── libz.so
- │ └── libziparchive.so
- ├── system_ext
- ├── system_ext_file_contexts
- ├── system_ext_property_contexts
- ├── tclconfig
- ├── tmp -> /var/tmp
- ├── tvcust -> /tclconfig/tvcust
- ├── userdata
- ├── var
- │ └── tmp
- ├── vendor
- ├── vendor_dlkm
- │ └── etc -> /vendor/vendor_dlkm/etc
- ├── vendor_file_contexts
- └── vendor_property_contexts
- 43 directories, 426 files
Add Comment
Please, Sign In to add comment