-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_files.sha1
3376 lines (3376 loc) · 289 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
all_files.sha1|89add9499247a50dfa07910fe48861f2cd434cf6
board-info.txt|55258e8c90bf2fc0eb92fc5255fe61a1137aaac1
bootdts/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8937_RUMI.dts|6fb4cbddf396886b31af500f2d9f745afd0fd517
bootdts/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8998_v2.1.dts|66e0ce336922997e62a9dc7fdabc67acc4f699b8
bootdts/02_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_CDP.dts|bc60ca9492697635293de1044208fa8a7a6f0888
bootdts/03_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_CDP.dts|521bc3fd8242c7adbc5d12e76f25ee4cdd1452b5
bootdts/04_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_CDP.dts|d6d355910d67861258e0842541252d30968b56e5
bootdts/05_dtbdump_Qualcomm_Technologies,_Inc._MSM8937_External_Audio_Codec_CDP.dts|3b4915263405073d0ba920bcea088d65ff4c4e34
bootdts/06_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_MTP.dts|2a90df57635c58b0289e3d3c9162798d6baf7f93
bootdts/07_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_MTP.dts|d5273813a8738f255ee6c28f14764af99ffdfa06
bootdts/08_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_MTP.dts|9d95222cade2dbaa5ffc415c5094fcc4f0fc9533
bootdts/09_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_RCM.dts|bcd0b4664200eb1eca9f2a5a11f2db43c5a1127f
bootdts/10_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_RCM.dts|35161f0e3797032c45be9fc910a25442aad4a591
bootdts/11_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_RCM.dts|4cb34127896238516b5754b730153039c1a987c9
bootdts/12_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_QRD_SKU1.dts|63e22adf32c948b54dd731f1926d465e445c986b
bootdts/13_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_QRD_SKU2.dts|fb07845c509a8d28246a1167e2e20d86dbed1d3d
bootdts/14_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_QRD_SKU1_DVT1.dts|c510267c85a4bff178ebe1e365c8669228180b0b
bootdts/15_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_QRD_SKU2_DVT1.dts|05d56cb1aa1261cde57cb2c0c50f8a6592e9319a
bootdts/16_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8950_CDP.dts|b995a33ca7355feea7f4469a2469aa674476947c
bootdts/17_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8937_CDP.dts|ad840f3722befa119329d8363fcbbd39ec03445c
bootdts/18_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8950_MTP.dts|0b2e14064a940fe75844f62d7ca542b5c7f19c1c
bootdts/19_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8937_MTP.dts|b43751de9fc8789fa122bd6315566a3a67403786
bootdts/20_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_CDP.dts|4f2ead58702c3f4328756e9e7385ea2c91c33162
bootdts/21_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_MTP.dts|b8f85fb7dc6900104e345a8d966c3b1fc3053597
bootdts/22_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_CDP.dts|dc9ecfd335e1ee038c40c212a6eff711f3807472
bootdts/23_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_MTP.dts|b5479dca4df1af4e154277ec76023248f8a25bf8
bootdts/24_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_RCM.dts|6282086cfa1fece79fd7f7dbd11d4c6c866f0c1a
bootdts/25_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_RCM.dts|560fa70f74514f86b04c7fef7ba48c5137121c18
bootdts/26_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_QRD_SKU6.dts|640e296a8c36468492d65b859f0a4b5916a73fde
bootdts/27_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_QRD_SKU7.dts|800aee29d06a15626534a2a6b6c0d102e35229bb
bootdts/28_dtbdump_Qualcomm_Technologies,_Inc._MSM8940_External_Audio_Codec_CDP.dts|ce1a58269e1d513abeff3b02c6c063cad47a1899
bootdts/29_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_MTP.dts|f3cf5945a6e449b45ae8bd34bcee9f42f2501ad2
bootdts/30_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_CDP.dts|49cc01db305b9ceca7bf125a7fd1a05b99c3c732
bootdts/31_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_RCM.dts|cdff8c48782434cfa3ef13139c1dd36ac3209b06
bootdts/32_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_QRD_SKU7.dts|f9602049161720c1ebc017285eb0926c1561488e
bootdts/33_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_MTP.dts|15e628095748488bd75140944cced77bd5c860bf
bootdts/34_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_Ext_Codec_MTP.dts|c181a7a267d0b3ae38c5e75017b04de347e3bddb
bootdts/35_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_QRD_SKU3.dts|82fc5b76698cbc3987d1e48fa111a2406918abbf
bootdts/36_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8940_MTP.dts|bb7e5096eb7981acd2a75d728637064580e84c31
bootdts/37_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_MTP.dts|eb125b33493d90141b274bd79b671bf24b7903d6
bootdts/38_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_QRD.dts|4acb63bee68839ddb78fe36bcd2baf7d634a7a19
bootdts/39_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8940_MTP.dts|de36ac7222cee99859036b35b955168bd5515858
bootdts/40_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_IOT_MTP.dts|443c7a73e0436a338844e37db519ce68a5ec0aa6
bootdts/41_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8940_MTP.dts|c10a1f9ec2fd30489c271b5da221a543dd02e9d7
bootdts/42_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_QRD_SKUM.dts|8b07fa11c04d85b0f1cdb5d3bde6f1526c01807a
bootdts/43_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_CDP.dts|df1419ea61192129c7feabb9bcdf276644b21e78
bootdts/44_dtbdump_Qualcomm_Technologies,_Inc._MSM_8952_External_Audio_Codec_CDP.dts|d55229e1668b29a3e69f08b36eae6c9281815e64
bootdts/45_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_MTP.dts|95264952cf2ae270e5fdf59dcfab3ef98281a1eb
boot.img|86fea2086a09707f4d0cb9b0cc80b2a24c3fc649
bootimg/00_kernel|cc1c0c0c29008db4c8112807733282c91c15a486
bootimg/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8937_RUMI.dtb|5d1db2f7317c77dbf058da86de66a486a7a1d05d
bootimg/01_dtbdump_Qualcomm_Technologies,_Inc._MSM8998_v2.1.dtb|7ee73f8bc614e8a1fb618675240628d907d4807a
bootimg/02_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_CDP.dtb|c336ad82296fc7e293afb9e007f2d3349af482a2
bootimg/03_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_CDP.dtb|3b80f462895ff656f48a653927036b965808515e
bootimg/04_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_CDP.dtb|dcc99fef1a05172945682ac99b67d6c2efedb0db
bootimg/05_dtbdump_Qualcomm_Technologies,_Inc._MSM8937_External_Audio_Codec_CDP.dtb|ee4f3f809b4023fc0cfb05a9738b566f2bda89e9
bootimg/06_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_MTP.dtb|39ddd1959ad1aa68e0ad0cfc2486e7325c36dcd4
bootimg/07_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_MTP.dtb|c7a6eeddef02938dea99b6b3cab72525c7dd021f
bootimg/08_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_MTP.dtb|56c8894522a2062c1f918bbae4fc387527a0f767
bootimg/09_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_RCM.dtb|be2623c91640c1620ecf0213ef5a7929054d6a79
bootimg/10_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_RCM.dtb|e9eb0bd8f277216ef2881e312bb4669a0a6c97f7
bootimg/11_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8940_RCM.dtb|a1310495a86b74e97045dabf63d0cb723f42b5b2
bootimg/12_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_QRD_SKU1.dtb|4eef0c705a7721aeab1c52c1ba6eaead3c275823
bootimg/13_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_QRD_SKU2.dtb|c1e0522fd7db984be7f39a4bc3ee249e5672c77e
bootimg/14_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8950_QRD_SKU1_DVT1.dtb|7ec90f7a617024a30d72bce010c1f68365f51d7e
bootimg/15_dtbdump_Qualcomm_Technologies,_Inc._MSM8937-PMI8937_QRD_SKU2_DVT1.dtb|8ef24349dd0bef2d73f3415837a44a091ce60385
bootimg/16_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8950_CDP.dtb|a6bfeffc518f2087b4f874e765e0b06aa118979b
bootimg/17_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8937_CDP.dtb|8c20a97ea2ffd6d131c3dcb68a1b6757efc5c1f6
bootimg/18_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8950_MTP.dtb|82ee7cc1da3a754108fb36ac94c7c123eb6c13b6
bootimg/19_dtbdump_Qualcomm_Technologies,_Inc._APQ8937-PMI8937_MTP.dtb|5504b8fa5d3753b64ab26bbd74d59642ecc42a98
bootimg/20_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_CDP.dtb|1b98a75c00debd6558d1395716cced38960d32dc
bootimg/21_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_MTP.dtb|0cb68e917d849446014d9624b162d3d942e25041
bootimg/22_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_CDP.dtb|e4a4fdca52fda86d894b4acfbf5be8108546f8bc
bootimg/23_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_MTP.dtb|22651bd8370e01d176410d439c5ca9df9f0e4f49
bootimg/24_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8937_RCM.dtb|912a7b20a16c60416ca9fa0e67f67d560a302838
bootimg/25_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_RCM.dtb|953756e71ced8318e5531a7a0ba93862637685c9
bootimg/26_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_QRD_SKU6.dtb|513f3df3b1586d73f0a14801b05dbaa8116a0546
bootimg/27_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8950_QRD_SKU7.dtb|c7cb274fb81a867f218b4a19f43b3c76c78769da
bootimg/28_dtbdump_Qualcomm_Technologies,_Inc._MSM8940_External_Audio_Codec_CDP.dtb|2e112cf431fcdac4e925dfa5c4ffa7d87243ebc1
bootimg/29_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_MTP.dtb|a3245f2aa19fe2bb3063397a91d4ced58d582af3
bootimg/30_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_CDP.dtb|80ec7b4316181a9580d81995120b7017e7830079
bootimg/31_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_RCM.dtb|9f8add369554876eca20e6d1a21db5a7f0e442a2
bootimg/32_dtbdump_Qualcomm_Technologies,_Inc._MSM8940-PMI8940_QRD_SKU7.dtb|3a6137206100fede8dae173fc5fb04b2a8e8fd73
bootimg/33_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_MTP.dtb|bb6e3cb54718a541ad51f8789c412a2457f4936c
bootimg/34_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_Ext_Codec_MTP.dtb|f2703e6448f0fb5b6115df9e08f31793db90d93d
bootimg/35_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8950_QRD_SKU3.dtb|b7e96e7540982de0b9287c31d61a8adbac5104f1
bootimg/36_dtbdump_Qualcomm_Technologies,_Inc._MSM8953_+_PMI8940_MTP.dtb|cc50a29a7946e6d39c73b70f473ef5b6ccbd8da2
bootimg/37_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_MTP.dtb|85dd425a94a8ad0e8bbde0c61d293ea321186d06
bootimg/38_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_QRD.dtb|e546c111dee2b1eb3375ace225ab9070cb80982c
bootimg/39_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8940_MTP.dtb|621063432c66191f5543ac31eea9e09c196d3f9e
bootimg/40_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8950_IOT_MTP.dtb|20a632b2e2b5ab8cddf2a4c7ef53927b14542634
bootimg/41_dtbdump_Qualcomm_Technologies,_Inc._SDM450_+_PMI8940_MTP.dtb|62c1f57c949762a761428a1668e6216df7c52aaa
bootimg/42_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_QRD_SKUM.dtb|3b7b07ab9e064c8f57c6ac7b5e6356c02e28179c
bootimg/43_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_CDP.dtb|804634cabb9a4997969b0f00f70424bad5d54c5b
bootimg/44_dtbdump_Qualcomm_Technologies,_Inc._MSM_8952_External_Audio_Codec_CDP.dtb|a61cded0bac951e300ff9ce9d4de42cf5ec0c550
bootimg/45_dtbdump_Qualcomm_Technologies,_Inc._MSM8952_MTP.dtb|5d042d58b450f107d810187a7e2af5ff5c7fc686
boot.img|86fea2086a09707f4d0cb9b0cc80b2a24c3fc649_info
boot/kernel|810cb2ff8354aaad1808fa3dc746d37daf8836f9
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.carrier.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.environ.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.cust.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.early_boot.sh
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.google_revenue_share.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.google_revenue_share_v2.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.nativedebug.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.post_boot.sh
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.recovery.hardware.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.recovery.qcom.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.usb.configfs.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.usb.rc
boot/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.zygote32.rc
boot/ramdisk.packed|c1a29c85be97f6e692be0515dc79a00ba065e20e
boot/ramdisk/res/images/charger/0_720p.png|434a19558aa95c109755dbb32087ca6f724080ca
boot/ramdisk/res/images/charger/0.png|a34a575a1ba53fc905ad8ebbcc1fbf7e2f683784
boot/ramdisk/res/images/charger/1_720p.png|220f764bcc7871fed0ca418ba58c239354fda88e
boot/ramdisk/res/images/charger/1.png|3c67a13f1ea3be9df96ae7d8341f47294c9fcd57
boot/ramdisk/res/images/charger/2_720p.png|aaa3df2adc9c409591bdd228261a17203e07ff27
boot/ramdisk/res/images/charger/2.png|d9d17b9bae1351a7587194e65796a0f10c636f70
boot/ramdisk/res/images/charger/3_720p.png|cd4c62b8284fc55eeaac645fb3da1547bc31c0f2
boot/ramdisk/res/images/charger/3.png|d2e8478c3d59e1f811b0ddf4910747b5242b9821
boot/ramdisk/res/images/charger/4_720p.png|ee3ce7f2749af7dc50d846901787135b4c040b47
boot/ramdisk/res/images/charger/4.png|41a74871c6c19c2c92ee3b17f0b87e534536a22f
boot/ramdisk/res/images/charger/5_720p.png|9de3fdca0f4923fe5802cb67d3102e026bf1163e
boot/ramdisk/res/images/charger/5.png|2e00d0050335fe898f3d4585a4801f4d83ac8db5
boot/ramdisk/res/images/charger/6_720p.png|3a34a214e1ac87e2bb39144fb14da7b4791a2c7a
boot/ramdisk/res/images/charger/6.png|d38cffc198330cbf762a82fc473a45b6f97ee03d
boot/ramdisk/res/images/charger/7_720p.png|da3ab99b829e45c8dca8490c22afa31a40196a71
boot/ramdisk/res/images/charger/7.png|5301873316e96bd1f2ae784b6ffdc699438d4c93
boot/ramdisk/res/images/charger/8_720p.png|f5bb8ec11ab35ad6313a9e0a96c278d9a663723b
boot/ramdisk/res/images/charger/8.png|d90b1c8a45c1fd4f91a59086717fb2c4273ef6a1
boot/ramdisk/res/images/charger/9_720p.png|9565e05f93b3d1ef5b9f2cda594e154ba718c505
boot/ramdisk/res/images/charger/9.png|34274f1aaef8e23d61636a7721af2dfc2dc4c535
boot/ramdisk/res/images/charger/Battery_00_720p.png|393f175f0d5fb846fdec43ca167587ed34627c88
boot/ramdisk/res/images/charger/Battery_00.png|c56f86622a81e71042e51c1b512853121bcc922e
boot/ramdisk/res/images/charger/Battery_0.png|b3f1e18d71309cb5d131fb2d84418997d524750a
boot/ramdisk/res/images/charger/Battery_1.png|9dac2173759e0becb9ca711861b8a8d4059edfb2
boot/ramdisk/res/images/charger/Battery_2.png|a6bf995147dd27d79b3fa9eadf61971678b2a428
boot/ramdisk/res/images/charger/Battery_3.png|6579050f9c916e11c79ac64b0152cb268ab95b53
boot/ramdisk/res/images/charger/Battery_4.png|36fb0f49ec496fb84e6001b0e97072c75e71584c
boot/ramdisk/res/images/charger/Battery_5.png|d66e3702d01cbd3802d1320aa77ec598d9a1c939
boot/ramdisk/res/images/charger/Battery_720p.png|69454e4b06c54104060bee73dbe1e30c6a15b5a6
boot/ramdisk/res/images/charger/battery_fail.png|0e65ec2d5f21ecf03d3ea7e1c1b821a7ebee1728
boot/ramdisk/res/images/charger/Battery_green1_720p.png|445d1d682f635a4830b02d2259c35d7f947f9993
boot/ramdisk/res/images/charger/Battery_green1.png|1a5c18142c4c6ce20acc2659e1ae4a633cb840c3
boot/ramdisk/res/images/charger/Battery_green2_720p.png|9095f60f2eee32c3b64d6b21083e3ceb7191856a
boot/ramdisk/res/images/charger/Battery_green2.png|46f27b0fc9b894018127f852b2cc447cd4ce0cd1
boot/ramdisk/res/images/charger/Battery_green3_720p.png|d0339f49ff9b6fa931dd69ec149823d633de8a38
boot/ramdisk/res/images/charger/Battery_green3.png|6aaa63051ac28182fb39e411a6e4d487b92e9f3f
boot/ramdisk/res/images/charger/Battery.png|d7f14d56f136ebedd3783c89ec953caa26d93f18
boot/ramdisk/res/images/charger/Battery_red1_720p.png|1093962f503c907ca5d24590275e928bf9d09efe
boot/ramdisk/res/images/charger/Battery_red1.png|34e8238c6022f3680a969d5a0fe12a698bb3fdad
boot/ramdisk/res/images/charger/Battery_red2_720p.png|7830f06146325b9d17c7b8d91a5652018ca5d2a1
boot/ramdisk/res/images/charger/Battery_red2.png|d915c8cb6cbdff37f8c8566585c26ad7104a5f5f
boot/ramdisk/res/images/charger/battery_scale.png|84066970c9fe65be5e5e752e225ce07698147a36
boot/ramdisk/res/images/charger/p_720p.png|d7ec18b25aac90ffd108df4b8ef52d9fb5cdfa93
boot/ramdisk/res/images/charger/p.png|9c8117ef68228d4f0eb8165673d1b79b77e134f6
boot/ramdisk/sbin/charger|37be67636d1ed3e790a01e2ac2f79490a1ca3ebf
boot/ramdisk/sbin/setlockstate|40e7fbe6a5a41dda26be5a4cda8b14af3a5746ee
boot/ramdisk/ueventd.rc|67772f6a27217ac7151839071487104c26330c64
boot/ramdisk/verity_key|ba2e9dc383bdad9c9ab72503d93f1c453a5d9e03
bootRE/boot_kallsyms.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/app/customized/com.iflytek.inputmethod.miui/com.iflytek.inputmethod.miui.apk|f0e260039e29cd35471a3a79fd6d7d79c0d438c8
cust/app/customized/MiGalleryLockscreen/MiGalleryLockscreen.apk|87076c7ff5c043c3fd4328411cc9e5eb5afc9431
cust/app/customized/partner-AMAP/partner-AMAP.apk|70b0b4c49ddeb02e05ea969279be1f5f17f0a7c6
cust/app/customized/partner-com.achievo.vipshop.channel|1503210afe7f5cca5141faa40a9f91bc52f46487
cust/app/customized/partner-com.autonavi.minimap.channel|4ed85e686d6cd07dcf4d56e56931e47fc131de97
cust/app/customized/partner-com.baidu.searchbox.channel|f72372c75938d7429787e7d9021c6e1a3c1cb747
cust/app/customized/partner-com.duokan.reader/partner-com.duokan.reader.apk|129a067964d1a88ac356acda1ff550a98525980c
cust/app/customized/partner-com.eg.android.AlipayGphone.channel|b17e0193dbaa0b59f06a3d75ddc5e86ae1df9f09
cust/app/customized/partner-com.hipu.yidian.channel|a7351b289ba61f3b825fede9f153da9cc6ad972f
cust/app/customized/partner-com.sina.weibolite.channel|75a1ec5d13fabcc130552f034c790b907a8f5cdd
cust/app/customized/partner-com.taobao.taobao.channel|663e2ada673ae0fb8abda01f324a5a7b7eb90790
cust/app/customized/partner-com.tencent.qqlive.channel|2d83aabb0687c2110c38584344cf2a547a1bf63c
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.eg.android.AlipayGphone/recommended-3rd-com.eg.android.AlipayGphone.apk|1264c52a5b0ff3ee3964ce428152531841a44864
cust/app/customized/recommended-3rd-com.qiyi.video/recommended-3rd-com.qiyi.video.apk|5258c13a55e6f7d0717b57e5332fd9948a282d85
cust/app/customized/recommended-3rd-com.Qunar/recommended-3rd-com.Qunar.apk|024d692e381e0b43616fb984b123b453081c3960
cust/app/customized/recommended-3rd-com.sina.weibolite/recommended-3rd-com.sina.weibolite.apk|53b8a86b8429669ca1e718c8d6278353ee1a7d35
cust/app/customized/recommended-3rd-com.tencent.qqlive/recommended-3rd-com.tencent.qqlive.apk|e89250753f4d50ccbc88b4419cf49ed78f0f9822
cust/app/customized/XMRemoteController/XMRemoteController.apk|f1376b45fd0c8ea30d20114445b8706eee690f15
cust/app/vanward_applist|76b254725ff5ec400ce68a0eeba5f982d6910984
cust/cust/cn/com.iflytek.inputmethod.miui.sig|a62229a7eb4cc74dabbd673f3ba5e9cc1c6bc893
cust/cust/cn/customized_applist|800b1b39a014823d8588decd66af9e61396fd92c
cust/cust/cn/customized_channellist|1e513c4a058cc8861ace6fc01b5a69feb5ea3663
cust/cust/cn/cust.prop|309bf61c666583ac22e3632bc9a93b762d45b788
cust/cust/cn/MiGalleryLockscreen.sig|3914c4e03b5e791d6cad0390e4748ed6340f6eaa
cust/cust/cn/ota_customized_applist|91ff6cf252ecc59b130436b764be01ce910fed29
cust/cust/cn/ota_customized_channellist|1e513c4a058cc8861ace6fc01b5a69feb5ea3663
cust/cust/cn/partner-AMAP.sig|26cb6667277d330633c17de5ed1f7903a447c7f9
cust/cust/cn/partner-com.duokan.reader.sig|2617c7924316704cba89f71a9b2ecea76aa44864
cust/cust/cn/partner-Zixun.sig|9e84d2fc5c4e5ffbf9a1ccc06bcd7375cb4f1c1c
cust/cust/cn/recommended-3rd-com.baidu.searchbox.sig|6042cebe042d20ad14f9142c0000c4e4bd583a38
cust/cust/cn/recommended-3rd-com.eg.android.AlipayGphone.sig|eaf9cdf24e73c2a0de1a708012c4368251708a46
cust/cust/cn/recommended-3rd-com.qiyi.video.sig|81cc3a351c96e382d84e7dce6f83056670e9bcdc
cust/cust/cn/recommended-3rd-com.Qunar.sig|e2a05eefc6665a51587adbf8c83e45ebeb69e4da
cust/cust/cn/recommended-3rd-com.sina.weibolite.sig|dfc5a96c62e3543f58e172c0ca792a6ecf9074c8
cust/cust/cn/recommended-3rd-com.tencent.qqlive.sig|1135e070305a7f0acaa1cb423871eac81f180562
cust/cust/cn/sign_customized_applist|045889d7746a454b0043b109296950db8d67f16c
cust/cust/cn/XMRemoteController.sig|ace21fc951bd358cd5b526839d84a43213725f38
cust/cust_variant|b0bc9abd90e2f7b3bfd695191e2d0034bb1b2f52
cust/prebuilts/com.android.deskclock/com.android.deskclocklib.res20190122.apk|7337a21430833c76c6ff56e07dbcd6928d03e98b
cust/prebuilts/com.android.soundrecorder/com.android.soundrecorder.external.lib.v1.apk|782254cf61859f601289a6012fb156697facd18a
dtbo/00_kernel|71f2a93df0683ce16144572ad65fbe8c065f67bf
dtbo/[email protected]|081c288425560e6ceeba01eb11d10a99a21b462a
dtbo/[email protected]|081c288425560e6ceeba01eb11d10a99a21b462a
dtbo/[email protected]|081c288425560e6ceeba01eb11d10a99a21b462a
dtbo/[email protected]|c7c299a9dd7520722be1c5846d5045c61624dcc8
dtbo/[email protected]|c7c299a9dd7520722be1c5846d5045c61624dcc8
dtbo/[email protected]|d9c83c6157e375356ecdeed72127466a319ceefc
dtbo/[email protected]|d9c83c6157e375356ecdeed72127466a319ceefc
dtbo/[email protected]|d9c83c6157e375356ecdeed72127466a319ceefc
dtbo/[email protected]|e205c83a55455525546b6331174d9620e5359e0e
dtbo/[email protected]|e205c83a55455525546b6331174d9620e5359e0e
dtbo/[email protected]|e205c83a55455525546b6331174d9620e5359e0e
dtbo/[email protected]|8b37acd80d26b460070f1c848515554413357f19
dtbo/[email protected]|1a7c2cfd12d5698ac836a70a21c3aaafd76fc4d7
dtbo/[email protected]|78e1b16e49b9a1ad3b2582d5e46df5a5e2981e17
dtbo/[email protected]|219ad342df58f9ce4182cb99a2fac3045201fadf
dtbo/[email protected]|8270aaf03f18e2bf622319f3bf46bc3b49aac4d7
dtbo/[email protected]|86137fd2ec4703c3e0f14ab2f1483a37a350c5ef
dtbo/[email protected]|49baa071d88384aa4c259ec056f2c72a9383a0a3
dtbodts/[email protected]|aa3fec8451c2e6883681d4375bb533f4f6c4d9e7
dtbodts/[email protected]|aa3fec8451c2e6883681d4375bb533f4f6c4d9e7
dtbodts/[email protected]|aa3fec8451c2e6883681d4375bb533f4f6c4d9e7
dtbodts/[email protected]|8601f2748b9ad231ba3797dd12014e011a054686
dtbodts/[email protected]|8601f2748b9ad231ba3797dd12014e011a054686
dtbodts/[email protected]|123968c65111fba3abcf213857b903a941b59688
dtbodts/[email protected]|123968c65111fba3abcf213857b903a941b59688
dtbodts/[email protected]|123968c65111fba3abcf213857b903a941b59688
dtbodts/[email protected]|0b2cc972fc0c92eb01dfd88364508ef707a6dcba
dtbodts/[email protected]|0b2cc972fc0c92eb01dfd88364508ef707a6dcba
dtbodts/[email protected]|0b2cc972fc0c92eb01dfd88364508ef707a6dcba
dtbodts/[email protected]|0074c9155c899380d144fd7541b5bde2f7662890
dtbodts/[email protected]|f0ffe2314bc82cd93fc71478b7854d0a31d46797
dtbodts/[email protected]|f4512ef7ff5dbb97f3601fc01e06c526a0984feb
dtbodts/[email protected]|7210ad2063947e11d470d68a2cb1d1d1f609ee3d
dtbodts/[email protected]|6f99edc430e0364da3d2659509c4afb31316dd35
dtbodts/[email protected]|f40d6eaf9343bd021f89751d6b6d9c73cba5aaaf
dtbodts/[email protected]|6f99edc430e0364da3d2659509c4afb31316dd35
dtbo.img|8d0d9855a0a2c60f31fd69906eac6c51ee204b78
lineage-device-tree/Android.bp|2e1214bb96261a0f550c37131dad5edb38298533
lineage-device-tree/Android.mk|046310f1d010cfb0ff12f20c6a4ebf6958bd42b8
lineage-device-tree/AndroidProducts.mk|b28f150480ca605dd64372d145f3cc624de903d9
lineage-device-tree/BoardConfig.mk|36a1f5d0fe61e4369d651215207ef37645bbedbf
lineage-device-tree/device.mk|291aed25b4ad88759909b5dd3cfc74a5804ad331
lineage-device-tree/extract-files.sh|5c1c7a4c51cea570c0261b2dfd3ed004b22ef72d
lineage-device-tree/lineage_ysl.mk|9fd83316d69988802c035069b33e2fd914687c82
lineage-device-tree/manifest.xml|900d4cc7052a5a0c1a33c96c179d4cbacd0e8569
lineage-device-tree/prebuilts/kernel|f9e2896f151fd6752ae40b025a935255815f0a43
lineage-device-tree/proprietary-files.txt|33aec7e85b6ba23a3556f7be14199f40cfc26652|e3befec1ee86891ac17181a3f0155bb88208d63d
lineage-device-tree/README.md|d31a973bd87380de9672dac4e535acbcf5a14132|598804ab23e4b0ccb137ead69b8ef265b80e932d
lineage-device-tree/rootdir/Android.bp|f4659b7350a46ea85643a47331ea088756ca75ea
lineage-device-tree/rootdir/Android.mk|7e034d5c639da1f75af68e026823df51fe5e0b9a
lineage-device-tree/rootdir/bin/btdut.sh|24de58b176e54edef51fba75e008dbdc69507d0a
lineage-device-tree/rootdir/bin/init.class_main.sh|44173cd8fef49ba8d4d1678b2377262d01e55080
lineage-device-tree/rootdir/bin/init.crda.sh|22aa2f5bf92e6574bee4f9ac8986caf358f84276
lineage-device-tree/rootdir/bin/init.mdm.sh|3416196e65af2485a31fa8e89a871e10be6aa53d
lineage-device-tree/rootdir/bin/init.qcom.class_core.sh|543cc97ccf4ba1ae04e2ce85f2afc24fe1b79e1f
lineage-device-tree/rootdir/bin/init.qcom.coex.sh|c61fd5f9a76284cdf21e496e5bb801aae0230d68
lineage-device-tree/rootdir/bin/init.qcom.crashdata.sh|0b54371967640ade033609c3fd66f8343072b2cf
lineage-device-tree/rootdir/bin/init.qcom.early_boot.sh|307514bf3193cbaba8e98e1c03def74275ceadc9
lineage-device-tree/rootdir/bin/init.qcom.efs.sync.sh|9f37b12215a18fc2fd8b4cbdded24f4d83fc3b70
lineage-device-tree/rootdir/bin/init.qcom.post_boot.sh|c540eb80ad995109ee50707148bf05b8cf8f0210
lineage-device-tree/rootdir/bin/init.qcom.sdio.sh|3da734396761807eef7334b335b5d8f855920e89
lineage-device-tree/rootdir/bin/init.qcom.sensors.sh|8ac8576a81e3f870c3d418d820d943971beb44ec
lineage-device-tree/rootdir/bin/init.qcom.sh|e3b17a89ff03b2a08b11c4e2b745d22d4b3ea6f8
lineage-device-tree/rootdir/bin/init.qcom.syspart_fixup.sh|ee54a347d7c08394215acae99202d87294380170
lineage-device-tree/rootdir/bin/init.qcom.usb.sh|5b9eee06096cdbef118a054ff0cb9330ef867c0c
lineage-device-tree/rootdir/bin/init.qcom.wifi.sh|a410fd3d0dc8bb90d431b117826460d2a9de29b3
lineage-device-tree/rootdir/bin/init.qti.fm.sh|b290e38698332a42075126eb98c2d2048da57152
lineage-device-tree/rootdir/bin/init.qti.ims.sh|a1b52064ec786ab7c85ed0141ae926897f27bec4
lineage-device-tree/rootdir/bin/iwpriv.agent.sh|34936f673716229688774ae175ca008662d8b805
lineage-device-tree/rootdir/bin/loopback.sh|caaf3f75739ccbb15fd505f097ec23289c8ed89b
lineage-device-tree/rootdir/bin/qca6234-service.sh|761213662d78d6ff086203dbdcb300f447b07bfc
lineage-device-tree/rootdir/bin/wifitest_close.sh|f4a80247079bbe0c21b15a4902658b294e9c228f
lineage-device-tree/rootdir/bin/wifitest.sh|37b684ca6052edb12f1b47b898096abb70d319da
lineage-device-tree/rootdir/etc/fstab.qcom|14989c453c8b529257bbcc92a875ec47bda6d3f3
lineage-device-tree/rootdir/etc/init.msm.usb.configfs.rc|5983b2ecd0923bfd13d5946a4cdcb0a78c5e86f8
lineage-device-tree/rootdir/etc/init.qcom.factory.rc|7911fb651c546c11bb921945c9c77a54db66ae5c
lineage-device-tree/rootdir/etc/init.qcom.rc|25812c68a8810ddbea16ee4f50d08c71a9afde27
lineage-device-tree/rootdir/etc/init.qcom.usb.rc|9b1b1bb8454515f350edef808380d61c60b6d9a4
lineage-device-tree/rootdir/etc/init.rc|b13876c8e3fd031569c8edcb09220983917aac2a
lineage-device-tree/rootdir/etc/init.recovery.hardware.rc|06206c0b02b71ea89bcb55f57c17bd02fc343bce
lineage-device-tree/rootdir/etc/init.recovery.qcom.rc|732143e461d36035ce1bde21c5d4b827302f9fc3
lineage-device-tree/rootdir/etc/init.target.rc|eee6b986a0709221821da3705db5e72e8fd436de
lineage-device-tree/rootdir/etc/miui.factoryreset.rc|2359ec4a29d4638dd833105e0644c92bd3a72d32
lineage-device-tree/rootdir/etc/ueventd.rc|67772f6a27217ac7151839071487104c26330c64
lineage-device-tree/setup-makefiles.sh|52436d4ab47954468c48527eac432540716c0721
lineage-device-tree/system.prop|a683c2238212601582d4505090cdc19de70ee148
lineage-device-tree/vendor.prop|9676c1a7c34a41a3754428d37522ea55089af32d
modem/image/mba.mbn|ceff4e285acbefed959584902ff3652b9eaadf69
modem/image/modem.b00|c5fd63e55de58ee18e5dfd9f7132c9365204c6c3
modem/image/modem.b01|7d7ce8b5fbc407c0ac320f48a479fe0c2c30e1c8
modem/image/modem.b02|08053e7c9463aa4aceba1447e540acc165f315e1
modem/image/modem.b03|68a0087071c33d2dc5c1c8f259f8b105ff17921d
modem/image/modem.b04|fdb3376165e1660f617bce841b6a3e6302834573
modem/image/modem.b05|c4b8ae5fa488f7646176cc28ffecdaaa4b2f1bee
modem/image/modem.b06|9b86940214a2c77b97ce81db2d8e60f9919a5f79
modem/image/modem.b07|c843da7050d864cd9b01bdfcf5239f83f40228aa
modem/image/modem.b08|a5cbf3eed75361629c037f4f6d8c81ca21ad9988
modem/image/modem.b09|183e606ea350816b482dac20ee2573307826e6a2
modem/image/modem.b10|8653dbc25521d96ddb3554754c57095e47fa4f30
modem/image/modem.b11|e9589e985975ff383113f90258741fd2ca724aba
modem/image/modem.b12|22e81c8ed5c316402994ad9648517fe2197b1a39
modem/image/modem.b13|aa0bcbc0308793d37cf9a09453355bb2e140ea91
modem/image/modem.b14|0a1287ab0cd8aa82c118ebadabf4ce47428f730f
modem/image/modem.b16|d09acc38203fc0ce8d1946c47ddf05a922ed519b
modem/image/modem.b17|4890f533aba7caf874da1754d3d43de7c292de4d
modem/image/modem.b18|19640d4ab24fccec84f71d1ea55a9af2285d219d
modem/image/modem.b20|3b06bedecc575921bb207648cad38e84370402b3
modem/image/modem.b21|b98aab3deead8b49ade6fdcfa20150cbd4a30945
modem/image/modem.b22|35011122c08266e5189aaa08c96a096090d0dd1b
modem/image/modem.b23|c27b4674e0bbd7070e075bea2d637d3aab36768c
modem/image/modem.b24|2425bbbfed15240fc7c9123e3b040141e75fd766
modem/image/modem.b25|1d0ce23c6adcf92356954f222842df03745a3258
modem/image/modem.b26|0d3ef6d0b04ab87f96737e791859787a46bb1b96
modem/image/modem.b27|5acabb9813777acf6c0ca7e9a3c444eeca2ff7dd
modem/image/modem.mdt|95908351adcb2b5ce83e155a25bc259077ec0b37
modem/image/modemr.jsn|aa14e896f38d444c74b0f635bd21db22e16a6af5
modem/image/qdsp6m.qdb|cd5fbd0726679020aa738508883e8003468a5bd5
modem/image/version.cfg|884c648e72ab629cd567692687831dd236496259
modem/verinfo/ver_info.txt|0375262f5ad6b64d5ad66b401257bf2f5c25aa8a
proprietary-files.sha1|1128bbe02a344d13e56216cb0c66656b94906b01
proprietary-files.txt|33aec7e85b6ba23a3556f7be14199f40cfc26652
README.md|d31a973bd87380de9672dac4e535acbcf5a14132
recovery.img|56bee9ad05384a0d8bbec7ed16252f33f9c96195
recovery.img|56bee9ad05384a0d8bbec7ed16252f33f9c96195_info
recovery/kernel|f9e2896f151fd6752ae40b025a935255815f0a43
recovery/ramdisk/etc/mke2fs.conf|ee66b1ac0301df3105563a2d54c3e6e004d7001c
recovery/ramdisk/etc/recovery.fstab|772c01f8299304d28b0803751b5950d47b344e19
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.early_boot.sh
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.miui.post_boot.sh
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.rc
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.recovery.hardware.rc
recovery/ramdisk/init|44f4e2a416b680e52e83e7b94d662cb1a89a2853.recovery.qcom.rc
recovery/ramdisk/miui.factoryreset.fstab|bda70cccc51919f853a4b501eee39d88bbe108dd
recovery/ramdisk/miui.factoryreset.rc|2359ec4a29d4638dd833105e0644c92bd3a72d32
recovery/ramdisk/nonplat_file_contexts|475a94c0857be28423d987502a6a3b4dd2a8f277
recovery/ramdisk/nonplat_property_contexts|4b08996b2e1f3813bcafb4885384c63f020d3a34
recovery/ramdisk.packed|8658b8ead34906e471e1f12766b381e83defa125
recovery/ramdisk/plat_file_contexts|24d39873caf4b85d69c28f257f8a5c86038ac55f
recovery/ramdisk/plat_property_contexts|90c69a434ea1bb96b5883f5ad31b78eecf8ca0f5
recovery/ramdisk/prop.default|d1d96d4fd551b1201b2ba8db2d25f72733593805
recovery/ramdisk/res/images/background.png|bdcd2a16c80ffaa79d48930d9b8592b0b9a5f8e8
recovery/ramdisk/res/images/battery_prompt.png|26cfd9e0658d7ed061856dfea5025b2318fd534e
recovery/ramdisk/res/images/ch/back_main_normal.png|c17ebdfb42e757737fc8085e1e1d4df356c42c2b
recovery/ramdisk/res/images/ch/back_main_selected.png|faa999c88690b80b05fc078453f17eedb45868ba
recovery/ramdisk/res/images/ch/choice_no_normal.png|59e9f601e5d353fad0ed3a5defcf529d5ed186a2
recovery/ramdisk/res/images/ch/choice_no_selected.png|44a9d606ccacbb92254e7f13f8a45cf9aa906d27
recovery/ramdisk/res/images/ch/choice_yes_normal.png|5cc7a1c562889fd1f9fe182dcda4bb70d4c0c78c
recovery/ramdisk/res/images/ch/choice_yes_selected.png|3fd04ac1e6713f3aa982206593bca3df915b468c
recovery/ramdisk/res/images/ch/install_update_fail.png|a329671f25785f906dcec3df4208faeb31d9893e
recovery/ramdisk/res/images/ch/install_update_file_corrupt.png|242fc5a45bcc87eac9f7c4ecbd2023ccd49a0c1a
recovery/ramdisk/res/images/ch/install_update_low_battery.png|77aeacd5217674048dbae19e0fe61c4d4a7dabb2
recovery/ramdisk/res/images/ch/install_update_no_file.png|96c660365535fa0cf53a97308041e3524805cdd6
recovery/ramdisk/res/images/ch/install_update_verify_fail.png|c193211cf6f553309db2e63753232dde330d8d38
recovery/ramdisk/res/images/ch/key_usage.png|b72be453e34417bc633bce3360b7d8342fd191fa
recovery/ramdisk/res/images/ch/main_menu.png|9ceaeee2f3eedd624432f99ca45deb4cb19552de
recovery/ramdisk/res/images/ch/miassistant_normal.png|2ab28f80581c750f139a48543f615ad40bc0bc37
recovery/ramdisk/res/images/ch/miassistant_selected.png|2d9336e4568686bf1edf26b26bbb8a41e16a7833
recovery/ramdisk/res/images/ch/NVdata_corrupted.png|04a79212f01f639c450b3be19edf18693a01b26d
recovery/ramdisk/res/images/ch/reboot_menu.png|0202fce42242c788307c4ce17f2ea149d0ff1d90
recovery/ramdisk/res/images/ch/reboot_normal.png|f4255f31e5dea6d345ad45154a9bd0d49b67d54d
recovery/ramdisk/res/images/ch/reboot_selected.png|5e94e883fbd93eaa4085e7bda271c67803e3f01d
recovery/ramdisk/res/images/ch/reboot_system_normal.png|79f83fd73f1a629fa197d1594522322bb7986a14
recovery/ramdisk/res/images/ch/reboot_system_selected.png|9705fc1f33bb2aa8e9d3ce1d108100120b2fc15d
recovery/ramdisk/res/images/ch/version_mismatch.png|efdd34042889d15f7018b2f442b77536bcb35854
recovery/ramdisk/res/images/ch/wipe_data_confirm.png|089c3633e092719ca77b5578e060dffb5ff76103
recovery/ramdisk/res/images/ch/wipe_data_fail.png|87d4527b20655875980bb8adcfc5f97ff623061b
recovery/ramdisk/res/images/ch/wipe_data_normal.png|4d05516f22f45f882cdf698a52250367a149dc4c
recovery/ramdisk/res/images/ch/wipe_data_ok.png|901992d3aa7c35737356cbda5aeabb48a3140e78
recovery/ramdisk/res/images/ch/wipe_data_selected.png|778ea2eaa6614591d1c756f11ba330a4167faab2
recovery/ramdisk/res/images/ch/wipe_menu.png|42bff32d9b6b7c52a957333832773b687b098176
recovery/ramdisk/res/images/ch/wipe_normal.png|d3bb82017c44a238fcff6f7222bd32f92db0a53d
recovery/ramdisk/res/images/ch/wipe_selected.png|24ad2fabc8235e64e1a0f6155d67e3b1bba5f2d4
recovery/ramdisk/res/images/digit_0.png|687887da20a84f90f98cb48b0d9ca22107db5a08
recovery/ramdisk/res/images/digit_1.png|460de3a396e81cf0bb560aea1bfe921e5148186f
recovery/ramdisk/res/images/digit_2.png|ec73b491f0835f67ec32904fe1a5c7af2f4cf6c1
recovery/ramdisk/res/images/digit_3.png|6d4ef7ae6c6787dd5d88a3c30f77e498ffba5d84
recovery/ramdisk/res/images/digit_4.png|6045adce4addbb2b296b08635de9b9092ecf15f2
recovery/ramdisk/res/images/digit_5.png|c35a17eeaffbd0d09909a6bfe4f412c0ca5fac71
recovery/ramdisk/res/images/digit_6.png|28c168c5e1b18fb61359405d16f4b18598d8836c
recovery/ramdisk/res/images/digit_7.png|f831294f7fb1751764e7dd75d5fafd2e9b1e3cac
recovery/ramdisk/res/images/digit_8.png|31762d55a2904ac17feaa44b5e259a94cd4444be
recovery/ramdisk/res/images/digit_9.png|2c4a1d1754b0582ebf530e580bdc314e2dac030d
recovery/ramdisk/res/images/digit_percent.png|a11c9e05904106902dff6df1717815337ae966de
recovery/ramdisk/res/images/digit_point.png|9d08c3eb3721c4cbc820edba689f99f17cf23dc0
recovery/ramdisk/res/images/en/back_main_normal.png|18fc70c4f01f243a23576c05c7800a2e47eeb9f5
recovery/ramdisk/res/images/en/back_main_selected.png|fd133edd7e8cfd9a1e1db3b4f3e0ad585474d3b0
recovery/ramdisk/res/images/en/choice_no_normal.png|f439dbd1afd541d9c40fd7e6d8d4121709cde206
recovery/ramdisk/res/images/en/choice_no_selected.png|23dc9d7263f887f4128e152a205f0adf701f78fa
recovery/ramdisk/res/images/en/choice_yes_normal.png|30454f8a0795503e76fd4e308f6918edde9df48c
recovery/ramdisk/res/images/en/choice_yes_selected.png|0b44a6149d7b51dd246426f2c6aec55a7539e6f8
recovery/ramdisk/res/images/en/install_update_fail.png|c47df1e1d950fb624c33ed28074ae92b5ba6c232
recovery/ramdisk/res/images/en/install_update_file_corrupt.png|887a1ebc5ede52d9ae1cf99ccb0f8ad6504c31d9
recovery/ramdisk/res/images/en/install_update_low_battery.png|1894a8707f59b31022855cd985f49b5cab5c7622
recovery/ramdisk/res/images/en/install_update_no_file.png|0ee40f0bfc4c052ee753f161bee67b398654e487
recovery/ramdisk/res/images/en/install_update_verify_fail.png|a207a7c0e35ee4a8309b56d6f37b2528c94bf415
recovery/ramdisk/res/images/en/key_usage.png|aca7c64f92af22fe3af480f3dfeb1d1ec57206a3
recovery/ramdisk/res/images/en/main_menu.png|b988f1b273cd54ff675f1a72621be91b7ca3bfa9
recovery/ramdisk/res/images/en/miassistant_normal.png|9b06747eb8d6be5b228d22e5cc1c965196840b0c
recovery/ramdisk/res/images/en/miassistant_selected.png|2c61570252ec293b452418213b9cbb31e14e5501
recovery/ramdisk/res/images/en/NVdata_corrupted.png|9f220960ab763460dbb9df33056fb8d8b887a886
recovery/ramdisk/res/images/en/reboot_menu.png|a721149338a145b52610d84c041bce6854923c0c
recovery/ramdisk/res/images/en/reboot_normal.png|41f83f6b7863736af3c93215c96ba5949b53df45
recovery/ramdisk/res/images/en/reboot_selected.png|412db0e6e451b4ca075f4a37b581c755b463756c
recovery/ramdisk/res/images/en/reboot_system_normal.png|54bee26c9bf5bed1fe5f4cdcc669b5694690023c
recovery/ramdisk/res/images/en/reboot_system_selected.png|4f1e9fc6cd14a0026363a3a7654b00ea3b96bcb5
recovery/ramdisk/res/images/en/version_mismatch.png|57dc0c1a90dcd559ed96bbf7fce16221abbd7db9
recovery/ramdisk/res/images/en/wipe_data_confirm.png|54741f48951a347ff5e0ed23f437d1b8d6185e5e
recovery/ramdisk/res/images/en/wipe_data_fail.png|86770bcf177a72361d5349dc0c759a950a9dd9aa
recovery/ramdisk/res/images/en/wipe_data_normal.png|b9d16869beead22e428a26fa98cd074e4311afbc
recovery/ramdisk/res/images/en/wipe_data_ok.png|37be7ecb5e377e70e8bb9ecf933bf455a2b3f528
recovery/ramdisk/res/images/en/wipe_data_selected.png|c37e3e7d51c95a4fcdbf997fb2787966cab5e4a4
recovery/ramdisk/res/images/en/wipe_menu.png|a4cfc9f70799fff17393a5b710d1bf7be463a5dc
recovery/ramdisk/res/images/en/wipe_normal.png|6336cf3b7a55abb46dd9a0b363f7ffd1cef90677
recovery/ramdisk/res/images/en/wipe_selected.png|c7ea13b24fc19d9fd02cf9c05abc71b99352c4f5
recovery/ramdisk/res/images/erasing_text.png|8034dac667752fbc788d323b1915e73c3a99eac1
recovery/ramdisk/res/images/error_text.png|2c022fdf6f19efc6399a4ec3b31973c7f8c9dec7
recovery/ramdisk/res/images/font.png|465de251b4f0843a1924dd55afb870883c283463
recovery/ramdisk/res/images/icon_error.png|fb56d4badb2ec0885c6881d25934ca67c6d4ade4
recovery/ramdisk/res/images/icon_fail.png|0a3dc6ae5675185a969e24eb4bc9313649f627af
recovery/ramdisk/res/images/icon_installing.png|84ea6aaeca59cbc2a4912d60a4c444ea9eeaa0b5
recovery/ramdisk/res/images/icon_ok.png|cca21f87902749a1334904a596556a0d65cc33db
recovery/ramdisk/res/images/icon_smile.png|aa20bf4b50d3e1c951b3a017690ad2b5bee56a52
recovery/ramdisk/res/images/installing_security_text.png|01c597b64abb610b7a2843b56330447f1b1a02b3
recovery/ramdisk/res/images/installing_text.png|73c2b9a53cfd2b837bfc3fdfa41a619470ccac10
recovery/ramdisk/res/images/installing_tip1.png|2cc3ea1f5391d57615899ad3b00633be655928bf
recovery/ramdisk/res/images/installing_tip2.png|3ee50c41ee5300cb5e7177049e91e58ededdc07d
recovery/ramdisk/res/images/mi_logo.png|a35ae297b49967c8e92031b84b8424b77f36e55d
recovery/ramdisk/res/images/no_command_text.png|02d6a0a7bd407dee8484781ffae8206ab2faa249
recovery/ramdisk/res/images/pocophone.png|ba76faa0f95122847f1c97fe3a2939c889822060
recovery/ramdisk/res/images/poco.png|98f63d33df9cc1a439ed13009c10ee6c61be9dcc
recovery/ramdisk/res/images/progress_empty.png|0fdf941805c661dd760c153d42e464cf08a779a1
recovery/ramdisk/res/images/progress_fill.png|94137946833647b3da04e2d4399a334fce6a1ea4
recovery/ramdisk/res/images/stage_empty.png|00f4d317c8305bf5ebac886fbb27b979e27c157a
recovery/ramdisk/res/images/stage_fill.png|044ab993c29882969a231c6aef06be0e2ece6259
recovery/ramdisk/res/images/state_connect_cn.png|ef1b07dd76e3e44cb6bd48a743ffc7d5317aae80
recovery/ramdisk/res/images/state_connect_i18n.png|51df84d325e984580afe1148b0a586a05c4f49e5
recovery/ramdisk/res/images/state_unconnect_cn.png|5ed1692ec458e40b4182d0389b54f81d5df91e9a
recovery/ramdisk/res/images/state_unconnect_i18n.png|e6a833a26e60f12e3c0fd9687102a61d8e27b09c
recovery/ramdisk/res/images/textlogo.png|6700b54bc185c3fe485e3fa3f29df30b11c00605
recovery/ramdisk/res/keys|3f516f136eb49df4f4aba2ee35a4dc70023ed932
recovery/ramdisk/sbin/adbd|327b62be72fb3a87aab2b375652fd45e4cc26150
recovery/ramdisk/sbin/charger|37be67636d1ed3e790a01e2ac2f79490a1ca3ebf
recovery/ramdisk/sbin/e2fsdroid_static|06445ecd92db32f218e9264bb19d337ff92c738a
recovery/ramdisk/sbin/mke2fs_static|2ddf25775c5959191f26a4e7f55ac8edc34eee94
recovery/ramdisk/sbin/recovery|f4261ebff21f1949cb99450d81a963d9b8a6a944
recovery/ramdisk/sbin/setlockstate|40e7fbe6a5a41dda26be5a4cda8b14af3a5746ee
recovery/ramdisk/sepolicy|bd64d7722412116aaf0753c49a446f07ecab98a3
recovery/ramdisk/ueventd.rc|67772f6a27217ac7151839071487104c26330c64
recovery/ramdisk/verity_key|fec22e3872a20d80a51b6619ef8990632b0d859a
system/bugreports|cb9c4499bd6f958c69c84b24195c2439acc8167c
system/cache|435eb1e708984ae7afcbaa71153f0f5c3c46a81b
system/charger|f846b63ead73cdbe3c6e888d136f615c1fb6c06b
system/d|14530de03836182b022db44fb1fa8a769fd23993
system/d|14530de03836182b022db44fb1fa8a769fd23993efault.prop
system/d|14530de03836182b022db44fb1fa8a769fd23993sp
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.environ.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.recovery.taimen.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.usb.configfs.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.usb.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.zygote32.rc
system/init|c8b1dad6d0dd7938ed5fd276f7976bf7810e7836.zygote64_32.rc
system_other/app/arcore/oat/arm64/arcore.odex|160d8bb6071ca70316262e6053fc6d79f55058eb
system_other/app/arcore/oat/arm64/arcore.vdex|4390083e9228df6e58afacfc42487eca6a6d8ccd
system_other/app/BasicDreams/oat/arm64/BasicDreams.odex|ee5627059a91752863e48d5729f99996bb235c24
system_other/app/BasicDreams/oat/arm64/BasicDreams.vdex|dce4d4ea80377c6c31f6f28ae5776896aa0fdaad
system_other/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.odex|df87c0efa43aeccf0792aa1d351d40017159fa2f
system_other/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.vdex|5bc3729d30b982c63ef44211955782f3eb9b7eee
system_other/app/Bluetooth/oat/arm64/Bluetooth.odex|1f39fbe541fdce0cb3922a980397f1427e8734ae
system_other/app/Bluetooth/oat/arm64/Bluetooth.vdex|56f8577c74d92b3ad0285a1a5c3ced4b02d29b80
system_other/app/BookmarkProvider/oat/arm64/BookmarkProvider.odex|a4d9441854427600584a6f8e07621faffd4d756f
system_other/app/BookmarkProvider/oat/arm64/BookmarkProvider.vdex|557e2f9f2611aa3592b7caa661c2e453cd0c8efb
system_other/app/BuiltInPrintService/oat/arm64/BuiltInPrintService.odex|14f98a55e4b992ed1fbc7190b5cc77e85ea21c35
system_other/app/BuiltInPrintService/oat/arm64/BuiltInPrintService.vdex|24d528783fc7bd01e019660541f52cd7a7ffaa0c
system_other/app/CalculatorGooglePrebuilt/oat/arm64/CalculatorGooglePrebuilt.art|7cc60a1b6054043b09a5571c82d238a92fda17de
system_other/app/CalculatorGooglePrebuilt/oat/arm64/CalculatorGooglePrebuilt.odex|b7c3952c45de39a2efee3d65f415ee227bab8fad
system_other/app/CalculatorGooglePrebuilt/oat/arm64/CalculatorGooglePrebuilt.vdex|6121b23950417d498ca7f99381acc46849487cda
system_other/app/CalendarGooglePrebuilt/oat/arm64/CalendarGooglePrebuilt.odex|8ed85a6a905b84416df4c8456399ef1d35ab7b58
system_other/app/CalendarGooglePrebuilt/oat/arm64/CalendarGooglePrebuilt.vdex|c57b962168033120a00b604927262303f00af59a
system_other/app/CaptivePortalLogin/oat/arm64/CaptivePortalLogin.odex|f994044ac67b9d0e4d7cd480bd84eec47d979423
system_other/app/CaptivePortalLogin/oat/arm64/CaptivePortalLogin.vdex|080a61df71e53daa403d95f00085301494138d69
system_other/app/CarrierDefaultApp/oat/arm64/CarrierDefaultApp.odex|773fcbe1aebc84482970563023b45c9ae38d2375
system_other/app/CarrierDefaultApp/oat/arm64/CarrierDefaultApp.vdex|8a22bfb10eadbfd7c6216e4be8f7c1df32671871
system_other/app/CertInstaller/oat/arm64/CertInstaller.odex|c799cecea6730093294070fd632b0a7e53d97c75
system_other/app/CertInstaller/oat/arm64/CertInstaller.vdex|9bd926f63e65b3f089db5827da2d3ff1eb2f1c8f
system_other/app/Chrome/oat/arm64/Chrome.art|6ef4454601806c81948204b4cfc95dd2c4a0e458
system_other/app/Chrome/oat/arm64/Chrome.odex|1fcf6a459d1d427b72405788159d7aa3b892fb83
system_other/app/Chrome/oat/arm64/Chrome.vdex|fdc9ed908c6b388814045005f3210242129a1ec2
system_other/app/Chrome/oat/arm/Chrome.art|667bf66eb570395417d030f2e5ddc86a39db730f
system_other/app/Chrome/oat/arm/Chrome.odex|1a398cca15ec588e0a58a82797dc0e7afb63e6e8
system_other/app/Chrome/oat/arm/Chrome.vdex|fdc9ed908c6b388814045005f3210242129a1ec2
system_other/app/CloudPrint2/oat/arm64/CloudPrint2.odex|86c7eb750dde672bc6360106192083ef1eb274a4
system_other/app/CloudPrint2/oat/arm64/CloudPrint2.vdex|abdd2ef70ba0c263904bb1641d50e51ba757703a
system_other/app/CompanionDeviceManager/oat/arm64/CompanionDeviceManager.odex|7805aeaafca55bdfbc959cac0f70be3217ad2e60
system_other/app/CompanionDeviceManager/oat/arm64/CompanionDeviceManager.vdex|b762b29239d62f0f32f7a2cea99375041e94c862
system_other/app/DMAgent/oat/arm64/DMAgent.odex|1be36fa7e34b4d4639cb7d0667e7cf5f75e3cdfc
system_other/app/DMAgent/oat/arm64/DMAgent.vdex|33c1491572edc339344dc310cc30d3dfc57e69ed
system_other/app/DownloadProviderUi/oat/arm64/DownloadProviderUi.odex|50f5a309fe61ca5bf85ef9300d9c87196f477d2a
system_other/app/DownloadProviderUi/oat/arm64/DownloadProviderUi.vdex|30338a4f649d5b569285106bdb94b33c38e3b9b4
system_other/app/Drive/oat/arm64/Drive.odex|f234d235b6cfe2139b07fba7f7886ec11f071795
system_other/app/Drive/oat/arm64/Drive.vdex|51a97fa3a700bfcd6ba1b4c1189f98c42ba1f8d6
system_other/app/EaselServicePrebuilt/oat/arm64/EaselServicePrebuilt.odex|8f4a47a6dfc7b2357045539f7c280bc09a7de0db
system_other/app/EaselServicePrebuilt/oat/arm64/EaselServicePrebuilt.vdex|25a042da5d3731802bc9281128e49f49c1fac5a9
system_other/app/EasterEgg/oat/arm64/EasterEgg.odex|3d3f3b9cf0ceee89b002188d32cf3a11309dd81a
system_other/app/EasterEgg/oat/arm64/EasterEgg.vdex|f7fb123c4f64881f9c3a8815383ddedcd35d159b
system_other/app/embms/oat/arm64/embms.odex|bf4ae543abb5177d71e63879d2b4cc7c396367b7
system_other/app/embms/oat/arm64/embms.vdex|5dbab691f6b47a3146088960ad2f35e00af7fa15
system_other/app/FaceLock/oat/arm64/FaceLock.odex|57c8606f09621e57b7b31fecd0e375ef5a3ad49c
system_other/app/FaceLock/oat/arm64/FaceLock.vdex|7df0650f2194d66be5866e8df265c23485d63312
system_other/app/GoogleCamera/oat/arm64/GoogleCamera.art|9a59f272401d5750e6e09c7bb4dc7df4de9c1fda
system_other/app/GoogleCamera/oat/arm64/GoogleCamera.odex|bdc9b46bc6527baafad32a8108502844c5d5710f
system_other/app/GoogleCamera/oat/arm64/GoogleCamera.vdex|d4b8dbb1e3596bda2abd10f15418b1acd75850f8
system_other/app/GoogleContactsSyncAdapter/oat/arm64/GoogleContactsSyncAdapter.odex|76e8db5cc047f2522984149872b0111267636bcf
system_other/app/GoogleContactsSyncAdapter/oat/arm64/GoogleContactsSyncAdapter.vdex|1b9aeb0e9bab3337d380be425ab0949e1fa994d5
system_other/app/GoogleExtShared/oat/arm64/GoogleExtShared.odex|3dd8788a12060de1dcb38e9097ed39121a836dce
system_other/app/GoogleExtShared/oat/arm64/GoogleExtShared.vdex|0d7617daaca13cdbf8e3bbf6e66c2287d1a0a692
system_other/app/GoogleJapaneseInput/oat/arm64/GoogleJapaneseInput.odex|bcdf6ecd4fe69eb65583e7093a9a4cab1131150e
system_other/app/GoogleJapaneseInput/oat/arm64/GoogleJapaneseInput.vdex|5ee2e3c022bf7f17d38b5de94bac0b01c4cb11b5
system_other/app/GooglePinyinIME/oat/arm64/GooglePinyinIME.odex|47d438e35d534b39465d1d8e3710497ae573aacb
system_other/app/GooglePinyinIME/oat/arm64/GooglePinyinIME.vdex|dec3bc078a405761d6f69f10b3ebeaa169e97612
system_other/app/GooglePrintRecommendationService/oat/arm64/GooglePrintRecommendationService.odex|a9206318766008581c0d903d890944e90d9e87fb
system_other/app/GooglePrintRecommendationService/oat/arm64/GooglePrintRecommendationService.vdex|7156ee3db829d22d6869444c84993b9c2d2e17b8
system_other/app/GoogleTTS/oat/arm/GoogleTTS.odex|fba0f65ad53ac6baabd66cc201a341db3748d293
system_other/app/GoogleTTS/oat/arm/GoogleTTS.vdex|7941f3f60474397d57e464da581e8d5c952f473e
system_other/app/GoogleVrCore/oat/arm64/GoogleVrCore.odex|662064ad4622c32a51e4635936b80dbb932a7917
system_other/app/GoogleVrCore/oat/arm64/GoogleVrCore.vdex|aecb9e795d428f8e87037d82247719fb5af94dee
system_other/app/GoogleVrCore/oat/arm/GoogleVrCore.odex|045702b50eb84cccd3ed8bfef0e6408700050f2c
system_other/app/GoogleVrCore/oat/arm/GoogleVrCore.vdex|aecb9e795d428f8e87037d82247719fb5af94dee
system_other/app/HTMLViewer/oat/arm64/HTMLViewer.odex|6cafaf619173437dcc9745fd6e97010aa980fad5
system_other/app/HTMLViewer/oat/arm64/HTMLViewer.vdex|aaf64f863c5611ba024ab603f5cf1b8405f7f94b
system_other/app/ims/oat/arm64/ims.odex|f0f5ba28d9124a38761353890e10c53cf25a8ba7
system_other/app/ims/oat/arm64/ims.vdex|cbba627cc00a36737c8554a90956ee7a3cef7688
system_other/app/KoreanIME/oat/arm64/KoreanIME.odex|7d11aebcdbb200d2d799f36726c8d3896d8205a3
system_other/app/KoreanIME/oat/arm64/KoreanIME.vdex|6555c6f948b1b9a8def23f39168510d4a101e063
system_other/app/LatinIMEGooglePrebuilt/oat/arm64/LatinIMEGooglePrebuilt.odex|79739eb5c629fc25e0c85583ec123976afde9b69
system_other/app/LatinIMEGooglePrebuilt/oat/arm64/LatinIMEGooglePrebuilt.vdex|5f762dd611d92673ae286442e001fc355f708e6e
system_other/app/LiveWallpapersPicker/oat/arm64/LiveWallpapersPicker.odex|6cb8a0cf8fae3324125842b61fbdfd05827ff6c2
system_other/app/LiveWallpapersPicker/oat/arm64/LiveWallpapersPicker.vdex|2b0882aca86753d96c8ecafb4f7b27fc2c6e6394
system_other/app/Maps/oat/arm64/Maps.art|a6236ff668063e0d12514d5de8aeecdbf80c5e4b
system_other/app/Maps/oat/arm64/Maps.odex|88fb2f390bb73f54562f89112808ebcab20f2422
system_other/app/Maps/oat/arm64/Maps.vdex|da72091cc1d1f58067e17230fa9e0c6af73a29e3
system_other/app/Music2/oat/arm64/Music2.odex|e6a1f3d5ca52957454a8532d5e2753d0efd7914e
system_other/app/Music2/oat/arm64/Music2.vdex|15f2e45f7fa8bd13b83b1de26b9c6dff8b91d634
system_other/app/NexusWallpapersStubPrebuilt2017/oat/arm64/NexusWallpapersStubPrebuilt2017.odex|12c930b38fda5efdef66a108f9076c3010c8b42c
system_other/app/NexusWallpapersStubPrebuilt2017/oat/arm64/NexusWallpapersStubPrebuilt2017.vdex|315fabd2e3d7da2239b1925e9d769a80ffd5f11a
system_other/app/NfcNci/oat/arm64/NfcNci.odex|c19357513e64fe7fd2cc65a8658098a1365ec983
system_other/app/NfcNci/oat/arm64/NfcNci.vdex|bab71e7ef7f6a37c5f0d83a9410bba4e1d615ead
system_other/app/Ornament/oat/arm64/Ornament.odex|334d3728fa0b65ad673a4bb2b59b7dc532355c38
system_other/app/Ornament/oat/arm64/Ornament.vdex|a4b1ffc4273742952e06edafdcf2a78578d2127b
system_other/app/PacProcessor/oat/arm64/PacProcessor.odex|360b5ce08c716089dc124c7ccbeb8a01a17bd64c
system_other/app/PacProcessor/oat/arm64/PacProcessor.vdex|eacad24e69464426d0057c04b3cd7f3c5c48b446
system_other/app/PartnerBookmarksProvider/oat/arm64/PartnerBookmarksProvider.odex|917df631e111fdd46aad00b40405e1038efdbf44
system_other/app/PartnerBookmarksProvider/oat/arm64/PartnerBookmarksProvider.vdex|0d4509e059680adf480c953dab274fdf8783f9f4
system_other/app/Photos/oat/arm64/Photos.odex|c800b80f9ea568577c9e40c7c05a655214e5ea5e
system_other/app/Photos/oat/arm64/Photos.vdex|d761933106db1892caae4a8a2a014867e7d8e4bb
system_other/app/PlayAutoInstallConfig/oat/arm64/PlayAutoInstallConfig.odex|6802d361afc0d018a763490572692ada434723ac
system_other/app/PlayAutoInstallConfig/oat/arm64/PlayAutoInstallConfig.vdex|64c11ec0a20804e584c653383ab05a31fe0042aa
system_other/app/PlayAutoInstallConfig/oat/arm/PlayAutoInstallConfig.odex|58e5da3d3384dc0c4f84e637978888b53c0f6dcf
system_other/app/PlayAutoInstallConfig/oat/arm/PlayAutoInstallConfig.vdex|64c11ec0a20804e584c653383ab05a31fe0042aa
system_other/app/PrebuiltBugle/oat/arm64/PrebuiltBugle.odex|505a4cce7dbe287231aa711eb3cb569ce64144a7
system_other/app/PrebuiltBugle/oat/arm64/PrebuiltBugle.vdex|10ec26dcc910d21d380093c54cb3c353bd478da2
system_other/app/PrebuiltDeskClockGoogle/oat/arm64/PrebuiltDeskClockGoogle.art|132917c2514e2af69c2deb90f469f2dc599f6e28
system_other/app/PrebuiltDeskClockGoogle/oat/arm64/PrebuiltDeskClockGoogle.odex|7772d73bfdc9e30a6391f32b39e52cfe666cb523
system_other/app/PrebuiltDeskClockGoogle/oat/arm64/PrebuiltDeskClockGoogle.vdex|8a4f6df75457e94a2d991e466c01202c0f53ae52
system_other/app/PrebuiltGmail/oat/arm64/PrebuiltGmail.art|ff4d9ee1e3867060c427ddf0e7402fd43e7bf002
system_other/app/PrebuiltGmail/oat/arm64/PrebuiltGmail.odex|cd20e685a881d0ee605dbe58e8a65e7bea67e473
system_other/app/PrebuiltGmail/oat/arm64/PrebuiltGmail.vdex|98f94785d170d75f542cba217fe42353776897b6
system_other/app/PresencePolling/oat/arm64/PresencePolling.odex|6309f6d0f3e5f36b09744e8f454a938a453b0d43
system_other/app/PresencePolling/oat/arm64/PresencePolling.vdex|a62748b26b2f0405ddd0951296852f39e925ad98
system_other/app/PrintSpooler/oat/arm64/PrintSpooler.odex|388f130bee42bd228215d1aec751020c4bc1b52b
system_other/app/PrintSpooler/oat/arm64/PrintSpooler.vdex|eaf16e4f9a6aefc8ffbc9be0a96d37f8a298c913
system_other/app/RcsService/oat/arm64/RcsService.odex|e1709f55c538d577fea2297cec57851ed0fafe9a
system_other/app/RcsService/oat/arm64/RcsService.vdex|74aa94076e635cd9933a0a221c023bdf178f3f5c
system_other/app/SMSConnectPrebuilt/oat/arm64/SMSConnectPrebuilt.odex|79fd7f3162966449abcc05ec18f0a6586b2efe32
system_other/app/SMSConnectPrebuilt/oat/arm64/SMSConnectPrebuilt.vdex|09aabaf90d295ac253e0dc8ad002438185148775
system_other/app/SoundPickerPrebuilt/oat/arm64/SoundPickerPrebuilt.odex|32a020bd1785920c0952c5202ac044ba53391779
system_other/app/SoundPickerPrebuilt/oat/arm64/SoundPickerPrebuilt.vdex|b5c4e1c7387c0b688fb3fb6c4dc9cc9522fea8ce
system_other/app/Stk/oat/arm64/Stk.odex|c46fe07e7f90ecedea403688530e042b440a2362
system_other/app/Stk/oat/arm64/Stk.vdex|a266c97f69748a3cd81745801e4b1850539e9d66
system_other/app/talkback/oat/arm64/talkback.odex|e7addb979860f33a8c5dcee36921e99b883c645b
system_other/app/talkback/oat/arm64/talkback.vdex|243a8f4240a0762bc864b95592bb5fe60e447120
system_other/app/TangoCore/oat/arm64/TangoCore.odex|c5d71d32de0ded95a8cd129a72eb8d958445a5c6
system_other/app/TangoCore/oat/arm64/TangoCore.vdex|cff4604c2962e14b46c9180c2ae78e9ae5ea3e2f
system_other/app/Tycho/oat/arm64/Tycho.odex|28449b027f097b89d7a18b4d8641dcb794e338b9
system_other/app/Tycho/oat/arm64/Tycho.vdex|e8efa302f2422e8e2591b026067ba4edd5ce1f86
system_other/app/uceShimService/oat/arm64/uceShimService.odex|62889a30aee338096e70d7487655440eb02225aa
system_other/app/uceShimService/oat/arm64/uceShimService.vdex|10850f34c432b7eb053a56f5d22b76eaf990b19e
system_other/app/UserDictionaryProvider/oat/arm64/UserDictionaryProvider.odex|0b38dc52285ce3a3c4d06bf2bf05c0f2cfdae9ce
system_other/app/UserDictionaryProvider/oat/arm64/UserDictionaryProvider.vdex|ba6a42b302903dc52c2b9b7a626017e4c017f693
system_other/app/Videos/oat/arm/Videos.odex|6be037a0b7eccfc65d4d28a39b697d1dc8aa45f7
system_other/app/Videos/oat/arm/Videos.vdex|88bc3ce60d2748100ada5590ac7ef962d141bf3e
system_other/app/VZWAPNLib/oat/arm64/VZWAPNLib.odex|3419ec0c865c58b5e25cf57bf4f711965714e120
system_other/app/VZWAPNLib/oat/arm64/VZWAPNLib.vdex|de5f1bb6d8ab02636f9515c2da4bf982c96d3e09
system_other/app/WallpapersBReel2017/oat/arm64/WallpapersBReel2017.odex|e980d4457dd09a0bf42996730a560ea74acb3901
system_other/app/WallpapersBReel2017/oat/arm64/WallpapersBReel2017.vdex|5e04b1edf60249af374140ff5970cf12f60a05e0
system_other/app/WebViewStub/oat/arm64/WebViewStub.odex|dd9a672451ac923d314dfb456a832c8f0c072c19
system_other/app/WebViewStub/oat/arm64/WebViewStub.vdex|32b20ec3d9ca439f9286c895440ee740cca5dc5e
system_other/app/YouTube/oat/arm64/YouTube.art|a9b75254efd2ed392e74fdbccbb005d749f0eb38
system_other/app/YouTube/oat/arm64/YouTube.odex|60e925d08d4df61775fa5684b2cf2692095432d7
system_other/app/YouTube/oat/arm64/YouTube.vdex|574eb5073d6952ea2ca8caef0152f102d4dfcd21
system_other/app/YouTube/oat/arm/YouTube.art|81c7d8a4b158b2e655b3a9de6fbfc23c4dba3f4c
system_other/app/YouTube/oat/arm/YouTube.odex|b9ca2035e32d3f6615a22415a3d292336521773d
system_other/app/YouTube/oat/arm/YouTube.vdex|574eb5073d6952ea2ca8caef0152f102d4dfcd21
system_other/priv-app/AmbientSensePrebuilt/oat/arm64/AmbientSensePrebuilt.odex|2828917d33ff59c11c68f32cf4491f4df8c9230f
system_other/priv-app/AmbientSensePrebuilt/oat/arm64/AmbientSensePrebuilt.vdex|75d4488d0cfbce4e6e6eb806960b462ca45a1e96
system_other/priv-app/AndroidMigratePrebuilt/oat/arm64/AndroidMigratePrebuilt.odex|be928368ab3d65533df405f91508ebfc74084ad7
system_other/priv-app/AndroidMigratePrebuilt/oat/arm64/AndroidMigratePrebuilt.vdex|1598b80d2d695687838edc341d39b6775c3bf036
system_other/priv-app/AppDirectedSMSService/oat/arm64/AppDirectedSMSService.odex|925c26e4cb87f7e794098b251dcf729c15744343
system_other/priv-app/AppDirectedSMSService/oat/arm64/AppDirectedSMSService.vdex|6323da2e9c96df0bda79a4106e3dedabf7462b92
system_other/priv-app/Asdiv/oat/arm64/Asdiv.odex|2bf19e7218b58f9a4f9f870c6310efb06f5a9765
system_other/priv-app/Asdiv/oat/arm64/Asdiv.vdex|a7c8dedd501ecd4a3e4db0d35ae8c58222cc9bf4
system_other/priv-app/BackupRestoreConfirmation/oat/arm64/BackupRestoreConfirmation.odex|043b6791da078778e5027a92e78b6f4f34a0d3c8
system_other/priv-app/BackupRestoreConfirmation/oat/arm64/BackupRestoreConfirmation.vdex|8ce965db4c6e789dbd5c7054d31b2e5965bda3cf
system_other/priv-app/BlockedNumberProvider/oat/arm64/BlockedNumberProvider.odex|6c90ce2bd47400f79cc9f0329cf6bea1bec1cf42
system_other/priv-app/BlockedNumberProvider/oat/arm64/BlockedNumberProvider.vdex|60064e0574340f4b0e65dfac0c8596c7c15a007c
system_other/priv-app/CalendarProvider/oat/arm64/CalendarProvider.odex|fe3baaeae1176c9ca2746bf8b71be7f44dfe4811
system_other/priv-app/CalendarProvider/oat/arm64/CalendarProvider.vdex|34fdb75e7d8910879e0e62a7f6cab1bcbf52f04f
system_other/priv-app/CallLogBackup/oat/arm64/CallLogBackup.odex|cb3dc597287ec0727a5febea010cf446e362073d
system_other/priv-app/CallLogBackup/oat/arm64/CallLogBackup.vdex|90a8e3c4eb34bb73f8952cefc8e3aa3905407994
system_other/priv-app/CarrierServices/oat/arm64/CarrierServices.odex|cd468b472c9255147448ea8b00a8ba0cfd94882a
system_other/priv-app/CarrierServices/oat/arm64/CarrierServices.vdex|8927c60f20aa0c9dae3939d0f08ffce3667e62e0
system_other/priv-app/CarrierSettings/oat/arm64/CarrierSettings.odex|28cb2b4585057a3d2c8f230d1a8d4e4fa30df97e
system_other/priv-app/CarrierSettings/oat/arm64/CarrierSettings.vdex|9fb87a66c76bda9a701224bf59d6adfffc96a556
system_other/priv-app/CarrierSetup/oat/arm64/CarrierSetup.odex|0c170a9b464d5192548e9d529c8a50d3796a93fb
system_other/priv-app/CarrierSetup/oat/arm64/CarrierSetup.vdex|c0116e1169e9cfb99296ec0a61317e5827299346
system_other/priv-app/CellBroadcastReceiver/oat/arm64/CellBroadcastReceiver.odex|12cf4fe8d8063accc119e0a132de3949c476d84c
system_other/priv-app/CellBroadcastReceiver/oat/arm64/CellBroadcastReceiver.vdex|411c74910f5712a7b008c3359a0777c4cc823528
system_other/priv-app/CNEService/oat/arm64/CNEService.odex|1d3e663611eab9ec8845ae9b077df3a5e0c4b7ac
system_other/priv-app/CNEService/oat/arm64/CNEService.vdex|92fb7137731079c790aa3aa8ba3fb83fead8c3cd
system_other/priv-app/ConfigUpdater/oat/arm64/ConfigUpdater.odex|9708f8c36cfd391f9f13fb314c5d66c7f1808b39
system_other/priv-app/ConfigUpdater/oat/arm64/ConfigUpdater.vdex|db516c347ce1a081dd4ddde90dc59b8fc9249843
system_other/priv-app/ConnMetrics/oat/arm64/ConnMetrics.odex|8464c7803e95e71c7a3c83a7ad91fb9be93429b3
system_other/priv-app/ConnMetrics/oat/arm64/ConnMetrics.vdex|50287a9efcf6b5738ebcab761592f2d219cbfc80
system_other/priv-app/ConnMO/oat/arm64/ConnMO.odex|cfa4f8ecca6ed855ae585e8361f911a2fc3e758d
system_other/priv-app/ConnMO/oat/arm64/ConnMO.vdex|74b0e24207b57efec6affd6575edaf8ec733ad85
system_other/priv-app/ContactsProvider/oat/arm64/ContactsProvider.odex|6ee3f2293e136cebb605749fc4172c64ea0c517e
system_other/priv-app/ContactsProvider/oat/arm64/ContactsProvider.vdex|31256c3ab76df406b69649bbf087b89ef36de327
system_other/priv-app/DCMO/oat/arm64/DCMO.odex|0ad8ce3a4e34d495d632c1a25d7c93e0c3a5bf69
system_other/priv-app/DCMO/oat/arm64/DCMO.vdex|115d065d6a246bff8e10a440bd73bc355c116be3
system_other/priv-app/DefaultContainerService/oat/arm64/DefaultContainerService.odex|f4d9f4dccef50e357463f055dc346b120ca8357e
system_other/priv-app/DefaultContainerService/oat/arm64/DefaultContainerService.vdex|25a028b774dd2f69a9ccc33b828a5b16d5a29be5
system_other/priv-app/DiagMon/oat/arm64/DiagMon.odex|922890579921d8a8cabb021fc2690e21cf8d1a76
system_other/priv-app/DiagMon/oat/arm64/DiagMon.vdex|20ec16f0315bd6e110c7eadb54c7ed111a883c8f
system_other/priv-app/DMService/oat/arm/DMService.odex|8f9d265d3e5ef5131209ad05b2f04ea856f30d64
system_other/priv-app/DMService/oat/arm/DMService.vdex|c67c83853f1af489b900a3dd42587cc10362ed98
system_other/priv-app/DocumentsUI/oat/arm64/DocumentsUI.odex|2a348f6da2c549ed99fa305d43389a1d0af08f8b
system_other/priv-app/DocumentsUI/oat/arm64/DocumentsUI.vdex|763f931a7f3fe6e16c11265377baeab44d6ac60e
system_other/priv-app/DownloadProvider/oat/arm64/DownloadProvider.odex|7844816c214190d22da44909f9c8d86a36b94e5d
system_other/priv-app/DownloadProvider/oat/arm64/DownloadProvider.vdex|3d498d7c4f274a17bb9999ec2c69fd4dde11235b
system_other/priv-app/EmergencyInfo/oat/arm64/EmergencyInfo.odex|3a648471c3f3d736e81bf0c0090d4e77d6ae4846
system_other/priv-app/EmergencyInfo/oat/arm64/EmergencyInfo.vdex|2f42342cf9f20199fbf1685aef25d8ba8a2a380d
system_other/priv-app/EuiccGoogle/oat/arm64/EuiccGoogle.odex|0cfbea2ef925fa8d256f15969dbcca6d69929fcd
system_other/priv-app/EuiccGoogle/oat/arm64/EuiccGoogle.vdex|de7413d18784b598e394971d287c6eaf48540020
system_other/priv-app/ExternalStorageProvider/oat/arm64/ExternalStorageProvider.odex|ba86bd3cc0c3a7db55e391844cf19c7459caee03
system_other/priv-app/ExternalStorageProvider/oat/arm64/ExternalStorageProvider.vdex|dcd3ad1b0db96ca243e85300e7755e5fcf4c78fe
system_other/priv-app/GCS/oat/arm64/GCS.odex|d8d51e25a73d59c3448e1b4d6ed330a36f977d32
system_other/priv-app/GCS/oat/arm64/GCS.vdex|f8846a2c8675748ddeda713c7a03876daa965078
system_other/priv-app/GmsCoreSetupPrebuilt/oat/arm64/GmsCoreSetupPrebuilt.odex|0444dc9c4bf599312bf7a1c5d7bfb4506f1a0048
system_other/priv-app/GmsCoreSetupPrebuilt/oat/arm64/GmsCoreSetupPrebuilt.vdex|2fb597f3c5b301d528af75d8a65e97019aa3223c
system_other/priv-app/GoogleBackupTransport/oat/arm64/GoogleBackupTransport.odex|ea9a02cf755ad29a23e5b14a98decec65d8f74f7
system_other/priv-app/GoogleBackupTransport/oat/arm64/GoogleBackupTransport.vdex|0923ab7bbe28e6a2b02422bcbaa16d376cef2aae
system_other/priv-app/GoogleContacts/oat/arm64/GoogleContacts.art|a4cdf668c9e9f50c7ae6c8c43e1eaa5155d10d6d
system_other/priv-app/GoogleContacts/oat/arm64/GoogleContacts.odex|8a869edabb6840ec4cd842389e2c726a2d753ebb
system_other/priv-app/GoogleContacts/oat/arm64/GoogleContacts.vdex|609fcbc0bf914e96734c4dc12e0e8bea390e3af3
system_other/priv-app/GoogleDialer/oat/arm64/GoogleDialer.art|dcaf67072444db3f9276d4993decd191aff53577
system_other/priv-app/GoogleDialer/oat/arm64/GoogleDialer.odex|b17674925b1bf95972ea1213478254013ee863d7
system_other/priv-app/GoogleDialer/oat/arm64/GoogleDialer.vdex|81e66615a1982e91751a898a4e1af1f0551448fd
system_other/priv-app/GoogleExtServices/oat/arm64/GoogleExtServices.odex|51372d2bda5edc3fffadc085b570180b0fe0c09e
system_other/priv-app/GoogleExtServices/oat/arm64/GoogleExtServices.vdex|d9e827e984742562b76ebf86f338179474b3390a
system_other/priv-app/GoogleFeedback/oat/arm64/GoogleFeedback.odex|bb15f652ff27b1e85ea5a3f87f0a81233fc3cb0d
system_other/priv-app/GoogleFeedback/oat/arm64/GoogleFeedback.vdex|6ed019c62b46066380dfb9680c45645fd53e0e16
system_other/priv-app/GoogleOneTimeInitializer/oat/arm64/GoogleOneTimeInitializer.odex|3cb920c449f18639a64f7b3abc6c248ea7ad7a02
system_other/priv-app/GoogleOneTimeInitializer/oat/arm64/GoogleOneTimeInitializer.vdex|9891193123e4d4f6b619995776e71a0d84cc8526
system_other/priv-app/GooglePackageInstaller/oat/arm64/GooglePackageInstaller.odex|f55a8019effe74cd969690b5f8afe47ae9fcc8d7
system_other/priv-app/GooglePackageInstaller/oat/arm64/GooglePackageInstaller.vdex|20637314499e1ded654f92d8dcb731131eef85d7
system_other/priv-app/GooglePartnerSetup/oat/arm64/GooglePartnerSetup.odex|0ace309327e8cc6386fcd58389fc2b9349529398
system_other/priv-app/GooglePartnerSetup/oat/arm64/GooglePartnerSetup.vdex|506685cc73e4f29f0f0b8bfb7534a6cc15bed364
system_other/priv-app/GoogleServicesFramework/oat/arm64/GoogleServicesFramework.odex|447604d92fcfd5c300f369c57840ac60663edfae
system_other/priv-app/GoogleServicesFramework/oat/arm64/GoogleServicesFramework.vdex|2b12c002f6cd40e5283bc9c524b695ec78ed7213
system_other/priv-app/HardwareInfo/oat/arm64/HardwareInfo.odex|c93ea1999879249f911449114b181b9d53a4b404
system_other/priv-app/HardwareInfo/oat/arm64/HardwareInfo.vdex|e6f476314e422c3d168e38863898ee14a0882f84
system_other/priv-app/HelpRtcPrebuilt/oat/arm64/HelpRtcPrebuilt.odex|78c94e29a972c51a47757ec9194d2fb7968658f1
system_other/priv-app/HelpRtcPrebuilt/oat/arm64/HelpRtcPrebuilt.vdex|8f53f8fd3e4ef7322c16cae195fc174d390c8a57
system_other/priv-app/HotwordEnrollmentOKGoogleWCD9340/oat/arm64/HotwordEnrollmentOKGoogleWCD9340.odex|6510d2a8b5ecc76631ddfe99df70b591d5b4f816
system_other/priv-app/HotwordEnrollmentOKGoogleWCD9340/oat/arm64/HotwordEnrollmentOKGoogleWCD9340.vdex|167698b5370345eb4ab23c997b433f467bfba70e
system_other/priv-app/HotwordEnrollmentTGoogleWCD9340/oat/arm64/HotwordEnrollmentTGoogleWCD9340.odex|474d5e25bb0680683858ff2c2107436489ab2734
system_other/priv-app/HotwordEnrollmentTGoogleWCD9340/oat/arm64/HotwordEnrollmentTGoogleWCD9340.vdex|0e06a8d7c4a3d2467406f2ef24091b61cbd9dfe4
system_other/priv-app/HotwordEnrollmentXGoogleWCD9340/oat/arm64/HotwordEnrollmentXGoogleWCD9340.odex|4b7883e674ec15e2cee405ae2de0087dd18936e7
system_other/priv-app/HotwordEnrollmentXGoogleWCD9340/oat/arm64/HotwordEnrollmentXGoogleWCD9340.vdex|b1ddaef9e552fdc7dab7529dc38ed7919540b51f
system_other/priv-app/LLKAgent/oat/arm64/LLKAgent.odex|7b6bbf098d9da5849a84ae1c5ac2950d902d74d0
system_other/priv-app/LLKAgent/oat/arm64/LLKAgent.vdex|d73badf2e55e09b3689b1066b0f0d4c80378edcc
system_other/priv-app/ManagedProvisioning/oat/arm64/ManagedProvisioning.odex|acdb950be535b0ac6a2f95e77b22675bbef6175f
system_other/priv-app/ManagedProvisioning/oat/arm64/ManagedProvisioning.vdex|4f2d8dad10b8b66029a9fc824735eb1a0580f20d
system_other/priv-app/MediaProvider/oat/arm64/MediaProvider.odex|aaf61fa5100544ed832287eb5eb49e74f25d0625
system_other/priv-app/MediaProvider/oat/arm64/MediaProvider.vdex|bca4ecca2ceec9f69da7430b8d719b56a5f3aae6
system_other/priv-app/MmsService/oat/arm64/MmsService.odex|d0752ac930903ad4801b365848385603379eaa30
system_other/priv-app/MmsService/oat/arm64/MmsService.vdex|244c6413ea1fffcadc85309b78438284dacc9c58
system_other/priv-app/MtpDocumentsProvider/oat/arm64/MtpDocumentsProvider.odex|e208d4f57cb2ad35f04c9491cf83cc5c198f5f4b
system_other/priv-app/MtpDocumentsProvider/oat/arm64/MtpDocumentsProvider.vdex|81f4a87db8cf008556ba373216d3da72d00de344
system_other/priv-app/MusicFX/oat/arm64/MusicFX.odex|e642609881a2b5bb94e7ba7650a0ea972b477663
system_other/priv-app/MusicFX/oat/arm64/MusicFX.vdex|6f121f4ac08d78248f7be2f550401d0236f9862a
system_other/priv-app/NexusLauncherPrebuilt/oat/arm64/NexusLauncherPrebuilt.odex|5a9514dc3ad8ea990c64979661c6c0596500818a
system_other/priv-app/NexusLauncherPrebuilt/oat/arm64/NexusLauncherPrebuilt.vdex|6104e035a056c6cee96fe7266737e1af655ab8a1
system_other/priv-app/OBDM_Permissions/oat/arm64/OBDM_Permissions.odex|152f2e9ad4bf1f4ab95ee244ee440160643a59a1
system_other/priv-app/OBDM_Permissions/oat/arm64/OBDM_Permissions.vdex|d7bfcc0f383a431ff0405fe7563cefe2dcf54d43
system_other/priv-app/obdm_stub/oat/arm64/obdm_stub.odex|d4e87859e5cc7e8270219e26e727d311ec53d8a5
system_other/priv-app/obdm_stub/oat/arm64/obdm_stub.vdex|5ead04948a02517363661d3a0e818fb89b35215a
system_other/priv-app/OemDmTrigger/oat/arm64/OemDmTrigger.odex|41b9588c73792d8663557914f31519892717c3c1
system_other/priv-app/OemDmTrigger/oat/arm64/OemDmTrigger.vdex|bd4f2e7c4278f2ab61fadc0c10e38f34a29063b5
system_other/priv-app/OTAConfigPrebuilt/oat/arm64/OTAConfigPrebuilt.odex|555f3db0253660daa45c9fbebb83ea51e969495f
system_other/priv-app/OTAConfigPrebuilt/oat/arm64/OTAConfigPrebuilt.vdex|3dbf9bffadcad50ae1a8517f69f3da6eb30398ba
system_other/priv-app/Phonesky/oat/arm64/Phonesky.art|7c64f2624559068442f6ac28b9988bff131f89c0
system_other/priv-app/Phonesky/oat/arm64/Phonesky.odex|3686984017bcc77c76b7a34fbeb9959203bb8ef3
system_other/priv-app/Phonesky/oat/arm64/Phonesky.vdex|cbf2e4f24fdcc11292f1023d41711aedeb314934
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteLoader.odex|249b41f51ee5946eb77e761efb200bcf1023b628
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteLoader.vdex|db152634d7c97e82b14eda4f93859c61f2259770
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesA.odex|ee9579f64966126b05dd5e363d353ba7e63ae48d
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesA.vdex|77531c60947fc7c4c48fae88ac93361f8910643d
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesB.odex|9c28f7ae67a28ae2549b46eb6ae11bad7c2b300d
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesB.vdex|a93a694e9075c5c83cc1e58e60d8b39c89f5dcfb
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesC.odex|193d6fbf908c6defa028afff6d15827a3743e9a1
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesC.vdex|932b5e04f3db6bfe43d735f3c9ff0eb6c3360586
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesD.odex|2342dd92cb38a979d4b55a522687194643cf07e6
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/DynamiteModulesD.vdex|08c8960308df03e2ee797f0cdb0945db44b4896f
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/GoogleCertificates.odex|351594bbd1a5786d4e4b0102c6ed4f98031e1060
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm64/GoogleCertificates.vdex|2b5ead434ffc88c734f99ee0a632c97a47a7d553
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteLoader.odex|e8d63a2238b9c6dd74295a88d77a64d6f6a2efa5
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteLoader.vdex|db152634d7c97e82b14eda4f93859c61f2259770
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesA.odex|94e2ff26cd964b0535434079e0a42f074a9aa193
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesA.vdex|77531c60947fc7c4c48fae88ac93361f8910643d
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesB.odex|a0b9dc0a518e9b982705da3d6c6bb387a38238bf
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesB.vdex|a93a694e9075c5c83cc1e58e60d8b39c89f5dcfb
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesC.odex|bd3e12813288039597caf663abfa6cefdf818d87
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesC.vdex|932b5e04f3db6bfe43d735f3c9ff0eb6c3360586
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesD.odex|0b8fd94d5022ce1ed3664e07f4d7fa62b80fd6a7
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/DynamiteModulesD.vdex|08c8960308df03e2ee797f0cdb0945db44b4896f
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/GoogleCertificates.odex|f8124da878730223ff37557fb21e252eab60588d
system_other/priv-app/PrebuiltGmsCorePix/app_chimera/m/oat/arm/GoogleCertificates.vdex|2b5ead434ffc88c734f99ee0a632c97a47a7d553
system_other/priv-app/PrebuiltGmsCorePix/oat/arm64/PrebuiltGmsCorePix.odex|b0fd868789b5f816e909c5c59879f7d48bbc6550
system_other/priv-app/PrebuiltGmsCorePix/oat/arm64/PrebuiltGmsCorePix.vdex|05e7c9cdb16365d79f40e9cf8eaaf087e51f7b8f
system_other/priv-app/PrebuiltGmsCorePix/oat/arm/PrebuiltGmsCorePix.odex|199ce35c9573df6505ab53d4b065b48fa3433abf
system_other/priv-app/PrebuiltGmsCorePix/oat/arm/PrebuiltGmsCorePix.vdex|05e7c9cdb16365d79f40e9cf8eaaf087e51f7b8f
system_other/priv-app/ProxyHandler/oat/arm64/ProxyHandler.odex|32e515498d2dbe252e748e70832f21e120cb7ccb
system_other/priv-app/ProxyHandler/oat/arm64/ProxyHandler.vdex|98e17af03d61d7aa0e46767d982e36fbd850a9f6
system_other/priv-app/qcrilmsgtunnel/oat/arm64/qcrilmsgtunnel.odex|0a8a237cfdb8f900059269398709b0976cfb7e45
system_other/priv-app/qcrilmsgtunnel/oat/arm64/qcrilmsgtunnel.vdex|d36a86d71f8b9ff415cb348724d90d5d4b662353
system_other/priv-app/SettingsGoogle/oat/arm64/SettingsGoogle.art|45652028bd9a4feb4c2e7346923dbbca1d08a630
system_other/priv-app/SettingsGoogle/oat/arm64/SettingsGoogle.odex|6a08544a05670ebee23cca143e4aab32acf0821d
system_other/priv-app/SettingsGoogle/oat/arm64/SettingsGoogle.vdex|47ee35daef84cd4dd0fdb0b24b2010a6a12ef1b9
system_other/priv-app/SetupWizard/oat/arm64/SetupWizard.odex|30032384dfcb22b0129fbf6ea7fc275a94cb2597
system_other/priv-app/SetupWizard/oat/arm64/SetupWizard.vdex|27edfaadc37939ed8670fd120fc94f9de3b30f1d
system_other/priv-app/SharedStorageBackup/oat/arm64/SharedStorageBackup.odex|9b81207c9427f1bd69c6b6009e836d1bb1b44f7c
system_other/priv-app/SharedStorageBackup/oat/arm64/SharedStorageBackup.vdex|dec65702cf356ca376470a3107a446ee57861cf4
system_other/priv-app/Shell/oat/arm64/Shell.odex|e5677f9f872516e78067c2357507d0ee2a4c87d6
system_other/priv-app/Shell/oat/arm64/Shell.vdex|d0f248da1d04ee51a771b760988f779437254153
system_other/priv-app/Showcase/oat/arm64/Showcase.odex|1e456e475aca60b7cbafea951dd19bdff188108a
system_other/priv-app/Showcase/oat/arm64/Showcase.vdex|9ba2275ea7d2ca400b8e2339afdd6a43adb81c2e
system_other/priv-app/SprintDM/oat/arm64/SprintDM.odex|fbb1ba4ede1dd7c68bd0fbe3c1baec7991432cb2
system_other/priv-app/SprintDM/oat/arm64/SprintDM.vdex|4923e669e5d13535e3d750b92344417eabda75be
system_other/priv-app/SprintHM/oat/arm64/SprintHM.odex|71ba348d883c95bfc302e0ddccbeabe41e02e2e0
system_other/priv-app/SprintHM/oat/arm64/SprintHM.vdex|0dc97478357c63f81242a2939486d670f2d47529
system_other/priv-app/StatementService/oat/arm64/StatementService.odex|338eb84ab585919e7e44277147a405078ce5cb90
system_other/priv-app/StatementService/oat/arm64/StatementService.vdex|75ce4eed0658135f8feb96db80207636df7dc680
system_other/priv-app/StorageManagerGoogle/oat/arm64/StorageManagerGoogle.odex|f77867c52a4363756a2c849bc274041a12c4d757
system_other/priv-app/StorageManagerGoogle/oat/arm64/StorageManagerGoogle.vdex|6660a9b5439ce7d45a8391dcbdd56ae5b69ef03d
system_other/priv-app/TagGoogle/oat/arm64/TagGoogle.odex|ff77e7b0c7d6c30ebaa8d6a5366fce92ea23db8c
system_other/priv-app/TagGoogle/oat/arm64/TagGoogle.vdex|c747369d1e27ef8b9ea9e82b38d3e9ec65c561d5
system_other/priv-app/TelephonyProvider/oat/arm64/TelephonyProvider.odex|7af1f7ba2def22af51adb5ee70e61ee7238b1a10
system_other/priv-app/TelephonyProvider/oat/arm64/TelephonyProvider.vdex|70610c113b2469fae0a9f6a0375b253c823c5323
system_other/priv-app/TeleService/oat/arm64/TeleService.odex|b8d1a28b52d43e7c1da13c120acfbd5d06797d68
system_other/priv-app/TeleService/oat/arm64/TeleService.vdex|8e995623daf755b4263da6a346d81ded3422f448
system_other/priv-app/TetheringEntitlement/oat/arm64/TetheringEntitlement.odex|410a62d2cc7896ad863bc2c81ff49a6e16234413
system_other/priv-app/TetheringEntitlement/oat/arm64/TetheringEntitlement.vdex|ba63a0ef368a6194082927cb1fcb6c40ff5a7e8b
system_other/priv-app/TimeZoneDataPrebuilt/oat/arm64/TimeZoneDataPrebuilt.odex|7330c01fb4aa2f1163a573cc76b1695db8f5996f
system_other/priv-app/TimeZoneDataPrebuilt/oat/arm64/TimeZoneDataPrebuilt.vdex|9dac62396b9931a1d31afc4137e2d5d0ce9ba691
system_other/priv-app/TimeZoneUpdater/oat/arm64/TimeZoneUpdater.odex|c17ba92cc8f43dd91cd5049a97131f2a3937e06f
system_other/priv-app/TimeZoneUpdater/oat/arm64/TimeZoneUpdater.vdex|14d19b80193a0b853c11f4433976515c038ac2a0
system_other/priv-app/Turbo/oat/arm64/Turbo.odex|98443772d7d43abbea652566909b30e9eeee5743
system_other/priv-app/Turbo/oat/arm64/Turbo.vdex|eaca15bec0cfd5df709cbe95d6aad72dbbf6a734
system_other/priv-app/Velvet/oat/arm64/Velvet.odex|c8b6dd4da8f7b06c7a1f4b1033746bc645b38921
system_other/priv-app/Velvet/oat/arm64/Velvet.vdex|7dbf2088b6576947f46cbac0e3251e4141b46349
system_other/priv-app/VerizonAuthDialog/oat/arm64/VerizonAuthDialog.odex|41101dbcb1f752800f72db221b9d2ac639d4c4bd
system_other/priv-app/VerizonAuthDialog/oat/arm64/VerizonAuthDialog.vdex|187371c0d0488cc37c283339dba2ae85c01590b2
system_other/priv-app/VpnDialogs/oat/arm64/VpnDialogs.odex|e8ab1049e58c69cf41f3d1a2f5619a4eeb6f990b
system_other/priv-app/VpnDialogs/oat/arm64/VpnDialogs.vdex|a43ac24ff1845588fa9a9cf5f2eba573bfe07904
system_other/priv-app/VzwOmaTrigger/oat/arm64/VzwOmaTrigger.odex|5412f2ce380c7122f2498aafcc2077775356ca7d
system_other/priv-app/VzwOmaTrigger/oat/arm64/VzwOmaTrigger.vdex|98ad995cc25660df0309dbdf433dff7efd7817d0
system_other/priv-app/WallpaperPickerGooglePrebuilt/oat/arm64/WallpaperPickerGooglePrebuilt.odex|b159f01cc7dae761b3ec8fa4af06071afcc7515d
system_other/priv-app/WallpaperPickerGooglePrebuilt/oat/arm64/WallpaperPickerGooglePrebuilt.vdex|94c3cf7374b388ade0e524e5d19a0ba590a3b377
system_other/priv-app/WfcActivation/oat/arm64/WfcActivation.odex|b7b0ae419ac2a0c6a7fd37ab69fff6a7708d24c1
system_other/priv-app/WfcActivation/oat/arm64/WfcActivation.vdex|30e42f2041263f965cc3e05e1c0b15ce59eef982
system_other/system-other-odex-marker|da39a3ee5e6b4b0d3255bfef95601890afd80709
system/res/images/charger/battery_fail.png|34ca99ff24817bb6713f107d3030d2bef228fb7e
system/res/images/charger/battery_scale.png|0a290f41b9c4a1b5c62de988c30e719a8c05b731
system/sbin/charger|beafc9b4d591ca84f9464b50df1e9f1dbed5e3c5
system/sbin/ueventd|d486d14cfcbc407100a55b47e17264be24c1af84
system/sbin/watchdogd|d486d14cfcbc407100a55b47e17264be24c1af84
system/sdcard|55e608220379e7a38102d057723279e3e32ce12b
system/system/app/arcore/arcore.apk|d54c791f088cfb066f65a404434e2927133d76ac
system/system/app/BasicDreams/BasicDreams.apk|4ba65b0281d03adde3f4f0e8f4de7246e7809584
system/system/app/Bluetooth/Bluetooth.apk|df70e4f791d63e6b067bd895a9cb18f28cd0481e
system/system/app/Bluetooth/lib/arm64/libbluetooth_jni.so|8136af9b390931721c5afd77e5a3298e32d20aa4
system/system/app/BluetoothMidiService/BluetoothMidiService.apk|8aa7c8e04fe469521b5fcfec0c30db8424a7e311
system/system/app/BookmarkProvider/BookmarkProvider.apk|026b47a4afa764da9895408556be2a51c22feb53
system/system/app/BuiltInPrintService/BuiltInPrintService.apk|8a9c0ca475a7b70ed7ddf8487ea47dd5ecd99077
system/system/app/BuiltInPrintService/lib/arm64/libcups.so|9d27c89f780319a904d31b89c6f96673a9225b77
system/system/app/BuiltInPrintService/lib/arm64/libwfds.so|9351acceeca3b1cecdc96ac3e726e5d9b53a92c6
system/system/app/CalculatorGooglePrebuilt/CalculatorGooglePrebuilt.apk|aa7cab7e5f8ca36814344d7e54fced266b41fa54
system/system/app/CalculatorGooglePrebuilt/CalculatorGooglePrebuilt.apk|aa7cab7e5f8ca36814344d7e54fced266b41fa54.prof
system/system/app/CalendarGooglePrebuilt/CalendarGooglePrebuilt.apk|917e2e1f67c2654fe9af01096cd738d9b53bb265
system/system/app/CaptivePortalLogin/CaptivePortalLogin.apk|301f56028c7a2a28398c791e652ba4111d99e319
system/system/app/CarrierDefaultApp/CarrierDefaultApp.apk|44491660dc4d7aca3faf62b78b6b978d30d54437
system/system/app/CertInstaller/CertInstaller.apk|e30f85d72b1cbc63894b006a0f0ab37033a087ff
system/system/app/Chrome/Chrome.apk|0098552edac842789b613d89adc6c4abba620a25
system/system/app/Chrome/Chrome.apk|0098552edac842789b613d89adc6c4abba620a25.prof
system/system/app/CloudPrint2/CloudPrint2.apk|0abaf7086212085230ab989aa55fbaf491ca977b
system/system/app/CompanionDeviceManager/CompanionDeviceManager.apk|b2e4842a9a1ba2105715f58284eadb714b2088e6
system/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk|c6fc65051a6bd1757332045a6924a5b76aa00e1c
system/system/app/DMAgent/DMAgent.apk|6f6b30f8dbcafd07a62d390eb4a88a5d08250f27
system/system/app/DownloadProviderUi/DownloadProviderUi.apk|3e3f10358feddef72017cdc4119c7fe0c6f43845
system/system/app/Drive/Drive.apk|dd18df78159ee91f90bd5088de4db55a7d4ffe77
system/system/app/EaselServicePrebuilt/EaselServicePrebuilt.apk|05538f7228a0334796654e3b393dfc778f36d067
system/system/app/EasterEgg/EasterEgg.apk|4608d22b2293ed4c7230c8f854b711c7f713a4c3
system/system/app/embms/embms.apk|40733124d0630330f15a71484bc934c6754d9190
system/system/app/FaceLock/FaceLock.apk|8b3a3db4510808ed7574e6bac667563333b81fe3
system/system/app/FaceLock/lib/arm64/libfacenet.so|b8bee4f4fb8524a50e9a852619d2d9c6f00007d9
system/system/app/GoogleCamera/GoogleCamera.apk|a75553f67e51b35c948451a6e85bb6b187f93bea
system/system/app/GoogleCamera/GoogleCamera.apk|a75553f67e51b35c948451a6e85bb6b187f93bea.prof
system/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk|16f4722dc7320af6882c625b2862169331e08033
system/system/app/GoogleExtShared/GoogleExtShared.apk|5f5a0073c35737b5bc6e99410c138b4ff4c19d4f
system/system/app/GoogleJapaneseInput/GoogleJapaneseInput.apk|19c978b364bf658a2d94da2ad405dd76150b5529
system/system/app/GooglePinyinIME/GooglePinyinIME.apk|820ee1e2e73fa61ef1d8974ea359723747f1b42f
system/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk|bdc46f99aad70c93a80d9fd5d916bea8980b8423
system/system/app/GoogleTTS/GoogleTTS.apk|dd7cdf941095b0e81915186d1cc5d071a9d5420d
system/system/app/GoogleVrCore/GoogleVrCore.apk|866a62a4efc79221f59e493c4b27dbcd064d4e86
system/system/app/HTMLViewer/HTMLViewer.apk|65ca8b299a711402ecb66ac3187b83e8856b6a08
system/system/app/ims/ims.apk|8d4da9a60745983697e70b30922411f2557f1323
system/system/app/ims/lib/arm64/libimscamera_jni.so|ecf90e0a19f1a994d3378276221bb1833bc48930
system/system/app/ims/lib/arm64/libimsmedia_jni.so|db9e2b4346c70f02bec950790ff05fe5aa81e93d
system/system/app/KeyChain/KeyChain.apk|55367ddcb57e1eafef9f65ca6b8e49a93c07837f
system/system/app/KeyChain/oat/arm64/KeyChain.odex|b29652aba7e47ad4699c1b49cce4f218835e2b72
system/system/app/KeyChain/oat/arm64/KeyChain.vdex|c42f5e33b4607dd1acce3064e40c28f55d707732
system/system/app/KoreanIME/KoreanIME.apk|7f974c48d45d65c8c4303f24aaf03103239f9b5c
system/system/app/LatinIMEGooglePrebuilt/LatinIMEGooglePrebuilt.apk|3ca8526b8aeda2dddb94c7ac461324978a6f5a34
system/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk|6d7f087bc2d27a9de1ec9dc18d20e584d354d3b4
system/system/app/Maps/Maps.apk|9e2d2a35e1fd421e47d46473fa15fa68b490012d
system/system/app/Maps/Maps.apk|9e2d2a35e1fd421e47d46473fa15fa68b490012d.prof
system/system/app/Music2/Music2.apk|490b6897a8623ee4529e575fd0d8a9e8cb60c7e8
system/system/app/NexusWallpapersStubPrebuilt2017/NexusWallpapersStubPrebuilt2017.apk|9f8ae16278ce9c4a05914ba278c1e9752fb1ac3f
system/system/app/NfcNci/lib/arm64/libnfc_nci_jni.so|ae4f9205a15f1c8261a41f6ff001ef5d60c24bc9
system/system/app/NfcNci/NfcNci.apk|2a09993a4768d0ab611a28e60864b9c213b3aa78
system/system/app/Ornament/Ornament.apk|46dcf5bd7179953971724901f13540a715b9ed72
system/system/app/PacProcessor/lib/arm64/libjni_pacprocessor.so|41728330519c63f8ae3c9444078f1b365d824022
system/system/app/PacProcessor/PacProcessor.apk|accbe9bb3363b29a88f90dd9f66b8a07320bd904
system/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk|0ff966e7fe2284a3c0e5822886306595fbfdff0c
system/system/app/Photos/Photos.apk|c0295aff1c1d85b04f531475e64cfff24aa6aad7
system/system/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk|761fbf37fb5f3effacacf2029da33d712fc310ef
system/system/app/PrebuiltBugle/PrebuiltBugle.apk|5e680b87c30affe7044e8f82cfb75e107f99da41
system/system/app/PrebuiltDeskClockGoogle/PrebuiltDeskClockGoogle.apk|f0eeb9f5cc9f6e84f9e73bc57639978acda80b85
system/system/app/PrebuiltDeskClockGoogle/PrebuiltDeskClockGoogle.apk|f0eeb9f5cc9f6e84f9e73bc57639978acda80b85.prof
system/system/app/PrebuiltGmail/PrebuiltGmail.apk|c3be3e27f78f12a8abb819672dc10aa9d4f1c02b
system/system/app/PrebuiltGmail/PrebuiltGmail.apk|c3be3e27f78f12a8abb819672dc10aa9d4f1c02b.prof
system/system/app/PresencePolling/PresencePolling.apk|ba5ad0cce60c4a89ed723358baca7e7919330d08
system/system/app/PrintSpooler/lib/arm64/libprintspooler_jni.so|97cdf833fabd941f67847fa8efabef7a0b893a91
system/system/app/PrintSpooler/PrintSpooler.apk|27d3b90db6672bcd781ce093855c1636683b36f7
system/system/app/QAS_DVC_MSP_VZW/QAS_DVC_MSP_VZW.apk|486346233d2b249e935563364a708f178a9f70e1
system/system/app/RcsService/RcsService.apk|813ea6521cf3a302fdd44489d8d38e7015f45aeb
system/system/app/SMSConnectPrebuilt/SMSConnectPrebuilt.apk|006e3ea8f6ee0c1c4495d38e2c0ea4f01caed811
system/system/app/SoundPickerPrebuilt/SoundPickerPrebuilt.apk|6e0044815b3bc24aefa0253526064914105d0bf7
system/system/app/Stk/Stk.apk|7294afbd16270713794b8a977971c5022ee48903
system/system/app/talkback/talkback.apk|7e54a6a7e4567bbeba552c2c4bb1d79927732e9d
system/system/app/TangoCore/TangoCore.apk|622d9a7e13e6fef7c0feb96ccc087de3974c7047
system/system/app/Tycho/Tycho.apk|5bebca494becdf3de735bcf5df37a24928413b15
system/system/app/uceShimService/uceShimService.apk|e43d32ff4e0432990ceb0e4d0123c0b2b9b86ea6
system/system/app/UserDictionaryProvider/UserDictionaryProvider.apk|511a8dbae55acd25ecfee855b9d092fe04cc974b
system/system/app/Videos/Videos.apk|cffa639aad18839befe9a98a1057d2734c3966be
system/system/app/VZWAPNLib/VZWAPNLib.apk|1231073224a9ed0655130581abb4b7b0a2bae98e
system/system/app/vzw_msdc_api/vzw_msdc_api.apk|dcd8034d4b4ebdacbaa9f0e55102a19b15d4e62f
system/system/app/WallpaperBackup/oat/arm64/WallpaperBackup.odex|2f6199e8817fb842a1832435cbff51f9a1095221
system/system/app/WallpaperBackup/oat/arm64/WallpaperBackup.vdex|fd3bde1b16bb9bdaeb2f78b2ec388a35257e0b17
system/system/app/WallpaperBackup/WallpaperBackup.apk|eda841052f359faa08dad66d9c547b478ecfecce
system/system/app/WallpapersBReel2017/lib/arm64/libgdx.so|c029c6ef142af427580441dee1d8f05998efeb81
system/system/app/WallpapersBReel2017/lib/arm64/libwallpapers-breel-jni.so|037203455d2b4dfb771d4117f8e4e448b8678139
system/system/app/WallpapersBReel2017/WallpapersBReel2017.apk|cb39db4d28b7223c2846724ab2caedaa0b700019
system/system/app/WebViewStub/WebViewStub.apk|eed297fd1d9f10a9ed9e7ca803810f33a85bb273
system/system/app/YouTube/YouTube.apk|3bc73bb9553f9e915a51962d5a682dce76474a98
system/system/app/YouTube/YouTube.apk|3bc73bb9553f9e915a51962d5a682dce76474a98.prof
system/system/bin/acpi|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/adbd|b272cca19d22f2f59f0ca31ca7e2e84d2062a0f7
system/system/bin/am|44a8d1178897fd5c7af668e95ec3dcec00cc7824
system/system/bin/applypatch|394600045a5e3ef29867cef34c5f2d890c3d6503
system/system/bin/appops|4c5a039e069d95a9015e658f75046a3f4969c94e
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb1
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb132
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb164
system/system/bin/appwidget|c936042afdd9f49a3db60a41e956b2c08d09b4ee
system/system/bin/atrace|c3732a70897600504aee3682ec137908c238f6c7
system/system/bin/audioserver|b9589f344a63ae0c1735b9727a6826e62fcb1d33
system/system/bin/base64|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/basename|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/bcc|3ca476bb0f23ca4a0ce02abc3c7a281a21f6cf8a
system/system/bin/blkid|a7316caa7ba99727f3a458c6029f8f7c66a96f4d
system/system/bin/blockdev|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/bmgr|b7154a8131a35e4c54b5b221b28afa11409f2ec3
system/system/bin/bootanimation|5c2ce6105b1712006f904d84f525aef9e294434c
system/system/bin/bootstat|9d93cb7febbef37637e02eba381ba688599ce451
system/system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233aba
system/system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233abafferhubd
system/system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233abagreport
system/system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233abagreportz
system/system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233abanzip2
system/system/bin/bzcat|18966dcea477ed087e87037c4255cd180be7d19e
system/system/bin/bzip2|fe265407aa63c9b8f481c2fc9486d2ccfd5f9a59
system/system/bin/cal|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cameraserver|22e7a967cae48f4c3fd47d55e45b98d1cbc8c24b
system/system/bin/cat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chgrp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chown|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chroot|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chrt|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cksum|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/clatd|1bccde811d75535de74454324572be53e8d3d453
system/system/bin/clear|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cmd|a8c215d0a141b4a8b220f2eac28bb1781df4869b
system/system/bin/cmp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/content|e8f38bd1b9945994386739c2ef26b0f8e29472cd
system/system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6bio
system/system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6bpreopts.sh
system/system/bin/crash_dump32|9a32a69dc86f3d677354efebfc71f27934161950
system/system/bin/crash_dump64|1b1225710a5e4cff1dd7ea8ed606c227d55dfbed
system/system/bin/cut|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce76391
system/system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce7639132
system/system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce7639164
system/system/bin/date|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dd|d75ba923fa82f217016731a834a50db93935d10d
system/system/bin/debuggerd|c2b1a38fe8de3be257e09bf1ded4d873be6510ad
system/system/bin/dex2oat|4801c6f443d5c93f35368415fa520ab4bcdaf1fe
system/system/bin/dexdiag|ed098b5921e0f0640e836ff2dd42bfcba257d8dd
system/system/bin/dexdump|5133d78b2eaf6fd5c5d11c95403f46558812a5fb
system/system/bin/dexlist|30815397b714d3e01d1643ed37638d29a6e26876
system/system/bin/dexoptanalyzer|bdbecd26038d4d48bbab048bdedf291aef30fa83
system/system/bin/df|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/diff|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dirname|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dnsmasq|784beef10657967eba9c24bd1d4098599b716d35
system/system/bin/dos2unix|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dpm|63c58bd78a78e85d65debbe649bb65069bc15850
system/system/bin/drmserver|4d71ccd78c870df4b6b4fad1b212e7dc8f8a4bef
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6bmpstate
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6bmpsys
system/system/bin/e2fsck|5ddfb40cc353b81fa60caed36c5de0a7dff49492
system/system/bin/e2fsdroid|12620f7df26bb40b7e779f64756eabae8bf7080c
system/system/bin/echo|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/egrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/system/bin/env|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/expand|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/expr|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fallocate|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/false|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fgrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/system/bin/file|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/find|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/flock|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/folio_daemon|5fbe23f55858cf48085b5145e80d1ceb0660f46e
system/system/bin/free|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fsck.f2fs|7a3fad382ff58bc1afb839c77cd98ae24c94e96a
system/system/bin/fsck_msdos|5d467e22b7a8d85cc508bed0d071af05b1a62e8e
system/system/bin/gatekeeperd|069995b432bc49085cf179954283dbe29c52ed4d
system/system/bin/getenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/getevent|d75ba923fa82f217016731a834a50db93935d10d
system/system/bin/getprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/grep|5354e282214933a87c1fb1e26088533bddece558
system/system/bin/groups|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/gunzip|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/gzip|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/head|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/healthd|3aaccc9e8f9a93ecd29aad56a7d7b398860a64f5
system/system/bin/hid|45ab834c2392fbaabae881370d1f7bf6bc5f6c8a
system/system/bin/hostname|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/hw/[email protected]|087596f8b0786397479e6b51632072716eb2f765
system/system/bin/hwclock|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/hwservicemanager|c017ad2276930405a84470fb5316ffb8c685d5dd
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6bmap