-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_files.sha1
4804 lines (4804 loc) · 379 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|e0e728274ddbfdf5877c3b2670e0ae1eb30230df
bootdts/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8956_MTP.dts|a00d4a599c381b8a3e37a773e14902882b82660d
bootdts/02_dtbdump_Qualcomm_Technologies,_Inc._MSM8956v1.1_MTP.dts|9866b4ec16a97003f4c4df640fc9a2d379de313a
bootdts/03_dtbdump_Qualcomm_Technologies,_Inc._MSM8976_MTP.dts|5209b0cc9401586a2c23eaddaafec76d4a091f17
bootdts/04_dtbdump_Qualcomm_Technologies,_Inc._MSM8976v1.1_MTP.dts|8969a872be5be8c0df26413eb600f521a2890e69
boot.img|65f406926cbcad015126673ffd8751d4cfb43e21
bootimg/00_kernel|01f8927873354092cd2478145a11e7c1697fa07e
bootimg/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8956_MTP.dtb|6d82d469d014fa9a13333b5843ed8f3b8d07e83a
bootimg/02_dtbdump_Qualcomm_Technologies,_Inc._MSM8956v1.1_MTP.dtb|4850a2b6c5c65cb382913d409795dd176c4133e0
bootimg/03_dtbdump_Qualcomm_Technologies,_Inc._MSM8976_MTP.dtb|68c6888096d86217a1b873538eaa3cd049d13831
bootimg/04_dtbdump_Qualcomm_Technologies,_Inc._MSM8976v1.1_MTP.dtb|83783a5bcd3e05e93ed242fcc4b8afca58e4dbd8
boot/img_info|170a7cb7a2a86b800bff2a763ae4887d38d21dd6
boot/kernel|3cae1144cd4b14898bae893c9ad29f2f77aa33fa
boot/ramdisk/bin/adb_keys|ee2ed06e1ad68342c89aca49cd8017e2653bb94f
boot/ramdisk/default.prop|da293b57ae7133b7383205d64093f7c395807ea6
boot/ramdisk/file_contexts.bin|5242a05851fd104709e6f2f14509da2969a9f324
boot/ramdisk/fstab.qcom|74461b5eedb096f175c2a556ccfffe48d020de9a
boot/ramdisk/init|7391d226a62094c49c5104e433aa2de7afea0eea
boot/ramdisk/init.class_main.sh|af3b9687bf38296be297b7328e39f1b2df65eb67
boot/ramdisk/init.environ.rc|58be6fdab429983d941523ecce6c32ed14f3a01a
boot/ramdisk/init.mdm.sh|a676b53b61235615dfa53ea4b31c96648e4f0e50
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.qcom.bms.sh|a80b4c162a4f0c976e3680077dd94aec1ab92676
boot/ramdisk/init.qcom.class_core.sh|7f0023dbea4f8f7ac621845e25b3316a12f5a71d
boot/ramdisk/init.qcom.early_boot.sh|83facee1cbdca96aa4605042863b797bdca23319
boot/ramdisk/init.qcom.factory.rc|be0a0a444deb18da7e4a4ab05dfedbb322cb3a98
boot/ramdisk/init.qcom.rc|93105af25ba173eb1432a23d03172871fee872e0
boot/ramdisk/init.qcom.sh|60447a951f4601369d0ecf222e0889f70f6c5ca1
boot/ramdisk/init.qcom.syspart_fixup.sh|4d95770ad19368d92b16ea9c2705c2c89819140c
boot/ramdisk/init.qcom.usb.rc|2d87de64fa488a8045050aca9d91bcbdb9e54729
boot/ramdisk/init.qcom.usb.sh|32519a39c90fbc0b2fecf0a603fce7cce57fef61
boot/ramdisk/init.rc|30476eebc7578831251bfd9eaca127be3cc98712
boot/ramdisk/init.recovery.hardware.rc|9384e1f7e3aa383de3afc846f13b0699fecbba56
boot/ramdisk/init.recovery.qcom.rc|f3e0c1a453d96b414e9c67cd92d427e282045b3d
boot/ramdisk/init.target.rc|97ef1df43df581c9c2e8662af517b692086349bc
boot/ramdisk/init.usb.configfs.rc|b4b534ababedde672d960edfded5e3f777831f45
boot/ramdisk/init.usb.rc|5fe46b3b8fc2dbc3737dea51f75ca1f8107044bc
boot/ramdisk/init.zygote32.rc|fb037d4f9d50fe5d0a47939935c88075633e80da
boot/ramdisk/init.zygote64_32.rc|6400322f3e671396554af38eba498de3797572a8
boot/ramdisk.packed|f4c6fb92ab71c67513764eaf249378e3b1d4e94f
boot/ramdisk/property_contexts|29381fcae5414c6ed8dffb0c1a301732cd6cea2a
boot/ramdisk/res/images/charger/battery_fail.png|0e65ec2d5f21ecf03d3ea7e1c1b821a7ebee1728
boot/ramdisk/res/images/charger/battery_scale.png|84066970c9fe65be5e5e752e225ce07698147a36
boot/ramdisk/sbin/adbd|f193713d844b00fc3920b9841d69785a45d0aca0
boot/ramdisk/sbin/e2image_blocks|df70c0bc6284d145766a8c0897dad529db57e11e
boot/ramdisk/sbin/filefrag_blocks|a45d63a8461dded562a8e2913a223f5d83f540bc
boot/ramdisk/sbin/healthd|ac1e13f2345b6878a0393c9611f2be74e8dd63fa
boot/ramdisk/sbin/qcrypto_module.hmac|2864452eb8d2b3890abe31a4a47799119b4465d5
boot/ramdisk/sbin/qcrypto_module.ko|72b28d1df3970d68663abbc4276f31ffefad7fb9
boot/ramdisk/sbin/qdrbg_module.hmac|877ad4f15f52e43e23608ff24885b334fff597f2
boot/ramdisk/sbin/qdrbg_module.ko|f0bbb464d1c2182f192ae40cc32dae9c6a9b641c
boot/ramdisk/sbin/qfintverify|b9b1e3e3ae93b713b2e73eed641865d7ffe39231
boot/ramdisk/sbin/qfintverify.hmac|01cd5ddc410f031398e8d3d712850ecf845cbbea
boot/ramdisk/sbin/setlockstate|a60bfabad850ded0aa9bb8cfeadff0e417ec62d6
boot/ramdisk/seapp_contexts|118560e70d887523658a778a2b7c7bc9b18b0529
boot/ramdisk/selinux_version|5f509887bf5ad3d908ee6a7f1a82a6f3075e5a35
boot/ramdisk/sepolicy|3ebece38bb1ca0e4105612a7a6e806377eb61343
boot/ramdisk/service_contexts|cf8f939678e382718224343299641c62a8e0784a
boot/ramdisk/ueventd.qcom.rc|22a8c4ebaa2318479eaba12a0de9fa44d450d866
boot/ramdisk/ueventd.rc|768b2c05d1cbad651e0dd8035aa1315ad3f26e62
boot/ramdisk/unlock_key|609d6f716d3b529040605af09ee6c795040ed267
boot/ramdisk/verity_key|ba2e9dc383bdad9c9ab72503d93f1c453a5d9e03
bootRE/boot.elf|6aaf7bc8e7208fa03a0c989452bc562b69b196b7
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-com.achievo.vipshop.channel|1503210afe7f5cca5141faa40a9f91bc52f46487
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-Zixun/partner-Zixun.apk|5b2c3da95649fe752ac421c873cbaf78b36d32ef
cust/app/customized/recommended-3rd-com.achievo.vipshop/recommended-3rd-com.achievo.vipshop.apk|f0ce6861eee9e9c84588f17c3e2b2b2b5258da20
cust/app/customized/recommended-3rd-com.qiyi.video/recommended-3rd-com.qiyi.video.apk|5258c13a55e6f7d0717b57e5332fd9948a282d85
cust/app/customized/XMRemoteController/XMRemoteController.apk|06c4013a5fc7d71e6c56876cf3ef290838d9a6f8
cust/app/vanward_applist|697fcd4187e5f8d67cc76191c7f23d59e1294ab9
cust/cust/cn/customized_applist|4e30b7d3c2676dec9845dd56bff7c7ee60c1f8ab
cust/cust/cn/customized_channellist|ab10d3a3d96eb85a042d2e7ce2910a744c6fe0ef
cust/cust/cn/cust.prop|309bf61c666583ac22e3632bc9a93b762d45b788
cust/cust/cn/ota_customized_applist|75cecb50b1b0e068e12ff9e2dbf8f83138b82f14
cust/cust/cn/ota_customized_channellist|ab10d3a3d96eb85a042d2e7ce2910a744c6fe0ef
cust/cust/cn/ota_recommended_applist|4d2c073e24b841c39586a35aa3bbfd1046a931e8
cust/cust/cn/recommended_applist|4d2c073e24b841c39586a35aa3bbfd1046a931e8
cust/cust_variant|b0bc9abd90e2f7b3bfd695191e2d0034bb1b2f52
cust/prebuilts/com.android.deskclock/com.android.deskclocklib.res20180703.apk|03efbd37cd3b9761c1b4dcb220c056d2f4b5b7a6
cust/prebuilts/com.android.soundrecorder/com.android.soundrecorder.external.lib.apk|691a16b3d390fa56c1dfeac26636642a2b5aa075
cust/[SYS]/Journal
modem/image/adsp.b00|d3fb4de19f8c74000394167c8e0a383254dabaf6
modem/image/adsp.b01|350ba99428509fccebd6253739be5f0a98a042b7
modem/image/adsp.b02|770ecafc174bd9786125ef579886a08038794d6b
modem/image/adsp.b03|1fa0e045166c67c441e89374196e640af90fa26f
modem/image/adsp.b04|ce494909e03e9f4d74144e9cc0704d0770a2df20
modem/image/adsp.b05|26007f588a4d3f4c5d4fe0fc3652b2f49d328157
modem/image/adsp.b06|1ffb68111f9f8adb4958e851c582c9fe96a57cb7
modem/image/adsp.b07|4680bd1d6d6dfabe1bbca8ac0703a80c964fe6f5
modem/image/adsp.b08|4698095a477a38ca0e788bf9e6a331d02710a9ad
modem/image/adsp.b09|bc8ead86f991ee073d18954040be9cbe0d1853c6
modem/image/adsp.b10|9558e73d05126b12660446132aa067c3728967d3
modem/image/adsp.b11|a3188d9c31c76b537f7926c9904ad2b4a0ea00e4
modem/image/adsp.b12|66d19804fed1ec193161151fb418d3459ce65dbe
modem/image/adsp.b13|e24430feb9c6efe12da20b44c2f3f01855091280
modem/image/adsp.mbn|5d9ab87eb239b1088ccbd9d8bcede8bdba75574b
modem/image/adsp.mdt|eee211f4fede94fc9bbca971ceb3340375fadae4
modem/image/cardapp.b00|46df28a5bbc995eec6954766c2e6c3fc488de4f4
modem/image/cardapp.b01|3523f0b54d6c2d8bbf66427d89083c4ef8e818be
modem/image/cardapp.b02|858c09984b6704ad76fdbfa0b2e38e76e3960218
modem/image/cardapp.b03|9f9903aaa2a2d8d51a4b839b2bb033309800f566
modem/image/cardapp.b04|5bde7aba937e6c1a64f2cadeda84f716ee4eca47
modem/image/cardapp.b05|78632ffc1c832d3ec3eadf095aa9ddf112eb9863
modem/image/cardapp.b06|9120aaea6e6d584a5ffc7171f499c50a1d61d84e
modem/image/cardapp.mdt|607ddcac1ec997e7f600edfef165d4861f302f4f
modem/image/cmnlib64.b00|91dc22eb4f0bd9760fa0e3f361f59e9656482882
modem/image/cmnlib64.b01|14e597f70cfa287f85e39bbd5ac7effeba19056e
modem/image/cmnlib64.b02|6b17c3fa769c227c7889a13a20e3193227da86ab
modem/image/cmnlib64.b03|8eac9de17241e1ffe9179592f8b5dee5009727ec
modem/image/cmnlib64.b04|ead04fd5b64708bfa33df26b741c2bb3608b7128
modem/image/cmnlib64.b05|ec2630118108b701e0f5dd09fd1d9d6e06eb4b46
modem/image/cmnlib64.mdt|4c09a17695501922e5c4a12adde2c6cea6d5994f
modem/image/cmnlib.b00|e9943ae1936d13374224f409c0017f9f6935684b
modem/image/cmnlib.b01|65239aee0c57d48ed1e4465d5c549cbb6e804388
modem/image/cmnlib.b02|b8e07d58e74edbf1ede5a538589a31cbcc622b1c
modem/image/cmnlib.b03|bdbd549f44e76d000bd1c153d1a77bd9bb0db8a5
modem/image/cmnlib.b04|c09da6762f3e49869a5a1e206b0dd3c0dd21500d
modem/image/cmnlib.b05|25e0b62b135d20669bd44735564d09804fe1a034
modem/image/cmnlib.mdt|92969d49c6811d72b66f13ba73c73661e89b93a2
modem/image/cpe_9335.b08|c7c2770645e7611ae33bd7a0b3ed948d39f17c06
modem/image/cpe_9335.b09|e2960a544d77f0f77f1a5af620e28d34972c5423
modem/image/cpe_9335.b11|9e7df2d0b9569a2725c74c8889d6ecfd632b3dfc
modem/image/cpe_9335.b14|ab0c6abe7dc8802a9a00f0a10d5cacbf2cfbb4ef
modem/image/cpe_9335.b16|2441b80d85f58e679ecec5df19e46a80985dbd72
modem/image/cpe_9335.b18|26e2aa9a4cfddcb97bceb3ccf7218269a071666d
modem/image/cpe_9335.b19|6fb3a34ccd4f413c67608e5b4b3be82b62c1c804
modem/image/cpe_9335.b20|bc837d9c8d8b574af758199b4890a7dd8a1951d7
modem/image/cpe_9335.b22|3059da347b6c00e421eddc7a75bbf1e106b1ad69
modem/image/cpe_9335.b24|d0233df0d6a2c4fed22c8cc834c4e99ea4f70967
modem/image/cpe_9335.b26|c77b7bdd02aaa1792b80971f0f74ff1155178bba
modem/image/cpe_9335.b28|1610528a1c0c20abc556110f631f3ad66848c507
modem/image/cpe_9335.b29|d3c2f5f405daa2421419cb6855df3ae0312f289a
modem/image/cpe_9335.mbn|20ff2d076fdd6033ef87472a77e0727c025ae59c
modem/image/cpe_9335.mdt|b4fa209089cfe9cd84b7b71f75d691125794e8b6
modem/image/cpe.b02|f643ff8f5bff895437815b0b55c20c2d6e2beaf2
modem/image/cpe.b04|c7c2770645e7611ae33bd7a0b3ed948d39f17c06
modem/image/cpe.b05|c603682f6dd8e785b1c49cd05984f64e2a6766eb
modem/image/cpe.b06|7358e2e862c5d6efdf296131b354d6eda7f7f5e0
modem/image/cpe.b08|2441b80d85f58e679ecec5df19e46a80985dbd72
modem/image/cpe.b10|148078d326b4ff978d61ccb25d53825dff56e6f2
modem/image/cpe.b11|f5663a0f7d08a9f75e406c1faaf57df9511062c7
modem/image/cpe.b12|bc837d9c8d8b574af758199b4890a7dd8a1951d7
modem/image/cpe.b14|3059da347b6c00e421eddc7a75bbf1e106b1ad69
modem/image/cpe.b16|d0233df0d6a2c4fed22c8cc834c4e99ea4f70967
modem/image/cpe.b18|c77b7bdd02aaa1792b80971f0f74ff1155178bba
modem/image/cpe.b20|1610528a1c0c20abc556110f631f3ad66848c507
modem/image/cpe.b21|ca581b5949887de5cb6c52e21ea5401b1143cc1a
modem/image/cpe.mbn|c4fa4d5de882f4c5f7f6098e18e2d0a717563ae8
modem/image/cpe.mdt|abd220f3fae41013e81c6cd93c4b54b6262c313a
modem/image/cppf.b00|e07b9695f8a134d2cf9ca197c85f2aead142c624
modem/image/cppf.b01|06bd3ba2777123343516346bb647131a1180bf87
modem/image/cppf.b02|669c22504d3818d08c76148bd161eafe22798f4d
modem/image/cppf.b03|6847fee4e6fde5db505f7e9da30bcbad54a13bfe
modem/image/cppf.b04|f1c573fbd66c5d73d9dd81287babd7bd8c587351
modem/image/cppf.b05|a92f924b67dfcdaf26460c5a3ef92d7376ca33f6
modem/image/cppf.b06|ed28eae3fdafb9fe1bbc6d46466a47234de38904
modem/image/cppf.mdt|1ab02000552049bf0ee5bf0f6a2b7d31a6fd8bae
modem/image/fingerpr.b00|85354c09fcf46e348e7a97c38a796c3e44e9289a
modem/image/fingerpr.b01|f807801ca4fd32476a1b7ec402c7c8583b7a6a5f
modem/image/fingerpr.b02|07af09b39145a085dcaadc8386cbe3569dd0631d
modem/image/fingerpr.b03|cec66816de8b2599714492eda10b1a260e7450db
modem/image/fingerpr.b04|32e76e7081e02d1e42e29c5cee5e12078e45a3bb
modem/image/fingerpr.b05|629299bc977215ea94e3ba5399c9992303a40eda
modem/image/fingerpr.b06|e390aadf57a89333b72b6cd7c416528572f8c925
modem/image/fingerpr.mdt|9b23ee5401e90f4c5cb1befa61b3f4c131cfae6b
modem/image/fpcta32.b00|2d5eec1c22917d27f386eb7f6604c79ca37adf02
modem/image/fpcta32.b01|14231273480eb93dc062730319c3473942931791
modem/image/fpcta32.b02|f9e5150cd787ea08f8dc582b15ae69f7eaba1b73
modem/image/fpcta32.b03|3cd3ae03c246de6dda090a44b19470fe082050f1
modem/image/fpcta32.b04|040b5094cf614794fe6b6982dffa745806406a05
modem/image/fpcta32.b05|92828de495998f7f1b644730d3542c70abd9e5fb
modem/image/fpcta32.b06|9bfd2b939e8a36e10b624626bb3264555b0ada3d
modem/image/fpcta32.mdt|3f4fa2b8bd05fbd38ff7d638ecf94abe5d9649f6
modem/image/gptauuid.xml|5382e47263fcde5fdfcff096c6979d368ef95e6c
modem/image/isdbtmm.b00|b6b6030d79ef09d256488b034dbf2f9f3f05202b
modem/image/isdbtmm.b01|fe42c770a9fd41353618cdb187e6bb90dadb37ee
modem/image/isdbtmm.b02|fc3b295844bd0362a799b1e87a5edaee448878b7
modem/image/isdbtmm.b03|2e7c094405968d85b421a16801d6f7bb54cc5ccf
modem/image/isdbtmm.b04|f07c041a2479673023181d8963e0b22e7c92d0c8
modem/image/isdbtmm.b05|0c9fe43c6077395d6db4e55888800916cb9561b1
modem/image/isdbtmm.b06|f377ed3578fb2db4a98b3c314825e733ae6aa3dc
modem/image/isdbtmm.mdt|a631e049bfe8cf15daf149b88750a316221eb995
modem/image/mba.mbn|5702019432451532d132e7004636762925267a33
modem/image/mfido.b00|1b633145cb3c6884b3ec033328e0266a97d0d3cf
modem/image/mfido.b01|45248b10e416910d233fa530b3ed341dd9254014
modem/image/mfido.b02|fd08679903f4dd2f386c2aa09b69aa6d31bd77a8
modem/image/mfido.b03|046cff5db8f518e3c18531df3677bae5bb8ebea3
modem/image/mfido.b04|a6594a7cd57298c447566388a540ac649c1b8179
modem/image/mfido.b05|1f4efb156fac766bbfe6a2b06e146eae3e458865
modem/image/mfido.b06|429d742d7a9cccfbe6fe36429d87bd04d710fad9
modem/image/mfido.mdt|25428b5c9ed528fdcade4d7c7dfe1492fa1c4821
modem/image/mlipay.b00|49ba5ec7a3857546d581475434a93c3ebaeb1805
modem/image/mlipay.b01|437a1205caf285cd81525818188c997e9aa76979
modem/image/mlipay.b02|da9a8bc61df50927b05ce98aef16c52f73d1967d
modem/image/mlipay.b03|7e261b5e817e16d7c8c0f683628ac527fd18fc45
modem/image/mlipay.b04|95da761a8e4c4e63d597cc583d1ec0660fadd073
modem/image/mlipay.b05|d054f6e5af5e5ce14473cdcb81f7eab07942f910
modem/image/mlipay.b06|606d4fae7ea9923755d78ce79e045bc27e2b99d4
modem/image/mlipay.mdt|cf19989f61e90b62a7e6cb7ec726769b3351ecba
modem/image/modem.b00|e6f306e457666be35a004ded4ff6d7dc2b89323c
modem/image/modem.b01|adff34417f9cd38e7db6b0b279cfd8611eac8e79
modem/image/modem.b02|25891c302d6742d0e2ac625d8eef5f8119dbc170
modem/image/modem.b04|151b5d6802de2fd37ddfd7399f37fbaa56cda511
modem/image/modem.b05|4d4109f03b4c36dcb15c48e89632ea1d1daabb4d
modem/image/modem.b06|39182886647857c7c82c79d055612cf7f298655e
modem/image/modem.b07|efe955f21a22f9419f00edf86f6ceebc7a8580a8
modem/image/modem.b08|09c19c7158918c18fdf34de50869adddba766ad0
modem/image/modem.b09|7a281aaf5bdcba9b09d50def29951fd24f6b2a8f
modem/image/modem.b10|06058f814921be1920171c9f607b76567f0cbd0b
modem/image/modem.b11|109a4e53cb6885eddc1b7914e22def94f0bc7f0c
modem/image/modem.b12|c386b01c8032e7b90df64173ce570ec163bbce94
modem/image/modem.b13|6444bd23b76a1896db1ee9b3e908c8ce053d0ca0
modem/image/modem.b16|b641eb731f9f3656f107d708055c7be985a085ec
modem/image/modem.b17|4c2f9aa9398872b808af1fbd0595263768c4e3a8
modem/image/modem.b18|255ae1657a81ee77baa728b2907a8df87ce23894
modem/image/modem.b19|6820c5f05ca7c2cbf6645caa56eabf8b78c00314
modem/image/modem.b20|903b58f4d3797d269d24c34d8482cd53ea4400a4
modem/image/modem.mdt|517f30cbb237acd6aa934c6e8c80b351d58c39f8
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/airtel/mcfg_sw.mbn|c5fd2cde0cc06c95abd811da7eca2a47f3604bf0
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/cmcc/mcfg_sw.mbn|f84f01fa00dc7cba08e24125b8fac4fcb3954d27
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/ct/mcfg_sw.mbn|e8b8a9a29f1da0c5f47919c4fb11cff182c06725
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/cu/mcfg_sw.mbn|5d7aea02af13444a9c56a3aeddb22a69d02bf001
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/default/mcfg_sw.mbn|a6cac188075468887bc9a114d2ced8183ac9f1b8
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/idea/mcfg_sw.mbn|2c633fea97e25485ad988e8206a91b0edd298366
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/cmcc-eps.mbn|8f9fa0b9fe48bf76ea7fb123c8d2a1ea0c56d90b
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/cmcc-tgl.mbn|2a5bfb2e6c6b3bb8caaaea1401b7d6e7ab299c10
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/conf_vol.mbn|e63ea1c34f799dc7d3514aa9afe04c7eb009e457
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/ct-cta.mbn|190485c65636d3dd3292b28a1e05369ac08d2253
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/ct-eps.mbn|c557b8c78043775e5a78e79ed62b8e614bdd8d52
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/ct-noapn.mbn|ab30acadb7838cacbaf821d9f9af79fbd007b822
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/ct-test.mbn|d945611f2bab93f089c0af6a5bf392cff93f2d6e
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/nsiot_vo.mbn|6a263c949be6b2c1c27fa62492e2c2f02a55d55d
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/lab/w_irat.mbn|72f66dcb6b604f793ea8cc6741e32936de93d7d1
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/rilj/mcfg_sw.mbn|926cbfc95a59a1c515a3151522ea3781ce0bd4f5
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/sub-cmcc/mcfg_sw.mbn|201e657ba4977237bc490fca64fad6d053fbdd02
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/sub-ct/mcfg_sw.mbn|169924f88b6035818f8b02f51541d9d5a636a5f0
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/sub-cu/mcfg_sw.mbn|aba5b0cbf1544f5a11c3e236ca8dc0ff87dd0734
modem/image/modem_pr/mcfg/configs/mcfg_sw/mbn/ytl/mcfg_sw.mbn|c1cb9bbcaf3c7f89b2c8895a27e67eb5bd47724a
modem/image/qdsp6m.qdb|045e07d7d3436c3f4e81326ec4e6e7301939c10d
modem/image/secauth.b00|66f265baeb0692d98effc6abd2ac823fe0b3bb7a
modem/image/secauth.b01|821393b0c75035e6a0f9f00a8dd17d49441e38e8
modem/image/secauth.b02|b1ed12b5f1942f47b46150c4273596ac854ef1e8
modem/image/secauth.b03|c56e9e834bcc9b02a195bd7b4013bdfa30f7ace9
modem/image/secauth.b04|364628d71ca063ed0331dc0ab67fbe0bb420a096
modem/image/secauth.b05|f95ed8c789f1b68e07827ac5d0e436bef291b710
modem/image/secauth.b06|95f7b38127656c48dce398cd9e8eddacdaaf8cc1
modem/image/secauth.mdt|999401bc3a823db3ce75970dea476dd194ecb092
modem/image/smplap32.b00|db1f1b1b019e616572a7169e930f42c25ef76351
modem/image/smplap32.b01|e7f9b58e686b4eeb89ced09ebcdec871c3d500ab
modem/image/smplap32.b02|7dff2d8eca5a4f8b97b05b1380499bb44a0d8fb1
modem/image/smplap32.b03|a1eb0de7f6be3f9489d155562be0cb0687983b93
modem/image/smplap32.b04|b98f771f38899bfd7d1f362de4b0cab1a0470c93
modem/image/smplap32.b05|cba4cda134ceb3376e1cf6638b21cf8f38c13e47
modem/image/smplap32.b06|47cc8fbc465acce9a17da6b18e9bc6e5d892d566
modem/image/smplap32.mdt|34eea7899c7d9f3a8cc8de49531aba29bca26119
modem/image/smplap64.b00|7a4e2acd6424df5c9997fdfb56d246bf15d18f12
modem/image/smplap64.b01|9e585d1cb4d8944982196dd055840624e282fcf2
modem/image/smplap64.b02|e74f0cb7212080371ba264cd84dceaac58e2c2d5
modem/image/smplap64.b03|746900fba2004f485d267944173c0e4e14f41509
modem/image/smplap64.b04|5c5a29d5b4cc61ab0ab16c9212b53ff37548cafe
modem/image/smplap64.b05|daf312229efad490e4efb181e35eb22abc466247
modem/image/smplap64.b06|ee070d38938b899fdaa4d97410208f5f8e0353ef
modem/image/smplap64.mdt|91475aa5cd7d75ca2d79cb37307705991944ead9
modem/image/vsimapp.b00|103ed7e7a7f1be6fa6c90dc9158384c8c7a234bf
modem/image/vsimapp.b01|915811318a3c06f10e06a644ad5e28b3a5e94a67
modem/image/vsimapp.b02|2e6376da0fbedc8552d570e2aa09d5f0b1775dd6
modem/image/vsimapp.b03|32b74657bc1e870ab8336779718a8766274db8c4
modem/image/vsimapp.b04|c20f646195f5e703f45d26a0a6963b28fd425d6f
modem/image/vsimapp.b05|3d22cd6566c230a095533adfddcc4244458aec6b
modem/image/vsimapp.b06|3ec9cc0209ad500318e1d42414278f5d29c7f271
modem/image/vsimapp.mdt|35eb859ead32d6c65c3555758f3a7daa86f402de
modem/image/wcnss.b00|a1e0ea55ca779b632199a1b3ea368ae54d640508
modem/image/wcnss.b01|89e3334808d5c72b4ff600163223cf4dda9aa842
modem/image/wcnss.b02|e8108cefd8dd6b8a4c6dbe4b709905bc04b97455
modem/image/wcnss.b04|4813f58058393519d783b761a2524aa67c3f7315
modem/image/wcnss.b06|05cb6b839e20ccdd28d6ed88c3cc2f8002992bcb
modem/image/wcnss.b09|9438e360f578e12c0e0e8ed28e2c125c1cefee16
modem/image/wcnss.b10|241f8bf17459eeaac981dcaed9806b47a9a4c2dc
modem/image/wcnss.b11|0f60bfe50f3744b4a6653e5a85af4d3ec0991927
modem/image/wcnss.b12|9de31b135f0d5c179b1390dd3d7f947d7658df27
modem/image/wcnss.mdt|7067bf7e87f97da02e75c0d144f449a557e193b0
modem/image/widevine.b00|eb9c4c570e8b0f4017ebab3be90031bccd42702e
modem/image/widevine.b01|b6da8f79c99dd925a0d7fa55bc6ea17fc1333367
modem/image/widevine.b02|5a6cbb7dc7e3aeaa9952d3c1a654146738af542f
modem/image/widevine.b03|ad16907e5d01ccf36bcc2a908a83097a8f748bb2
modem/image/widevine.b04|cff9b47f81dc12118c698bf353e9e58e9ffc2fd6
modem/image/widevine.b05|6cde4f99294c95389ee7929439ad951a00ecf132
modem/image/widevine.b06|0aeb33878980733009d75577b4208cd4dd6452ee
modem/image/widevine.mdt|693b18cb71f7ae1603fa38d2f2b67bf3550a0db0
modem/verinfo/ver_info.txt|5b48d6add9320a051c4c7184afb186ff7b577a5f
README.md|dd4584531e3b239f8004cf2ecd7e01314d60e42a
recovery.img|0b85b81801dc2dbd1c6a24afc2349cab95cebd4f
recovery/img_info|e27bd67cccccda7695b592e506ef98025d395807
recovery/kernel|3cae1144cd4b14898bae893c9ad29f2f77aa33fa
recovery/ramdisk/bin/adb_keys|ee2ed06e1ad68342c89aca49cd8017e2653bb94f
recovery/ramdisk/default.prop|b9b67d524f4a953a5a6374fe05ebda371dfbdcf3
recovery/ramdisk/etc/recovery.fstab|76a597da2b5e30424bb31bd5490bf15da36b8d4e
recovery/ramdisk/file_contexts.bin|5242a05851fd104709e6f2f14509da2969a9f324
recovery/ramdisk/fstab.qcom|74461b5eedb096f175c2a556ccfffe48d020de9a
recovery/ramdisk/init|7391d226a62094c49c5104e433aa2de7afea0eea
recovery/ramdisk/init.class_main.sh|af3b9687bf38296be297b7328e39f1b2df65eb67
recovery/ramdisk/init.mdm.sh|a676b53b61235615dfa53ea4b31c96648e4f0e50
recovery/ramdisk/init.miui.early_boot.sh|335875914cd57537befdde5d886de6d9ba319a8b
recovery/ramdisk/init.miui.post_boot.sh|a8421d94e2f3a5149ec0c8412cb1c1a2f6d1147c
recovery/ramdisk/init.qcom.bms.sh|a80b4c162a4f0c976e3680077dd94aec1ab92676
recovery/ramdisk/init.qcom.class_core.sh|7f0023dbea4f8f7ac621845e25b3316a12f5a71d
recovery/ramdisk/init.qcom.early_boot.sh|83facee1cbdca96aa4605042863b797bdca23319
recovery/ramdisk/init.qcom.sh|60447a951f4601369d0ecf222e0889f70f6c5ca1
recovery/ramdisk/init.qcom.syspart_fixup.sh|4d95770ad19368d92b16ea9c2705c2c89819140c
recovery/ramdisk/init.qcom.usb.sh|32519a39c90fbc0b2fecf0a603fce7cce57fef61
recovery/ramdisk/init.rc|54232a266f2261a0e9ae35730fc8f833b46cb47b
recovery/ramdisk/init.recovery.hardware.rc|9384e1f7e3aa383de3afc846f13b0699fecbba56
recovery/ramdisk/init.recovery.qcom.rc|f3e0c1a453d96b414e9c67cd92d427e282045b3d
recovery/ramdisk/miui.factoryreset.fstab|d0ada8654a2d2690a0dcfde62fc09c3131d28302
recovery/ramdisk/miui.factoryreset.rc|d02b9c0f6aac44c06354974ae36a757dd3ecc4d8
recovery/ramdisk.packed|fc10263418d24003e6b2c80365035fd274ce7f51
recovery/ramdisk/property_contexts|29381fcae5414c6ed8dffb0c1a301732cd6cea2a
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/NVdata_corrupted.png|09713c627a4fa82eef0ad0fde3f4896a20d19add
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/version_mismatch.png|fd9861e6d9948f764363e717b99b525f40d68400
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/NVdata_corrupted.png|c9789d98ecd6beed62b13573e3c6cd7e63bd3ca4
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/version_mismatch.png|0be7679b5c3ff9774b15ed6419b6141030b07e87
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_security_text.png|053a1e3dc741d4b09315e8807b5d87fc7c324742
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|f193713d844b00fc3920b9841d69785a45d0aca0
recovery/ramdisk/sbin/e2image_blocks|df70c0bc6284d145766a8c0897dad529db57e11e
recovery/ramdisk/sbin/filefrag_blocks|a45d63a8461dded562a8e2913a223f5d83f540bc
recovery/ramdisk/sbin/healthd|ac1e13f2345b6878a0393c9611f2be74e8dd63fa
recovery/ramdisk/sbin/qcrypto_module.hmac|2864452eb8d2b3890abe31a4a47799119b4465d5
recovery/ramdisk/sbin/qcrypto_module.ko|72b28d1df3970d68663abbc4276f31ffefad7fb9
recovery/ramdisk/sbin/qdrbg_module.hmac|877ad4f15f52e43e23608ff24885b334fff597f2
recovery/ramdisk/sbin/qdrbg_module.ko|f0bbb464d1c2182f192ae40cc32dae9c6a9b641c
recovery/ramdisk/sbin/qfintverify|b9b1e3e3ae93b713b2e73eed641865d7ffe39231
recovery/ramdisk/sbin/qfintverify.hmac|01cd5ddc410f031398e8d3d712850ecf845cbbea
recovery/ramdisk/sbin/recovery|36e04ec2a8db251ee28c75f6665d2196ed6924d4
recovery/ramdisk/sbin/setlockstate|a60bfabad850ded0aa9bb8cfeadff0e417ec62d6
recovery/ramdisk/seapp_contexts|118560e70d887523658a778a2b7c7bc9b18b0529
recovery/ramdisk/selinux_version|5f509887bf5ad3d908ee6a7f1a82a6f3075e5a35
recovery/ramdisk/sepolicy|3e7661e3a9418cbaf4f1f0071450f8d8283b6002
recovery/ramdisk/service_contexts|cf8f939678e382718224343299641c62a8e0784a
recovery/ramdisk/ueventd.qcom.rc|22a8c4ebaa2318479eaba12a0de9fa44d450d866
recovery/ramdisk/ueventd.rc|768b2c05d1cbad651e0dd8035aa1315ad3f26e62
recovery/ramdisk/unlock_key|609d6f716d3b529040605af09ee6c795040ed267
recovery/ramdisk/verity_key|fec22e3872a20d80a51b6619ef8990632b0d859a
system/app/AnalyticsCore/AnalyticsCore.apk|d52ac80e7e5ec2688955db877e85ae0e931859c8
system/app/AnalyticsCore/oat/arm64/AnalyticsCore.odex|39270d4f4a66f2ef5e77b80d8ac1671e2bf7e133
system/app/AntHalService/AntHalService.apk|34b216e1ee8c3fc66634c7a49be160902c4793e4
system/app/AntHalService/oat/arm64/AntHalService.odex|afe5287e829ca0ce57ec6e0fce817cfd96d9dfc0
system/app/AntiSpam/AntiSpam.apk|6a6f29f5d6d68fc99f9c6f16144613175d882954
system/app/AppIndexProvider/AppIndexProvider.apk|49cab57bd8e9199932a49cf539037a7bdc43ff45
system/app/AppIndexProvider/oat/arm64/AppIndexProvider.odex|fb163f367c5c7f34a728d4e032bb83bde5e913b6
system/app/BasicDreams/BasicDreams.apk|3e558feb3ec77b0666226b5668e398ccf30ab2a6
system/app/BasicDreams/oat/arm64/BasicDreams.odex|2484918c65a4786b17a4f884b39270b967204786
system/app/Bluetooth/Bluetooth.apk|6f2113754feb3eafbe5bfb98128db6c42174bd2c
system/app/Bluetooth/lib/arm/libbluetooth_jni.so|8fc0e0e46ce4f364b5be70e65ecd6620e37864c5
system/app/BluetoothMidiService/BluetoothMidiService.apk|b4927df0bfe99326dddca63e156aa5c6ec74a437
system/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.odex|e91e992c531b019ebc1ea9182fab941301fc6f75
system/app/BookmarkProvider/BookmarkProvider.apk|0953f2c0c55c5cc1fe6b3f3974893c308e47b973
system/app/BookmarkProvider/oat/arm64/BookmarkProvider.odex|756c50f40ac667a2cfea73232abfb2d3a4c01030
system/app/BugReport/BugReport.apk|9714d89fd8527be7adbf79217e2350658fc83eff
system/app/Calculator/Calculator.apk|af5e54e79fc7a43b3446b6701bec83bb2b34f34e
system/app/CaptivePortalLogin/CaptivePortalLogin.apk|4bb90c4124e35f9333ab678d3134cf526ed1500f
system/app/CaptivePortalLogin/oat/arm64/CaptivePortalLogin.odex|759743beccb6dc2bb99b8b29148f83bed33f6893
system/app/CatcherPatch/CatcherPatch.apk|1115c2841b6f17397eb9895641d2b9446564b62a
system/app/CdmaCallOptions/CdmaCallOptions.apk|45656eb0ab8ebb27a8a3aae56fc46fcfcce37272
system/app/CdmaCallOptions/oat/arm64/CdmaCallOptions.odex|1e23c22adc9b88c1175ce2ce016ffd7e7ead55f0
system/app/CertInstaller/CertInstaller.apk|2248c7031e8d6d8dfda5d598b9bdd05a6faae2df
system/app/Cit/Cit.apk|344c6353f44fa37849b866552e6c81a9e706d677
system/app/Cit/oat/arm64/Cit.odex|631dfc3b51daeae3692dcc4c5e65b5d3f8e06f3c
system/app/CloudService/CloudService.apk|f6c130c8638f4dacd4af912e9b81717c9b2b2777
system/app/CloudService/oat/arm64/CloudService.odex|83df041e620a13d6b591d7b5db531d467eac6a5b
system/app/com.qualcomm.qti.services.secureui/com.qualcomm.qti.services.secureui.apk|2953735ed49923466643d6387237ad552b13c5fa
system/app/com.qualcomm.qti.services.secureui/oat/arm64/com.qualcomm.qti.services.secureui.odex|04f0c41a28f0b18ce822f0831b9080501c85550b
system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk|b89388a801f98d4ca5514acd5fd582333134c817
system/app/DeskClock/DeskClock.apk|b7f2655a29a5ff35c77d9eec42f6f88b7fefd044
system/app/DMService/DMService.apk|122851263b7438d9da4d16e5803814fa016d6529
system/app/DMService/oat/arm64/DMService.odex|7ba0ae277b1acede3d64acc3ab6bf802341f01af
system/app/EasterEgg/EasterEgg.apk|897257394a4d15eb00df7501e0dcf27f06f00952
system/app/Email/Email.apk|3130ea3cfc1d5a3af362eb2989814bc0bc513d23
system/app/embms/embms.apk|61bc6db38aadcebda0801a4da4f13af732f448bf
system/app/embms/oat/arm64/embms.odex|b327fcf5e88a1db4a250d1506d5a0e208af32765
system/app/embmstuneaway/embmstuneaway.apk|c5794deac7a34f404d8c10a64796c93ee867bef4
system/app/embmstuneaway/oat/arm64/embmstuneaway.odex|4b8d9fa43383c31ae3af4ecac6e94537838f6800
system/app/ExtShared/ExtShared.apk|b2336c320922eb8e59303a5cceadd9509d48eddd
system/app/ExtShared/oat/arm64/ExtShared.odex|394292d37a9d383c67a29176670785dd343138f3
system/app/fastdormancy/fastdormancy.apk|873b80a7fe9d75360a6faa306171198f92b55c95
system/app/fastdormancy/oat/arm64/fastdormancy.odex|d0b8520128a3e3206f6601d4f56228697965937b
system/app/FidoAuthen/FidoAuthen.apk|e88641e8854ca374da35b793e326d7459a27b78d
system/app/FidoAuthen/oat/arm64/FidoAuthen.odex|2923a776f9f75f2c9f06be308af89d807b4cee05
system/app/FidoClient/FidoClient.apk|39179da72ae59521a0f3d7df3dd9ccfd92e89f8e
system/app/FidoCryptoService/FidoCryptoService.apk|5eb9b4d4364fca4e09cb72f19dfe50c2c9a53aca
system/app/FidoCryptoService/oat/arm64/FidoCryptoService.odex|ae225cd654aaffc29183d60e1dc1d9a870730349
system/app/FidoSuiService/FidoSuiService.apk|705a9e956592bf1b71e68e34a45e40550582f51a
system/app/FidoSuiService/oat/arm64/FidoSuiService.odex|ad8e0ea547ad3464c25046f9e0c4e049fc8890a2
system/app/FileExplorer/FileExplorer.apk|7861acfd4b325750d92caf034a6f6b5ce5f5e36f
system/app/FingerprintServiceExtension/FingerprintServiceExtension.apk|4c49da942cdf1960dd75e83c04b632d105776154
system/app/FingerprintServiceExtension/oat/arm64/FingerprintServiceExtension.odex|90d8c10dfa83b38df8be25c369f9ab748e27eebc
system/app/FM/FM.apk|1bd0ee49992fb2c7f76d864b96f6d9d4787983de
system/app/FM/lib/arm64/libfm_jni.so|6cff5ef546c319a7405a00f111d537517b94f32b
system/app/FusedLocationProvider/FusedLocationProvider.apk|f48b30c52698ad8da8a31f2cfd559db642c90dea
system/app/GameCenter/GameCenter.apk|91acc5f008ed24fbc6a119f0388b8df4eafe60ca
system/app/greenguard/greenguard.apk|b5c862fd808eca92e696448eec0143d6695d7943
system/app/GuardProvider/GuardProvider.apk|87d425e9ac72bb43b9d522e2632f47f85f4f04e7
system/app/GuardProvider/oat/arm64/GuardProvider.odex|ff5eea49e2a09016261da80c0693e9b7327da53e
system/app/HealthAuthService/HealthAuthService.apk|acbe2ebea21617b6b28474cbbf0aec908e2025a2
system/app/HealthAuthService/oat/arm64/HealthAuthService.odex|bbc26f08307d40273abc5055056c21435a943dfb
system/app/HTMLViewer/HTMLViewer.apk|d045de32370de0750af4e3f97eba79dc390e3a5b
system/app/HybridAccessory/HybridAccessory.apk|e3bdb6b5efa844dba8297021911ee2f97cc7aab7
system/app/HybridAccessory/oat/arm64/HybridAccessory.odex|06d37ada5c8ae37fec20d34cd2f72a0ccbca3544
system/app/HybridPlatform/HybridPlatform.apk|a2b887d2b03d5a6a25f6c0244fa33128241c90bb
system/app/Joyose/Joyose.apk|50f5f3e9fe592be76c408f649f4483da0ada029b
system/app/KeyChain/KeyChain.apk|e1dd05a2f47d89b238db5045441ee52d1ff5ddf1
system/app/KSICibaEngine/KSICibaEngine.apk|8c50c94d4f78bada7b713c9353bfc46074d644b4
system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk|4bb09cec3ddce316ef43b7d8ef04c39d2c99d279
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|54970d401489a695d3a0d8cb03223ed6f4753ce9
system/app/mab/oat/arm/mab.odex|6d1c36b5549d43a9bb6b08b883118eba0ba2a79e
system/app/MetokNLP/MetokNLP.apk|d10fec88b878b2f074532021f63519f2b3858d8b
system/app/MiCloudSync/MiCloudSync.apk|323f26bf2622d8b9b145cbfde2354c9eeff25ca9
system/app/MiCloudSync/oat/arm64/MiCloudSync.odex|9bed3971f53e0743ff476d8bb6d25014c775872d
system/app/MiDrive/MiDrive.apk|245da47004b0dc146156b3e0f1521f7b7b1e8c51
system/app/MiDrive/oat/arm64/MiDrive.odex|2f2af0403f080a13d4f70a8e34b7246b580810c8
system/app/MiLinkService/MiLinkService.apk|ba5a035cee194d2eefcc08eb917639d5215eeaa2
system/app/MiLinkService/oat/arm64/MiLinkService.odex|96a81e34d2d008dba0869436040d49fae41eceb0
system/app/Mipay/Mipay.apk|cc2e3344f7123fc54acda93c089cc4021fdc8e5f
system/app/Mipay/oat/arm64/Mipay.odex|ebbd866dfbaf9b0541af38f84a5875d614a7e466
system/app/MiRadio/MiRadio.apk|0e7654a7f239bd64c6aff4ba75c1e9443ff7cc67
system/app/MiRadio/oat/arm64/MiRadio.odex|b6d8dcb8ea3663afe25831323d3add549ed79112
system/app/MiuiBluetooth/MiuiBluetooth.apk|58525b99b91edac4cca1175e047992e59cb82c6c
system/app/MiuiBluetooth/oat/arm64/MiuiBluetooth.odex|75e0179dd41c48a623ac6cc443bea0774e91e84c
system/app/MiuiCompass/MiuiCompass.apk|06fd4bb8225b7f92a09afea85671b26ded05f1ce
system/app/MiuiContentCatcher/MiuiContentCatcher.apk|9c2cc9cb0b5d7534cba3271a11ea9eb27f7f51b0
system/app/MiuiDaemon/MiuiDaemon.apk|452a1620420d8aa844f00b01aad757d0ffc8351f
system/app/MiuiDaemon/oat/arm64/MiuiDaemon.odex|3ac41670535b7312f819e66c436128b94de77a1e
system/app/MiuiDriveMode/MiuiDriveMode.apk|8bd56e94bc3881e092ebc05d5e99e0df347d2620
system/app/MiuiDriveMode/oat/arm64/MiuiDriveMode.odex|95396b883d1648fba238089bbb9c9a58a59d6403
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|72b483e094c7ecb5b084787add18dda3c8bf448f
system/app/miui/oat/arm64/miui.odex|2e1695e0f3f397aaf38a56429111e3aea6db516a
system/app/MiuiScreenRecorder/MiuiScreenRecorder.apk|7cb82322d3ac4009f1c8d85213bff782cc8aaacf
system/app/MiuiSuperMarket/MiuiSuperMarket.apk|b498a70a9729e64e2c8f470dee89d95354ec54b0
system/app/MiuiSuperMarket/oat/arm64/MiuiSuperMarket.odex|4c7a7aba1565628a1a5b421ac99f78df712175f2
system/app/miuisystem/miuisystem.apk|94a02b7a1ea4d9b0b8f4dcce31459bdbd0eac855
system/app/miuisystem/oat/arm64/miuisystem.odex|934a8de6f3443f0c8cad8b22f862a3365028b09c
system/app/MiuiVpnSdkManager/lib/arm64/libgamemaster.so|da636fb4c7f36d8b9c9a00c1bfa9d65ce1e3adbc
system/app/MiuiVpnSdkManager/MiuiVpnSdkManager.apk|4f2a5b40bd27aea0ca8a46fa5cc50859ac99cfc3
system/app/MiWallpaper/MiWallpaper.apk|0eec4a0a7a97c648ff66d44113757b971f95f1d2
system/app/MSA/MSA.apk|9c90978ce565e057ab6afc14e8d5b0e6af21ae74
system/app/Notes/Notes.apk|106a5121e6b6101732ef9be87cd0e2c337f0e7c2
system/app/PacProcessor/lib/arm64/libjni_pacprocessor.so|41728330519c63f8ae3c9444078f1b365d824022
system/app/PacProcessor/oat/arm64/PacProcessor.odex|9f618e04b191ba1ab9cd88de49ddd6c6852ca122
system/app/PacProcessor/PacProcessor.apk|0643b6dfb3e9e5b9280ac1b493fcb4b02bbf5fe0
system/app/PaymentService/oat/arm64/PaymentService.odex|664f1178d2528a0d625f4a42a2d9e9a63fb055f2
system/app/PaymentService/PaymentService.apk|17df3ebc82da96d1f64919b230616dcf76a0c12d
system/app/PhotoTable/oat/arm64/PhotoTable.odex|cd73abee77b27b746f07fbbec61e5fd24a3af2a2
system/app/PhotoTable/PhotoTable.apk|cac5c40dc5cf78c93f1093701fc30e6db59a46ac
system/app/PicoTts/lib/arm64/libttscompat.so|fd4c42f0836a3e6d608799bf392035470a27d2e4
system/app/PicoTts/lib/arm64/libttspico.so|43a02ce217147167911df9b89e8560858338e632
system/app/PicoTts/oat/arm64/PicoTts.odex|ea09409d36eba306efc8979b5f9e3675256e1dcb
system/app/PicoTts/PicoTts.apk|a3dad08d384018976cb110b2873e4a82b58e7bbd
system/app/PowerChecker/oat/arm64/PowerChecker.odex|8d6677c6ba597199169898030b9e7b1c243c0d27
system/app/PowerChecker/PowerChecker.apk|5c47bff06d19e8068cc9d9d62a4a23e94e58cb34
system/app/PowerKeeper/lib/arm64/libpowerkeeper_jni.so|c2963c4a3e2513c024d360702dfbc24dd3d558fa
system/app/PowerKeeper/oat/arm64/PowerKeeper.odex|d5c955ef025e93816618616a1ebed741842215da
system/app/PowerKeeper/PowerKeeper.apk|7d6a64139c27cc47cb79c6457c91364cc47bedfd
system/app/PrintRecommendationService/oat/arm64/PrintRecommendationService.odex|bb1470ec51832d54d0b5dbf8fd0b8f4f8bcbc755
system/app/PrintRecommendationService/PrintRecommendationService.apk|abf471f0c690d2425b8cb7f93e32b62b317406c0
system/app/PrintSpooler/lib/arm64/libprintspooler_jni.so|97cdf833fabd941f67847fa8efabef7a0b893a91
system/app/PrintSpooler/PrintSpooler.apk|345c3db63cfa3d6a446d491653e0530e1306b680
system/app/QtiTelephonyService/oat/arm64/QtiTelephonyService.odex|1c54c8debe600c6806614bf9612bcf606d60d47d
system/app/QtiTelephonyService/QtiTelephonyService.apk|5a160704a640f04348275d4e501e12183e5821a3
system/app/SampleAuthenticatorService/oat/arm64/SampleAuthenticatorService.odex|c608da1efd5c22058c3c3b1c6f99bfd26546d918
system/app/SampleAuthenticatorService/SampleAuthenticatorService.apk|b388c2c456e0d109d154ae7cf5cb9aa35b0eb901
system/app/SampleAuthenticatorServicev1/oat/arm64/SampleAuthenticatorServicev1.odex|33e9f476ec7b4c251f0a11daa88c7ca52ad9fc9e
system/app/SampleAuthenticatorServicev1/SampleAuthenticatorServicev1.apk|57db1c70dc8d7ef3b0ef1bb44ff5eb1d9fd80615
system/app/SampleExtAuthService/oat/arm64/SampleExtAuthService.odex|cae8627d848662ab18ed9f4e5a06f7e93ed30342
system/app/SampleExtAuthService/SampleExtAuthService.apk|11e6df57d6628ae96e7562c4ca9d00e9d1985ba8
system/app/SecureExtAuthService/oat/arm64/SecureExtAuthService.odex|6e896406605a30e44db96956cd41bbe94c2c6e82
system/app/SecureExtAuthService/SecureExtAuthService.apk|bb04c169242211b9abd23e6eeb22a48c3ffadcee
system/app/SecureSampleAuthService/oat/arm64/SecureSampleAuthService.odex|1ffc9dff4703121a808c79f38bc8776b3fef2af2
system/app/SecureSampleAuthService/SecureSampleAuthService.apk|b5960eace4be0798591f0df0208c481e8aad1179
system/app/SecureSampleAuthServicev1/oat/arm64/SecureSampleAuthServicev1.odex|1e9d02e8127ad3b104f9ffe53ca02055478962bf
system/app/SecureSampleAuthServicev1/SecureSampleAuthServicev1.apk|ff41f500a3b999bb8750e01a9d54a679b3438c83
system/app/SecurityAdd/oat/arm64/SecurityAdd.odex|fa046674dda97b4ef85936e62a0766009a314cac
system/app/SecurityAdd/SecurityAdd.apk|049327fe3cbebc412db95ecae5e61af7b89416dd
system/app/SecurityCoreAdd/oat/arm64/SecurityCoreAdd.odex|4a18116b8b1023cdefc0d3e1a4aedb255c46cfd9
system/app/SecurityCoreAdd/SecurityCoreAdd.apk|187c4579322032ab884430f0a8063a168e472a32
system/app/SecurityInputMethod/oat/arm64/SecurityInputMethod.odex|a505ab1f1f10001b7100ec557d025e8189ddb083
system/app/SecurityInputMethod/SecurityInputMethod.apk|b971a3af308842bd7ad7f1f5c80bf5b98d125d63
system/app/shutdownlistener/shutdownlistener.apk|2e13cb3e635045cdf5370fd8204355b003b9bf84
system/app/SimContacts/oat/arm64/SimContacts.odex|5cbb12e73057176504ce64c1c9b6b7494e8b6fad
system/app/SimContacts/SimContacts.apk|cc60aafefcf259434a8e721806a46053bf9a3678
system/app/SmsExtra/oat/arm64/SmsExtra.odex|8af1778275dd6b7c7b462dbdcfa716da45d3e0ba
system/app/SmsExtra/SmsExtra.apk|be31023eeae9f67f72fc30b486d55f42c88510fa
system/app/SogouInput/oat/arm64/SogouInput.odex|95408f4da0ab1eaa20d81630dff6cf49e9a29a62
system/app/SogouInput/SogouInput.apk|066431977d313fc63ec1576ca3968c503f315573
system/app/Stk/oat/arm64/Stk.odex|6e92b7eb97a839c8df04b7495ebf283ee8d1112e
system/app/Stk/Stk.apk|1850a76a13d3e30b9c73e1e8ab931e2124343633
system/app/SYSOPT/oat/arm64/SYSOPT.odex|0b59e22e04aa400f024add88a234ec0b678b30ee
system/app/SYSOPT/SYSOPT.apk|6b52b2f4894c8cacec72cfd6a18547cb683f4c12
system/app/telresources/telresources.apk|73a7d5706d93ec0c413cd27434aa46f8553bdadd
system/app/ThemeManager/ThemeManager.apk|978973d86a188214abdd40aee7295efa51790afc
system/app/ThemeModule/oat/arm64/ThemeModule.odex|c282417dd73cd0e4eb2db73771ef636b7ea9e1c1
system/app/ThemeModule/ThemeModule.apk|ae7aba86fc06b57723090b6e7ebe17674ad65581
system/app/TimeService/oat/arm64/TimeService.odex|b0fc99ce43ef5247c0eecf46508645ef51a48991
system/app/TimeService/TimeService.apk|3ba20446c926460d5a1d6445a43e190492f52d09
system/app/TouchAssistant/oat/arm64/TouchAssistant.odex|8c2bff1ac2056f398b7f6721585a25aa5f2ebdf3
system/app/TouchAssistant/TouchAssistant.apk|7153fce0339f4041d506f5e84c503e6618d13371
system/app/TranslationService/oat/arm64/TranslationService.odex|5d8aae94543afa9ab3f3025b573c416c20b3e830
system/app/TranslationService/TranslationService.apk|d0bc9dae526da7b04b8eafea1bacf7bd1252d940
system/app/uimremoteclient/oat/arm64/uimremoteclient.odex|eb3c6416375d66830ede374d50be74789c5435e0
system/app/uimremoteclient/uimremoteclient.apk|ceeb26850cdd95bbe3a3a215d66601afc3486db7
system/app/Updater/lib/arm64/libmtk_serialnum.so|260673524c0016b4b50a817682cc415e7ce47bbf
system/app/Updater/Updater.apk|5dd8318e1b3f753c7c74e4334ef2b749907ed805
system/app/UpnpService/oat/arm64/UpnpService.odex|bc650b2a1600397ee6e5ba9e638e4ef5daff4d39
system/app/UpnpService/UpnpService.apk|67012dcea0b76d67f2dd592d3833a5c9f2332fe5
system/app/UserDictionaryProvider/oat/arm64/UserDictionaryProvider.odex|5527e42ee18cd987ea33b5ae9fb0e11c53db29d3
system/app/UserDictionaryProvider/UserDictionaryProvider.apk|ae8b165c020e34f4983c92929ab4e30cb14ac8f2
system/app/Userguide/Userguide.apk|537f2ac1292ec6b3f8a6321c9696236d31aa588b
system/app/VipAccount/VipAccount.apk|337cc670c0be5fc8633bec912c0555dacabe6fda
system/app/VirtualSim/VirtualSim.apk|b0d2ed65e9cdc97a11647bab843c04d55883c1a7
system/app/VoiceAssist/oat/arm/VoiceAssist.odex|40d9a841a947d8b328baa7fbff186914c534fc80
system/app/VoiceAssist/VoiceAssist.apk|07bb005a7616ae32c6e09807e90e9f615f9cfd10
system/app/VsimCore/VsimCore.apk|3d257fc552f31349de8f24c11f23d5c72b40b61c
system/app/WallpaperBackup/WallpaperBackup.apk|6f7779041907f28b8cb06e533327da8566a08be6
system/app/WAPPushManager/oat/arm64/WAPPushManager.odex|0fab683facc10c604e2ab6613a7487bf9a506475
system/app/WAPPushManager/WAPPushManager.apk|66e8bcb0fd2c6ce32669f2ae5ac99886d1b39a4e
system/app/WebViewGoogle/oat/arm64/WebViewGoogle.odex|92b91a7eb40f9021c1e8f0c8727648cbb667f5a1
system/app/WebViewGoogle/oat/arm/WebViewGoogle.odex|aa7dae0021c3dba7d7362e094b32d756f4390d31
system/app/WebViewGoogle/WebViewGoogle.apk|f586ab9a92293a94b4af38b7d04b38cae1a5e7ca
system/app/WMService/oat/arm64/WMService.odex|0683fefda0433dcb28ebbb9d088688b3aef4e02d
system/app/WMService/WMService.apk|58db5066a6d1aa02547da4118ec262ea1bd5f797
system/app/xdivert/oat/arm64/xdivert.odex|80d2b06d192a14850c122a293aaead5816c971da
system/app/xdivert/xdivert.apk|11d472778ce4cd73230755445b3766283729ac24
system/app/XiaomiAccount/XiaomiAccount.apk|a092bd6571339766944063111b33b45ab030085d
system/app/XiaomiServiceFramework/oat/arm64/XiaomiServiceFramework.odex|b6d23b5c7e728c4a2b042851061bf2c174288ca8
system/app/XiaomiServiceFramework/XiaomiServiceFramework.apk|df9058714ec2ed6fc18db25a8132e9eae09ed68f
system/app/XiaomiSimActivateService/lib/arm64/libsim-activate-root-checker.so|657fc8a514cde2cf21866be7781c8f72666374cd
system/app/XiaomiSimActivateService/oat/arm64/XiaomiSimActivateService.odex|3a13b7db396c43f9f5dd69739078fe87243af83b
system/app/XiaomiSimActivateService/XiaomiSimActivateService.apk|6664df725041377fc8d744e61fdb0fa039a51728
system/app/XMCloudEngine/oat/arm64/XMCloudEngine.odex|47ccb288ecd522baf0abf703a4df82a5f4412f8d
system/app/XMCloudEngine/XMCloudEngine.apk|735c52b8429c97e476398516e68a066709ff6109
system/app/XMPass/lib/arm64/libxmpass_sdk_patcher.so|24fe2720eafa2a28600e5593ff44a2d9c3c07248
system/app/XMPass/lib/arm64/xmpass_libweibosdkcore.so|002f75678730c1c65c48cabb758a29ba10ca4b42
system/app/XMPass/XMPass.apk|000d3bba4af5d020891e15c8414de700cb895564
system/app/YouDaoEngine/lib/arm64/libdict-parser.so|72f87df63255559be4e646ee989c2521eb93eb51
system/app/YouDaoEngine/oat/arm64/YouDaoEngine.odex|605ed4777550674a1d6b2aa1e097ceb1366f6b7a
system/app/YouDaoEngine/YouDaoEngine.apk|2f13902352341181c217eeaea3136a4ca27cf8dc
system/bin/acpi|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/adsprpcd|4716d76a8eb8e8ed2368884bac35d0adaa86a028
system/bin/am|b276263269431d0b065f3578887b8b690dc7e44a
system/bin/applypatch|291214493e1674debba2e078c235e7a5883cfc22
system/bin/appops|b8d32a22afc75fb5a60cb034417389906fab4fcd
system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb1
system/bin/app_process32|cac9a1dd56c09b3ef28628b83ff819215c5cd203
system/bin/app_process64|c206b687e4ac29be7fd8fb98c14c752e270eec04
system/bin/appwidget|c936042afdd9f49a3db60a41e956b2c08d09b4ee
system/bin/ATFWD-daemon|d7292920404fda2178550a34ec13f4d4e2b52e25
system/bin/athdiag|5c32a4ab4ae857bda7d3089026f25370fdffa697
system/bin/atrace|d24423a1f04d19392616dd30bfb363f21ccaa5cc
system/bin/audiod|57ba81f461457237346c1a02fbc309d9b49d0c5f
system/bin/audioserver|680426087f8adf75fc3ef724b5df1b2c8af9e6e9
system/bin/base64|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/basename|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/bcc|8d364940c3d9732672dfa4dbd6a2877523fd15a5
system/bin/bdt|839923e3a1eda31f35fd994aaa2b708a3f228f74
system/bin/blkid|a0ea91cac4e89e308573974ded2b3fe4f58a631d
system/bin/blockdev|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/bmgr|b7154a8131a35e4c54b5b221b28afa11409f2ec3
system/bin/bootanimation|8a5ff67a8068d0414bf6534f6e69e3981d4101de
system/bin/bootstat|7ef9bcd5ea4a6c74eaee804039023dc3a98abca1
system/bin/brctl|089f7ca71602e26c021acf352f60ebcbcbd9d703
system/bin/btnvtool|dd9840825e1855df90230194579d526d9362d3f8
system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233aba
system/bin/bugreport|367c8d1058d5b47693289783d7d018f9f9349a79
system/bin/bugreportz|06347d4d6643cf238d442640cdbbf7914b442e1a
system/bin/busybox|3803839cafdcaeb984220d1be3858614a5dc7ea6
system/bin/bzcat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cal|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cameraserver|81cd03798399f23e89b1105bb5c955680e9daf97
system/bin/cat|74c91904029313128f5931b36a36fd7fd805fa6b
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|368291ce675a0d7af384a567242f765eb3338c83
system/bin/clear|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cmd|137c290f787e28b1d72f43bf202607150d5b9372
system/bin/cmp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cnd|81a576a53bbaad1396c5f95c864f3906627d0ad9
system/bin/cnss-daemon|b4a0d3e21a6c770334fef633504a686031846471
system/bin/cnss_diag|eae5ec95d6013c0e3ac44dff5a0a9be3fc167358
system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/content|e8f38bd1b9945994386739c2ef26b0f8e29472cd
system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cpio|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cplay|929db91c395d05f40e6440b3d53cf96bd49fe26d
system/bin/curl|2dc2cd5f28184adf917f1b665faad0c8f13f09bd
system/bin/cut|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce76391
system/bin/dalvikvm32|a963ce4c3b05367080839f21c733265d8f846f35
system/bin/dalvikvm64|b872bb8c8b8cd1d9124e45d470bb73aed65c580d
system/bin/date|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dd|d75ba923fa82f217016731a834a50db93935d10d
system/bin/debuggerd|a9a82bac2b2fdbe846e09981f6f59be88a5fc148
system/bin/debuggerd64|04d0e4c4228f7db4c7de23ca3b6f4051687c899d
system/bin/dex2oat|d9f613d09a8dba411cced3db6b927995c2ef4402
system/bin/dexdump|fa9db37475b6ec9a024fd11c9468d0e4c1be590e
system/bin/df|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/diag_dci_sample|3d8f384941253cdfb5e2609c8ce7ec6adfad8683
system/bin/diag_klog|b7a870eacc46aa1dcc6342c0c34d03ac0ab14bd4
system/bin/diag_mdlog|0ec8acc1a04c3fc96cce272bbef7b3b84de1e4c3
system/bin/diag_socket_log|6220b22af8428f1896b229ee1b2b718f3ebe13e0
system/bin/diag_uart_log|edb6426fb151f176ad9131dfdc9f4073cc5515f0
system/bin/dirname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/displayfeature|f9b0651c4de539ae63293f6233e4da265a80084a
system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dnsmasq|f44cf441c684f50e9dbb8a69452aa2ae10f78e43
system/bin/dos2unix|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dpm|63c58bd78a78e85d65debbe649bb65069bc15850
system/bin/dpmd|845e7a704770e5c2362dea8056238ff265fbe867
system/bin/drmserver|53861a9e434124a427088583c9dd03ec56a5d16c
system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dumpe2fs|041b7f94edad05df532935dd6d30a2e86062bab1
system/bin/dumpstate|4d11b08804972b2e1c4180bb9020f74bf19d47c5
system/bin/dumpsys|57d262d680e496b1d291451f85ff2744c0970b62
system/bin/dun-server|46f0ef82c25d58ddbce1479b6a9cb3b4dd7b2dfd
system/bin/e2fsck|d841909a18a2bb43cb25639ed7f5c798d02b3e95
system/bin/ebtables|ceaf0ff9b1f16e5098101598329450b3fa830fc9
system/bin/echo|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/egrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/env|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/exfatfsck|600fac1e505211aa298c8b665df37e75912bd1a6
system/bin/expand|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/expr|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fallocate|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/false|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fdpp|7315a890a2406ad32b59701347f289d1b0f8cd22
system/bin/fgrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/fidoca|9a322931a198e3d36366cd776a4f0d4cf179c9ed
system/bin/find|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fingerprintd|4970dad633c57e11b9868b56161a2b9c43ed434d
system/bin/flock|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fmconfig|be209190bb90774bbdaedbc022f6eb555cfe6254
system/bin/fmfactorytest|17097af9aa404dd0aad48465322763437e7f4b79
system/bin/fmfactorytestserver|a815886398f13760d16b7f72c6f8d558cc9b79fd
system/bin/fm_qsoc_patches|5e1b58188f1087b7c3dc3d1f705d76136874237e
system/bin/free|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fsck.f2fs|0d063a1fb67c9224e26b3ad37dc8aac69e5378a7
system/bin/fsck_msdos|79a0d0ddf87a41a08bf04fc45b2b67fe2b617161
system/bin/ftmdaemon|49632147969413db2bec80dde96806caba0a4c2b
system/bin/garden_app|3f11fd9d48cd603b2946d2aecf9231e6d0b7897f
system/bin/gatekeeperd|39a55021622bc26e2c3bf073d801fdd16fbf7407
system/bin/getenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/getevent|d75ba923fa82f217016731a834a50db93935d10d
system/bin/getprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/gpsone_daemon|ee646ff00e116338114b929aa2ec80a421868bff
system/bin/gptest|70f2f11e9ceec3ededab484be9bc6745134a5955
system/bin/grep|550ec1881210f87c427f8c383d0b5ab683cab4bc
system/bin/groups|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/gzip|8f1ca6c91022f339c023376a611adbc82ec049fb
system/bin/hal_proxy_daemon|623608a6a4e9a7c0a79c45319809a41926712156
system/bin/hci_qcomm_init|661cc43577f8888abf41f802f5c9102b5a801b69
system/bin/head|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/hid|45ab834c2392fbaabae881370d1f7bf6bc5f6c8a
system/bin/hostapd|5486ecc9b3ceabcfccb878254a89204e29d241f1
system/bin/hostapd_cli|6e4bf852de98358755b6622f629648dc27d11890
system/bin/hostname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/hs20-osu-client|dd67931044eda8231b776c661209a3af11ede811
system/bin/hvdcp_opti|755ab92099b91c0110902012337af19ef6ce15ec
system/bin/hwclock|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/idmap|7426f1761ab97bedab7dc22ffacbb35b74809010
system/bin/ifconfig|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/iftop|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ime|b514f8c579e6c0b326a428804467f5c669fff0ad
system/bin/imscmservice|c606b123bdd105866947a9ae19aab05349ad2dfd
system/bin/imsdatadaemon|2aa4067b74fe525411984f87666d81c5b6b575d3
system/bin/imsqmidaemon|88886668eda7b7303b4a7aefd5b8b3fbffd81b02
system/bin/ims_rtp_daemon|896a7d67d73f9c0ef0f48f86af0e055737c781df
system/bin/inotifyd|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/input|0ad2a1fa871d8e81d2b65e47bf077f13a79b82e2
system/bin/insmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/installd|602405090feb7eb2039e52148ece0e8059d821f5
system/bin/install-recovery.sh|e6bb7ff989794ef529e806fefd474664eb6605f4
system/bin/ioctl|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ionice|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/iorenice|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ip|acaebd693fd3da8b826b07f71aac9ebf546a95b3
system/bin/ip6tables|6a9f1cbed448a7dbddd54cc3215251288be25dd4
system/bin/ip6tables-restore|fb168a4a90a0337e97accdf5807b6a19b30482ea
system/bin/ip6tables-save|fb168a4a90a0337e97accdf5807b6a19b30482ea
system/bin/ipacm|e2ecf2e80898cf6020229e657731450398687453
system/bin/ipacm-diag|c803ab11d91a99626e003e0510627463f0c0da90
system/bin/iptables|cf12c45904af4b3bf5b0b6bc3f8c291348467577
system/bin/iptables-restore|5776a20522996712df16152987f8babd3cd4d6b3
system/bin/iptables-save|5776a20522996712df16152987f8babd3cd4d6b3
system/bin/irsc_util|a7951b9f7e3dc72be252d3406b8cf870f8acb146
system/bin/irtest|8ce66f1b74fca19edb7d9a0b3aff3c778fec5533
system/bin/iw|affe6d151276475516114275da2bce0ea8aa2d10
system/bin/iwconfig|94ec625134124dfea8c93357a9fbeafb19ab5ec8
system/bin/iwlist|fdd953d5e616f813d1e64d03ccaa2b63730fee33
system/bin/iwpriv|834aff39c313107a2186c32841dd13e5ab992c84
system/bin/keystore|0113003d2bd059380bf0cf51b3c2b3dfa493e5e5
system/bin/kill|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/killall|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ld.mc|770640d06469c9278dc56d76b509451e2b253989
system/bin/linker|118f71febbca873330b7ff54c3683bff3507a8d7
system/bin/linker64|4bde5f0b26cd04beff67b85f1d2f9f623376f17f
system/bin/lmkd|bf36b51139e782b014a9513648a883340e9c8aac
system/bin/ln|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/load_policy|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/loc_launcher|7a525372df8d38db852be9ef4b8a554dc65d69cd
system/bin/log|d75ba923fa82f217016731a834a50db93935d10d
system/bin/logcat|b91e14e686448c6e362f3c02d6c9a57b4bdfe268
system/bin/logd|3c1ed84f6d45fe8b9d22633399cd6dc7b00c6499
system/bin/logname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/logwrapper|1414dc943c3893b36f77f6a78e8ab3e37242a958
system/bin/losetup|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/lowi-server|f19d30faf1048e7b7d5dd9489453da94a6ccdfd3
system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/lsmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/lsof|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/lsusb|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/make_ext4fs|c5fd9d2bc3a7700b59c07bd99c970895b80c4160
system/bin/make_f2fs|6dde231bfaaf9c9b84e4fbbcc5b555161b44b657
system/bin/mcd|1fe28f64f668b50a215e709d6cf74bb264bbdc9c
system/bin/mcDriverDaemon|cb64b478068dee432674ef77ddc032229a42c900
system/bin/md5sum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mdnsd|85baeb27c039e3a789a04546d3bc7572820449ba
system/bin/media|13e992427ffd27f242437cc9cd6980638073cc88
system/bin/mediacodec|8789c20d6e0eb0a3f6b7a5edb5c57ed3a8e08e2f
system/bin/mediadrmserver|bd97044c7434f8058e21adb7168ff66027c8ff65
system/bin/mediaextractor|a4bad9d032cf29ad55ea8ee7cedba0faa32c702a
system/bin/mediaserver|d38f2076c0d8662efdd0da72c6a731f330409ec8
system/bin/mitop|780856744a732b69d89b3bb7d2b594b92c251085
system/bin/mkdir|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mke2fs|accbacbb4ccf0cb6dbd8a91af3f8a4457b75331c
system/bin/mkexfatfs|ba612e398010710bcacb08428c40c30e4142815a
system/bin/mknod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mkswap|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mktemp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mlipayd|1dd0deadcfa02df83cde6e01c3542c8dddfd7463
system/bin/mm-audio-ftm|dcbc6e348eb7117f566648dc77821b5f553acedf
system/bin/mmbn-daemon|c0b4148a39cb6cee5e6904d0e97bd9396f9703d8
system/bin/mmi|1caf77f3dbfda89b49522cce8ccbb7a9e444bc29
system/bin/mmi_agent32|1a2775a39d74a619a8da68e510088f7082189d76
system/bin/mmi_agent64|7f64b03ca04e5467bbd6cd005804cac833791981
system/bin/mmi_debug|01bd75cba0644c9cbb3b101632c6492a4bdef6b1
system/bin/mmi_diag|2a526a13f17d7b2b3120c0cf4b1cc3c27885d16b
system/bin/mm-qcamera-app|5a1efce5858cb7286895f347dd0f7e66362ea0b8
system/bin/mm-qcamera-daemon|ff53e0323ff0f24e174eece9caab8e3f7219c7b0
system/bin/mm-qjpeg-dec-test|056b153f13bcc80ebf1e0099a8adee8faa442042
system/bin/mm-qjpeg-enc-test|e4489c23e99c58996f47a5e8da1740d9fc8335fc
system/bin/mm-qomx-idec-test|15337b913c31612554067a9465c559a32cace7c0
system/bin/mm-qomx-ienc-test|86241d764457083f389e91de5801d4f26343c8d6
system/bin/mm-vidc-omx-test|b143267bbb8c81bdb43607c5cf325292616a04b4
system/bin/modinfo|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/monkey|9fa84e79a59c0d85ed38cfd2fc1b8494bd7485f4
system/bin/more|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mount|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/mountpoint|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/msm_irqbalance|35baa5dff915dbb28f045a58f7be48f1b6fdcd4b
system/bin/msm-vidc-test|39cbc0f83630b93c0d9a4542333a68f63d61efd1
system/bin/mtd|21b56d962bdb25565aec897ba1d1f89f97e8878a
system/bin/mtpd|67ef959302534cae254264c39c74f4d02f094b80
system/bin/mv|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nandread|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ndc|cbb3cccee3a9ec2f155528c70c8ab850cc7e2896
system/bin/netd|a7b7b7f3a45ab0817931c80847d2cbc0ce3b08c0
system/bin/netmgrd|fc1a8ddfed8a2513814b85215017d2d0e14a6dac
system/bin/netstat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/newfs_msdos|d75ba923fa82f217016731a834a50db93935d10d
system/bin/nice|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nl|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/nl_listener|e9a269a675ec86d652372b3f3dd7b3e83b649c29
system/bin/nohup|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/oatdump|68344134e6573d8cec18c18e9d2295312a3aca12
system/bin/od|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/oemwvtest|cc01fd582a2f6cac9080d8df3a290dfd961fd617
system/bin/paste|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/patch|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/patchoat|e300cf377abf95ee8dd7067faf46da05759943c4
system/bin/pgrep|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/pidof|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ping|7e9eb173075078a5b11ecc6972a504ff2f8b88a1
system/bin/ping6|bc02275bc9b399658f65f7d5d3bd71dbaedacbc7
system/bin/pkill|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/pktlogconf|2b561faf81b94d424c85df632a14ea22d02bc776
system/bin/PktRspTest|6e1c87528bc0ecae41c40ecc77fc6eeaebf84b9e
system/bin/pm|5d8de4503e131ba6e1f0431988516b456886ec47
system/bin/pmap|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/pm-proxy|9825224db1a6796bb05833ec486c86897f18edc4
system/bin/pm-service|64bf935faf41eb0796b6a555c22d63878b69859a
system/bin/port-bridge|5e4492882f72d1c622c2d7de48ea6cab46d6e552
system/bin/pppd|856a0af9e826c335314c1aadabdfe06c57eecf1a
system/bin/printenv|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/printf|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/prlimit|d75ba923fa82f217016731a834a50db93935d10d
system/bin/profman|b5dada786f2ca55f9a4c00d1826872a5c066bb57
system/bin/ps|d75ba923fa82f217016731a834a50db93935d10d
system/bin/ptt_socket_app|2ebc090172ac74d5feddb51c4dd7e45f619d0c92
system/bin/pwd|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/qfipsverify|938353efef6c9ba5bd4221c879fc4af0e27530a9
system/bin/qjpeg-dma-test|27fee2d26a7dd33c42296dc47a1a9f8850e2a287
system/bin/qmi-framework-tests/check_system_health|e967fc0c5ba61a2f0c2de21561563dbacc904e25
system/bin/qmi-framework-tests/qmi_test_mt_client_init_instance|2763a2fd5c74aaefaf197a9caf15ae465bfcc7a7
system/bin/qmi_simple_ril_test|3989a890642769498bd98954814d8e8b02bf0342
system/bin/qmuxd|67ac3d075f00fc98e292386b0ddddf62a80cf0cd
system/bin/qrngtest|f86ea47a1694acdd50cd539326b6deb9a8afe680
system/bin/qseecomd|1e73eb34bc8aec6df19c7c2f06d20570f221c0b7
system/bin/qseecom_sample_client|8210f3358e138af256ec579da6ad5040bfd0839f
system/bin/qseecom_security_test|74d17233da75d0a001b310ae5d0ae58094480702
system/bin/racoon|07315d8e346b7c2ff715555bc5b34e61e0c79284
system/bin/radish|52fac8c4c30db07c38a126fb75d2a01bd38de888
system/bin/readlink|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/realpath|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/reboot|feb5ba24591640fd3fb8880ff9640de57fda8b21
system/bin/renice|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/requestsync|ad8854e70b16831fb5f69f61c956283edaef3214
system/bin/resize2fs|91dab3e5b3d96ecdb7484901df62158fb2f5c713
system/bin/restorecon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rild|42effa963b13feb872e8e30101eeb15b8d6a0827
system/bin/rm|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rmdir|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rmmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/rmnetcli|baf73111e169d737dc2d89dcef8f3a56a7bbe7c6
system/bin/rmt_storage|57264ef268a81a34136521cffff437c27a11776d
system/bin/route|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/run-as|f17545aa6b4971bd050892654b4db89efedc072a
system/bin/runcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/schedtest|1a9b5909e6b586ab4d4d751f0835ff88cd2df7ce
system/bin/screencap|008e607aa526245f04369387ee6845a68e254c99
system/bin/screenrecord|f8d91b2f19ffabbb7d7d800d6498645eebc3c836
system/bin/sdcard|06ac1b27bab1703e41976eb3ad93458d8c499a25
system/bin/secdiscard|3f050960643b83f358d671304780493dc4dd9af8
system/bin/secure_ui_sample_client|c32f92b903ba315d22476f4ed08aea1c331adb38
system/bin/sed|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sendevent|d75ba923fa82f217016731a834a50db93935d10d
system/bin/sensorservice|ad1703d4b9443ad61c3881cd79843639afdabe48
system/bin/sensors.qcom|cdbd511e1be5ae1d851ddada6b023016f83c334f
system/bin/seq|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/service|a35f28d4a35c7d22a4053ba15b8a0b48a3702a4a
system/bin/servicemanager|99c43e47b5d83734b1dd61b0e9d2d8fd125cf480
system/bin/setenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/setprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/setsid|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/settings|f1052448a30d016b391bf55031d4bdb10eed974b
system/bin/setup_fs|f2af470ea17be797a0e1e0df61a2fce0775b79cb
system/bin/sgdisk|2096819b7db499f7a523b9d2a44b5bd642f909c8
system/bin/sh|4d90e550a6bf87f9cf1eb8594c837f890908e738
system/bin/sha1sum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sleep|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/sm|65f0b59f16d0bd4734bda38b013ace017db54a07
system/bin/sns_daf_test|31cc7a47a049d04056365fafd5bc20299365097c
system/bin/sns_regedit_ssi|8fce3b0c05bd89a2f4f505406da8b0e9ad301239
system/bin/sort|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/soter_client|70b61898b9e35c5b02ec4e1c17a9e1d824ada9da
system/bin/split|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/ssr_diag|3242d99af857c333284b69d3a006dd9572238e9d
system/bin/ssr_setup|d89444a6e226c062a91a183afc5c291158c4b96c
system/bin/start|d75ba923fa82f217016731a834a50db93935d10d
system/bin/stat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/stop|d75ba923fa82f217016731a834a50db93935d10d
system/bin/StoreKeybox|8ae1eec903d3a0d2222355f0f421b31f96f12f12
system/bin/strings|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/subsystem_ramdump|cad1c2a503cfd2ed81721073d2b82b4ce56fb7fc
system/bin/surfaceflinger|341f0a6c92a3249eaa2e0aa6d5ad7de1890613e0
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/tbaseLoader|c6cb52167366d1cba21cd20a80004a63a52292fa
system/bin/tc|890e52adb2c52344e5da9b961ad47e89cd27bddf
system/bin/tee|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/telecom|93a770a1631929cadd07cd703e79417d0f230db3
system/bin/test_diag|36122622d352dc3c4100dd8405b3d5cb142f8313
system/bin/test_module_pproc|8a485a829256ecc155c9ec4cc526170542e45295
system/bin/test-nusensors|5f01de6632d632c1a719abf71943b2e7c749f1ca
system/bin/tftp_server|52e9f6d98ec865c37f0b91fc9569d9846eefc5c5
system/bin/time|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/time_daemon|22fe1320d9e294018780407b9a45456281571621
system/bin/timeout|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/tinycap|c61b6eeb60e7ac3bf407de39d8d8ddd18f7f3c48
system/bin/tinymix|2dfd3831f4ed80102f2652848c8d6ae88bc09a70
system/bin/tinypcminfo|5aad3285288281417e6638568dc00259cbb14fe0