Fusseldieb

Recovery ramdisk P7K

Aug 8th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1. .
  2. ├── acct
  3. ├── apex
  4. ├── bin -> /system/bin
  5. ├── bugreports -> /data/user_de/0/com.android.shell/files/bugreports
  6. ├── cache
  7. ├── config
  8. ├── d -> /sys/kernel/debug
  9. ├── data
  10. ├── data_mirror
  11. ├── debug_ramdisk
  12. ├── default.prop -> prop.default
  13. ├── dev
  14. ├── etc -> /system/etc
  15. ├── impdata
  16. ├── init -> /system/bin/init
  17. ├── init.recovery.amlogic.rc
  18. ├── linkerconfig
  19. ├── metadata
  20. ├── mnt
  21. ├── odm
  22. │   ├── app -> /vendor/odm/app
  23. │   ├── bin -> /vendor/odm/bin
  24. │   ├── etc -> /vendor/odm/etc
  25. │   ├── firmware -> /vendor/odm/firmware
  26. │   ├── framework -> /vendor/odm/framework
  27. │   ├── lib -> /vendor/odm/lib
  28. │   ├── lib64 -> /vendor/odm/lib64
  29. │   ├── overlay -> /vendor/odm/overlay
  30. │   ├── priv-app -> /vendor/odm/priv-app
  31. │   └── usr -> /vendor/odm/usr
  32. ├── odm_dlkm
  33. │   └── etc -> /odm/odm_dlkm/etc
  34. ├── odm_file_contexts
  35. ├── odm_property_contexts
  36. ├── oem
  37. ├── plat_file_contexts
  38. ├── plat_property_contexts
  39. ├── postinstall
  40. ├── proc
  41. ├── product
  42. ├── product_file_contexts
  43. ├── product_property_contexts
  44. ├── prop.default
  45. ├── res
  46. │   └── images
  47. │   ├── erasing_text.png
  48. │   ├── error_text.png
  49. │   ├── fastbootd.png
  50. │   ├── font.png
  51. │   ├── icon_error.png
  52. │   ├── icon_installing_notice1.png
  53. │   ├── icon_installing_notice2.png
  54. │   ├── icon_installing_text.png
  55. │   ├── installing_notice_1_text.png
  56. │   ├── installing_notice_2_text.png
  57. │   ├── installing_security_text.png
  58. │   ├── installing_text.png
  59. │   ├── loop00000.png
  60. │   ├── loop00001.png
  61. │   ├── loop00002.png
  62. │   ├── loop00003.png
  63. ...
  64. │   ├── loop00089.png
  65. │   ├── loop00090.png
  66. │   ├── no_command_text.png
  67. │   ├── progress_empty.png
  68. │   ├── progress_fill.png
  69. │   ├── stage_empty.png
  70. │   ├── stage_fill.png
  71. │   └── storage_remove_text.png
  72. ├── sbin
  73. │   ├── busybox
  74. │   ├── mesondisplay.cfg
  75. │   ├── recovery.kl
  76. │   ├── remote.cfg
  77. │   ├── remote.tab
  78. │   ├── remotecfg
  79. │   └── sh
  80. ├── sdcard
  81. ├── second_stage_resources
  82. ├── sepolicy
  83. ├── storage
  84. ├── sys
  85. ├── system
  86. │   ├── bin
  87. │   │   ├── [ -> toybox
  88. │   │   ├── acpi -> toybox
  89. │   │   ├── adbd
  90. │   │   ├── base64 -> toybox
  91. │   │   ├── basename -> toybox
  92. │   │   ├── blockdev -> toybox
  93. │   │   ├── cal -> toybox
  94. │   │   ├── cat -> toybox
  95. │   │   ├── charger
  96. │   │   ├── chattr -> toybox
  97. │   │   ├── chcon -> toybox
  98. │   │   ├── chgrp -> toybox
  99. │   │   ├── chmod -> toybox
  100. │   │   ├── chown -> toybox
  101. │   │   ├── chroot -> toybox
  102. │   │   ├── chrt -> toybox
  103. │   │   ├── cksum -> toybox
  104. │   │   ├── clear -> toybox
  105. │   │   ├── cmp -> toybox
  106. │   │   ├── comm -> toybox
  107. │   │   ├── cp -> toybox
  108. │   │   ├── cpio -> toybox
  109. │   │   ├── cut -> toybox
  110. │   │   ├── date -> toybox
  111. │   │   ├── dd -> toybox
  112. │   │   ├── devmem -> toybox
  113. │   │   ├── df -> toybox
  114. │   │   ├── diff -> toybox
  115. │   │   ├── dirname -> toybox
  116. │   │   ├── dmesg -> toybox
  117. │   │   ├── dos2unix -> toybox
  118. │   │   ├── du -> toybox
  119. │   │   ├── e2fsdroid
  120. │   │   ├── echo -> toybox
  121. │   │   ├── egrep -> toybox
  122. │   │   ├── env -> toybox
  123. │   │   ├── expand -> toybox
  124. │   │   ├── expr -> toybox
  125. │   │   ├── fallocate -> toybox
  126. │   │   ├── false -> toybox
  127. │   │   ├── fastbootd
  128. │   │   ├── fgrep -> toybox
  129. │   │   ├── file -> toybox
  130. │   │   ├── find -> toybox
  131. │   │   ├── flock -> toybox
  132. │   │   ├── fmt -> toybox
  133. │   │   ├── free -> toybox
  134. │   │   ├── fsync -> toybox
  135. │   │   ├── getconf -> toybox
  136. │   │   ├── getenforce -> toybox
  137. │   │   ├── getevent -> toolbox
  138. │   │   ├── getprop -> toolbox
  139. │   │   ├── grep -> toybox
  140. │   │   ├── groups -> toybox
  141. │   │   ├── gunzip -> toybox
  142. │   │   ├── gzip -> toybox
  143. │   │   ├── head -> toybox
  144. │   │   ├── hostname -> toybox
  145. │   │   ├── hwclock -> toybox
  146. │   │   ├── i2cdetect -> toybox
  147. │   │   ├── i2cdump -> toybox
  148. │   │   ├── i2cget -> toybox
  149. │   │   ├── i2cset -> toybox
  150. │   │   ├── iconv -> toybox
  151. │   │   ├── id -> toybox
  152. │   │   ├── ifconfig -> toybox
  153. │   │   ├── init
  154. │   │   ├── inotifyd -> toybox
  155. │   │   ├── insmod -> toybox
  156. │   │   ├── install -> toybox
  157. │   │   ├── ionice -> toybox
  158. │   │   ├── iorenice -> toybox
  159. │   │   ├── kill -> toybox
  160. │   │   ├── killall -> toybox
  161. │   │   ├── linker
  162. │   │   ├── linker_asan -> linker
  163. │   │   ├── ln -> toybox
  164. │   │   ├── load_policy -> toybox
  165. │   │   ├── load_usb2.sh
  166. │   │   ├── log -> toybox
  167. │   │   ├── logname -> toybox
  168. │   │   ├── losetup -> toybox
  169. │   │   ├── ls -> toybox
  170. │   │   ├── lsattr -> toybox
  171. │   │   ├── lsmod -> toybox
  172. │   │   ├── lsof -> toybox
  173. │   │   ├── lspci -> toybox
  174. │   │   ├── lsusb -> toybox
  175. │   │   ├── make_f2fs
  176. │   │   ├── md5sum -> toybox
  177. │   │   ├── microcom -> toybox
  178. │   │   ├── minadbd
  179. │   │   ├── mkdir -> toybox
  180. │   │   ├── mke2fs
  181. │   │   ├── mkfifo -> toybox
  182. │   │   ├── mkfs.ext2 -> mke2fs
  183. │   │   ├── mkfs.ext3 -> mke2fs
  184. │   │   ├── mkfs.ext4 -> mke2fs
  185. │   │   ├── mknod -> toybox
  186. │   │   ├── mkswap -> toybox
  187. │   │   ├── mktemp -> toybox
  188. │   │   ├── modinfo -> toybox
  189. │   │   ├── modprobe -> toolbox
  190. │   │   ├── more -> toybox
  191. │   │   ├── mount -> toybox
  192. │   │   ├── mountpoint -> toybox
  193. │   │   ├── mv -> toybox
  194. │   │   ├── netstat -> toybox
  195. │   │   ├── nice -> toybox
  196. │   │   ├── nl -> toybox
  197. │   │   ├── nohup -> toybox
  198. │   │   ├── nproc -> toybox
  199. │   │   ├── nsenter -> toybox
  200. │   │   ├── od -> toybox
  201. │   │   ├── paste -> toybox
  202. │   │   ├── patch -> toybox
  203. │   │   ├── pgrep -> toybox
  204. │   │   ├── pidof -> toybox
  205. │   │   ├── pkill -> toybox
  206. │   │   ├── pmap -> toybox
  207. │   │   ├── printenv -> toybox
  208. │   │   ├── printf -> toybox
  209. │   │   ├── ps -> toybox
  210. │   │   ├── pwd -> toybox
  211. │   │   ├── readelf -> toybox
  212. │   │   ├── readlink -> toybox
  213. │   │   ├── realpath -> toybox
  214. │   │   ├── reboot
  215. │   │   ├── recovery
  216. │   │   ├── renice -> toybox
  217. │   │   ├── restorecon -> toybox
  218. │   │   ├── rm -> toybox
  219. │   │   ├── rmdir -> toybox
  220. │   │   ├── rmmod -> toybox
  221. │   │   ├── rtcwake -> toybox
  222. │   │   ├── runcon -> toybox
  223. │   │   ├── sed -> toybox
  224. │   │   ├── sendevent -> toybox
  225. │   │   ├── seq -> toybox
  226. │   │   ├── setenforce -> toybox
  227. │   │   ├── setprop -> toolbox
  228. │   │   ├── setsid -> toybox
  229. │   │   ├── sh
  230. │   │   ├── sha1sum -> toybox
  231. │   │   ├── sha224sum -> toybox
  232. │   │   ├── sha256sum -> toybox
  233. │   │   ├── sha384sum -> toybox
  234. │   │   ├── sha512sum -> toybox
  235. │   │   ├── sleep -> toybox
  236. │   │   ├── sload_f2fs
  237. │   │   ├── snapuserd
  238. │   │   ├── sort -> toybox
  239. │   │   ├── split -> toybox
  240. │   │   ├── start -> toolbox
  241. │   │   ├── stat -> toybox
  242. │   │   ├── stop -> toolbox
  243. │   │   ├── strings -> toybox
  244. │   │   ├── stty -> toybox
  245. │   │   ├── swapoff -> toybox
  246. │   │   ├── swapon -> toybox
  247. │   │   ├── sync -> toybox
  248. │   │   ├── sysctl -> toybox
  249. │   │   ├── systemcontrol_static
  250. │   │   ├── tac -> toybox
  251. │   │   ├── tail -> toybox
  252. │   │   ├── tar -> toybox
  253. │   │   ├── taskset -> toybox
  254. │   │   ├── tee -> toybox
  255. │   │   ├── test -> toybox
  256. │   │   ├── time -> toybox
  257. │   │   ├── timeout -> toybox
  258. │   │   ├── toolbox
  259. │   │   ├── top -> toybox
  260. │   │   ├── touch -> toybox
  261. │   │   ├── toybox
  262. │   │   ├── tr -> toybox
  263. │   │   ├── true -> toybox
  264. │   │   ├── truncate -> toybox
  265. │   │   ├── tty -> toybox
  266. │   │   ├── ueventd -> init
  267. │   │   ├── ulimit -> toybox
  268. │   │   ├── umount -> toybox
  269. │   │   ├── uname -> toybox
  270. │   │   ├── uniq -> toybox
  271. │   │   ├── unix2dos -> toybox
  272. │   │   ├── unlink -> toybox
  273. │   │   ├── unshare -> toybox
  274. │   │   ├── unzip -> ziptool
  275. │   │   ├── update_engine_sideload
  276. │   │   ├── uptime -> toybox
  277. │   │   ├── usleep -> toybox
  278. │   │   ├── uudecode -> toybox
  279. │   │   ├── uuencode -> toybox
  280. │   │   ├── uuidgen -> toybox
  281. │   │   ├── vmstat -> toybox
  282. │   │   ├── watch -> toybox
  283. │   │   ├── watchdogd
  284. │   │   ├── wc -> toybox
  285. │   │   ├── which -> toybox
  286. │   │   ├── whoami -> toybox
  287. │   │   ├── xargs -> toybox
  288. │   │   ├── xxd -> toybox
  289. │   │   ├── yes -> toybox
  290. │   │   ├── zcat -> toybox
  291. │   │   ├── zipinfo -> ziptool
  292. │   │   └── ziptool
  293. │   ├── etc
  294. │   │   ├── cgroups.json
  295. │   │   ├── init
  296. │   │   │   ├── hw
  297. │   │   │   │   └── init.rc
  298. │   │   │   └── snapuserd.rc
  299. │   │   ├── ld.config.txt
  300. │   │   ├── mke2fs.conf
  301. │   │   ├── recovery.fstab
  302. │   │   ├── security
  303. │   │   │   └── otacerts.zip
  304. │   │   └── ueventd.rc
  305. │   └── lib
  306. │   ├── [email protected]
  307. │   ├── [email protected]
  308. │   ├── [email protected]
  309. │   ├── [email protected]
  310. │   ├── [email protected]
  311. │   ├── [email protected]
  312. │   ├── [email protected]
  313. │   ├── [email protected]
  314. │   ├── hw
  315. │   │   ├── [email protected]
  316. │   │   ├── [email protected]
  317. │   │   └── [email protected]
  318. │   ├── ld-android.so
  319. │   ├── libadb_protos.so
  320. │   ├── libadbd_auth.so
  321. │   ├── libadbd_fs.so
  322. │   ├── libasyncio.so
  323. │   ├── libbacktrace.so
  324. │   ├── libbase.so
  325. │   ├── libbootloader_message.so
  326. │   ├── libc++.so
  327. │   ├── libc.so
  328. │   ├── libcgrouprc.so
  329. │   ├── libcrypto.so
  330. │   ├── libcrypto_utils.so
  331. │   ├── libcutils.so
  332. │   ├── libdl.so
  333. │   ├── libext2_blkid.so
  334. │   ├── libext2_com_err.so
  335. │   ├── libext2_e2p.so
  336. │   ├── libext2_misc.so
  337. │   ├── libext2_quota.so
  338. │   ├── libext2_uuid.so
  339. │   ├── libext2fs.so
  340. │   ├── libext4_utils.so
  341. │   ├── libfec.so
  342. │   ├── libfs_mgr.so
  343. │   ├── libfusesideload.so
  344. │   ├── libgsi.so
  345. │   ├── libhardware.so
  346. │   ├── libhidl-gen-utils.so
  347. │   ├── libhidlbase.so
  348. │   ├── libjsoncpp.so
  349. │   ├── libkeyutils.so
  350. │   ├── liblog.so
  351. │   ├── liblogwrap.so
  352. │   ├── liblp.so
  353. │   ├── liblz4.so
  354. │   ├── liblzma.so
  355. │   ├── libm.so
  356. │   ├── libpackagelistparser.so
  357. │   ├── libpcre2.so
  358. │   ├── libpng.so
  359. │   ├── libprocessgroup.so
  360. │   ├── libprocessgroup_setup.so
  361. │   ├── libprotobuf-cpp-lite.so
  362. │   ├── librecovery_ui.so
  363. │   ├── librecovery_ui_ext.so
  364. │   ├── libselinux.so
  365. │   ├── libsparse.so
  366. │   ├── libsquashfs_utils.so
  367. │   ├── libtinyxml2.so
  368. │   ├── libunwindstack.so
  369. │   ├── libutils.so
  370. │   ├── libz.so
  371. │   └── libziparchive.so
  372. ├── system_ext
  373. ├── system_ext_file_contexts
  374. ├── system_ext_property_contexts
  375. ├── tclconfig
  376. ├── tmp -> /var/tmp
  377. ├── tvcust -> /tclconfig/tvcust
  378. ├── userdata
  379. ├── var
  380. │   └── tmp
  381. ├── vendor
  382. ├── vendor_dlkm
  383. │   └── etc -> /vendor/vendor_dlkm/etc
  384. ├── vendor_file_contexts
  385. └── vendor_property_contexts
  386.  
  387. 43 directories, 426 files
Add Comment
Please, Sign In to add comment