-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_files.sha1
3664 lines (3664 loc) · 287 KB
/
all_files.sha1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
board-info.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
bootdts/01_dtbdump_MT6797.dts|4ad499f5c3825f3faf475ade29964269c20e0453
boot.img|03c16969ffabdefcf70b1a100f05071e346854be
bootimg/00_kernel|4570ad9629949c5a5f4659ce6f86ed497c2fdea4
bootimg/01_dtbdump_MT6797.dtb|bd9efa4098840ed2d38e2007332bc0cf030f2094
boot/img_info|4296cd5c74a9ca0f3fe2ba37c92fcbc8cd8bb708
boot/kernel|bee27932d658e42ae58c1cdeac24de33958f1374
boot/ramdisk/bin/adb_keys|ee2ed06e1ad68342c89aca49cd8017e2653bb94f
boot/ramdisk/bin/otad|eabda660cba2478b5cbe4d63ec790f83a7dc8c19
boot/ramdisk/default.prop|fbf3b5854d2faf0c2785951b4b1241471a246064
boot/ramdisk/enableswap.sh|cc52c124182759d1d68d81a7f027910006dcc2a6
boot/ramdisk/factory_init.project.rc|9fda78401b1c89d7a0b117d4daa0570f322fbdb1
boot/ramdisk/factory_init.rc|179c667eb9f410b97bd037cdb167b62eb9fed2df
boot/ramdisk/file_contexts|cac79100f43365602dc85a363d8758ce6c5833f4
boot/ramdisk/fstab.mt6797|9ad4c231ab53e8bdef1ea6652a56c6f5c3fb9501
boot/ramdisk/init|beca54d72f4a2058dfbd61829a1ac3f84698e005
boot/ramdisk/init.aee.rc|6d6fbf98dc4ce1897bf610a31ebb3773f7d2e337
boot/ramdisk/init.common_svc.rc|6a5f5a232791e641a99d535a193df11da3000fd7
boot/ramdisk/init.custom.rc|3bc520c338a7bebfb5af9d55d03ddf2f05a0d9fa
boot/ramdisk/init.environ.rc|5a288fde9b3a2d0780896aa9422d0b7f8f4fad29
boot/ramdisk/init.mal.rc|4106105ca8692eaa173341d7672e665cc5778e85
boot/ramdisk/init.miui.cust.rc|5dd5d74aad5df90c4ea6693da5413ad70bd2f72d
boot/ramdisk/init.miui.early_boot.sh|335875914cd57537befdde5d886de6d9ba319a8b
boot/ramdisk/init.miui.google_revenue_share.rc|283cabfae086ab9d0fe2422f1c71ace83066c813
boot/ramdisk/init.miui.google_revenue_share_v2.rc|283cabfae086ab9d0fe2422f1c71ace83066c813
boot/ramdisk/init.miui.nativedebug.rc|c6b1a4aac05774b22e9738dc255eab2c2d783126
boot/ramdisk/init.miui.post_boot.sh|a8421d94e2f3a5149ec0c8412cb1c1a2f6d1147c
boot/ramdisk/init.miui.rc|e3348627a71a28e29780770cc49ed12f95616523
boot/ramdisk/init.modem.rc|5b464aff9cc98f7b35927598ea550d80de5cf499
boot/ramdisk/init.mt6797.rc|6a2b5bcbfb59f87809a53dfbbd2456b27cfe6135
boot/ramdisk/init.mt6797.usb.rc|a8dec2e9f9698d6cc143f0a52678d524388c8564
boot/ramdisk/init.project.rc|01fcd20da9148d51114a8524db3b077dc35a5cf7
boot/ramdisk/init.rc|5510b894ac81d3eb8e59922fc8259aaf2b2883d1
boot/ramdisk/init.recovery.hardware.rc|adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
boot/ramdisk/init.recovery.mt6797.rc|258f732129b89aa3f47243bd92c169c4502fc8a9
boot/ramdisk/init.trace.rc|91e64fae9eadd117284dc484e30aa5fbe82e61ad
boot/ramdisk/init.trustonic.rc|8ab21e64574717f1aec4461a1d112d0de34b25b6
boot/ramdisk/init.usb.rc|f8a4d46845dc5dfed957f77cc68bfd1d044804de
boot/ramdisk/init.volte.rc|a18f421791753dc24b584270118901872dcd97ff
boot/ramdisk/init.xlog.rc|6546b96be3960467c5d3dc8115b4fedb60def9e7
boot/ramdisk/init.zygote32.rc|a57091599dcb00ceec474b4d090b2f84291d241f
boot/ramdisk/init.zygote64_32.rc|1db35ccc473df43c2cc9c52399742c8727a09a6a
boot/ramdisk/meta_init.modem.rc|303266a302f809326560eca4042fe8123dfc2996
boot/ramdisk/meta_init.project.rc|9b2ec93e9219b0e7b8f284fb10e39c973d0e33ff
boot/ramdisk/meta_init.rc|ed0aa77fa0bdd419030e151d5fb218d42a495185
boot/ramdisk.packed|41516c2dc9968fbf696acce2a1ff06ef1208a7aa
boot/ramdisk/property_contexts|bb62af7ca58c73ba9fd974ab46f5a85f11906219
boot/ramdisk/sbin/adbd|ac7b11b5e554c8c1e044c53c6f01e1f259c46fc9
boot/ramdisk/sbin/fuelgauged_static|b5f742d3c35afabfa82420d321d821d1ce8df3cf
boot/ramdisk/sbin/healthd|1f0eeea2a3b0be721bbd940ca758beb53fab7002
boot/ramdisk/sbin/multi_init|4b3c199e184286ebc32b260ca8d61e94a68737d9
boot/ramdisk/sbin/setlockstate|822890fd7918314f7db6a2742723dc5b4628a5f5
boot/ramdisk/seapp_contexts|94217af0f26de9d9434121f8e9830232cbb78349
boot/ramdisk/selinux_version|10e1b8649b68fc68fa4077914d6de70d262749c4
boot/ramdisk/sepolicy|fa4e6366e2a76ab796899116f16760429032bffd
boot/ramdisk/service_contexts|e3325eda8b0d828ee48c9f4e43890e7238b7dc8f
boot/ramdisk/ueventd.mt6797.rc|f6559f19b8d2a5db052fb81301247c19fb22283b
boot/ramdisk/ueventd.rc|cc60c421199a72850db61dba95fe1c4f187a87b4
boot/ramdisk/unlock_key|609d6f716d3b529040605af09ee6c795040ed267
boot/ramdisk/verity_key|ba2e9dc383bdad9c9ab72503d93f1c453a5d9e03
bootRE/boot.elf|1aba96e7f4812f3b4d222e23a21649b1c1c1c4c4
bootRE/boot_kallsyms.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/app/customized/com.iflytek.inputmethod.miui/com.iflytek.inputmethod.miui.apk|f0e260039e29cd35471a3a79fd6d7d79c0d438c8
cust/app/customized/MiGalleryLockscreen/MiGalleryLockscreen.apk|d6daf7063dab2a6a2bebdc0a4099df0ed880845d
cust/app/customized/partner-AMAP/partner-AMAP.apk|741715a42f59504e079f8d37f38213d3ee0f81d3
cust/app/customized/partner-BaiduIME/partner-BaiduIME.apk|ae8c7d27d6c36b342568262c375f684bee597483
cust/app/customized/partner-com.baidu.searchbox.channel|f72372c75938d7429787e7d9021c6e1a3c1cb747
cust/app/customized/partner-com.duokan.reader/partner-com.duokan.reader.apk|546ec1b127b607abd1084928d68bd82179cc9cd4
cust/app/customized/partner-com.hipu.yidian.channel|a7351b289ba61f3b825fede9f153da9cc6ad972f
cust/app/customized/partner-com.linkedin.android.channel|c97369e7aa63834386118917d1ac99b6becda2ce
cust/app/customized/partner-com.sankuai.meituan.channel|7f7643a5bb40df3b64dd05f5fd0ab2efe3cb6563
cust/app/customized/partner-MiTalk/partner-MiTalk.apk|e2799a32cfbc789848fcd2db692bfe99a4b813a6
cust/app/customized/partner-Zixun/partner-Zixun.apk|5b2c3da95649fe752ac421c873cbaf78b36d32ef
cust/app/customized/recommended-3rd-com.baidu.searchbox/recommended-3rd-com.baidu.searchbox.apk|10b70a155bd7cf53d113d1bce4dc4697f4d9ebe5
cust/app/customized/recommended-3rd-com.qiyi.video/recommended-3rd-com.qiyi.video.apk|5258c13a55e6f7d0717b57e5332fd9948a282d85
cust/app/vanward_applist|697fcd4187e5f8d67cc76191c7f23d59e1294ab9
cust/cust/cn/customized_applist|bf120cb86ee5b9b020407fbfde8eb79f4aede18a
cust/cust/cn/customized_channellist|ce6889304a15a9b38728daef8db69f5f201e5caf
cust/cust/cn/cust.prop|309bf61c666583ac22e3632bc9a93b762d45b788
cust/cust/cn/data-app_applist|85beb1dc1718a6f4d69de1ef829646eb8fe871ef
cust/cust/cn/ota_customized_applist|d7b7de23fd897ab5a35211c81cc376903eda1d51
cust/cust/cn/ota_customized_channellist|ce6889304a15a9b38728daef8db69f5f201e5caf
cust/cust_variant|b0bc9abd90e2f7b3bfd695191e2d0034bb1b2f52
cust/prebuilts/com.android.deskclock/com.android.deskclocklib.res20180703.apk|5ca49fdfd377853ec5abc05da5d5e72879709d1a
cust/prebuilts/com.android.soundrecorder/com.android.soundrecorder.external.lib.apk|151d50353663deb5f285c5fe8343dbe90a375fb0
cust/[SYS]/Journal
MT6797_Android_scatter.txt|dddb895652ac9d2fede04baa36582542828a0e34
README.md|503d3fae3bbe7631479eaef839b7dc6c1af27ffe
recovery.img|10128dc944c5ce9ddc09a0ec0bae9c7541dfe42b
recovery/img_info|7a7162e1b82c0fd8680683aa2eb1deacdd97c345
recovery/kernel|bee27932d658e42ae58c1cdeac24de33958f1374
recovery/ramdisk/bin/adb_keys|ee2ed06e1ad68342c89aca49cd8017e2653bb94f
recovery/ramdisk/bin/otad|eabda660cba2478b5cbe4d63ec790f83a7dc8c19
recovery/ramdisk/default.prop|65b2cfcdb4304cbc3f771770781875b464836557
recovery/ramdisk/enableswap.sh|cc52c124182759d1d68d81a7f027910006dcc2a6
recovery/ramdisk/etc/recovery.fstab|d77b3bfe51689661c98f53b8642b747ef31017b1
recovery/ramdisk/factory_init.project.rc|9fda78401b1c89d7a0b117d4daa0570f322fbdb1
recovery/ramdisk/factory_init.rc|179c667eb9f410b97bd037cdb167b62eb9fed2df
recovery/ramdisk/file_contexts|cac79100f43365602dc85a363d8758ce6c5833f4
recovery/ramdisk/fstab.mt6797|9ad4c231ab53e8bdef1ea6652a56c6f5c3fb9501
recovery/ramdisk/init|beca54d72f4a2058dfbd61829a1ac3f84698e005
recovery/ramdisk/init.miui.early_boot.sh|335875914cd57537befdde5d886de6d9ba319a8b
recovery/ramdisk/init.miui.post_boot.sh|a8421d94e2f3a5149ec0c8412cb1c1a2f6d1147c
recovery/ramdisk/init.rc|5c1454efa5fc4d3b328b35d9a9eca815f74a72a8
recovery/ramdisk/init.recovery.hardware.rc|adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
recovery/ramdisk/init.recovery.mt6797.rc|258f732129b89aa3f47243bd92c169c4502fc8a9
recovery/ramdisk/meta_init.modem.rc|303266a302f809326560eca4042fe8123dfc2996
recovery/ramdisk/meta_init.project.rc|9b2ec93e9219b0e7b8f284fb10e39c973d0e33ff
recovery/ramdisk/meta_init.rc|ed0aa77fa0bdd419030e151d5fb218d42a495185
recovery/ramdisk/miui.factoryreset.fstab|302458c843dc7dec612ccd0443366d35f9c66e25
recovery/ramdisk/miui.factoryreset.rc|968f8c22c6f7d281104e68183ea4eb8cd50dc1b0
recovery/ramdisk.packed|7b98e2597984f30a31edb496855322774e0e63c5
recovery/ramdisk/property_contexts|bb62af7ca58c73ba9fd974ab46f5a85f11906219
recovery/ramdisk/res/images/background.png|dbc219e67ffb50ad2a87a416d07275c8d67e008a
recovery/ramdisk/res/images/battery_prompt.png|c0413aabcedf9e657b7263e4c90878202c55433c
recovery/ramdisk/res/images/ch/back_main_normal.png|8b1094f175fd4c22c2d7fd73c7eb132ff141547f
recovery/ramdisk/res/images/ch/back_main_selected.png|5439c389768c5bbf7cbb649be2b3354c0bb8d784
recovery/ramdisk/res/images/ch/choice_no_normal.png|0073af09904c48fcf1c2217939eba6a6bcc77aa7
recovery/ramdisk/res/images/ch/choice_no_selected.png|281af0610922f4901c0ba9e8d24bbc90f25a56bc
recovery/ramdisk/res/images/ch/choice_yes_normal.png|d1cc5b2909fdb65009e66e0c3e8cd710fab12942
recovery/ramdisk/res/images/ch/choice_yes_selected.png|b88a2df2a57db7cc18b6834e26c708924425b939
recovery/ramdisk/res/images/ch/install_update_fail.png|da1eede5c5bae7094432c9afbc36e535bafffc93
recovery/ramdisk/res/images/ch/install_update_file_corrupt.png|bb73f125fa526b4b7297d14a32510efd1f843bdb
recovery/ramdisk/res/images/ch/install_update_low_battery.png|91263d8576a478be217251dcc2e7d3263e8c312d
recovery/ramdisk/res/images/ch/install_update_no_file.png|d16fe66326f5858494ab264b9393283cdbadefc2
recovery/ramdisk/res/images/ch/install_update_verify_fail.png|b93de0727e365f30b9afbf1a798f5246e481b889
recovery/ramdisk/res/images/ch/key_usage.png|826c7a533084fe3c97b713c685475c8f0b32a80a
recovery/ramdisk/res/images/ch/main_menu.png|ab4842edce78095671726a3263b870bc5d2aa819
recovery/ramdisk/res/images/ch/miassistant_normal.png|f79aa3f2202cbe00d2dc7fe949e056acdfc3b2d0
recovery/ramdisk/res/images/ch/miassistant_selected.png|e21e951047675fe7f80a10912ede573f0edaca75
recovery/ramdisk/res/images/ch/reboot_menu.png|5c86084bb0140a55e19200cf52ff81a7fb1c3f63
recovery/ramdisk/res/images/ch/reboot_normal.png|f2fdb37db0f5d69b1780694fcca8f5170a302f31
recovery/ramdisk/res/images/ch/reboot_selected.png|e1ef5eb65559cd82e16490f89a8117e87265e4ed
recovery/ramdisk/res/images/ch/reboot_system_normal.png|5139d30727d5296f9d342e05aca95fc7d7324e15
recovery/ramdisk/res/images/ch/reboot_system_selected.png|bc7ab78025ff7b9c4e75771f990b54b33e70b2fa
recovery/ramdisk/res/images/ch/wipe_data_confirm.png|44a1fa5cd03dd3b76c22c0a9581cddfdc0a34ba4
recovery/ramdisk/res/images/ch/wipe_data_fail.png|c0dfcb2e0c175f3a0dc8ac3f6b5dfe3a056b81fb
recovery/ramdisk/res/images/ch/wipe_data_normal.png|432148f01c9f75d2869517d1c54cf4d567e0a60f
recovery/ramdisk/res/images/ch/wipe_data_ok.png|86cdf7d361c4bda5b3b3523743c8a3d7cb37b804
recovery/ramdisk/res/images/ch/wipe_data_selected.png|e7a51eefbcb8f4679f24eef1773b74a9abfefb79
recovery/ramdisk/res/images/ch/wipe_menu.png|b438d607edf4564d4c935eb09985aebca3481040
recovery/ramdisk/res/images/ch/wipe_normal.png|7a495fdbe9333f6ae2a89a3b872972624b15c82c
recovery/ramdisk/res/images/ch/wipe_selected.png|421f18162950823387c424f02e37465456507e06
recovery/ramdisk/res/images/digit_0.png|00ff5dd07521dc7e3b1eeb12d43b8d486d9af1ff
recovery/ramdisk/res/images/digit_1.png|89ef105120e14b06a5c59f973d62a1b6e6a49ad6
recovery/ramdisk/res/images/digit_2.png|13ed95f36bc21316345f357c41746af09fc2a7d4
recovery/ramdisk/res/images/digit_3.png|79c2333b7ab164ad08296ed248c46364a3572c34
recovery/ramdisk/res/images/digit_4.png|33197a127d8cd5eff1caa22c086de5d1a30bc9e8
recovery/ramdisk/res/images/digit_5.png|a5fc2189c640400b3dfc992536baf6491c2bd65a
recovery/ramdisk/res/images/digit_6.png|bc702c919c91e1a23de1ca82169a40c02e6a3c3a
recovery/ramdisk/res/images/digit_7.png|a3494ca221ad0f588eb28e05536eaaa9a03ca5bb
recovery/ramdisk/res/images/digit_8.png|8e7a46fd8d490ce68fffff302c512ac7584819c9
recovery/ramdisk/res/images/digit_9.png|b3a097fda1e3f0edcf603ef09949781b2b235838
recovery/ramdisk/res/images/digit_percent.png|ba3694bf25464f6c706db50e02259ef43e05323c
recovery/ramdisk/res/images/digit_point.png|8b5c201c6efd3cf4075ce67152e4e03254691387
recovery/ramdisk/res/images/en/back_main_normal.png|0ec8deac76a9d2ec151a7b7f6a184140ea43883a
recovery/ramdisk/res/images/en/back_main_selected.png|b653a2d803b5291d6b63a1cc319dc0734d303d4a
recovery/ramdisk/res/images/en/choice_no_normal.png|0ebecb04071033b63641ba8e5e74ffd3752185fa
recovery/ramdisk/res/images/en/choice_no_selected.png|799dfe4741a59380ee4c2f6d40f6d55a2092102c
recovery/ramdisk/res/images/en/choice_yes_normal.png|440219b0417aaa9afdb3ba93f371a5e92b9ec010
recovery/ramdisk/res/images/en/choice_yes_selected.png|da214d95bd4f39619c2397f46e9298b9b4c4a846
recovery/ramdisk/res/images/en/install_update_fail.png|6c05385d0fe0c68710aecf3f59660e6a2384fef7
recovery/ramdisk/res/images/en/install_update_file_corrupt.png|1a5761b7d4f119e60a86295be0a3738916e81336
recovery/ramdisk/res/images/en/install_update_low_battery.png|f5523d61caede6d7bd3f0b21299fdc477bc4dc68
recovery/ramdisk/res/images/en/install_update_no_file.png|d129c210823ced34780ca0fe8777eed86849dd16
recovery/ramdisk/res/images/en/install_update_verify_fail.png|fd04105f3ab6fb9ddf11c280cb7240774d6d0eb8
recovery/ramdisk/res/images/en/key_usage.png|ee69648557cbedeefacf118c36ecf8c31e5fbab8
recovery/ramdisk/res/images/en/main_menu.png|b693157c4a92bdb1ca3113156b412f5be487966d
recovery/ramdisk/res/images/en/miassistant_normal.png|0ee29b4e00a6e9b4d6ae3b7a5faa0030bbc8deca
recovery/ramdisk/res/images/en/miassistant_selected.png|10b3d5382e737f6388fa69bb7e925aaa2db789ab
recovery/ramdisk/res/images/en/reboot_menu.png|c80b85783268fa3598d2c8009f04e57887d68263
recovery/ramdisk/res/images/en/reboot_normal.png|93511c8a308ca7802dbeb7f5e68a97a49480cfe1
recovery/ramdisk/res/images/en/reboot_selected.png|7048a917df5afc429cc4d4834268fd815f6541cf
recovery/ramdisk/res/images/en/reboot_system_normal.png|7b0c759ec8414653cc2c74d517f3efa8007ca4d5
recovery/ramdisk/res/images/en/reboot_system_selected.png|e3f08b7a46d4a5c325c0f51f0a80dbfa74fe3246
recovery/ramdisk/res/images/en/wipe_data_confirm.png|4f98f89941968575ae623c51420ec5d60520beaf
recovery/ramdisk/res/images/en/wipe_data_fail.png|9b3a4ceeba340d6a55cf4f50c8db8859219318a8
recovery/ramdisk/res/images/en/wipe_data_normal.png|436a7e84642990cfa209db1b17bd4322dad75768
recovery/ramdisk/res/images/en/wipe_data_ok.png|b217b35cd4ca8add9253774c4b96a3684d0fc4a1
recovery/ramdisk/res/images/en/wipe_data_selected.png|f4301c0ae7e1b0e20d1dfbcadbc0a30809400cd0
recovery/ramdisk/res/images/en/wipe_menu.png|3762e694b1408abaffcbe85a42d188f2e42fddaf
recovery/ramdisk/res/images/en/wipe_normal.png|6a8c326f5f73f75d3eec1133e98db49664eeb651
recovery/ramdisk/res/images/en/wipe_selected.png|edb211c031f9e0532e4f4fa6c26b03b7c1421e1d
recovery/ramdisk/res/images/font.png|465de251b4f0843a1924dd55afb870883c283463
recovery/ramdisk/res/images/icon_error.png|fb56d4badb2ec0885c6881d25934ca67c6d4ade4
recovery/ramdisk/res/images/icon_fail.png|ab0b82667b27c6a9486b1a7f84cb7c3998f5d165
recovery/ramdisk/res/images/icon_installing.png|84ea6aaeca59cbc2a4912d60a4c444ea9eeaa0b5
recovery/ramdisk/res/images/icon_ok.png|e1bc69c8690e2ec573a6200f5361b751b659c62d
recovery/ramdisk/res/images/icon_smile.png|640a427b39c6fd9b6350d5cd4f8d5d48cc9d9413
recovery/ramdisk/res/images/installing_tip1.png|d2895988aab02f72ed072d8a812dc4a50148de68
recovery/ramdisk/res/images/installing_tip2.png|96d2156eabd0fa414eb7ebfa30d2605ef7055168
recovery/ramdisk/res/images/mi_logo.png|9c2d5e1980f3b8dca59a213f67db58f727c5b276
recovery/ramdisk/res/images/progress_empty.png|e65f85e99574c7f681131a60c7be9f4e3f17fd41
recovery/ramdisk/res/images/progress_fill.png|30d3f24d0c1863c5d6acfec4607156e6813c89d5
recovery/ramdisk/res/images/stage_empty.png|00f4d317c8305bf5ebac886fbb27b979e27c157a
recovery/ramdisk/res/images/stage_fill.png|044ab993c29882969a231c6aef06be0e2ece6259
recovery/ramdisk/res/images/state_connect_cn.png|fa1535c3896e7ff966d4a80b6a03dbac2424013d
recovery/ramdisk/res/images/state_connect_i18n.png|91b3b37e6fc2cfdafcf80f190bab4fd40498ab29
recovery/ramdisk/res/images/state_unconnect_cn.png|cd28608d1ab24eb87efb880043ae1c2d66d4b445
recovery/ramdisk/res/images/state_unconnect_i18n.png|7c83c1522f216c9a801764cb16416ef06718b9e6
recovery/ramdisk/res/images/textlogo.png|a123c3772ca57bcf865aa5ad8e0b241f354970b8
recovery/ramdisk/res/keys|3f516f136eb49df4f4aba2ee35a4dc70023ed932
recovery/ramdisk/sbin/adbd|ac7b11b5e554c8c1e044c53c6f01e1f259c46fc9
recovery/ramdisk/sbin/fuelgauged_static|b5f742d3c35afabfa82420d321d821d1ce8df3cf
recovery/ramdisk/sbin/healthd|1f0eeea2a3b0be721bbd940ca758beb53fab7002
recovery/ramdisk/sbin/mkfs.f2fs|af97c50127a7acf5cfa5e3d44bd35a93a99591f6
recovery/ramdisk/sbin/multi_init|4b3c199e184286ebc32b260ca8d61e94a68737d9
recovery/ramdisk/sbin/recovery|c8e86c8869cd194e01f8cfa91114c514e00a80ac
recovery/ramdisk/sbin/setlockstate|822890fd7918314f7db6a2742723dc5b4628a5f5
recovery/ramdisk/seapp_contexts|94217af0f26de9d9434121f8e9830232cbb78349
recovery/ramdisk/selinux_version|10e1b8649b68fc68fa4077914d6de70d262749c4
recovery/ramdisk/sepolicy|b46b58862e51b48f54b3500cc018b0db30dc5f8a
recovery/ramdisk/service_contexts|e3325eda8b0d828ee48c9f4e43890e7238b7dc8f
recovery/ramdisk/system/app/mcRegistry/020b0000000000000000000000000000.drbin|0da665c872cb825e368a68ff9be82b0176112cfd
recovery/ramdisk/system/app/mcRegistry/020b0000000000000000000000000000.tlbin|0da665c872cb825e368a68ff9be82b0176112cfd
recovery/ramdisk/system/app/mcRegistry/020f0000000000000000000000000000.drbin|fc1770a7d76a390855f48b3325315d3ad1e1463d
recovery/ramdisk/system/app/mcRegistry/020f0000000000000000000000000000.tlbin|fc1770a7d76a390855f48b3325315d3ad1e1463d
recovery/ramdisk/system/app/mcRegistry/030b0000000000000000000000000000.drbin|05c558a369a2c85d3b7078aec9e6d73fc4d65315
recovery/ramdisk/system/app/mcRegistry/030b0000000000000000000000000000.tlbin|05c558a369a2c85d3b7078aec9e6d73fc4d65315
recovery/ramdisk/system/app/mcRegistry/030c0000000000000000000000000000.drbin|28423df26e808210f5dde52c2cabc01e8c1804dd
recovery/ramdisk/system/app/mcRegistry/030c0000000000000000000000000000.tlbin|28423df26e808210f5dde52c2cabc01e8c1804dd
recovery/ramdisk/system/app/mcRegistry/04010000000000000000000000000000.tlbin|09aafb23356ea64b72e2033f97554c1b1db174ba
recovery/ramdisk/system/app/mcRegistry/04020000000000000000000000000000.drbin|7b6b043f91600de29eb2dc57e8ba35b03d1053f7
recovery/ramdisk/system/app/mcRegistry/04020000000000000000000000000000.tlbin|7b6b043f91600de29eb2dc57e8ba35b03d1053f7
recovery/ramdisk/system/app/mcRegistry/05070000000000000000000000000000.drbin|2d1b20eb7add1a3ac6f2592363b0d2de0dd2bb76
recovery/ramdisk/system/app/mcRegistry/05070000000000000000000000000000.tlbin|2015fcedacdb7133e79e37e0d4b84e4c60d50b5a
recovery/ramdisk/system/app/mcRegistry/05110000000000000000000000000000.tlbin|afe16068be6e128d786e6cbf4ef9d9176f89430b
recovery/ramdisk/system/app/mcRegistry/05120000000000000000000000000000.drbin|99f42dd79213ab271e3f42b697330d99553f58dc
recovery/ramdisk/system/app/mcRegistry/05120000000000000000000000000000.tlbin|99f42dd79213ab271e3f42b697330d99553f58dc
recovery/ramdisk/system/app/mcRegistry/05200000000000000000000000000000.tlbin|51f262e5765299255d7811f9eb6d471d06d0a457
recovery/ramdisk/system/app/mcRegistry/05220000000000000000000000000000.tlbin|911d38ccd64e8500c34693706dc870edb6a795fe
recovery/ramdisk/system/app/mcRegistry/05230000000000000000000000000000.drbin|6d759a67e4be3490ba5d4ff8b2dcf80312d81bd2
recovery/ramdisk/system/app/mcRegistry/06040000000000000000000000000000.tlbin|1fe1a38995ef96b31bf743316db708c4619b894b
recovery/ramdisk/system/app/mcRegistry/06090000000000000000000000000000.drbin|dbd710b0b3e770b61466c2129b39afc3afda1839
recovery/ramdisk/system/app/mcRegistry/06090000000000000000000000000000.tlbin|dbd710b0b3e770b61466c2129b39afc3afda1839
recovery/ramdisk/system/app/mcRegistry/07010000000000000000000000000000.tlbin|f509c810bb0035a0be1b4877bd9bbf71d0870846
recovery/ramdisk/system/app/mcRegistry/07050000000000000000000000000000.drbin|9b80b96d4cd063f89c6098df3a040a7329ad7583
recovery/ramdisk/system/app/mcRegistry/07050000000000000000000000000000.tlbin|9b80b96d4cd063f89c6098df3a040a7329ad7583
recovery/ramdisk/system/app/mcRegistry/0706000000000000000000000000004d.tlbin|4dfa0a9923b2cb92f18f0d085adaa16401462f60
recovery/ramdisk/system/app/mcRegistry/07060000000000000000000000007169.drbin|99bc895f273882a65e974eb6fd18456104ded0b3
recovery/ramdisk/system/app/mcRegistry/07060000000000000000000000007169.tlbin|99bc895f273882a65e974eb6fd18456104ded0b3
recovery/ramdisk/system/app/mcRegistry/07061000000000000000000000000000.tlbin|34c3ca5e4ead8b6a0927b591f83e79ea1e613e4e
recovery/ramdisk/system/app/mcRegistry/07070000000000000000000000000000.drbin|1d9c7d24da2330a8086f5c4850463d2cce3f1f6d
recovery/ramdisk/system/app/mcRegistry/07070000000000000000000000000000.tlbin|1d9c7d24da2330a8086f5c4850463d2cce3f1f6d
recovery/ramdisk/system/app/mcRegistry/070b0000000000000000000000000000.drbin|c00f7127c86d671833a537200846dc06ba0c3d88
recovery/ramdisk/system/app/mcRegistry/070b0000000000000000000000000000.tlbin|c00f7127c86d671833a537200846dc06ba0c3d88
recovery/ramdisk/system/app/mcRegistry/070c0000000000000000000000000000.drbin|2b2d1465ce2cd9ed94bbfec8e0987ec7f28493ce
recovery/ramdisk/system/app/mcRegistry/070c0000000000000000000000000000.tlbin|2b2d1465ce2cd9ed94bbfec8e0987ec7f28493ce
recovery/ramdisk/system/app/mcRegistry/07150000000000000000000000000000.drbin|f780f1f9052cc838833e1aa87c86e2cc0e1edc5c
recovery/ramdisk/system/app/mcRegistry/07150000000000000000000000000000.tlbin|f780f1f9052cc838833e1aa87c86e2cc0e1edc5c
recovery/ramdisk/system/app/mcRegistry/07890000000000000000000000000000.tlbin|a9fb92969d93cced81916c613a1e6663e2a724ac
recovery/ramdisk/system/app/mcRegistry/08020000000000000000000000007169.tlbin|af9a7f65f785d3d1278332a83a0600daf1f9114d
recovery/ramdisk/system/app/mcRegistry/08030000000000000000000000000000.tlbin|78452bc7dc5b0fe803b2efee8c882d7048ec4088
recovery/ramdisk/system/app/mcRegistry/08090000000000000000000000000000.tlbin|1ac287e82a3b189baec7ec6fe984d6af873fd76c
recovery/ramdisk/system/app/mcRegistry/08110000000000000000000000000000.tlbin|e44451e9561acedbdbd22787d3e415a886d38bc9
recovery/ramdisk/system/app/mcRegistry/09010000000000000000000000000000.tlbin|7c077056b675a861565418b0789b6969786843ea
recovery/ramdisk/system/app/mcRegistry/09150000000000000000000000000000.tlbin|6290bbe19aff72608745f162a600b48ec6d1ba3c
recovery/ramdisk/system/app/mcRegistry/09160000000000000000000000000000.tlbin|48c93b7e6e80d30fb62009a4d8c6a81ba7779d25
recovery/ramdisk/system/app/mcRegistry/375dc3aa776811e38c992c27d744d66e.drbin|116c0de8ffcdcf1b15bb8b74ff4ca0901d07fe73
recovery/ramdisk/system/app/mcRegistry/375dc3aa776811e38c992c27d744d66e.tlbin|116c0de8ffcdcf1b15bb8b74ff4ca0901d07fe73
recovery/ramdisk/system/app/mcRegistry/37b404db11db4fd4af5e846106b1c3d0.tlbin|3c90401882dd5e8468fb37e63bf77549c3230d63
recovery/ramdisk/system/app/mcRegistry/40188311faf343488db888ad39496f9a.drbin|0910a3d6362ffb5d4d1ccfa9dac86652879c38ee
recovery/ramdisk/system/app/mcRegistry/40188311faf343488db888ad39496f9a.tlbin|0910a3d6362ffb5d4d1ccfa9dac86652879c38ee
recovery/ramdisk/system/app/mcRegistry/4be4f7dc1f2c11e5b5f7727283247c7f.drbin|efd0ec3051026a6010a83e260b999ebb92ed052b
recovery/ramdisk/system/app/mcRegistry/4be4f7dc1f2c11e5b5f7727283247c7f.tlbin|efd0ec3051026a6010a83e260b999ebb92ed052b
recovery/ramdisk/system/app/mcRegistry/4be4fd221f2c11e5b5f7727283247c7f.tlbin|68fac6866c23ff9cdc07d761391757e0c45d9665
recovery/ramdisk/system/app/mcRegistry/5a7b770d08d14b8fb00f53de4173145a.drbin|f80fe3039bcedb175516160991468acdfccab618
recovery/ramdisk/system/app/mcRegistry/5a7b770d08d14b8fb00f53de4173145a.tlbin|f80fe3039bcedb175516160991468acdfccab618
recovery/ramdisk/system/app/mcRegistry/786cc43175194792854b597c5ed338a0.tlbin|3908ff4bad2e16fe9e8f6af1563b105e9fcb2e27
recovery/ramdisk/system/app/mcRegistry/9073f03a9618383bb1856eb3f990babd.drbin|7869353d5a9a9d236b690cb0e23dc3565d97b1f8
recovery/ramdisk/system/app/mcRegistry/9073f03a9618383bb1856eb3f990babd.tlbin|7869353d5a9a9d236b690cb0e23dc3565d97b1f8
recovery/ramdisk/system/app/mcRegistry/98fb95bcb4bf42d26473eae48690d7ea.tlbin|48539ab14cb1595e63b5951960bea2bb5b4a2267
recovery/ramdisk/system/app/mcRegistry/e5140b3376fa4c63ab18062caab2fb5c.tlbin|3da258a722435205431b60b9b32dd2f8f20f7c6d
recovery/ramdisk/system/app/mcRegistry/e97c270ea5c44c58bcd3384a2fa2539e.tlbin|9aa868a8e688c192b82a3edce4af370b574abba8
recovery/ramdisk/system/bin/mcDriverDaemon|4800a71958629a6dfabaa65b9f3c2c3b7b326dfa
recovery/ramdisk/ueventd.mt6797.rc|f6559f19b8d2a5db052fb81301247c19fb22283b
recovery/ramdisk/ueventd.rc|cc60c421199a72850db61dba95fe1c4f187a87b4
recovery/ramdisk/unlock_key|609d6f716d3b529040605af09ee6c795040ed267
recovery/ramdisk/verity_key|fec22e3872a20d80a51b6619ef8990632b0d859a
system/app/AnalyticsCore/AnalyticsCore.apk|e0700c34a9629e9ebda84f75ce92a54dcef7ba41
system/app/AnalyticsCore/oat/arm64/AnalyticsCore.odex|061f702146a1bc3864ed4980e584278edd2c1141
system/app/AntHalService/AntHalService.apk|0e4b0adb1043d23161ca6c8a2ce187e8cc43f3fa
system/app/AntHalService/oat/arm64/AntHalService.odex|fe8ac092c552798d0da5ebe915ad673709d571e7
system/app/AntiSpam/AntiSpam.apk|65c65481f519206747cb6e0a62d533a16763fce3
system/app/AppIndexProvider/AppIndexProvider.apk|52983841135685362d323216c9b9d75afd34a88e
system/app/AppIndexProvider/oat/arm64/AppIndexProvider.odex|feb11e9668f32337750f5ce318772b2777ae7d25
system/app/AtciService/AtciService.apk|d15653a213fbcf68d675d6261cf07a5e60b501dd
system/app/AtciService/oat/arm64/AtciService.odex|09e904c773fb85f5218e1279f36aa60436e80773
system/app/AtciService/oat/arm/AtciService.odex|fc6afd8e0689566b64f55410c88e1f927176c22a
system/app/AutoDialer/AutoDialer.apk|5bdd72a646774d66407721fb03724090dba99678
system/app/AutoDialer/oat/arm64/AutoDialer.odex|fc92c058f98ecb9a1676bb3ec953c98c04df6413
system/app/AutoTest/AutoTest.apk|4e7057ea8a31578ddcbfa517b17b7ce347e888be
system/app/AutoTest/oat/arm64/AutoTest.odex|f9c1645f4cf7caab898c00d634fc7dc669239623
system/app/BasicDreams/BasicDreams.apk|565da3dc261634884ee83a6fbf15d8e418b64044
system/app/BasicDreams/oat/arm64/BasicDreams.odex|281b1f502c9f12f5938e81dc6b80dd7d7829d124
system/app/BatteryWarning/BatteryWarning.apk|b7046d93a764e9b397c8c9a2448fe6a56d6fa49d
system/app/BatteryWarning/oat/arm64/BatteryWarning.odex|ba67cea11379453da63afcc1676c515ccad2fb68
system/app/Bluetooth/Bluetooth.apk|940b1c5b8f07bdfcdf1d0567c63d0c5a827113c9
system/app/Bluetooth/lib/arm/libbluetooth_jni.so|8fc0e0e46ce4f364b5be70e65ecd6620e37864c5
system/app/BluetoothMidiService/BluetoothMidiService.apk|c79c7ed9e4a973683abbe199d29bd83082ac1d66
system/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.odex|e37322b70bb8546c9510450302d2e2b30701dd0e
system/app/Bluetooth/oat/arm/Bluetooth.odex|6019411ac7f9005fcd8ee77336b02f9cbb259075
system/app/BSPTelephonyDevTool/BSPTelephonyDevTool.apk|34e23df8e5f2bc73e25807c1fc31144e1282053a
system/app/BSPTelephonyDevTool/oat/arm64/BSPTelephonyDevTool.odex|ff7dc0e2ba84ea61b1e08eb8e173126f5609c5f3
system/app/BtTool/BtTool.apk|6d72423538e9ff314f828b48759d2be0f9f41dc5
system/app/BtTool/oat/arm64/BtTool.odex|e134eed962bcce4af0e6deabce7bd5d3fcafe50c
system/app/BugReport/BugReport.apk|9e6a28df1725bd2f84bd69443c9ac488aede44c9
system/app/Calculator/Calculator.apk|5be5926a4ea19e5b07f9208aee521897a78c60f2
system/app/Calculator/oat/arm64/Calculator.odex|7e4685c1ae47f127cbe032e67dd7be3797ca315b
system/app/CalendarImporter/CalendarImporter.apk|6cfc4cd1c65a641cd72918aefe52e30ef02fc293
system/app/CalendarImporter/oat/arm64/CalendarImporter.odex|02fb4a10b0d142571d00cb0ecde1838ed09a6293
system/app/CameraAutoTest/CameraAutoTest.apk|b2c669e11b011e81349389b4ade3c747791592c3
system/app/CameraAutoTest/oat/arm64/CameraAutoTest.odex|a2f25120b8b72d019264c4d495d8b70b7fb55f7f
system/app/CaptivePortalLogin/CaptivePortalLogin.apk|a1f5bdbb7031a0e8546c95cbdb7423f1612be61a
system/app/CaptivePortalLogin/oat/arm64/CaptivePortalLogin.odex|d25614960208dd1e9753efd1f93699b6ba9e3072
system/app/CatcherPatch/CatcherPatch.apk|95472a33e3b5582e02d1158df3400938399561b9
system/app/CertInstaller/CertInstaller.apk|8e1dfa3a635de78f5837d6a2bd4937c89a81d249
system/app/cit_nikel/cit_nikel.apk|e49104495c879b0d921a123948643544881eea65
system/app/cit_nikel/oat/arm64/cit_nikel.odex|5f6e817540a0782e53073f23f1dda0244da10e3b
system/app/CloudService/CloudService.apk|fca18af5822a5a74429fe23f4fd49ca0b95a6e33
system/app/CloudService/oat/arm64/CloudService.odex|8eaac9f5f3a71b863ed4b3026083bb63894240be
system/app/CmasEM/CmasEM.apk|56bc7a275824943fa2a0134922051008ec585c11
system/app/CmasEM/oat/arm64/CmasEM.odex|16c1adfcda89be8f64ef683c486fe7ad8448cb34
system/app/CMASReceiver/CMASReceiver.apk|32d643ddf0acb51ebae48463d85ccd64155fb57e
system/app/CMASReceiver/oat/arm64/CMASReceiver.odex|19bc5c2cc55133f983ed35e8f1b1ee79c94ee47d
system/app/DeskClock/DeskClock.apk|b6091344554208b67b17fccbcc6b1e0e67d736a7
system/app/DeskClock/oat/arm64/DeskClock.odex|d94487c8287f1307843ce507912bf1e1a6e2d103
system/app/DeviceRegister/DeviceRegister.apk|0fcb36d52355d67a7dedd26b1b48e399301f5ddd
system/app/DeviceRegister/oat/arm64/DeviceRegister.odex|d66caeb2fe56cf2a5011d8d8ca261193b94b5adb
system/app/DocumentsUI/DocumentsUI.apk|6b579d4991e038cf5ab8ad540210cdd5979bbc73
system/app/DrmProvider/DrmProvider.apk|3fff0d19d9b1c4b1f43d647526256853d6b9124b
system/app/DrmProvider/oat/arm64/DrmProvider.odex|07c6ebbf00f4a8b6288e3f95978a365cdfd5c3d0
system/app/Email/Email.apk|8c87a3c3e4217da30b47de762ebe3efbf1c774c7
system/app/EngineerMode/EngineerMode.apk|334d460d6e7596a95f0daba4c664a8127f8c078f
system/app/EngineerMode/oat/arm64/EngineerMode.odex|76adacafccb2c6896f9c913f6c36bda3ae8edb0f
system/app/EsnTrack/EsnTrack.apk|fb9c372e3ce784f71cf5b1b1bc2b7f22611bbb87
system/app/EsnTrack/oat/arm64/EsnTrack.odex|f777ea447cdaf008a4fe3880f382062005e3cbe8
system/app/FileExplorer/FileExplorer.apk|284a7505e9d4c2c3ed5d8ea9a205cfd0e623a629
system/app/FingerprintEnroll/FingerprintEnroll.apk|c5f3468028a93d97a05fe46f474a2a647c3e4f76
system/app/FingerprintEnroll/oat/arm64/FingerprintEnroll.odex|839b38ef459864359835e52f54c89b396fc5d682
system/app/FingerprintServiceExtension/FingerprintServiceExtension.apk|27e6a4050c008cdcc62b274867d144e3c8a363b3
system/app/FM/FM.apk|dfec076ca78584d3ad9a5c930cc374e724b94e29
system/app/FM/lib/arm64/libfmjni.so|b1befda99333436eeb07078f9b3c62ecf5c67cf5
system/app/FusedLocationProvider/FusedLocationProvider.apk|66b9da2c567483053c33ee306fdd5c6b1c73daa9
system/app/Galaxy4/Galaxy4.apk|999a7d8f72b7bfb9596ef059f0c328cc57a674a2
system/app/Galaxy4/oat/arm/Galaxy4.odex|50de1caed2d18e9063b7fa516a7963a45b9e8cf4
system/app/GameCenter/GameCenter.apk|c67f01ca5d6931645476aea7536e1842d2607c40
system/app/Gba/Gba.apk|0b49049e5a79fe2a98d7c5c31afced595986231b
system/app/Gba/oat/arm64/Gba.odex|dd2866b9d274b9c52b2c2d90f290ff86759b75a0
system/app/GFManager/GFManager.apk|b4cd96a3e7e660ab6da346b5559920b41a8916dc
system/app/GFManager/oat/arm64/GFManager.odex|88c2e44538a099c5dff6b8c3ea44812714f77c90
system/app/GFTest/GFTest.apk|20c527d8736a85766eaf3bce2d852843cd618e74
system/app/GFTest/oat/arm64/GFTest.odex|50fa89b5702f75063a4eb1e42304d10e44a4de03
system/app/greenguard/greenguard.apk|76df85ac54157ac7830f14d5cbaa36da165d0f72
system/app/GuardProvider/GuardProvider.apk|4812f2286fad3d4e849a0be744f4c5e6c5e11de4
system/app/GuardProvider/oat/arm64/GuardProvider.odex|6ce5122ff4db2b736492151f97d844bd58ecc524
system/app/HetComm/HetComm.apk|a6fa84dd7ab3d030ce62f179564b566e2b4e7796
system/app/HetComm/oat/arm64/HetComm.odex|632e9bed45b609377c1762631f40e5ce43d8ed6f
system/app/HoloSpiralWallpaper/HoloSpiralWallpaper.apk|4a49adf18994e657b08393ee592c64b870a3eb14
system/app/HoloSpiralWallpaper/oat/arm/HoloSpiralWallpaper.odex|a7b912616ab1d4d27008788fe479d1054cb22617
system/app/HTMLViewer/HTMLViewer.apk|d24daba24443ec466eb1ac0584aa4d3e97955baa
system/app/HybridAccessory/HybridAccessory.apk|2f152d6677a13bda84274e10f3c1b1fa7376f860
system/app/HybridAccessory/oat/arm64/HybridAccessory.odex|f912938452fe773bbc6a574199e4b29ef1abe58d
system/app/HybridPlatform/HybridPlatform.apk|84221fccc7df03c176363c35b4f8a512f095a22c
system/app/HybridPlatform/lib/arm/libBaiduMapSDK_base_v5_0_0.so|5237a7813d19affbbbd5619c3e212d3354b76cb4
system/app/HybridPlatform/lib/arm/libBaiduMapSDK_map_v5_0_0.so|640d088553bd189cd28dfe7bce0df298a30b8b4c
system/app/HybridPlatform/lib/arm/libcall_native.so|8302431036b1ea18d15cb6ac4e5abb7bfbe24576
system/app/HybridPlatform/lib/arm/libfb.so|ccccac598fd72d4d55d2b68fea5b4527ad7b0a33
system/app/HybridPlatform/lib/arm/libfreetype.so|5e0e947bb6efe2e147aa9b4c3acb6c57232a1bd9
system/app/HybridPlatform/lib/arm/libgcanvas.so|253e1a8993105cf82b55ff93050c65cb58a5d6b6
system/app/HybridPlatform/lib/arm/libgifimage.so|4abfb7f0a972580d7c0f797b78832966c2e24881
system/app/HybridPlatform/lib/arm/libgnustl_shared.so|07d850a359facf4a816725c27c02957c7d8cb9b1
system/app/HybridPlatform/lib/arm/libimagepipeline.so|79b1e1685d46d0e61c626d0f8c58a1cb14bb4a2c
system/app/HybridPlatform/lib/arm/libj2v8.so|1ae27c6fe33fed2485018298bd500122f84b6575
system/app/HybridPlatform/lib/arm/libsdk_patcher.so|99d3f1d85da911d39661259c905eba96a496995c
system/app/HybridPlatform/lib/arm/libstatic-webp.so|42de001d3e870c97be8bffacba984628be72dae6
system/app/HybridPlatform/lib/arm/libyoga.so|924636c294443dfecc425acf72879245f69fb249
system/app/jjhome/jjhome.apk|4bfc14777242351339410c132eb0d8aa64ebf251
system/app/jjhome/lib/arm/libbspatch.so|3fc369768b667bd50c9f1991e92f4d7615717ef9
system/app/jjhome/lib/arm/libfamily_jni.so|8c06807d61a91be311b354f30f09bbee6cc24090
system/app/jjhome/lib/arm/libgetuiext.so|fe37ad6293134dd15815433da2be0081ecbcd420
system/app/jjhome/lib/arm/libJeejenAisound.so|383b5626ed058660303ff41c0d99acf039dd4194
system/app/jjhome/lib/arm/libjeejenmsc.so|700b9bb23fe15426c0eb1556d0dd06a5d0b4896a
system/app/Joyose/Joyose.apk|6961a5926d40f85d0e0a5ca7d39bf617510144a3
system/app/KeyChain/KeyChain.apk|bc89b8870c0cab7e90f32ceae0e66b7ac8fd4013
system/app/KSICibaEngine/KSICibaEngine.apk|78c33eb72f99ef25c40a18518bdb108d02a666d3
system/app/KSICibaEngine/oat/arm64/KSICibaEngine.odex|16ef5ae855e9e7292c5158df9db7ec2b5af586a0
system/app/limitedbatterycharge/limitedbatterycharge.apk|5c420e56b944b4e2cf8debb63aa876f61a4bc32e
system/app/limitedbatterycharge/oat/arm64/limitedbatterycharge.odex|fa52b45d9d9164d73bd1152db289da1a39001443
system/app/LiveWallpapers/LiveWallpapers.apk|a89cd7aa298390886e9ac8f9455dbc2b9051a48d
system/app/LiveWallpapers/oat/arm64/LiveWallpapers.odex|4edda699a8b52a9920dabbf5b17a789e194e6942
system/app/LiveWallpapers/oat/arm/LiveWallpapers.odex|32bb39b108f3472cb703df954a69804809f20f26
system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk|38b1a60aef6324db718366f4de905a8dfba4d409
system/app/LocationEM2/LocationEM2.apk|e661b15a11f35ea003cfe3844775c60580cafcac
system/app/LocationEM2/oat/arm64/LocationEM2.odex|e60ccdd8b16639aab87169fe10daf5038f1fcaea
system/app/mab/lib/arm/libBaiduMapSDK_base_v5_1_0.so|54b83f99604bbee77042b4e54b830df5bf0754c0
system/app/mab/lib/arm/libBaiduMapSDK_map_v5_1_0.so|e4addb2ccab7caa0cf0794f16497e7a5d7f9b036
system/app/mab/lib/arm/libDToken.so|b6ebac6dbabb9e6aa80871297a18076e872088a0
system/app/mab/lib/arm/libentryexpro.so|edf68840aefb1a3db08a8548f92b44eeba2686e8
system/app/mab/lib/arm/liblocSDK7b.so|07c16c653b79679bc462b7e7d20e4030ed5639b6
system/app/mab/lib/arm/libNative.so|2920f6ee326cfa1f5b054f88a7da3950a5a8867e
system/app/mab/lib/arm/libShopSigned.so|1117d7b50ce3bb293c9679eb7f6dfb13cb4e5ae4
system/app/mab/mab.apk|cc02616c55c699cc31edcb5ad3c1ddb63b5b5941
system/app/mab/oat/arm/mab.odex|bd257926027ce8b445e7893a1b873eae2a1d1763
system/app/mcRegistry/020b0000000000000000000000000000.drbin|0da665c872cb825e368a68ff9be82b0176112cfd
system/app/mcRegistry/020b0000000000000000000000000000.tlbin|0da665c872cb825e368a68ff9be82b0176112cfd
system/app/mcRegistry/020f0000000000000000000000000000.drbin|fc1770a7d76a390855f48b3325315d3ad1e1463d
system/app/mcRegistry/020f0000000000000000000000000000.tlbin|fc1770a7d76a390855f48b3325315d3ad1e1463d
system/app/mcRegistry/030b0000000000000000000000000000.drbin|05c558a369a2c85d3b7078aec9e6d73fc4d65315
system/app/mcRegistry/030b0000000000000000000000000000.tlbin|05c558a369a2c85d3b7078aec9e6d73fc4d65315
system/app/mcRegistry/030c0000000000000000000000000000.drbin|28423df26e808210f5dde52c2cabc01e8c1804dd
system/app/mcRegistry/030c0000000000000000000000000000.tlbin|28423df26e808210f5dde52c2cabc01e8c1804dd
system/app/mcRegistry/04010000000000000000000000000000.tlbin|09aafb23356ea64b72e2033f97554c1b1db174ba
system/app/mcRegistry/04020000000000000000000000000000.drbin|7b6b043f91600de29eb2dc57e8ba35b03d1053f7
system/app/mcRegistry/04020000000000000000000000000000.tlbin|7b6b043f91600de29eb2dc57e8ba35b03d1053f7
system/app/mcRegistry/05060000000000000000000000000000.tabin|7954b9fd475f6528ba2e52064a730382da61fd06
system/app/mcRegistry/05070000000000000000000000000000.drbin|2d1b20eb7add1a3ac6f2592363b0d2de0dd2bb76
system/app/mcRegistry/05070000000000000000000000000000.tlbin|2015fcedacdb7133e79e37e0d4b84e4c60d50b5a
system/app/mcRegistry/05110000000000000000000000000000.tlbin|afe16068be6e128d786e6cbf4ef9d9176f89430b
system/app/mcRegistry/05120000000000000000000000000000.drbin|99f42dd79213ab271e3f42b697330d99553f58dc
system/app/mcRegistry/05120000000000000000000000000000.tlbin|99f42dd79213ab271e3f42b697330d99553f58dc
system/app/mcRegistry/05200000000000000000000000000000.tlbin|51f262e5765299255d7811f9eb6d471d06d0a457
system/app/mcRegistry/05220000000000000000000000000000.tlbin|911d38ccd64e8500c34693706dc870edb6a795fe
system/app/mcRegistry/05230000000000000000000000000000.drbin|6d759a67e4be3490ba5d4ff8b2dcf80312d81bd2
system/app/mcRegistry/06040000000000000000000000000000.tlbin|1fe1a38995ef96b31bf743316db708c4619b894b
system/app/mcRegistry/06090000000000000000000000000000.drbin|dbd710b0b3e770b61466c2129b39afc3afda1839
system/app/mcRegistry/06090000000000000000000000000000.tlbin|dbd710b0b3e770b61466c2129b39afc3afda1839
system/app/mcRegistry/06140000000000000000000000000000.tabin|e6171f79d8baeb9d4c759206c98b789bc7ca8c14
system/app/mcRegistry/07010000000000000000000000000000.tlbin|f509c810bb0035a0be1b4877bd9bbf71d0870846
system/app/mcRegistry/07050000000000000000000000000000.drbin|9b80b96d4cd063f89c6098df3a040a7329ad7583
system/app/mcRegistry/07050000000000000000000000000000.tlbin|9b80b96d4cd063f89c6098df3a040a7329ad7583
system/app/mcRegistry/0706000000000000000000000000004d.tlbin|4dfa0a9923b2cb92f18f0d085adaa16401462f60
system/app/mcRegistry/07060000000000000000000000007169.drbin|99bc895f273882a65e974eb6fd18456104ded0b3
system/app/mcRegistry/07060000000000000000000000007169.tlbin|99bc895f273882a65e974eb6fd18456104ded0b3
system/app/mcRegistry/07061000000000000000000000000000.tlbin|34c3ca5e4ead8b6a0927b591f83e79ea1e613e4e
system/app/mcRegistry/07070000000000000000000000000000.drbin|1d9c7d24da2330a8086f5c4850463d2cce3f1f6d
system/app/mcRegistry/07070000000000000000000000000000.tlbin|1d9c7d24da2330a8086f5c4850463d2cce3f1f6d
system/app/mcRegistry/070b0000000000000000000000000000.drbin|c00f7127c86d671833a537200846dc06ba0c3d88
system/app/mcRegistry/070b0000000000000000000000000000.tlbin|c00f7127c86d671833a537200846dc06ba0c3d88
system/app/mcRegistry/070c0000000000000000000000000000.drbin|2b2d1465ce2cd9ed94bbfec8e0987ec7f28493ce
system/app/mcRegistry/070c0000000000000000000000000000.tlbin|2b2d1465ce2cd9ed94bbfec8e0987ec7f28493ce
system/app/mcRegistry/07150000000000000000000000000000.drbin|f780f1f9052cc838833e1aa87c86e2cc0e1edc5c
system/app/mcRegistry/07150000000000000000000000000000.tlbin|f780f1f9052cc838833e1aa87c86e2cc0e1edc5c
system/app/mcRegistry/07890000000000000000000000000000.tlbin|a9fb92969d93cced81916c613a1e6663e2a724ac
system/app/mcRegistry/08020000000000000000000000007169.tlbin|af9a7f65f785d3d1278332a83a0600daf1f9114d
system/app/mcRegistry/08030000000000000000000000000000.tlbin|78452bc7dc5b0fe803b2efee8c882d7048ec4088
system/app/mcRegistry/08090000000000000000000000000000.tlbin|1ac287e82a3b189baec7ec6fe984d6af873fd76c
system/app/mcRegistry/08110000000000000000000000000000.tlbin|e44451e9561acedbdbd22787d3e415a886d38bc9
system/app/mcRegistry/09010000000000000000000000000000.tlbin|7c077056b675a861565418b0789b6969786843ea
system/app/mcRegistry/09150000000000000000000000000000.tlbin|6290bbe19aff72608745f162a600b48ec6d1ba3c
system/app/mcRegistry/09160000000000000000000000000000.tlbin|48c93b7e6e80d30fb62009a4d8c6a81ba7779d25
system/app/mcRegistry/375dc3aa776811e38c992c27d744d66e.drbin|116c0de8ffcdcf1b15bb8b74ff4ca0901d07fe73
system/app/mcRegistry/375dc3aa776811e38c992c27d744d66e.tlbin|116c0de8ffcdcf1b15bb8b74ff4ca0901d07fe73
system/app/mcRegistry/37b404db11db4fd4af5e846106b1c3d0.tlbin|3c90401882dd5e8468fb37e63bf77549c3230d63
system/app/mcRegistry/3d08821c33a611e6a1fa089e01c83aa2.tabin|ac9d79f1956a2f46ac118106201cda974ad68096
system/app/mcRegistry/40188311faf343488db888ad39496f9a.drbin|0910a3d6362ffb5d4d1ccfa9dac86652879c38ee
system/app/mcRegistry/40188311faf343488db888ad39496f9a.tlbin|0910a3d6362ffb5d4d1ccfa9dac86652879c38ee
system/app/mcRegistry/4be4f7dc1f2c11e5b5f7727283247c7f.drbin|efd0ec3051026a6010a83e260b999ebb92ed052b
system/app/mcRegistry/4be4f7dc1f2c11e5b5f7727283247c7f.tlbin|efd0ec3051026a6010a83e260b999ebb92ed052b
system/app/mcRegistry/4be4fd221f2c11e5b5f7727283247c7f.tlbin|68fac6866c23ff9cdc07d761391757e0c45d9665
system/app/mcRegistry/584d694641414c98b83c50901da377cc.tabin|339a935e6c38a7fced5e5b009566280726bc9c1f
system/app/mcRegistry/5a7b770d08d14b8fb00f53de4173145a.drbin|f80fe3039bcedb175516160991468acdfccab618
system/app/mcRegistry/5a7b770d08d14b8fb00f53de4173145a.tlbin|f80fe3039bcedb175516160991468acdfccab618
system/app/mcRegistry/786cc43175194792854b597c5ed338a0.tlbin|3908ff4bad2e16fe9e8f6af1563b105e9fcb2e27
system/app/mcRegistry/9073f03a9618383bb1856eb3f990babd.drbin|7869353d5a9a9d236b690cb0e23dc3565d97b1f8
system/app/mcRegistry/9073f03a9618383bb1856eb3f990babd.tlbin|7869353d5a9a9d236b690cb0e23dc3565d97b1f8
system/app/mcRegistry/98fb95bcb4bf42d26473eae48690d7ea.tlbin|48539ab14cb1595e63b5951960bea2bb5b4a2267
system/app/mcRegistry/e5140b3376fa4c63ab18062caab2fb5c.tlbin|3da258a722435205431b60b9b32dd2f8f20f7c6d
system/app/mcRegistry/e97c270ea5c44c58bcd3384a2fa2539e.tlbin|9aa868a8e688c192b82a3edce4af370b574abba8
system/app/mcRegistry/gf_ta.axf|a8a8f49b83465274674881ca1901ce8aec130093
system/app/MDMLSample/MDMLSample.apk|08ef938697b2edf4c53ee9e3bcea700113b6c9fb
system/app/MDMLSample/oat/arm64/MDMLSample.odex|dc75e701f89965886fd89ab974ece29b40b27a52
system/app/MetokNLP/MetokNLP.apk|b7fded7229ce021bade2631607e2511ed286e89f
system/app/MiCloudSync/MiCloudSync.apk|b51dc969595c7def4b5e9b627fecf88f2b03f2fa
system/app/MiDrive/MiDrive.apk|66ba258af117890c603e50e3dede8928cab0ea44
system/app/MiDrive/oat/arm64/MiDrive.odex|c7fd939de0cfca82a0942f460fe40849c1782ddf
system/app/MiLinkService/MiLinkService.apk|24c0e6ab4c08b933b4f4b86734f4f93867296648
system/app/MiLinkService/oat/arm64/MiLinkService.odex|00ba1c0a96d5bc8822733296bab63924463aab1e
system/app/Mipay/Mipay.apk|d19d1e296a9a7e6b41489a31654056c0684a06b2
system/app/Mipay/oat/arm64/Mipay.odex|f83ef823d5e22beb24418820c567985f102cfca9
system/app/MiRadio/MiRadio.apk|64ed9017ffd77ed6a5a8fa048c6bbf99d3ca63b3
system/app/MiRadio/oat/arm64/MiRadio.odex|76ccf822802d37f611fbc0258aeb0516a1dccae5
system/app/MiuiBluetooth/MiuiBluetooth.apk|a81ccb1d01687bfd717290bf64e37065bd896cdf
system/app/MiuiBluetooth/oat/arm64/MiuiBluetooth.odex|f05b96fa82e32ecf7e1e6964a7929223a2859f4a
system/app/MiuiCompass/MiuiCompass.apk|f655f93c4a6ee6f3eecd27fa14b6f69f0f149f01
system/app/MiuiContentCatcher/MiuiContentCatcher.apk|598e22ce54f8de124ca5452ce2628198caf26102
system/app/MiuiDaemon/MiuiDaemon.apk|5d52351a09e7e585e8c5a4b58eba4f77bc967479
system/app/MiuiDaemon/oat/arm64/MiuiDaemon.odex|e76d2a684deaa86af7c6e05ba47a4cbf91dfc19d
system/app/MiuiDriveMode/MiuiDriveMode.apk|31a7d7b5d0b50e83d91c93dc1547618486d90ef9
system/app/MiuiDriveMode/oat/arm64/MiuiDriveMode.odex|4007f28b5b043740dd29c87b839d82558f153983
system/app/miui/lib/arm64/libmiuiclassproxy.so|f3a6f1f473984e582876bf2becaf28befcf9d6ea
system/app/miui/lib/arm64/libmiuidiffpatcher.so|5db8394ee94dd3a157f09166a76f1b17c5120235
system/app/miui/lib/arm64/libmiuiimageutilities.so|ec75c075c5623b16272151c26839f3f5b29820e5
system/app/miui/lib/arm64/libmiuinative.so|4e8c85ab96ea3c8c8348baf3b1c501db67c67e7f
system/app/miui/miui.apk|d0461ec8e34863dcb167351813ad3aaf68350e19
system/app/miui/oat/arm64/miui.odex|a0c6a0844d7679b028b7f289cd8356a71045cd3a
system/app/MiuiScanner/MiuiScanner.apk|b2714103a38794f8ff96f5f47c08b853506ae6cf
system/app/MiuiScanner/oat/arm/MiuiScanner.odex|4823239e1195c66ed624a8835d6bf33172c55ab1
system/app/MiuiScreenRecorder/MiuiScreenRecorder.apk|82b90bce4a0a4743da9f2035e54637d196acc1bc
system/app/MiuiSuperMarket/MiuiSuperMarket.apk|a113949ea050652e3739d3ddda520744106c75c6
system/app/MiuiSuperMarket/oat/arm64/MiuiSuperMarket.odex|777dfef89640fab8cfe12ef38bf6fd1f39c32ce4
system/app/miuisystem/miuisystem.apk|28298ead16bcf0c5c3b986de2a047c978e3a86b0
system/app/miuisystem/oat/arm64/miuisystem.odex|b48c5a825b0033e87ef668a2597c65989ecb05a7
system/app/MiuiVpnSdkManager/lib/arm64/libgamemaster.so|da636fb4c7f36d8b9c9a00c1bfa9d65ce1e3adbc
system/app/MiuiVpnSdkManager/MiuiVpnSdkManager.apk|ec92eb59294d8b415f5f3d2ed0eba90db2dfd656
system/app/MiWallpaper/MiWallpaper.apk|e783bc8ced83b1a266246ab7c925bfb27f70d935
system/app/MSA/MSA.apk|7213bc943f2808336ca6915d3cec8b5259e86d4f
system/app/MSA/oat/arm64/MSA.odex|5bc30a632c52dfc715b9664e0cdd4a0e8483af12
system/app/MtkFloatMenu/MtkFloatMenu.apk|e976ad92cc14710d949e69084aee40026c7470ce
system/app/MtkFloatMenu/oat/arm64/MtkFloatMenu.odex|1e579ac4502b60139b801df7dd5a58bd1eebe873
system/app/MTKLogger/MTKLogger.apk|ac0504f5354b02ae6a888913217fb49c1cecdc5f
system/app/MTKLogger/oat/arm64/MTKLogger.odex|682accab27a72a300a7656f758d3d42114076bab
system/app/MTKThermalManager/MTKThermalManager.apk|cbcbfb2dac2a6ed92e03738411613d5b020c9b93
system/app/MTKThermalManager/oat/arm64/MTKThermalManager.odex|949c27dbb0fe516d615dfc95d7da3a5b385b06da
system/app/MusicFX/MusicFX.apk|632179053c8883e91ac343be34a75ad0592f4c68
system/app/MusicFX/oat/arm64/MusicFX.odex|c58821be65ed17f636c6cbe9e45b98eeb010c9d7
system/app/NoiseField/NoiseField.apk|6455639c80829300380016dae741e78a688615a3
system/app/NoiseField/oat/arm/NoiseField.odex|96660c8229ac33deb55507f039ffbeedb0499d77
system/app/Notes/Notes.apk|c8e87a9aee4580b249907c9a0f18c3b83ffd42b8
system/app/Omacp/oat/arm64/Omacp.odex|e11c62312b72bd06067ffcff4835ede970f4d8e8
system/app/Omacp/Omacp.apk|003a33ab6ce4843997c63d2fadc1a2d2d5336c62
system/app/PacProcessor/lib/arm64/libjni_pacprocessor.so|41728330519c63f8ae3c9444078f1b365d824022
system/app/PacProcessor/oat/arm64/PacProcessor.odex|d0de897c124a1252693705a46e0f09134c29a320
system/app/PacProcessor/PacProcessor.apk|f9177efd9be5b8ff28d6e9e3053d416d1aeda1da
system/app/PaymentService/oat/arm64/PaymentService.odex|07e9b8fc85b2bdebb59165e9ae60ca69b8d89150
system/app/PaymentService/PaymentService.apk|c542486e554aefca387fd2e130c3148864f66691
system/app/PhaseBeam/oat/arm/PhaseBeam.odex|befb366f394a7d80a99020ce3eb67afe30e195e8
system/app/PhaseBeam/PhaseBeam.apk|017dc86b1f60ff108802e1130ebd536d7cade226
system/app/PhotoTable/oat/arm64/PhotoTable.odex|f00675047b381c8e02077f74c5b3b39110249850
system/app/PhotoTable/PhotoTable.apk|249348582b67ce9b83255df5038f4476d8929b31
system/app/PowerChecker/oat/arm64/PowerChecker.odex|12ab676f53a3b5bca16dc3d1c472cf597152406b
system/app/PowerChecker/PowerChecker.apk|f08a1b333fb272a5eb2b9e2b707452911b782e3f
system/app/PowerKeeper/lib/arm64/libpowerkeeper_jni.so|c2963c4a3e2513c024d360702dfbc24dd3d558fa
system/app/PowerKeeper/oat/arm64/PowerKeeper.odex|a4c78349bed0c76af2b5259afd91863c4ca9ac72
system/app/PowerKeeper/PowerKeeper.apk|0ae0d6cb2d8672dd3e76f92a1054a38fdce6cd79
system/app/PrintSpooler/lib/arm64/libprintspooler_jni.so|97cdf833fabd941f67847fa8efabef7a0b893a91
system/app/PrintSpooler/PrintSpooler.apk|133c864bce0f66134d5561031a91a001cd09e0c1
system/app/Provision/Provision.apk|794bfcaef840ece7dabf688d98c2619a1f3636f2
system/app/RawDataTest/oat/arm64/RawDataTest.odex|f6ff58cac29b8dce647228833dd0b81464294a79
system/app/RawDataTest/RawDataTest.apk|9c14610bb2d15baff81bb1c20e80e6f5fc08a8f6
system/app/RootPA/lib/arm/libcommonpawrapper.so|6c50744ac06a4e0ebeadd72d8472c13e4e54d527
system/app/RootPA/RootPA.apk|7b164c542c11945d51ae4a398ab74761b8601e88
system/app/SecurityAdd/oat/arm64/SecurityAdd.odex|bc9137e1ebd1fb1bc8733533ec3c8907a9870d56
system/app/SecurityAdd/SecurityAdd.apk|66593d799d83a1ab1bb5623853c88b88aced13a9
system/app/SecurityCoreAdd/oat/arm64/SecurityCoreAdd.odex|bfb1954962271204099bf4d3bd80ba2cafbc1bf4
system/app/SecurityCoreAdd/SecurityCoreAdd.apk|196398971e37abafe759fd38720b21ead45da01a
system/app/SelfRegister/oat/arm64/SelfRegister.odex|4b737421d6a34d3413ea6e245710ee82575516a1
system/app/SelfRegister/SelfRegister.apk|db9f53ea86fb0d6a4b7402bd2729f955cfc98e92
system/app/SensorHub/oat/arm64/SensorHub.odex|6fd7d9bba55c5476807fae96ba9d235d6b97ee05
system/app/SensorHub/SensorHub.apk|53ea96605fc9a111313f806d24ff9ad9887d8d39
system/app/SmsExtra/oat/arm64/SmsExtra.odex|64648afcb1ae006bfc3eff2e13ef3540d8fc88ad
system/app/SmsExtra/SmsExtra.apk|aa2e83e8ac418c68bf193150b87263ba2ed99e1c
system/app/SogouInput/oat/arm64/SogouInput.odex|14ca533afb1518dcae0a05c370e0bdb92f31767a
system/app/SogouInput/SogouInput.apk|066431977d313fc63ec1576ca3968c503f315573
system/app/SoundRecorder/oat/arm64/SoundRecorder.odex|82ceaea75acedc9c5871b24d388a30d817ea154c
system/app/SoundRecorder/SoundRecorder.apk|1bcdfd6b2cb73ff64166cd9e6a6b29e25b181639
system/app/SYSOPT/oat/arm64/SYSOPT.odex|d89bccfc1ebe119cb0c3312d6e0a32da13bca336
system/app/SYSOPT/SYSOPT.apk|0d0a9a548301c95af1e5fb02a064b268036703f4
system/app/SystemHelper/oat/arm64/SystemHelper.odex|1ecee4768a4fa8329bc438501340cdd552fbb5a8
system/app/SystemHelper/SystemHelper.apk|1a828e6a5f1d659cb6af7ff0c52454f67c732bdf
system/app/ThemeManager/ThemeManager.apk|3a17cf0914ea2491ff11d60629cc2445be4baa48
system/app/ThemeModule/oat/arm64/ThemeModule.odex|7aceafa3f67904938219c8fa5320e40c0860f0f7
system/app/ThemeModule/ThemeModule.apk|c54e7ce7bc4569a1402e8fb50219b2a33a28baf2
system/app/TouchAssistant/oat/arm64/TouchAssistant.odex|196fe86589b7e13a39d9ab4394a1c3a606b0b2c6
system/app/TouchAssistant/TouchAssistant.apk|b3982dfb400784a321f9736eec1155f764a12f57
system/app/TranslationService/oat/arm64/TranslationService.odex|8970e06f9701fc8dd077538c92894e3aba297487
system/app/TranslationService/TranslationService.apk|7f1d5c5d1f45c39c08581539fd9a661dac0a5740
system/app/Updater/lib/arm64/libmtk_serialnum.so|260673524c0016b4b50a817682cc415e7ce47bbf
system/app/Updater/Updater.apk|1b168e9bbfc2c47b322dd4c33db1e1e5ce69a744
system/app/UpnpService/oat/arm64/UpnpService.odex|6a19ec4b9524318accaa48de9a0eb0f582ed520d
system/app/UpnpService/UpnpService.apk|57204b214495a3e41c9d055b5464750802fa5ac7
system/app/UserDictionaryProvider/oat/arm64/UserDictionaryProvider.odex|b692436aa68bfb839426e452ff6e49001112536b
system/app/UserDictionaryProvider/UserDictionaryProvider.apk|8f82d92c4e8ccbb06dfe07a0623d59cacc899bda
system/app/Userguide/Userguide.apk|9d638c6db8d164086d164c3fd4df5f5d5cc0d5af
system/app/VipAccount/VipAccount.apk|1f9192940199f5b9513e17f97d41328bf48e2fd3
system/app/VirtualSim/oat/arm64/VirtualSim.odex|5c548e814bd755ad5fc3c7efb0fa00dc010f60e2
system/app/VirtualSim/VirtualSim.apk|dc59030b3864d4fccbfb875239cf7014834d375e
system/app/VoiceAssist/oat/arm/VoiceAssist.odex|a4f01a480d3c0f2da02cd6d0aa91d57a0e4a1c57
system/app/VoiceAssist/VoiceAssist.apk|68372f3ef0406aec9f0fc519464749f911c32678
system/app/VsimCore/VsimCore.apk|c2c71299bc8a28889042ea718941d50cf207083a
system/app/WebViewGoogle/oat/arm64/WebViewGoogle.odex|8e09dbad079060282c0ce82ff892c4b03b9bcaae
system/app/WebViewGoogle/oat/arm/WebViewGoogle.odex|68833074426eaa2b0c4b714f717edc5ac97c1ed9
system/app/WebViewGoogle/WebViewGoogle.apk|e7f4c7cea7916f6d668b590d48877d26d083705a
system/app/WMService/oat/arm64/WMService.odex|08e3b62808bc215fa83e40432c842600c0b05f7d
system/app/WMService/WMService.apk|e519fd86a94c5cd01bfcf5e61b160ebce461e177
system/app/XiaomiAccount/XiaomiAccount.apk|c5ae42ff6d091eabb24fbfca4c5160b536fd70f6
system/app/XiaomiServiceFramework/oat/arm64/XiaomiServiceFramework.odex|5d1b1aa6879772125e62322630f257c818ecef39
system/app/XiaomiServiceFramework/XiaomiServiceFramework.apk|484f1a92480dc3ebe9d1c292257d9f3898b92f7c
system/app/XiaomiSimActivateService/lib/arm64/libsim-activate-root-checker.so|657fc8a514cde2cf21866be7781c8f72666374cd
system/app/XiaomiSimActivateService/oat/arm64/XiaomiSimActivateService.odex|73979d7aa4493bbf732ed3779c6e1ae26ee4b87e
system/app/XiaomiSimActivateService/XiaomiSimActivateService.apk|c11ced0c2b8bff410a201b010aad9119349baf43
system/app/XMCloudEngine/oat/arm64/XMCloudEngine.odex|a70eee190eac08f1d061200a5c0ff611126f27f6
system/app/XMCloudEngine/XMCloudEngine.apk|c3e99b9f3ab3002c7ef8084e904e25eef7fdee53
system/app/XMPass/lib/arm64/libxmpass_sdk_patcher.so|24fe2720eafa2a28600e5593ff44a2d9c3c07248
system/app/XMPass/lib/arm64/xmpass_libweibosdkcore.so|002f75678730c1c65c48cabb758a29ba10ca4b42
system/app/XMPass/oat/arm64/XMPass.odex|26cc2bc6c18ea588908294a04fcdc04f3b5d075d
system/app/XMPass/XMPass.apk|740075b53f3a39a9a4014818ad3ea37656896d23
system/app/YGPS/oat/arm64/YGPS.odex|4ae7d44c18f15e3aeda719b538463bb9c2eb84a4
system/app/YGPS/YGPS.apk|22d52a602469a44edd9fa668032db7d46629a402
system/app/YouDaoEngine/lib/arm64/libdict-parser.so|72f87df63255559be4e646ee989c2521eb93eb51
system/app/YouDaoEngine/oat/arm64/YouDaoEngine.odex|55ea531442b79631b6d1a1c1c84c4e5a040c53c0
system/app/YouDaoEngine/YouDaoEngine.apk|a000529f216776d90e3b5952d70a280693205dbf
system/bin/6620_launcher|982be58b1d2feb910456b345fc3561056ca4637d
system/bin/6620_wmt_concurrency|0bf99effbdc35340fc4a8bf4e7490d3c760da8d8
system/bin/6620_wmt_lpbk|b5260752c394771fbd5034c4167e6e74fa8db034
system/bin/aal|0b17b6c6f85a642da738fd423afb7902361f72e0
system/bin/AcdApiDaemon|c1728d86f69467c58cd699149c769a25fd288505
system/bin/acpi|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/aee|d8c5816150e735fac474d2b1dd9a52e70f52c0ca
system/bin/aee_archive|9c29949a3e2911401afc73d38908ba741f9bb6c1
system/bin/aee_core_forwarder|41e7f4024ddec580e8b27f25bfa25518a392d1fa
system/bin/aee_dumpstate|55cbb7b758cdf306434d755c2e838c959b187057
system/bin/akmd09911|edada171ec7fff497e9c62a14a5964fa47d27f6e
system/bin/akmd09912|61de8ce8c175c1ea055d0bb001c91b0f4fcb38d8
system/bin/akmd8963|6bb83df89e0fcad63af685f6eeb65fb8557e8a50
system/bin/akmd8975|aa94969d3b97da2c8fdec6f76bc63d80bd0efc97
system/bin/am|b276263269431d0b065f3578887b8b690dc7e44a
system/bin/ami304d|5b63ba4a1624994959fdf41cf2a6caacc4cc7715
system/bin/applypatch|fac9ac6bb65c0d2bcdb0d41267f380560258c089
system/bin/appops|52f3d42222380a46e1def4471cd852830e83c7ac
system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb1
system/bin/app_process32|b6640729495573f6cf2d70231a5f52992be64194
system/bin/app_process64|111380ed7e8c7ee52c79196f137015f7efd72c26
system/bin/appwidget|c936042afdd9f49a3db60a41e956b2c08d09b4ee
system/bin/atcid|a987d6fcd7c7b6a5e049505d2284cf133c9ff2f7
system/bin/atci_service|e98f3c54219d6fa10275b642ba019b0b5539c597
system/bin/atrace|975c87a74632ddd6fd0e8469903565011e1a90dd
system/bin/audiocmdservice_atci|db5371ec0e8ba3834abe635f9d74cb871a8276cb
system/bin/AudioSetParam|4c9893fa6e615402182d2f4905843f9357f25f4f
system/bin/autobt|ba4565b6507585b2743829c290c2e7f23ec03ac0
system/bin/autokd|aca7982a929cac0d18ff246d8ec0bb7ba66a281f
system/bin/badblocks|fd670f1169fb5e4455fd50f079a3f6cb4f8f0549
system/bin/basename|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/batterywarning|5b1b6b2fa919cb310c372f716d5f3290d72fde4c
system/bin/bcc|5774dfb412fa66e3df37bb1b4c250212aa651535
system/bin/blkid|f18728717a5f1291fc13d031efe907b0e1c8b415
system/bin/blockdev|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/bmgr|b7154a8131a35e4c54b5b221b28afa11409f2ec3
system/bin/bmm050d|4cea45045d51e86f0ddf17375d0a998434c46024
system/bin/bootanimation|aa657f7cec396170232ffcc2a866fafebeb4802c
system/bin/boot_logo_updater|5ea50d5478193b9084f3e970b1fbe3e9d7bfbe6c
system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233aba
system/bin/bugreport|8f4a66203e727c1406ff0def4c0f059220bf58fc
system/bin/bzcat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cal|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/capture_audio.sh|b31c5a814b768be4bf2075ef95373aa8d4c534a3
system/bin/cat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ccci_fsd|899e7345e2c3253211a1d4e6dc4cc92a64343c11
system/bin/ccci_mdinit|f1b00b1dc47abf678ee4f4d92fe2488d2efb7fe5
system/bin/chcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chgrp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chown|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chroot|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cksum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/clatd|bb34fc51debf1b40b61742f2e6f78916e8fd6072
system/bin/clear|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cmp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/consumerird|216e65b1284cca75c7ce11d39f7f57acfb5d22e1
system/bin/content|e8f38bd1b9945994386739c2ef26b0f8e29472cd
system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cpio|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ctclient|f4fb74c108b5a3f7ab211114d8c95d45db76035c
system/bin/cut|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce76391
system/bin/dalvikvm32|18461c951a22fd3f5e34f259e1f25bed12a2cfcf
system/bin/dalvikvm64|dfbdd3b851fc16b3208158591b72c9ab3ac39e6c
system/bin/date|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dd|d75ba923fa82f217016731a834a50db93935d10d
system/bin/debuggerd|083b52a916eb747dd3c849189ed99f82cb8f9d86
system/bin/debuggerd64|9701fd58a6d81b3b86432d9db2109a760cc2d70b
system/bin/dex2oat|460611cc22fb1551429e0584b0312f12ba4f0525
system/bin/df|d75ba923fa82f217016731a834a50db93935d10d
system/bin/dhcp6c|695e329657e5ce7714d1bed31e5048fae3b3b11d
system/bin/dhcp6ctl|8717e8a4a7b0cbed0a1d50f1e2450d0476cb1b77
system/bin/dhcp6s|ae55f8cef2eea509255545643dd42b94c550748d
system/bin/dhcpcd|fcfd27a71a1b6cf57c4e6f4a1cce9bd5cc3acf5e
system/bin/dirname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dm_agent_binder|ddbe1e9081a7d9c65cfd16186f5befbe1a61d568
system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dmlog|80375b7a6c72a0b3f3100be1fca8262ff2a942fd
system/bin/dnsmasq|2c696667b8e941ee59b84d28ffb086d8433a2f5e
system/bin/dos2unix|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/downloader|bfc8022128f97ae054353d23cb748c506cad223c
system/bin/dpm|63c58bd78a78e85d65debbe649bb65069bc15850
system/bin/drmserver|0bbfe3af7edb8c950d2769db32b4093bc1a4dc28
system/bin/du|d75ba923fa82f217016731a834a50db93935d10d
system/bin/dumpstate|6686979ab39f9f46876ce2141e6f1b80db04b182
system/bin/dumpsys|16c7d82391050854eccaeb847730462276e3a621
system/bin/e2fsck|eaeff857c503bc460bda96c8690a2fb02cfc6460
system/bin/echo|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/egrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/emdlogger1|982c75b7d244ffb0a8c536af58bccde1f1fadd1c
system/bin/emdlogger3|d97ae9c8681840d1b711ce24a6f4914b8b0fb294
system/bin/emmc_ffu.sh|89d59e004439598fcc7c4010694e43413d18ef08
system/bin/em_svr|5921c3c2c503fd45ceb3f5d80927dbbcd5eb026c
system/bin/env|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/epdg_wod|507468643b8247d0ecd5e8b45d05d86913e41445
system/bin/exfatfsck|971b5c0e5b3f65e22d4509f8ab6feac67dc7f58b
system/bin/expand|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/expr|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/factory|5ab0809f69aa4fc6f682ef0c7317141f14bdfc2c
system/bin/fallocate|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/false|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fdpp|fb70e823c18daeea05df916d3df37e514da43bb6
system/bin/fgrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/find|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fingerprintd|c170b0fe1ff42c28452d32e2a99f6b7af9d4e147
system/bin/flashlessd|98647f19197672349c74a456ad09e3e61b417cfe
system/bin/free|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fsck.f2fs|cf5653e1719e30f855aae977af4dd759e89dfbd4
system/bin/fsck_msdos|f597e6d6669549d9948d241d4200b18ef117ea20
system/bin/fsck_msdos_mtk|c4816110f961221e0742561080fe1552057991e0
system/bin/fuelgauged|a0dc7c7a10abefb953b0136174b17a1e656ed8f2
system/bin/fusiond|e06d5a01ca2f4dcd67b0a4d9547c4ed558381f1d
system/bin/gas_srv|c89da204bb46b91ca1ab2e1fd08e79b8df374c7d
system/bin/gatekeeperd|cabd44c75c027d4d902ab36bb556741dc382b3da
system/bin/ged_srv|c0801ae90aa4de515e6ab70b925610cba7680792
system/bin/geomagneticd|8f04c91bb0c6d9fd7ef61e73b6ecd3f7f96abb49
system/bin/getenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/getevent|d75ba923fa82f217016731a834a50db93935d10d
system/bin/getprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/goodixfingerprintd|663e0702e69e498ac96c82eb7e067c25ba38d2c4
system/bin/grep|9aef2f52df8184d095f4c228bacb82521fa6ee58
system/bin/groups|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/gsm0710muxd|f8826960e6083ad3b305e1717dd0697ee61b4b9b
system/bin/gsm0710muxdmd2|b13710ab975f1013df75a3c80ad10837a932a8b2
system/bin/guiext-server|72f7f182b42452b33c21dcff8694d17c6282fa1c
system/bin/gzip|e2a9784be210f8b99a354b50400d459a83fb2b9d
system/bin/hangdebug|5fa0e316b487c55284e59c27e17f1aaee1812899
system/bin/head|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/hid|45ab834c2392fbaabae881370d1f7bf6bc5f6c8a
system/bin/hostapd|a9b68c50defda367c8b31b7f27c9514146327320
system/bin/hostapd_cli|669eaa4d5a3a2011e9cbca01a16d1f6152b41a06
system/bin/hostname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/hwclock|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/idmap|5d31aa793bde2d8cac0a440648ecfb4005d5b612
system/bin/ifconfig|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/iftop|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ime|b514f8c579e6c0b326a428804467f5c669fff0ad
system/bin/init_atmel|baa7092da5c723916647f82844a669778efe6150
system/bin/inotifyd|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/input|0ad2a1fa871d8e81d2b65e47bf077f13a79b82e2
system/bin/insmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/installd|0f3bb328fac6f1ceec495acb306c76e576be78b0
system/bin/install-recovery.sh|11590443c46625be9cb701f49a7cec25d3e0574f
system/bin/ioctl|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ionice|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ip|69f66641c693457af2092a97dc681628b689ffb5
system/bin/ip6tables|9680fcf961946b4b7d049031f0bbfe51ebdcef1c
system/bin/ip6tables-restore|fb168a4a90a0337e97accdf5807b6a19b30482ea
system/bin/ip6tables-save|fb168a4a90a0337e97accdf5807b6a19b30482ea
system/bin/iptables|7a5977ab51da50a5180b25c1842d0f9e362e4131
system/bin/iptables-restore|5776a20522996712df16152987f8babd3cd4d6b3
system/bin/iptables-save|5776a20522996712df16152987f8babd3cd4d6b3
system/bin/keystore|828215d7c661d95c002a8b5e3d144f6c105c5d59
system/bin/kill|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/kpoc_charger|2ddb0bbd64769e322daee60dd066e435a377e12e
system/bin/lcdc_screen_cap|1c8880afcac7661606cab274c810730b5d82688e
system/bin/lctautotest|2f4da2c04ab7f337f976199878bf75ed8a2697c9
system/bin/ld.mc|c5e2af9e190579c3a629f8addcff3305d38274f2
system/bin/linker|9855a80855ed75dd83f897e29cae3413c82df697
system/bin/linker64|d502cd189f18fa56c4b73a91a856593a2e872393
system/bin/lmkd|3601a69fc42fba1656e77e9a61e508b7d1ffb92d
system/bin/ln|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/load_policy|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/log|d75ba923fa82f217016731a834a50db93935d10d
system/bin/logcat|e8500bb3e87dbf56a1825a6b6b22c24c35294aa8
system/bin/logd|1328578faf5fb0bcce3202b3f28a0acee9bcd5c4
system/bin/logname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/logwrapper|02fc73c1c119f9cac138b270d508ad386e88523b
system/bin/losetup|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ls|d75ba923fa82f217016731a834a50db93935d10d
system/bin/lsm303md|e8108e7387788c1b6cd97af56ea78d92e66216f3
system/bin/lsmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/lsof|d75ba923fa82f217016731a834a50db93935d10d
system/bin/lsusb|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/magd|e52049924ef38bd3ec734718c095f427a2282c28
system/bin/make_ext4fs|f0a52a4e9925cb637f059642f0ef21606483beb8
system/bin/make_f2fs|6ae05b94bcb66aa7ffd33e5f9e62ff55d1b45e71
system/bin/MATest|22628e1c916eb96eba0aba91eeede513dc1e00e9
system/bin/matv|4ae349ff579df6f272822e552d282852ddfae6eb
system/bin/mbimd|b024e839a32dd1554b1c05334d943ea229d83bc3
system/bin/mc6420d|45cec333b61e83e82761bdd3e5d1bba356660fbe
system/bin/mcd|63d1cb0df06942ba1a29387d1e53b54255fecefd
system/bin/mcDriverDaemon|4800a71958629a6dfabaa65b9f3c2c3b7b326dfa
system/bin/md5sum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/md_ctrl|a0cca2b8e6b8dede77fb74d918e5eb61a4ffb7a8
system/bin/mdlogger|b2a18d47f6c7d340791eba28630ff2ddb6b6526a
system/bin/md_monitor|bbcc67f6fb4c010f08b7b7f8accd1057dd7b7f18
system/bin/md_monitor_ctrl|54dffdc3dc5fc4f1a5339d5c0a67148329a61c56
system/bin/mdnsd|5cc04b5a20cf0eb655ce40dbbb9427df8237f24a
system/bin/media|13e992427ffd27f242437cc9cd6980638073cc88
system/bin/mediaserver|9220c2f7497aad8d578c4b9f87d5f5eb8bf3c081
system/bin/memorydumper|7d40a93163a0c6fc9262251d4d1bc7757d633dde
system/bin/memsicd|c4742d28b9de82226f73cb35a37fa0c550dd7c18
system/bin/memsicd3416x|66ab964d82ac875f65c1a903467c7d1665b17939
system/bin/meta_tst|6f1f9d58f9755dac3bef2abe5e653df003febbb1
system/bin/mfv_ut|688bc4bfd8daf8ceab46fc903c3f59404560501d
system/bin/mitop|4faf812459378b63285f354b911539c07ecf5107
system/bin/mkdir|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mke2fs|052c2d07be97373c28df5b01e5f923d825b903db
system/bin/mkexfatfs|10a78e73fbfb0ffc10a04502cc3981b0c5273539
system/bin/mknod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mkswap|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mktemp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mmc_ffu|21ef307461877c83e888a47b62b5289a844ae0ca
system/bin/mmp|5a29b4a71e6de2e56a31a20aa44e1514df44e148
system/bin/mobile_log_d|231f3f53d993ede61b8ed97cd00883b376a8921f
system/bin/modinfo|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/monkey|9fa84e79a59c0d85ed38cfd2fc1b8494bd7485f4
system/bin/more|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mount|d75ba923fa82f217016731a834a50db93935d10d
system/bin/mountpoint|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/msensord|7b18b16f2d9bf9db58bea6ca20c587316fc1d977
system/bin/mtd|fb0730204692bd3ce924b0294a9fd775b66d5ee9
system/bin/mtk_agpsd|16b12a95dc35fda9515cfea3822cf7247d8a3775
system/bin/MtkCodecService|01178692ba29194163aa50ef0cc5cba8f18868cb
system/bin/mtkmal|63ee2ea05572a9b857181ec53128381c4d02e460
system/bin/MTKNetworkDump|bea6aea95d5a1fa16fbb9e6724646dd7778bf8a5
system/bin/mtkpwdump.sh|c81551f8068a17ff0671003e59ff59aae7199865
system/bin/mtkrild|cce87eea7944ba371b6230fa79086af2e50699c4
system/bin/mtkrildmd2|27f79957c693eb149dee5447f0682df1ddb6a99c
system/bin/mtpd|0fc3a1cc0190111590cd0b1c972677c87a7e8451
system/bin/muxreport|f95ea8fc438669447b01c043271aaaef012a3950
system/bin/mv|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nandread|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ndc|6a2fe1c07d7d30b3581ef95d60438d5db33b4997
system/bin/netd|b23fbcb8950a4619811f4a420fce4ce233e4c83c
system/bin/netdiag|dbceeeff88c93231eeb796d581c7bc55abbc7493
system/bin/netstat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/newfs_msdos|d75ba923fa82f217016731a834a50db93935d10d
system/bin/nice|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nl|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nohup|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nvram_agent_binder|cc2e4e93a45249a6957135f85316f83eb661bd67
system/bin/nvram_daemon|8cf291f847e41acb1dda3661e74bc7c54a10e474
system/bin/oatdump|2a58955c949f2fab7afb5dee287c55ae010fdda4
system/bin/od|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/orientationd|f81d15d2a43c293e73d5d64b714b4c4c58a04e68
system/bin/otp|11fe5d7d0a22e21e5c4f84607c7b711484d348ad
system/bin/paste|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/patch|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/patchoat|f3d57ca24779b1c2fb955987e63a3bae47a12cbd
system/bin/perf_native_test|3ee8229a1503d349f66c29f1755826c4ec936efb
system/bin/pgrep|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/pidof|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ping|8564cec2f936959d9c8f8f13e38ddd33ca0bf912
system/bin/ping6|d285951cff1874f0f4ca924664d903cb9b3f59ff
system/bin/pkill|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/playback_audio.sh|572dcdfaadbdea509442b652a319a42161638ded
system/bin/pm|5d8de4503e131ba6e1f0431988516b456886ec47
system/bin/pmap|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ppl_agent|2141833cd3087f76787cc702557b6fa027fec692
system/bin/pppd|8efb79c2f537476482e69a2d1653edf330e3fa17
system/bin/pppd_dt|3233f971f1b783f23154ebcac038dcb7510a299c
system/bin/pq|3f8f672568f97bc0b3565a3f9b3dc340e0ca84ee
system/bin/printenv|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/printf|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/prlimit|d75ba923fa82f217016731a834a50db93935d10d
system/bin/program_binary_service|925210fc7b0366622d140825fdebdaf92e1cd8a1
system/bin/ps|d75ba923fa82f217016731a834a50db93935d10d
system/bin/pwd|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/racoon|4a8d4aa1650f0e1e05f52df8abe64e69608671ee
system/bin/radvd|88706ac62ac7386937228c879981d9e94e6ffec2
system/bin/rda|7a25f4051f57240e6081312dc75f76b06292267a
system/bin/readlink|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/realpath|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/reboot|681b82efc24e43ef9c7fffd60e51aab3a0ca4aac
system/bin/renice|d75ba923fa82f217016731a834a50db93935d10d
system/bin/requestsync|ad8854e70b16831fb5f69f61c956283edaef3214
system/bin/resize2fs|7f7766eae64b5353a19b674fcf208843cdc9b742
system/bin/resize_ext4|6b6e67410e37b3f019a781d94f690b22d434c727
system/bin/restorecon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rilproxy|8b536f2835d6ef9d5072cc5028fe1e153099255e
system/bin/rm|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rmdir|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rmmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/route|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rs2spir|9667edb0eb1317df768f8cb6c3a3a71b74955165
system/bin/rtt|8b37f9748c50fad768fdd026febbb5fecf766aa1
system/bin/run-as|400460db65985085e3ab044ccf010d93819372ce
system/bin/runcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/s62xd|5b5d4cfd6e5906b58a71c70ad0c515860fae9297
system/bin/schedtest|4dce99c89e6b85a395d2ad39db8a5e5392d6b823
system/bin/screencap|b6455fe204f4a81b4492b24215a5ea872b9a3cc7
system/bin/screencolor|9d6a424d9bc46dcada024b1504d67f87646e048b
system/bin/screenrecord|670a6267635407d17417a78af030a89b0283b45d
system/bin/sdcard|a59df86d703fd134f6e0fbfcd5535cdab5ff0263
system/bin/sed|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sendevent|d75ba923fa82f217016731a834a50db93935d10d
system/bin/sensorservice|6985ad7979373730312bf318aa7ad67f9d196177
system/bin/seq|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/service|8c22fabc9492a3ea1a073c9ac222cb27a3874789
system/bin/servicemanager|f06c767b8c7f73dfd6c6c78d8a0e5d96b8af5dbd
system/bin/setenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/setprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/setsid|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/settings|f1052448a30d016b391bf55031d4bdb10eed974b
system/bin/sgdisk|11da5cdb5e2a1ac2bd76828fcb56b3c35fb0f5b5
system/bin/sh|17f0cdc95f2f3e6f5c9633940e7723a0a4fdf97c
system/bin/sha1sum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sink|87ca385f871e47d89d62f7dead8fc97f7e7231e3
system/bin/sleep|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/slpd|2311878aeac8c7914d1b9e0f5cf87242b9ca56d2
system/bin/sm|65f0b59f16d0bd4734bda38b013ace017db54a07
system/bin/sn|1ac757817d2a24d82d930c5359de49039cee7637
system/bin/sort|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/source|006830595f5190dcc0ba4d39ebee0841a47d7764
system/bin/spir2cl|fb2f425a4b18d0c14ea2ad3c226dec1630d47fbc
system/bin/split|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/spm_loader|592d5fc61f242991c384772501ccf7ba4e4f4365
system/bin/st480|7bda8cae74102e4561ae9dca83cd954fa010748e
system/bin/start|d75ba923fa82f217016731a834a50db93935d10d
system/bin/stat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/statusd|32e1dcbf5e15583cd2bd8071dd3d11c8e74d3515
system/bin/stop|d75ba923fa82f217016731a834a50db93935d10d
system/bin/stp_dump3|728f94c1540de11091a6df5e78f417583f750822
system/bin/strings|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/superumount|0527e77f25d889b80844a2c980df16ab516b9c40
system/bin/surfaceflinger|a421c4a9376f95aef9f98dd8f4a1322cfde229c5
system/bin/svc|95a58a7f43d5d1f5e41825480cbb322d338400c7
system/bin/swapoff|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/swapon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sync|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sysctl|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tac|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tail|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tar|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/taskset|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tc|d09bce81267bdc6560329c212ba765aa234883e9
system/bin/tee|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/telecom|93a770a1631929cadd07cd703e79417d0f230db3
system/bin/terservice|4f90621f93603fa5cb969fc2ac043a52c0f2df71
system/bin/tertestclient|2140937c1b76247865c437eaf0acb76fdb03cc5f
system/bin/Test_Binary_P18.bin|2285b5b8a17c03fbf84df6580a1d6f214419b7f2
system/bin/thermal|9650a1b1ed6b91a361825bb2ea21a235916d66b4
system/bin/thermald|74256ebc1e05d665071e542945044b371a27ac83
system/bin/thermalloadalgod|3946b13ff1d0037592d4d69278c75b02a14e43de
system/bin/thermal_manager|44b6cc4279fb2e596a4c6f7d8c4d7e82a0fd8925
system/bin/time|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/timeout|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tiny_mkswap|50affc550886fb5be30dc9a129656127f27be891
system/bin/tiny_swapoff|4d5ec49f5ceac5cb94a0680674422007decc7d38
system/bin/tiny_swapon|d9309f943913faf3282d4abbf3ae0315306e1eda
system/bin/toolbox|81995fa7faa6d454ceac071a8eea001c4f844c91
system/bin/top|d75ba923fa82f217016731a834a50db93935d10d
system/bin/touch|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/toybox|f6e77cda488a4f26da649631e21b699a7327a551
system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/true|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/truncate|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tune2fs|c2cd8629f0bd9dd264cc9a00f1aad34a6b11f1c2
system/bin/tzdatacheck|0a81f11077a9302c1452be0e69f3352c1f7013d9
system/bin/uiautomator|eaa28773bd46cb35fca8331eb30f25c52bfa0168
system/bin/umount|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/uname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/uncrypt|d7ad0999d27886f00d60245ebbd19243a304f057
system/bin/uniq|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/unix2dos|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/uptime|d75ba923fa82f217016731a834a50db93935d10d
system/bin/usleep|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/vdc|a8649f5dba1a6616be420267e133bb1a4870ad5f
system/bin/viaradiooptions|aa36ef33d06599c6a4272e1245fa3abe26cf3009
system/bin/viarild|f90abe3b66bbb05bed04cc79c1291d6b0c6d631b
system/bin/vmstat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/vold|d67f255491276368f7ff964e3a73ecc3447c4831
system/bin/volte_imcb|948aecc28a436b0af5de0d9886fe503e48dc6664
system/bin/volte_stack|f8ab02899615dfc15e4185ef4c055f361dec0892
system/bin/volte_ua|25c816cb1310d64ac2ef7412bc9afb2d84055a2f
system/bin/vsimd|2db9b6073a673af5ce8e684de85553b497104c44
system/bin/vtservice|5faa4a8c7481251570fac52ca491c8add4756f98
system/bin/watchprops|d75ba923fa82f217016731a834a50db93935d10d
system/bin/wc|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/wechatproxy|d4c494bd66c1a6fee159d63948fee64dcb9cf460
system/bin/which|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/whoami|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/wifi2agps|90396082d30d3911190faa4550a7ed4c57928571
system/bin/wm|4e3e3104b0dd4b16a310b389b09c82032a103171
system/bin/wmt_loader|bb513f7f6e2e316bb6e105e37d57a2f3dbddc6e8
system/bin/wpa_cli|58d988054be0491dd0ac191cd5b4159df6c8cef9
system/bin/wpa_supplicant|14bca8040d0983adfcf8fae10c49370f7b01ed54
system/bin/xargs|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/xlog|d8f0c4904f381b70fbd76795ba0484d46e79e881
system/bin/XMTEST|74831477c1411dd8e48a975ab067160a9e915767
system/bin/yes|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/zip_utils|5b3eba59505ebb75baa04f4548340e4ec78f89dd
system/build.prop|4a6ad45cee54b34e3c8c030af5df25016720ece5
system/data-app/klobugreport/klobugreport.apk|30b3e26f04ca1dbea68e17c313655413ad7225db
system/data-app/klobugreport/oat/arm64/klobugreport.odex|3a93ead3adc9ff4a09f7edaf31c0229c1bec553e
system/data-app/MiFinance/MiFinance.apk|db6fbf93a716d04fbd32d89a7ffe56a0cbce5c3f
system/data-app/MiLiveAssistant/MiLiveAssistant.apk|802067a6594b175210d50c826c85b411785987cd
system/data-app/MiMobileNoti/MiMobileNoti.apk|99bde91ec3dc52d5215388fa71e63a4043969c04
system/data-app/MiShop/MiShop.apk|f7325a02fdf84b561ad41a14880022cbbbe77dcf
system/data-app/O2O/O2O.apk|eba8f620bd911f6d4d0f10d0f2ff676187eee68b
system/data-app/SmartHome/SmartHome.apk|53e740499445063e1348828d9cb8bcf97882b0cb
system/data-app/talkback/talkback.apk|e7e7686d63e3285e20e75abe5f65688f0fb6d537
system/data-app/WaliLive/WaliLive.apk|2174e30b2d6544f4ba071641706ffcd9c5df4c8c