-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_files.sha1
3673 lines (3673 loc) · 287 KB
/
all_files.sha1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
board-info.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
boot/bootimg|e7b4f34339e216d8cedde006de47d5fef2d1d524
boot.img|75110273471718e58a97958b4c5bc89dacb121c0
bootRE/boot.elf|3512b8baa75ab1797bead9af6fd82b5862bbbd2f
bootRE/boot_kallsyms.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
bootRE/ikconfig|e643f00055b83ec7fdead0fb1ed916ca1648c66f
cust/cust_build_time.txt|c2e91c561e7aa94aa585ab795c6bc2d96255b6f2
cust/hw/default/prop/hwime.properties|e28141c2b1398a76513d4b91805d15e58129a0bf
cust/hw/default/prop/local.prop|074e720ce66a9f1ce38707163f156aeabcab82ae
cust/hw/default/xml/DelAPKInstallList.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/hw/default/xml/hw_defaults.xml|d7baf2acee93773d1138660a7c9beeda368226c8
cust/hw/default/xml/unstall_apk.xml|53acafc85d3abe7d76551e0b9a4216e39a2f198c
cust/hw/eu/certification/aaa_2014.png|e80c24cf9e1b6d3e848596e07b43179c496ee16b
cust/hw/eu/certification/aaa_2015.png|d46aeea30dee3ccd55ca981a9a8ff965d1a3ba0e
cust/hw/eu/certification/aaa_2016.png|3d3fcc6f6941a39e56417332d76bebaf2cb2e568
cust/hw/eu/certification/aaa_2017.png|995533826884283260f3c4cfc7e8e433707d1629
cust/hw/eu/email/email_default_icon.png|375f2b373c5caec9e9129662663ed720ee83b02d
cust/hw/eu/email/email_Gmail_icon.png|370174241a1b48a9d362972a0786d58dbe97706c
cust/hw/eu/email/email_Hotmail_icon.png|d0fd5697faee67d7d81170d60b724da011ec691e
cust/hw/eu/email/email_Yahoomail_icon.png|08411880b558b44e394c189f6cf1029b429979d2
cust/hw/eu/etc/.booking.data.aid|4eaa5ad6a6aa5d4bbbdde0061db1933f5b318418
cust/hw/eu/parent_cust.cfg|17febf9d5badcdd9a5990c96b30ad676f52e5026
cust/hw/eu/prop/hwime.properties|398710db642dd1a149dcdb15ba6e8874aa690cd8
cust/hw/eu/prop/local.prop|43cdc01f68a52ab3346abb1d6a40c625c8cb5d33
cust/hw/eu/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/hw/eu/xml/4x5/hw_launcher_default_workspace.xml|48f2e176d0d10bd4a0e2928e5612e9ae0254edf7
cust/hw/eu/xml/5x5/hw_launcher_default_workspace.xml|35bd6027e86732058bfe7d3f41031c93d33ef74b
cust/hw/eu/xml/APKInstallListEMUI5Release.txt|02865a59dbba86ae0cdfc200a375777d63d36114
cust/hw/eu/xml/APKInstallList.txt|9652b344c85caec70d1f07b8cc51bd5ed3bd59b5
cust/hw/eu/xml/bookmarks_config.xml|883dacb978d8a3e48c4ef1e10feeb9e2a8c3a362
cust/hw/eu/xml/browser_config.xml|358997a468178c1ad41ec2dabb3d6dd4859e7e20
cust/hw/eu/xml/cbs_config.xml|f7083748d36f2b6a7e40db71f6b470db8d62ac8a
cust/hw/eu/xml/cloudapklist.xml|450d0c691a9059e08952403426a3e8dc3bf6d80c
cust/hw/eu/xml/Cota_VirtualNets-conf.xml|709c7637886e718811b01cf623d1e7d999165ce9
cust/hw/eu/xml/default_city_setting.xml|f4ee1848e5c257e1fb2a6908667cdeb6babdd23e
cust/hw/eu/xml/DelAPKInstallListEMUI5Release.txt|d65a3499ad05c29d735c72e22d19176f954f7390
cust/hw/eu/xml/DelAPKInstallList.txt|0f7c951a9b6a3c4505d8577151643694cbd306c4
cust/hw/eu/xml/email_logo_list.xml|ce557f119a67ee5818af035e6b153a954b0f2af9
cust/hw/eu/xml/globalAgpsServers-conf.xml|839310ce7acdd79ece710987d584b76f6afb3640
cust/hw/eu/xml/global_operator_name.xml|0595c78da8198af48797e0190e6117f587d4aea7
cust/hw/eu/xml/hsm/protect/hsm_protect_default_value.xml|bff9e7e7d0032d378e89dba10b902c6fea0dd856
cust/hw/eu/xml/hw_defaults.xml|1e01d0c529e00f1198ede93076ef3b26146a38b7
cust/hw/eu/xml/hw_launcher_hide_icons_config.xml|3be736e2a46322c709c36330068c58f0f8519efa
cust/hw/eu/xml/hwouc_presets.xml|69bd85fe5d30ff33387272ad262fea5e140bf331
cust/hw/eu/xml/iccid_config.xml|2b41aaa8b05aeef32de8410d9bb5c4eeaa0d9395
cust/hw/eu/xml/mms_config.xml|cd87c79e98f82943f5a4d82086c8da0caf1a6a9d
cust/hw/eu/xml/pg_config.xml|653b1622b8fd0a0e3bfeb3a69ec8d71962217b3b
cust/hw/eu/xml/predefined_data.xml|4f9cdaea1b928e017424d20ed67d51f1901f6c2b
cust/hw/eu/xml/providers_exchange.xml|b41aa17c18a2888546a11f06a07ccaab011e32a0
cust/hw/eu/xml/providers_product.xml|bddc63cd449f6f3aeb4a241167241c1824d065b6
cust/hw/eu/xml/unstall_apk.xml|4a87a348a19e872f2ed4110c2127413d9a07372a
cust/hw/eu/xml/VirtualNet_cust.xml|b13b06d09ce915842ea06da1c3f3893605b67b24
cust/hw/L21_normal/prop/hwime.properties|326df73c42e41f3f74c31baf04ad61ccbc238119
cust/hw/L21_normal/prop/local.prop|b3b9c96624b7b7e31dc48da114ee9d5a7550e3c6
cust/hw/L21_normal/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/hw/L21_normal/xml/APKInstallListEMUI5Release.txt|2988780809f8bec4c7bcf3b6ba61dad1e3abe5c1
cust/hw/L21_normal/xml/APKInstallList.txt|ffbbab6a58c7d267f83f0704e1e6bae2cb76f67d
cust/hw/L21_normal/xml/apn_reminder.xml|cb94115d1adb9c4b5216dbef5fbee13732dbeb32
cust/hw/L21_normal/xml/cbs_config.xml|e0a3a7d050392fcce0c140960ecfeae3b41483ff
cust/hw/L21_normal/xml/DelAPKInstallListEMUI5Release.txt|f940fa2e1a43d2c247792d8e921711bfbc5d49d4
cust/hw/L21_normal/xml/hw_defaults.xml|eba5bf8df8cd15628075c3906e7cd27fb96095dc
cust/hw/L21_normal/xml/hw_launcher_hide_icons_config.xml|09ff13f3567452bb04f75c9df3de08ce7f1b0b91
cust/hw/L21_normal/xml/hwouc_presets.xml|1dd501a77dd2d0572be503789cc22893cc82649e
cust/hw/L21_normal/xml/mms_config.xml|a7cd3b519179740b8fa5bad26f2216e17a8806d4
cust/hw/L21_normal/xml/pg_config.xml|d5e4771f7dcfb896a44c580bb61652ce41927d09
cust/hw/normal/prop/hwime.properties|326df73c42e41f3f74c31baf04ad61ccbc238119
cust/hw/normal/prop/local.prop|b296a792db93531739ddebaf2684ea24707e668f
cust/hw/normal/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/hw/normal/xml/APKInstallListEMUI5Release.txt|2988780809f8bec4c7bcf3b6ba61dad1e3abe5c1
cust/hw/normal/xml/APKInstallList.txt|ffbbab6a58c7d267f83f0704e1e6bae2cb76f67d
cust/hw/normal/xml/apn_reminder.xml|cb94115d1adb9c4b5216dbef5fbee13732dbeb32
cust/hw/normal/xml/cbs_config.xml|e0a3a7d050392fcce0c140960ecfeae3b41483ff
cust/hw/normal/xml/DelAPKInstallListEMUI5Release.txt|f940fa2e1a43d2c247792d8e921711bfbc5d49d4
cust/hw/normal/xml/hw_defaults.xml|eba5bf8df8cd15628075c3906e7cd27fb96095dc
cust/hw/normal/xml/hw_launcher_hide_icons_config.xml|09ff13f3567452bb04f75c9df3de08ce7f1b0b91
cust/hw/normal/xml/hwouc_presets.xml|1dd501a77dd2d0572be503789cc22893cc82649e
cust/hw/normal/xml/mms_config.xml|a7cd3b519179740b8fa5bad26f2216e17a8806d4
cust/hw/normal/xml/pg_config.xml|d5e4771f7dcfb896a44c580bb61652ce41927d09
cust/preinstalled/public/app/Apps_store_ZA/Apps_store_ZA.apk|ae73ce4e9ab1be562242114fc5460afbe4d84628
cust/preinstalled/public/app/ChromeHomePage/ChromeHomePage.apk|edf6567c69dcbb20734e32b95c2f0e50152210f6
cust/preinstalled/public/app/Deezer_ZA/Deezer_ZA.apk|74a508e78fd7c29326e916ad484fb283eccdeb7e
cust/preinstalled/public/app/Dropbox_Global_M/Dropbox_Global.apk|01dc46fc2418964808c876b3e031a26e6df0857b
cust/preinstalled/public/app/Dropbox_Global_M/lib/arm/libblasV8.so|b1a9e30cc7cbd060a72825a2ee12eec6cc6a5aa4
cust/preinstalled/public/app/Dropbox_Global_M/lib/arm/libDummyArchIndicator.so|cd05d1d353c6ae8909406c25be6d8b8265808ddb
cust/preinstalled/public/app/Dropbox_Global_M/lib/arm/librsjni.so|f303b431e80ab0e516a7e8acc2f243ad74f948ad
cust/preinstalled/public/app/Dropbox_Global_M/lib/arm/libRSSupport.so|5f5fecd377f3879d8bf1a6419a6d88eaf274460f
cust/preinstalled/public/app/E_School_ZA/E_School_ZA.apk|2f92aeac851490e518ecb68176d9a7e0cb1fb1d2
cust/preinstalled/public/app/HuaweiWearLink/HuaweiWearLink.apk|139e839455aca70124aba269565b7a0f88602dba
cust/preinstalled/public/app/HwCompass/HwCompass.apk|1fce4d996dccd967ab48c930d83375f11ee22288
cust/preinstalled/public/app/HwFileManager/HwFileManager.apk|a91e810eebbd9b0a73b2e622c9be8e0757c19376
cust/preinstalled/public/app/HwFileManager/lib/arm64/libhidisk_security.so|e7e03e082c39cc6969201d6bf0b797af95cfcd25
cust/preinstalled/public/app/HwFileManager/lib/arm/libhidisk_security.so|adc31ab0043f8f41967295e23cd2dad24181e3c5
cust/preinstalled/public/app/HwMirror/HwMirror.apk|7180943030008fa6862b5c6e8646e2a1bc8267c6
cust/preinstalled/public/app/HwPhoneService/HwPhoneService.apk|949949b5d1e004e7493b26d49f20e482de67f3f1
cust/preinstalled/public/app/HwThemeManager/HwThemeManager.apk|0db6e86be64152101b336f4f7e5e3884d24cd94e
cust/preinstalled/public/app/HwUserGuide/HwUserGuide.apk|9203cd9f9f484182e07582389d5d607cd183a76b
cust/preinstalled/public/app/HwVAssistant/HwVAssistant.apk|4cd4967839e0fb94048aa9346cf367100ead4d0d
cust/preinstalled/public/app/HwVAssistant/lib/arm/libdmt_native_utils.so|464c357418cd68858cb781a22e3f299161744b21
cust/preinstalled/public/app/HwVAssistant/lib/arm/libdmt_vocon_neon.so|9f0f39c6a4ed97f8b47eb3dc230015b72c519bf0
cust/preinstalled/public/app/HwVAssistant/lib/arm/libudtsid3.so|280d24c8169a7a4a9df296a1cc5825d29ee44894
cust/preinstalled/public/app/MB_Phone_PT/MB_Phone_PT.apk|bb63769f8c428fff343f87fe34a6ebcb0a84df2d
cust/preinstalled/public/app/Mobile_Vodafone_HU/Mobile_Vodafone_HU.apk|d279e3eeee7d278f7c0b6d9be9b064886257b9a6
cust/preinstalled/public/app/Mobile_Vodafone_index_HU/Mobile_Vodafone_index_HU.apk|f1fea509ff81987ea1a4ef4cd5deb9de1e3bfb32
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libAPC.so|c62aa908f63f65fdd23a878f089ac6ad44e18abc
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libMPS.so|5c4bc85494fad9304acece90613f98fbda51ab9d
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdscrypto.so|921bf4c269f6368c664d4cac10323f080d748aaa
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdscups.so|4fdcd5f9cb09083a0b928e4fd152e70797d1b7b8
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdsjpeg.so|5af3fc73c67a534ae7a05751c8995d4fb3d31aa3
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdspng.so|1ecdf931092deafcbc667d4a5e943a4f6871974c
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfds.so|4b7fc951a40d4d7ab02fbdf1f31066d5f792c192
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdsssl.so|527c79802f1b05a55f4c0528ff071e8b64a8e2f5
cust/preinstalled/public/app/MopriaPrintService/lib/arm/libwfdsSupport.so|cd37fc8b381065fcc225e5701fc9925a4f6b822f
cust/preinstalled/public/app/MopriaPrintService/MopriaPrintService.apk|1e935e596f1ce55b1acea01fdc2535636a461152
cust/preinstalled/public/app/MyVodacom_ZA/lib/arm/libers_cpu_check.so|655d465b6439ad32b813594ba89c0c0087b8b7e4
cust/preinstalled/public/app/MyVodacom_ZA/lib/arm/libscenegraph_glue_froyo.so|21093f9640feae6bfe7783ceb7106f837b81066e
cust/preinstalled/public/app/MyVodacom_ZA/lib/arm/libscenegraph_neon.so|52821167777d14ef632e4a3d289c11c79a148fa2
cust/preinstalled/public/app/MyVodacom_ZA/lib/arm/libscenegraph.so|1eee6d5098953e24322e5a78c3c59b3b2f896522
cust/preinstalled/public/app/MyVodacom_ZA/lib/arm/libstlport_shared.so|345056d9fcd829042aa182add3271d0ae637729f
cust/preinstalled/public/app/MyVodacom_ZA/MyVodacom_ZA.apk|24146daf222bd22edc3208599bc95d9493f5d04b
cust/preinstalled/public/app/MyVodafone_IT/lib/arm64/liblocker.so|c5c95a7ad265922e67b2662ad645e06e746f918e
cust/preinstalled/public/app/MyVodafone_IT/MyVodafone_IT.apk|ebb6b16df3daa0a0d43228fce3bda4320a4204bd
cust/preinstalled/public/app/MyVodafone_RO/MyVodafone_RO.apk|a1356954002426d786a2ea5d11f01c1c137dd2ed
cust/preinstalled/public/app/PlayGames/PlayGames.apk|7a996d92ef05433c0475f2033827db2e3f4a0d09
cust/preinstalled/public/app/PlusOne/PlusOne.apk|8a875303548583f3fc7f4a0a363b80a60b58f464
cust/preinstalled/public/app/Prod_Market_ES/Prod_Market_ES.apk|66a7c096d16417c027cdd5c9a0b1ba9ec5f8aab0
cust/preinstalled/public/app/RegionalPhone/lib/arm64/libregionalphonejni.so|04ebb015f5911b461e644a025e79b195e4af9145
cust/preinstalled/public/app/RegionalPhone/RegionalPhone.apk|639c5118facfa57f3b81d4bc3450be06d638c790
cust/preinstalled/public/app/Seenow_RO/lib/arm/libWVphoneAPI.so|7777c99bd2b16017858648ac9b0a8e055455128e
cust/preinstalled/public/app/Seenow_RO/Seenow_RO.apk|7f4969a32f9c180bcb61a8fa1399ba341f5e5252
cust/preinstalled/public/app/talkback/talkback.apk|e7e7686d63e3285e20e75abe5f65688f0fb6d537
cust/preinstalled/public/app/Todoist_ntp/Todoist_ntp.apk|ff5e8f09c172c63692a88ddf904d6f09b3bbbc64
cust/preinstalled/public/app/Todoist_VDF/Todoist_VDF.apk|17f7e24604dab3e8518c4072a29bee49528375c0
cust/preinstalled/public/app/TV_Vodafone_PT/TV_Vodafone_PT.apk|624891709f16340182cc1df31a0506be78e6fc4f
cust/preinstalled/public/app/Vlive_ZA/Vlive_ZA.apk|4383d2b703017f6c09b839d2d6ae135b85828075
cust/preinstalled/public/app/VodafoneMobileData_ES/VodafoneMobileData_ES.apk|e94d9fbcc582caee933712ca7863e79414029feb
cust/preinstalled/public/app/Vodafone_Quiosque_PT/Vodafone_Quiosque_PT.apk|c29f9741491c509b17dd49fa860e107c15af7e87
cust/preinstalled/public/app/VodafoneStart_Global_M/VodafoneStart_Global_M.apk|c3b21152e8b847618da243746b1fc66eede2388e
cust/preinstalled/public/app/WPS/WPS.apk|7efc226a8c33833bdf4cb4f6a14705ec88e6d4d1
cust/preinstalled/public/app/YouTube/YouTube.apk|46e72386b4168e8a59b67116a9069b9fe07290dd
cust/preinstalled/public/app/Zonga_RO/lib/arm/libaacdecoder.so|e8ca7dee635167779937410046d1befe5dda68fc
cust/preinstalled/public/app/Zonga_RO/lib/arm/libblasV8.so|b1a9e30cc7cbd060a72825a2ee12eec6cc6a5aa4
cust/preinstalled/public/app/Zonga_RO/lib/arm/librsjni.so|f303b431e80ab0e516a7e8acc2f243ad74f948ad
cust/preinstalled/public/app/Zonga_RO/lib/arm/libRSSupport.so|5f5fecd377f3879d8bf1a6419a6d88eaf274460f
cust/preinstalled/public/app/Zonga_RO/Zonga_RO.apk|2a7ae6d8183b0d0292f658c88120e96e31dc10c0
cust/preinstalled/public/app/Zunehor_DE/Zunehor_DE.apk|c629c40f9666873873243059da9554dd3c0f9b7d
cust/preinstalled/public/lib64/libhidisk_security.so|3db9abbc636897f9a0a2b131288cb75c51db69c1
cust/preinstalled/public/lib/libAPC.so|285e1f87b9f1bcfd2d0aa3d448a42d6e0299076b
cust/preinstalled/public/lib/libhidisk_security.so|7b90542dc7c905fb6273984699215cdd7d1d110f
cust/preinstalled/public/lib/libMPS.so|33682a028cf2320a6eb74ea3bd2bcc76fe2a4316
cust/preinstalled/public/lib/libwfdscrypto.so|8093515864c969870d6b0b7387624a3e70972bb3
cust/preinstalled/public/lib/libwfdscups.so|4095077ed139889415b9d401dfa20f3acd11f5bb
cust/preinstalled/public/lib/libwfdsjpeg.so|b51a5a756b50a0580f17f002be3639790b7259ac
cust/preinstalled/public/lib/libwfdspng.so|92620573f93b7723ae29f608ff7870d0e42fa709
cust/preinstalled/public/lib/libwfds.so|91d5337c5b1028d6dc70f24674f0db7c8fa879d8
cust/preinstalled/public/lib/libwfdsssl.so|0aa7ccd3f3bd02c624293f6a3b2a0bff765fe005
cust/preinstalled/public/lib/libwfdsSupport.so|56e4b05bb8c8eca633f06e01ff16f7c954d75a58
cust/special_cust/ALE-L21single/vodafone/al/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/al/xml/4x5/hw_launcher_default_workspace_all.xml|b5f11645bfeb9322bd465aabc48a5d2662173925
cust/special_cust/ALE-L21single/vodafone/cz/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/cz/xml/4x5/hw_launcher_default_workspace_all.xml|d0258d2794aed3802cf323c21da612aaad02663a
cust/special_cust/ALE-L21single/vodafone/default/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/special_cust/ALE-L21single/vodafone/default/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/special_cust/ALE-L21single/vodafone/default/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/default/xml/4x5/hw_launcher_default_workspace_all.xml|48021d70bcb343734fe17248e1e94f33c6589012
cust/special_cust/ALE-L21single/vodafone/de/prop/local.prop|bacff1d0803bea9431a37e9fd3eebd6ef4745119
cust/special_cust/ALE-L21single/vodafone/de/xml/4x5/hw_launcher_default_workspace_all.xml|ca47689449981305f6f8a269ce37649e5b2770e5
cust/special_cust/ALE-L21single/vodafone/de/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21single/vodafone/es/prop/local.prop|bacff1d0803bea9431a37e9fd3eebd6ef4745119
cust/special_cust/ALE-L21single/vodafone/es/xml/4x5/hw_launcher_default_workspace_all.xml|8c2b9152f5b7a1cdf807adca6670dbf4f01cabba
cust/special_cust/ALE-L21single/vodafone/es/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21single/vodafone/gb/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/gb/xml/4x5/hw_launcher_default_workspace_all.xml|0fcd5c7da8c23c360bbf23d6398faf18c8503d4c
cust/special_cust/ALE-L21single/vodafone/gr/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/gr/xml/4x5/hw_launcher_default_workspace_all.xml|d38a2f83122a7384d385dba535b63fbd00e2c624
cust/special_cust/ALE-L21single/vodafone/hu/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/hu/xml/4x5/hw_launcher_default_workspace_all.xml|0acc3fc1ecd3b11e6aa79f3dca96c39c3f05fbf5
cust/special_cust/ALE-L21single/vodafone/ie/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/ie/xml/4x5/hw_launcher_default_workspace_all.xml|0b43a16ae4552ce392944c414b84312fc48791af
cust/special_cust/ALE-L21single/vodafone/it/prop/local.prop|39bbbe8c18a52e361f08b8948904756c55596d21
cust/special_cust/ALE-L21single/vodafone/it/xml/4x5/hw_launcher_default_workspace_all.xml|5e344480e5b1f1acc6659573a389b2a991b263ee
cust/special_cust/ALE-L21single/vodafone/it/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21single/vodafone/mt/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/mt/xml/4x5/hw_launcher_default_workspace_all.xml|afa6cc417809ada9d693c2e24a80a41d12e57895
cust/special_cust/ALE-L21single/vodafone/nl/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/nl/xml/4x5/hw_launcher_default_workspace_all.xml|0974cbe517f6acdf543d7a83cf5c808287c6db31
cust/special_cust/ALE-L21single/vodafone/pt/prop/local.prop|bacff1d0803bea9431a37e9fd3eebd6ef4745119
cust/special_cust/ALE-L21single/vodafone/pt/xml/4x5/hw_launcher_default_workspace_all.xml|b1ec07ff068c373c08e2410670afd2f47c0f805e
cust/special_cust/ALE-L21single/vodafone/pt/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21single/vodafone/ro/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/ro/xml/4x5/hw_launcher_default_workspace_all.xml|e39e4dac4545125ce447a7fbf0d436bceac159b6
cust/special_cust/ALE-L21single/vodafone/uk/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/uk/xml/4x5/hw_launcher_default_workspace_all.xml|0fcd5c7da8c23c360bbf23d6398faf18c8503d4c
cust/special_cust/ALE-L21single/vodafone/za/prop/local.prop|6875c60dd98fec1a67b8c6183b1f9ab2e085d14a
cust/special_cust/ALE-L21single/vodafone/za/themes/Vodafone.hwt|bb828e91c7f9113277fb675d085237511367e9cf
cust/special_cust/ALE-L21single/vodafone/za/xml/4x5/hw_launcher_default_workspace_all.xml|4b34138ba7e1747ec873716e6130c0fb144df96c
cust/special_cust/ALE-L21/vodafone/de/prop/local.prop|85c87e8e462ba7f6a91d2485d9db890a36033f16
cust/special_cust/ALE-L21/vodafone/de/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21/vodafone/de/xml/hw_ims_config.xml|2d266e28ab9c7291289b96df9bc7cc246d780a96
cust/special_cust/ALE-L21/vodafone/de/xml/init|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/special_cust/ALE-L21/vodafone/es/prop/local.prop|85c87e8e462ba7f6a91d2485d9db890a36033f16
cust/special_cust/ALE-L21/vodafone/es/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21/vodafone/es/xml/hw_ims_config.xml|bea29d84789c849ac06eb2681673781566ea2d63
cust/special_cust/ALE-L21/vodafone/es/xml/init|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/special_cust/ALE-L21/vodafone/it/prop/local.prop|0886988cb273ed70a557db196f826ec315ec847e
cust/special_cust/ALE-L21/vodafone/it/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21/vodafone/it/xml/hw_ims_config.xml|bea29d84789c849ac06eb2681673781566ea2d63
cust/special_cust/ALE-L21/vodafone/it/xml/init|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/special_cust/ALE-L21/vodafone/pt/prop/local.prop|85c87e8e462ba7f6a91d2485d9db890a36033f16
cust/special_cust/ALE-L21/vodafone/pt/xml/hw_defaults.xml|4b4422beb3127064a74a5d3077fa0367bc432d9a
cust/special_cust/ALE-L21/vodafone/pt/xml/hw_ims_config.xml|6b452434ea516bb093d6b92a8b5a822ddfa97af7
cust/special_cust/ALE-L21/vodafone/pt/xml/init|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/[SYS]/Journal
cust/vodafone/al/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/al/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/al/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/al/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/al/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/al/prop/local.prop|d6167684e54e5c0bed20009291a4aa87938b77b1
cust/vodafone/al/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/al/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/al/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/al/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/al/xml/4x5/hw_launcher_default_workspace.xml|72c2823119173a9005873f1eb89e4ca9480e1754
cust/vodafone/al/xml/APKInstallListEMUI5Release.txt|75d8deff0b68e81fd43dff1676caa39388e137a6
cust/vodafone/al/xml/APKInstallList.txt|222f706298e65f382640f96c82355af0b4b31c7c
cust/vodafone/al/xml/DelAPKInstallListEMUI5Release.txt|3cb06a4b7d5d0d4457ce5110dc928f31761123c6
cust/vodafone/al/xml/DelAPKInstallList.txt|febff96efcfa730e0e78c59610d323c8a312cc3e
cust/vodafone/al/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/al/xml/hw_defaults.xml|15a95013450bda0c890b57955c534958bd6c1fa5
cust/vodafone/al/xml/mms_config.xml|5ce7300acd2caa91fd4f0cba56682c55ea87c2ee
cust/vodafone/au/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/au/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/au/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/au/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/au/prop/local.prop|9b5045de8518b1fb9b73283c91e55952ed105fbd
cust/vodafone/au/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/au/xml/APKInstallListEMUI5Release.txt|825a5768aa28abff1513b187cf281d3c24913842
cust/vodafone/au/xml/DelAPKInstallListEMUI5Release.txt|f937ffae434bb1b1bbb876095b6e901070482da9
cust/vodafone/au/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/au/xml/hw_defaults.xml|50dc0ba9da7fc1d0131b05b87d8270d915ce866f
cust/vodafone/au/xml/mms_config.xml|5ce31880b036fb37f45c435ee37c84dfe54ec688
cust/vodafone/be/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/be/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/be/media/audio/ringtones/Proximus_Ringtone_Classic.ogg|5a9ecc8bfdc854b41c189fdbd9fae5b3c8dff58c
cust/vodafone/be/media/audio/ringtones/Proximus_Ringtone_Dance.ogg|d272379002a784ee9a02d55487da628307b280db
cust/vodafone/be/media/audio/ringtones/Proximus_Ringtone_Jazz.ogg|136edb7d66b7b7dcbea554b52e6b460775ce955a
cust/vodafone/be/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/be/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/be/prop/local.prop|be9bc00cb5fb0c8bd931fa72bbc9ce1f2ed5ebd4
cust/vodafone/be/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/be/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/be/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/be/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/be/xml/4x5/hw_launcher_default_workspace.xml|d60f8e46691377a25ae1830e3b8694251e96590f
cust/vodafone/be/xml/APKInstallListEMUI5Release.txt|e1d16600b7517bcba2852aff7c2c197c55c11d7f
cust/vodafone/be/xml/DelAPKInstallListEMUI5Release.txt|70869ea7350ea42d9d5738c7910929011c5fd6f3
cust/vodafone/be/xml/DelAPKInstallList.txt|9995b73956ff9984fee0c560e3b2e7a8a10d38ec
cust/vodafone/be/xml/email_logo_list.xml|5e622fa676a51272f9b7a842e5e7d7a3cb24f844
cust/vodafone/be/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/be/xml/hw_defaults.xml|4f9de95a8c16919fe9652fb2860a358a2b683531
cust/vodafone/be/xml/mms_config.xml|686fdd05f047fcc4e22cd414674b1191974da322
cust/vodafone/be/xml/providers_product.xml|44fa9e6775a9920cd03dc551b300e6311a581a3b
cust/vodafone/be/xml/unstall_apk.xml|187069a2676f42c152334dbae02a21458cc5ecdb
cust/vodafone/ch/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/ch/media/audio/animationsounds/bootSound.ogg|0c99c284995f694292d0d6a0d71b829a13d2841b
cust/vodafone/ch/media/audio/animationsounds/shutSound.ogg|0c99c284995f694292d0d6a0d71b829a13d2841b
cust/vodafone/ch/media/audio/notifications/Swisscom_Messaging.ogg|789799b9a89727fb037e3bdca86eedca706c86f6
cust/vodafone/ch/media/audio/ringtones/Swisscom_Ringtone.ogg|776f8f1368235c84fff4fe6efe482bdf1f1b3658
cust/vodafone/ch/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/ch/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/ch/prop/local.prop|6c45c22c447981cbbd7fc0a8ae7b643c1148b8ed
cust/vodafone/ch/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/ch/wifi/wpa_supplicant.conf|268a4776b103b5ac3abd75dd105a3cb532b8faae
cust/vodafone/ch/wifi/wpa_supplicant_cust.conf|56b7c7cac2cdc508234565df62f611d62c03b285
cust/vodafone/ch/wifi/wpa_supplicant_hisi.conf|39379162b52f8d236396cb5823669db4148a831b
cust/vodafone/ch/xml/4x5/hw_launcher_default_workspace.xml|9156792f03575786c73a9c59fba58c9e23fb4de9
cust/vodafone/ch/xml/APKInstallListEMUI5Release.txt|a07a70596d70b985a8733689052ca9d1d6f81484
cust/vodafone/ch/xml/DelAPKInstallListEMUI5Release.txt|84887f1e855250662174aef1c454fe437a5a77c0
cust/vodafone/ch/xml/DelAPKInstallList.txt|e0f4d4ce83450671463008f5906b67457a585d43
cust/vodafone/ch/xml/email_logo_list.xml|7e4a3e0f3e19b33dc172c717c8ca4dd442bb5a71
cust/vodafone/ch/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/ch/xml/hw_defaults.xml|eff80a7d30a9b563dbe9a05b901a1df7f5beb1aa
cust/vodafone/ch/xml/mms_config.xml|86f08df93493b3fcd79e37cce7ddfa5efd431826
cust/vodafone/ch/xml/providers_product.xml|642048cda1b35ad0fdaf3b6c3576050135f21b26
cust/vodafone/ch/xml/unstall_apk.xml|aa29be5bca118c2d436b4367663c5acf3b7d9890
cust/vodafone/cy/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/cy/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/cy/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/cy/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/cy/prop/local.prop|244b6f71f4761d871440063109ac6d9506f0bb90
cust/vodafone/cy/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/cy/xml/APKInstallListEMUI5Release.txt|d344a1d5538f171359b92d485ccd286e62fb27b9
cust/vodafone/cy/xml/DelAPKInstallListEMUI5Release.txt|889c9185d44a80ca0cc86626b2518654affb1dd4
cust/vodafone/cy/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/cy/xml/hw_defaults.xml|2509af23c66c645eacae79cf3bf25703c2787608
cust/vodafone/cy/xml/mms_config.xml|25a4fc4e132c84fb14315e0c49529f38aab3ce89
cust/vodafone/cz/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/cz/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/cz/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/cz/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/cz/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/cz/prop/local.prop|dec73c5c020f9b2cbaf0a23085d75f913d8aae78
cust/vodafone/cz/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/cz/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/cz/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/cz/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/cz/xml/4x5/hw_launcher_default_workspace.xml|5165fb385eac2933a1caba36f88e5bfa333f3fbc
cust/vodafone/cz/xml/APKInstallListEMUI5Release.txt|f6bd15dbeb2b11937074fa97ea21149ae95fdccd
cust/vodafone/cz/xml/APKInstallList.txt|48381babed6fa662d1923ac98f713619141ca58f
cust/vodafone/cz/xml/DelAPKInstallListEMUI5Release.txt|df559e21095de96c114634b0b3295bffae81c7ad
cust/vodafone/cz/xml/DelAPKInstallList.txt|89ee405545806a163853d72fafcaa9d819b7fab3
cust/vodafone/cz/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/cz/xml/hw_defaults.xml|81647182c74f615ab709390a76705f4f484de32f
cust/vodafone/cz/xml/mms_config.xml|984d238aff0dabb6c499cc80ba412c5c3ce1eab2
cust/vodafone/cz/xml/unstall_apk.xml|4023b30f9ef241aa20bfcc045c8de941b9217430
cust/vodafone/de/apns-conf.xml|4af5bd3a712641e983c46da43a33b2cae3d7bcd5
cust/vodafone/default/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/default/parent_cust.cfg|4c65be4fefce0a57f525aa03d628eb10644937f5
cust/vodafone/default/prop/hwime.properties|c90d01b9284744769df574e95b9ac9fa0f6287f3
cust/vodafone/default/prop/local.prop|a68b9a1a92a5370d70688b5fc23871000f91c7f3
cust/vodafone/default/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/default/xml/4x5/hw_launcher_default_workspace.xml|37f24e70a5ece05b5ca9ae1dfd4c874a3713b3a6
cust/vodafone/default/xml/APKInstallListEMUI5Release.txt|053bb81e6689fcf78ef0fdd54813187b2fae29a4
cust/vodafone/default/xml/APKInstallList.txt|a6d00159eba0ed82c122b9bbfc7b777047c4cc7c
cust/vodafone/default/xml/apn_reminder.xml|044139a884767274721865845fe5877e62c5c357
cust/vodafone/default/xml/bookmarks_config.xml|f37bf7e907db7178f061f7eedbf1adaae8d97e04
cust/vodafone/default/xml/browser_config.xml|01c5d6a1ebd8ed9e491d43b012e4ef068e5ca806
cust/vodafone/default/xml/default_city_setting.xml|56f3ca6ecd4448b5586f1a4017a6f892e0edc9c7
cust/vodafone/default/xml/DelAPKInstallListEMUI5Release.txt|6705014184c4dfbba15d7b0372e747b25851d003
cust/vodafone/default/xml/DelAPKInstallList.txt|c76bb4b9359cff8daff8364097594765f059af2f
cust/vodafone/default/xml/email_logo_list.xml|91ace1d5897b8efe72112dc7da104991fb66c155
cust/vodafone/default/xml/globalAgpsServers-conf.xml|1f3b71617b7a279916029ae729b0592c1b8bed4e
cust/vodafone/default/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/default/xml/hsm/protect/hsm_protect_default_value.xml|43824a61ac1be63ca2d30550272ef730e5660766
cust/vodafone/default/xml/hw_defaults.xml|0b2a5fef22fcc99cbb03a2c67e9d404dd89f1bb7
cust/vodafone/default/xml/hw_launcher_hide_icons_config.xml|98e3a56526b2ffc251569764f5379ef8dc224bec
cust/vodafone/default/xml/hwouc_presets.xml|8883ba39025342eaa36f4d576be12b5a6db30e0e
cust/vodafone/default/xml/mms_config.xml|87bb2577a221985995526f2b5754afc0f9de24fe
cust/vodafone/default/xml/server.pem|18f5a50c3fe7da37693a4325fba9f17f95c9d3d7
cust/vodafone/default/xml/unstall_apk.xml|b235f96bf3cb3de28c86f1a82d49ab9caa630a6c
cust/vodafone/de/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/de/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/de/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/de/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/de/prop/local.prop|16ec1859ec201dccae5c4f2b8c206718f936ecce
cust/vodafone/de/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/de/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/de/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/de/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/de/xml/4x5/hw_launcher_default_workspace.xml|238b675e2f1683efc97a5e6c1c56f2c8cc099760
cust/vodafone/de/xml/APKInstallListEMUI5Release.txt|602ad8918df2bf3ed007fdcafc2a83ba1bd9fcd9
cust/vodafone/de/xml/APKInstallList.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/vodafone/de/xml/DelAPKInstallListEMUI5Release.txt|261b49a560d6b1dd730da77d2225dad048e30ac3
cust/vodafone/de/xml/DelAPKInstallList.txt|2018772602bf85acf0cb8485698c7864f6c1cdfc
cust/vodafone/de/xml/email_logo_list.xml|72a6007a36f3b4c266a4f36fee11f346cf186d81
cust/vodafone/de/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/de/xml/hw_defaults.xml|6547fe17a5b6f7bd078ff37684d0c00dca6fdd60
cust/vodafone/de/xml/hw_ims_config.xml|08d8a36213ec8a37262ea4cd5fbdef651f111e60
cust/vodafone/de/xml/mms_config.xml|6de1958e109c841c04110b7ed73c6cd48fbb3669
cust/vodafone/de/xml/providers_product.xml|f8222966623746ccf46fb5afa3f828c37480190b
cust/vodafone/de/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/eg/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/eg/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/eg/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/eg/prop/local.prop|2d05eec2ac047d45acea1a19a3d0c215bdf2b183
cust/vodafone/eg/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/eg/xml/APKInstallListEMUI5Release.txt|02e51260104902ce660b9057832a522a0a263187
cust/vodafone/eg/xml/DelAPKInstallListEMUI5Release.txt|c37002a652639b76b33940fa6b707e47125ad3a3
cust/vodafone/eg/xml/email_logo_list.xml|ff99132ec48bcfe38d9e5bb06d181618faf77db8
cust/vodafone/eg/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/eg/xml/hw_defaults.xml|535d0d70ddc87501cdc5fb26455c51f69cc511df
cust/vodafone/eg/xml/mms_config.xml|239b4a52f3a8b78e22e3da54262cc3afc55c803a
cust/vodafone/eg/xml/providers_product.xml|d341f4285ec04d254c333ed9f4b33aa3400fa453
cust/vodafone/es/apns-conf.xml|99e1df5fcb21fd62deaa52f8ed53ee58d5458377
cust/vodafone/es/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/es/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/es/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/es/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/es/prop/local.prop|e702927bfc90b54888080632cbddc459490d0d25
cust/vodafone/es/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/es/virtualNets-conf.xml|43d2d5a607665a934c87711c1c9cfc20d7fb5678
cust/vodafone/es/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/es/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/es/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/es/xml/4x5/hw_launcher_default_workspace.xml|cb55d8c753764cfc886fe3e21c5c94c67ace17f9
cust/vodafone/es/xml/APKInstallListEMUI5Release.txt|c862b4df4160b0bb6d5058213fe6a6f2ff0c5e13
cust/vodafone/es/xml/APKInstallList.txt|bbf5f81a9c13226614d6d62dd6ffa16243dbe4c3
cust/vodafone/es/xml/DelAPKInstallListEMUI5Release.txt|105bd5b07a68d70433fb58ae752293217dc19dde
cust/vodafone/es/xml/DelAPKInstallList.txt|feeb217ab0f86af5992b1a56e72b971520eb23d7
cust/vodafone/es/xml/email_logo_list.xml|64a749084b38e5678e54805762f475c0b87f2ae5
cust/vodafone/es/xml/global_operator_name.xml|4a03239bb6f2f5a15d89033845e0fbfb4a477e91
cust/vodafone/es/xml/hw_defaults.xml|bc147187eefe93cb8d4ca34f7d657dfef6445f02
cust/vodafone/es/xml/hw_ims_config.xml|e50218e185115e3715daea327cd07465655327dc
cust/vodafone/es/xml/hwouc_presets.xml|4ee7382a9f6e885591b98e3a0bd95db8b7abcbd0
cust/vodafone/es/xml/mms_config.xml|0aaeb9d0ef739969d410635f1bc372df03679dc0
cust/vodafone/es/xml/providers_product.xml|6a2000d4956e8876c0c1345f323c564528836490
cust/vodafone/es/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/gb/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/gb/email/email_default_icon.png|1f7c61d1025f3ebfdd1b19d85a8a3f51050cad0e
cust/vodafone/gb/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/gb/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/gb/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/gb/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/gb/prop/local.prop|1b3df18c07e14ebec54a235d9637aa7e22844017
cust/vodafone/gb/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/gb/wifi/wpa_supplicant.conf|f4edf26e893564ba37b7cbea139964b2d202372b
cust/vodafone/gb/wifi/wpa_supplicant_cust.conf|565a9f8cd7346f5aab4f191e77d09a8c0e5f7c28
cust/vodafone/gb/wifi/wpa_supplicant_hisi.conf|5609b7da405fb893146482a0a4b1bb472a0b0d7c
cust/vodafone/gb/xml/4x5/hw_launcher_default_workspace.xml|65eb96ac685148c6cd8a3b6dbce9a69d5bbfdf35
cust/vodafone/gb/xml/APKInstallListEMUI5Release.txt|daefbf0a3b749d05473cdce3a9d56a2ea08c5643
cust/vodafone/gb/xml/apn_reminder.xml|044139a884767274721865845fe5877e62c5c357
cust/vodafone/gb/xml/DelAPKInstallListEMUI5Release.txt|05cbcc67fc0f0898a31ca4a3e169f9d813baae73
cust/vodafone/gb/xml/DelAPKInstallList.txt|b1da9f4f28755e4bfc4be3679a31a82187e1b0d3
cust/vodafone/gb/xml/email_logo_list.xml|cd11c11a0f849cc382241ca21243b2aba6fa00ce
cust/vodafone/gb/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/gb/xml/hw_defaults.xml|f42d358dbee33ebda3e05e08d624e39d4e9bc88a
cust/vodafone/gb/xml/mms_config.xml|fce98402088e365c15738e7518acee0867889814
cust/vodafone/gb/xml/providers_product.xml|1116fe29af702f2780dc5c32cb4c8584ede2a055
cust/vodafone/gb/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/gr/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/gr/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/gr/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/gr/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/gr/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/gr/prop/local.prop|bd14bb3ff185897109fc88a2c03202bdec4f65ed
cust/vodafone/gr/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/gr/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/gr/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/gr/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/gr/xml/APKInstallListEMUI5Release.txt|92c188a656e905f82ae170e2b0f0d0fbefa0cf31
cust/vodafone/gr/xml/DelAPKInstallListEMUI5Release.txt|3d333b628174a56bc0b2e689d554e30860b3592b
cust/vodafone/gr/xml/DelAPKInstallList.txt|dcae9167ef02db004d9bf1d10682871a5a8594c9
cust/vodafone/gr/xml/email_logo_list.xml|6acf7887a8828f16e7ff27f8576f3cac8d28f237
cust/vodafone/gr/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/gr/xml/hw_defaults.xml|7c9ca894762a2db84214657aa9934ad119b8b41e
cust/vodafone/gr/xml/mms_config.xml|8789d31bf86895c26f7d906eb98396fe558351e3
cust/vodafone/gr/xml/providers_product.xml|d6788f968505811ff445ebc855a2115b86b651ab
cust/vodafone/gr/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/hr/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/hr/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/hr/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/hr/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/hr/prop/local.prop|c6c7e3a94ebed03436be5ce7e547de454c38b252
cust/vodafone/hr/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/hr/xml/APKInstallListEMUI5Release.txt|e3d6bc0ed317b4d4cddcc70c86602dc8eba017bf
cust/vodafone/hr/xml/DelAPKInstallListEMUI5Release.txt|7b649bc4ff4e39ad8725ec7598ebb4af606063c2
cust/vodafone/hr/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/hr/xml/hw_defaults.xml|535d0d70ddc87501cdc5fb26455c51f69cc511df
cust/vodafone/hr/xml/mms_config.xml|b97bece01fdbf6a461e7cb63f338234ecb732610
cust/vodafone/hu/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/hu/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/hu/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/hu/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/hu/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/hu/prop/local.prop|dd50f1a3b937d7a8c1389365f4c164edf0cc8422
cust/vodafone/hu/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/hu/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/hu/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/hu/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/hu/xml/4x5/hw_launcher_default_workspace.xml|28d0b5f304446953df72ed33a8b4855a7d9b5ab1
cust/vodafone/hu/xml/APKInstallListEMUI5Release.txt|a3bb81eb40946ef533bed17e3837ebc0a3e22bd9
cust/vodafone/hu/xml/APKInstallList.txt|48381babed6fa662d1923ac98f713619141ca58f
cust/vodafone/hu/xml/DelAPKInstallListEMUI5Release.txt|16586ca2ee0dcf40ccb2be6eb45556783bc126e1
cust/vodafone/hu/xml/DelAPKInstallList.txt|98a9b3d9b53381a84ab2e0dff3744da986a77d3b
cust/vodafone/hu/xml/email_logo_list.xml|e1c62aef04a85d02c567e0016da3410e6007c2f9
cust/vodafone/hu/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/hu/xml/hw_defaults.xml|7c1972de6a99aa6aa98295ed0205543b8a025f01
cust/vodafone/hu/xml/mms_config.xml|87bf708d4a3312bcfafb6aa9169e0970f4416510
cust/vodafone/hu/xml/providers_product.xml|a390e372e8b86177c4455f9420f1c12324cabec8
cust/vodafone/hu/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/ie/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/ie/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/ie/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/ie/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/ie/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/ie/prop/local.prop|90e6fa8eeba703865e0cc36eefe49372b807f4d3
cust/vodafone/ie/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/ie/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/ie/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/ie/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/ie/xml/APKInstallListEMUI5Release.txt|a87e62dcedc53117840a0f665f4c7c78c794fb34
cust/vodafone/ie/xml/DelAPKInstallListEMUI5Release.txt|f7bf3f16a065303ae5791c05c1427b62019688d8
cust/vodafone/ie/xml/DelAPKInstallList.txt|dcae9167ef02db004d9bf1d10682871a5a8594c9
cust/vodafone/ie/xml/email_logo_list.xml|9ed3e3543b744d11fe31f7c2d11e397de174df49
cust/vodafone/ie/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/ie/xml/hw_defaults.xml|f542c7704e9d91cafe7adae08fd36e13988b9724
cust/vodafone/ie/xml/mms_config.xml|b1a989eba45bf5240d52b37a281b97fa08b46510
cust/vodafone/ie/xml/providers_product.xml|2bc0c555d666b72c6acd8bb10fa894543ddf581e
cust/vodafone/ie/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/is/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/is/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/is/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/is/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/is/prop/local.prop|a5da2a734c7fc53c413a40ed3ed7af9be26e7760
cust/vodafone/is/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/is/xml/APKInstallListEMUI5Release.txt|56467e9844be85388fa365ec7f1927f6c340d05a
cust/vodafone/is/xml/DelAPKInstallListEMUI5Release.txt|3f5b0ed10823298a8fa1bf1be6f37098671e5201
cust/vodafone/is/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/is/xml/hw_defaults.xml|406e843bc03ee72b2fd1d05eac3b7df8ec489180
cust/vodafone/is/xml/mms_config.xml|b5fd64c0d835a7c15d1600de2c178627b2bd853c
cust/vodafone/it/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/it/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/it/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/it/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/it/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/it/prop/local.prop|ac18da59b44f6e8ffca0254331758dbd4f7636a3
cust/vodafone/it/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/it/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/it/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/it/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/it/xml/4x5/hw_launcher_default_workspace.xml|9313edef87fb6fffe2196e0699db0ee54faf2dae
cust/vodafone/it/xml/APKInstallListEMUI5Release.txt|dcb1a2f6d15dc310fbb569d7afc69ec72ffdf6e1
cust/vodafone/it/xml/APKInstallList.txt|222f706298e65f382640f96c82355af0b4b31c7c
cust/vodafone/it/xml/DelAPKInstallListEMUI5Release.txt|cff693250ef7c486e05d203e2ab454c0a5a50f9a
cust/vodafone/it/xml/DelAPKInstallList.txt|af8e4f0de0cdb03cc93cc93a98cf58da82cc60e1
cust/vodafone/it/xml/email_logo_list.xml|30e4465e671f3d0dddffc2a31a8fcfce73f37621
cust/vodafone/it/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/it/xml/hw_defaults.xml|5340a6820109c385f996e467f6c15fd56c1403c0
cust/vodafone/it/xml/hw_ims_config.xml|1efcbcf82c5d708222a597c3bc203b33fedc584c
cust/vodafone/it/xml/mms_config.xml|3eb8188bc83b87a7eec1daf0ad659e0c22bf9c06
cust/vodafone/it/xml/providers_product.xml|726a158fe6c3ab3ac9e6fc95598b829ad51031b8
cust/vodafone/it/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/mt/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/mt/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/mt/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/mt/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/mt/prop/local.prop|5453118a54371183ca9337d700c9130b3e88b0e5
cust/vodafone/mt/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/mt/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/mt/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/mt/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/mt/xml/APKInstallListEMUI5Release.txt|4e34a2e3653d5b0f2a0c3f2b9183902eec261e59
cust/vodafone/mt/xml/DelAPKInstallListEMUI5Release.txt|9ae7d1236d2dcef2dc73da50487a69bb4d14a16e
cust/vodafone/mt/xml/DelAPKInstallList.txt|cdf52fb12de8b1b4e7e28ae982b65962fcbd1f58
cust/vodafone/mt/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/mt/xml/hw_defaults.xml|653f847fa7db90649307ce5d4a98f7c872301666
cust/vodafone/mt/xml/mms_config.xml|99c0291e2501984765313dc2e2ec810f3753632b
cust/vodafone/mt/xml/unstall_apk.xml|9573712da99a825a707e35dec65e8a11e3b29ae0
cust/vodafone/nl/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/nl/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/nl/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/nl/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/nl/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/nl/prop/local.prop|f45c0a8894c7c4a34fb09b1e89ec5f36c09b1e62
cust/vodafone/nl/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/nl/wifi/wpa_supplicant.conf|22fa9d9e155c2f6b77c3e7705938921ceeed8e75
cust/vodafone/nl/wifi/wpa_supplicant_cust.conf|4a9d6afc3b47a9530edaed65bd2e0818e2d4b144
cust/vodafone/nl/wifi/wpa_supplicant_hisi.conf|2394e46d77a7a200883762529316835bdc5a4c68
cust/vodafone/nl/xml/4x5/hw_launcher_default_workspace.xml|734426dd9ec0acb5643353a739a46e018ba47c67
cust/vodafone/nl/xml/APKInstallListEMUI5Release.txt|a901ce4085baaae8d9ad4861e1d2b592b61568ad
cust/vodafone/nl/xml/APKInstallList.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/vodafone/nl/xml/cbs_config.xml|22f8b5333ea2d8a49dafaa04913973d4b3c10447
cust/vodafone/nl/xml/DelAPKInstallListEMUI5Release.txt|b93809b58dcb827d1a32a57eb6165866169075b9
cust/vodafone/nl/xml/DelAPKInstallList.txt|e9297cbcdd7f74c1050baf3b540af097727deb12
cust/vodafone/nl/xml/email_logo_list.xml|8fabdae26f633638230e53581e4c9e515ebfdb50
cust/vodafone/nl/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/nl/xml/hw_defaults.xml|a06a96bb100ef1a43132a734d6c0bb07dc72b8d2
cust/vodafone/nl/xml/mms_config.xml|8a08cf6353410e4fa191b755e1447e23ff28176e
cust/vodafone/nl/xml/providers_product.xml|3ae88479d73c45da7a4ff6c8e9235b93dec5d49c
cust/vodafone/nl/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/nl/xml/unstall_apk.xml|4023b30f9ef241aa20bfcc045c8de941b9217430
cust/vodafone/pt/apns-conf.xml|a1dfe072252166be5e61444b4317b979e14f83a1
cust/vodafone/pt/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/pt/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/pt/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/pt/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/pt/prop/local.prop|b7427987e01a58e040d8f6c8a42236b72fbc43ab
cust/vodafone/pt/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/pt/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/pt/wifi/wpa_supplicant_cust.conf|45aeb4489a73d7c8f4e758f5bd53ca2208981094
cust/vodafone/pt/wifi/wpa_supplicant_hisi.conf|6f9bd6c2eba37193bda0f472dc0c33fab836329f
cust/vodafone/pt/xml/4x5/hw_launcher_default_workspace.xml|3ee5f1fe17bbcc77afaf1863d34cd2037e903a01
cust/vodafone/pt/xml/APKInstallListEMUI5Release.txt|484865f1a574aa154c1833dfd63574cf2ca177c9
cust/vodafone/pt/xml/APKInstallList.txt|222f706298e65f382640f96c82355af0b4b31c7c
cust/vodafone/pt/xml/DelAPKInstallListEMUI5Release.txt|4311e6aae17269381043bde52ddf6e27bf0c7e1d
cust/vodafone/pt/xml/DelAPKInstallList.txt|81f62c8a0db51284a33a73beace8f922c38e5b65
cust/vodafone/pt/xml/email_logo_list.xml|42e4c0e327fde9789494aceb356dcc855c2a0b21
cust/vodafone/pt/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/pt/xml/hw_defaults.xml|32c8ec6ebe8b0aadf89e3836d341dd77a230a425
cust/vodafone/pt/xml/hw_ims_config.xml|c4a99fa787758b946eb37c51b5fb192e76096463
cust/vodafone/pt/xml/mms_config.xml|41dff589fa1bcd627d1b834ee0b95435c86297b5
cust/vodafone/pt/xml/providers_product.xml|4223ca22b3beffec9c0497aeb6243761eb014945
cust/vodafone/pt/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/ro/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/ro/media/bootanimation.zip|324615eb1c820d25ac3bdf175a7ebffc2c38ef50
cust/vodafone/ro/media/shutdownanimation.zip|bb4895d56410532f692a09562ef93d5e41578427
cust/vodafone/ro/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/ro/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/ro/prop/local.prop|d2ffb5993e5eae25f5fd97ece5d50f304e778f49
cust/vodafone/ro/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/ro/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/ro/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/ro/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/ro/xml/4x5/hw_launcher_default_workspace.xml|84e49f1e90ac79284dec2eb46588964a3efc7d39
cust/vodafone/ro/xml/APKInstallListEMUI5Release.txt|cc344be383b34a0bd5a6f490c27b3b44d0fc4d8b
cust/vodafone/ro/xml/APKInstallList.txt|48381babed6fa662d1923ac98f713619141ca58f
cust/vodafone/ro/xml/DelAPKInstallListEMUI5Release.txt|474afa96584069fc802e0adf7426d86dff591cd5
cust/vodafone/ro/xml/DelAPKInstallList.txt|b872c0fa5da18fe2b25e9e1cbf8b5d0852a5d0af
cust/vodafone/ro/xml/email_logo_list.xml|ee32c26546ed0aa080ec93e3840b7f298ff3cf1a
cust/vodafone/ro/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/ro/xml/hw_defaults.xml|7440dfd9d68765d352a0c4f2028a80c7f518bca7
cust/vodafone/ro/xml/mms_config.xml|1cf8953857ce928577f0ad2ebf8f0e73c79468e6
cust/vodafone/ro/xml/providers_product.xml|c76ee13b36057bfdcb4df0ab0cddf598e2bf0c75
cust/vodafone/ro/xml/unstall_apk.xml|8387d5cd22666099c54f2be13b43f485c1790d6c
cust/vodafone/si/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/si/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/si/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/si/prop/hwime.properties|235112fa9868316c9690da03b05848957e471fd4
cust/vodafone/si/prop/local.prop|faeb97184495028c6f85ac0dbab8643d9efab7b0
cust/vodafone/si/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/si/xml/APKInstallListEMUI5Release.txt|1366f711e68d9c7adc83e2ded096e90a79e57ba0
cust/vodafone/si/xml/DelAPKInstallListEMUI5Release.txt|c924cf25ae000e7c8c7f40b34438ed1017cdfc51
cust/vodafone/si/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/si/xml/hw_defaults.xml|50833b31ff8bc171529b3cff59447af55e86426e
cust/vodafone/si/xml/mms_config.xml|3f693a608278131aa064d87f9b24221247a0a6fb
cust/vodafone/tr/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/tr/etc/manufacture/cust_mmi.xml|9bf60a80c5ea8c9d352630cdc781f8e5c10380e9
cust/vodafone/tr/media/audio/animationsounds/bootSound.ogg|cb83e0b5e301a11f575e0e449a9a60ed145a11a3
cust/vodafone/tr/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/tr/prop/hwime.properties|1f58e95d24cb9a5803a2bd4b0ff47f6e399744ad
cust/vodafone/tr/prop/local.prop|dcf9dcc281a1863694db179b71689acccfdb7562
cust/vodafone/tr/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/tr/wifi/wpa_supplicant.conf|935265124b6347b23118322c7f7f93bef532303f
cust/vodafone/tr/wifi/wpa_supplicant_cust.conf|10a076f3c2d177d091495b88b68cbad717aab6bf
cust/vodafone/tr/xml/4x5/hw_launcher_default_workspace.xml|b96679a332acd1c934a6e1fe069c09e8703d2104
cust/vodafone/tr/xml/APKInstallListEMUI5Release.txt|5f6ff0e07247fe9800a2f44a62b682a466253916
cust/vodafone/tr/xml/DelAPKInstallListEMUI5Release.txt|779f7f421451174c6adfdc159f93281dcd55e340
cust/vodafone/tr/xml/DelAPKInstallList.txt|b756620b15e350d1de139e15c71273df32148a01
cust/vodafone/tr/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/tr/xml/hw_defaults.xml|9c19b516f80555706369762a5fd0101d24ab687a
cust/vodafone/tr/xml/mms_config.xml|704f140fb9f94e03d008d500cac846ccba91b8bc
cust/vodafone/tr/xml/unstall_apk.xml|c3d0f521efa79c2a6e6fbf0252b09d5dc63c87f4
cust/vodafone/uk/parent_cust.cfg|4e623f388b1d4bc908df116a5be78cc10411360d
cust/vodafone/uk/wifi/wpa_supplicant_hisi.conf|5bb205fbc67766a131c712e8e683a5a9d1e0bf45
cust/vodafone/za/apns-conf.xml|1b3a9bbbec6720fb41d99e29b3595eb7b00662b2
cust/vodafone/za/media/bootanimation.zip|f52e3b6488ee70f767e816c292fe4ea0dcedc858
cust/vodafone/za/media/shutdownanimation.zip|dc53b9ef6d8c5d23b27480b55c7ec69bacc6828c
cust/vodafone/za/parent_cust.cfg|da126f765e896e1207ae60646797ae1f412be167
cust/vodafone/za/prop/hwime.properties|bbf30ad56da82b9803f5a690458f4e335f0c81ac
cust/vodafone/za/prop/local.prop|7d1027ab5063079868afbdb22f16fe6ab9a7059d
cust/vodafone/za/version.txt|fe15ebf35bbf732096b9657b377f2ade82664ad5
cust/vodafone/za/wifi/wpa_supplicant.conf|4ee8925fbb49a106af28f5ed1336d587aa6d82a4
cust/vodafone/za/wifi/wpa_supplicant_cust.conf|af14464e818ce05cad50e9334f1d9750f5bafc12
cust/vodafone/za/wifi/wpa_supplicant_hisi.conf|63f8010c6b0ebf151a46efadf7737bc8a402de64
cust/vodafone/za/xml/4x5/hw_launcher_default_workspace.xml|7e27476ab7dc8a088d6e90327f221c25a37b8963
cust/vodafone/za/xml/APKInstallListEMUI5Release.txt|82c810e2fa36166aa1de14caeeaed7e9aa25cf46
cust/vodafone/za/xml/APKInstallList.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
cust/vodafone/za/xml/DelAPKInstallListEMUI5Release.txt|5bfc3fe8963077a89a8b5e2a7259322a24a577e3
cust/vodafone/za/xml/DelAPKInstallList.txt|02d8134dd66fb371b4fcf6cf21dda34f31ca444c
cust/vodafone/za/xml/email_logo_list.xml|01baae42190b8c925ccb868ce97d7816666ffe21
cust/vodafone/za/xml/global_operator_name.xml|fe459ce04a03b9cdb7ebcdb1a7208f7fff48095f
cust/vodafone/za/xml/hw_defaults.xml|aca8f3d57627c6beb0b233786f3f456290fb48d4
cust/vodafone/za/xml/mms_config.xml|436f9bc8198723ca2fa11ef622077fbb2ca35931
cust/vodafone/za/xml/providers_product.xml|ba4e70fab382eae83d832b30562363e7570deb96
cust/vodafone/za/xml/rcs_defaults.xml|385ac9cdaeb28a0436f226c6e8e9a347c7a990a3
cust/vodafone/za/xml/unstall_apk.xml|f3ad432453b31cfac76acc7835a5c6e6329a1f28
README.md|39138c1675202723d24ad97e647eddbd8ed9a24f
recovery/bootimg|60021d742b8a405c2639c8dd0c99af8ac7c08157
recovery.img|4f0c59603c43e347d4443fbc01c2d4e4169fa0d3
system/app/BasicDreams/BasicDreams.apk|3f7d74f51b1eebb9871a8701430909c9024e6791
system/app/Bluetooth/Bluetooth.apk|4988775d278fa6caaa86eff01a95ff7135cb34d9
system/app/Bluetooth/lib/arm/libbluetooth_jni.so|8fc0e0e46ce4f364b5be70e65ecd6620e37864c5
system/app/Books/Books.apk|46a992b596824b1ec7d290b21d5609d8c688d207
system/app/Calculator/Calculator.apk|3647f502aefdfe87d7f62170748664fb2eddfd87
system/app/CalendarProvider/CalendarProvider.apk|99e7ed55315b725d86e816c30fca2f3e3b219c3f
system/app/CalendarProvider/oat/arm64/CalendarProvider.odex|56addf69bf5ea7bdfcc6f49960e39cb5be3128df
system/app/CaptivePortalLogin/CaptivePortalLogin.apk|789a6d8eb6d3b8a3c79cbf573638ce37d00c56e2
system/app/CertInstaller/CertInstaller.apk|fd5f07d35765e21fb6c1f1645a12558f977d10c1
system/app/Chrome/Chrome.apk|e23bc9bdbbafaaa4ea17795d40b754d7c3f28206
system/app/DocumentsUI/DocumentsUI.apk|ec5b224b4d8aaf9968e803930e7f674dc60ab983
system/app/DownloadProviderUi/DownloadProviderUi.apk|6fac80a0f7cea6444c6cf5c26337cf52b7ee0e17
system/app/Drive/Drive.apk|43c018558e4d14e737c87a2868f1d32646ae6418
system/app/Galaxy4/Galaxy4.apk|158ff51de48966ab1375d4c909253733828ff740
system/app/Galaxy4/lib/arm/dummy.so|da39a3ee5e6b4b0d3255bfef95601890afd80709
system/app/Gmail2/Gmail2.apk|64cd1641664f30cacc2d6a58f6f7b2cbfbf63e69
system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk|aa482580c87a43c83882c05a4757754917d47f32
system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk|2700b168a3c3e38dc8eb62a6fa8ac41c56fd6672
system/app/GoogleTTS/GoogleTTS.apk|849151f2bb53ba78eeb7ef2615e3f5a523ad967a
system/app/Hangouts/Hangouts.apk|14977f66edbcd12ad1e50d5aef23915d4a7b83d4
system/app/HoloSpiralWallpaper/HoloSpiralWallpaper.apk|d2145974e0504d75806c09722108557a8b174649
system/app/HoloSpiralWallpaper/lib/arm/dummy.so|da39a3ee5e6b4b0d3255bfef95601890afd80709
system/app/HTMLViewer/HTMLViewer.apk|f5f2750d729e052fb23b82e6481ecd93feff0899
system/app/Huawei_Swype_for_Huawei/Huawei_Swype_for_Huawei.apk|6773a8835fc97a1e3e449555e0d2243a9a89f72a
system/app/Huawei_Swype_for_Huawei/lib/arm/libnmsp_speex.so|364133b2a4d787c5f37253dbf817cc399bcc1de9
system/app/Huawei_Swype_for_Huawei/lib/arm/libSwypeCore.so|18eda9692d4afa787a139f3bed9cdc46371ab5e2
system/app/Huawei_Swype_for_Huawei/oat/arm/Huawei_Swype_for_Huawei.odex|f24db096f9efef5e3c144d1314080acee1f38635
system/app/HwAppObserver/HwAppObserver.apk|21c468cf9a183d08f3049278091c24456206f541
system/app/HwAps/HwAps.apk|98b4acb062b8798cd7084e37db30b998168ac4ab
system/app/HwBluetoothImport/HwBluetoothImport.apk|831f27b270c0738523702586358fdc821fbe5911
system/app/HWCardManager/HWCardManager.apk|b1aab7bf5febb7093af7f9d5c3c286d49499acaf
system/app/HwDeskClock/HwDeskClock.apk|fc2579cc59c0293cd4bfa4eff831960ebef140e4
system/app/HwFloatTasks/HwFloatTasks.apk|653b17c64022abc5a34b0c4dd589d6c36799c9d8
system/app/HwFMRadio/HwFMRadio.apk|15c997fb90d804fa9ebf8c8c2110ab90d6c0c9f3
system/app/HwFMRadio/oat/arm64/HwFMRadio.odex|bd53891014890b504bdf51d78021a4f866309081
system/app/HwFMRadio/oat/arm/HwFMRadio.odex|d20cc85ec4181dd875b0cc609da3864e64ffb678
system/app/HwIms/HwIms.apk|1c0e73f5024e804c32dcdeecd44c193447ccdd5e
system/app/HwIms/lib/arm64/libcryptotsc.so|7c08a1b6825bcde6b3ac88d816131ec51c198343
system/app/HwIms/lib/arm64/libHME-Video.so|486f16f2088d6626d7beb8c24d6ed71a2b1e9961
system/app/HwIms/lib/arm64/libhw_media.so|5474006149753395ea49db61e0ebc25f19643fd8
system/app/HwIms/lib/arm64/libhw_sys.so|013e3755d380b73838d0a50fbd0f1f2a98cc789c
system/app/HwIms/lib/arm64/liblogin.so|274e3546b4593c7f61fcb7de82f83dd6612300d3
system/app/HwIms/lib/arm64/libmvd_hme_vt.so|9131d42ca0f52fb6dfb89ba95415c3548b329ea8
system/app/HwIms/lib/arm64/libsci.so|bbee1e73f4ad7ceb4b82c5e3fbc9dd0a7458c38d
system/app/HwIms/lib/arm64/libsci_ssconf.so|5197de8ad8dd809a7f0edde1d8d4c598379cc740
system/app/HwIms/lib/arm64/libsci_tls_default.so|610f6e5458bcd920b05c9fced16b0ed280a6c0a9
system/app/HwIms/lib/arm64/libssltsc.so|f1002fb7a20f9b796b535f16151920e61da253ca
system/app/HwIms/lib/arm64/libtls_default.so|a3bf4804f3152ab36e90fe4c76edfd0bb752e8cc
system/app/HwIms/lib/arm64/libut.so|876ed0d866dc1ad736c0d5d0fd681503c4dd8e6b
system/app/HwIms/lib/arm64/libvsc.so|957d3a612371a382fa509d89b643caeec7d42001
system/app/HwIms/lib/arm64/libVT60.so|ca7f9ebfb3249a71bf5a9e490092e23e1133546d
system/app/HwIms/lib/arm/libcryptotsc.so|0d330ed2576c9c1289c332d3487b1209f9365b17
system/app/HwIms/lib/arm/libHME-Video.so|6a7f38f58fe6baba6e88cfc0473a4913ad5b2b1a
system/app/HwIms/lib/arm/libhw_media.so|523659e45e1c3a7d9c03ada1c285a09647466886
system/app/HwIms/lib/arm/libhw_sys.so|bd4f6498fc4a00551597a4e7ea27a334e38b9a78
system/app/HwIms/lib/arm/liblogin.so|7c528a82ee2c68fc4b9b4364a594f34e083008c3
system/app/HwIms/lib/arm/libmvd_hme_vt.so|9aa506b6275edd7ef72efc1008c06fc9142c4fb9
system/app/HwIms/lib/arm/libsci.so|0a00c4330bea26f1e2fa8a3fa70d0cae758abe3d
system/app/HwIms/lib/arm/libsci_ssconf.so|95cbe4b2ebf34add93b547f5c5fc3a2eee45cb0c
system/app/HwIms/lib/arm/libsci_tls_default.so|4fa4f81c25b47aaa9dc4c1b699385d86ceb068d3
system/app/HwIms/lib/arm/libssltsc.so|44547622ef58e5d4737fcaa768316a2b80c782e7
system/app/HwIms/lib/arm/libtls_default.so|bd21cee53c5ae69e2df364528a4582cc574396d7
system/app/HwIms/lib/arm/libut.so|8373d577ba2eb9bb3aefc38983b8ce0d24183ad2
system/app/HwIms/lib/arm/libvsc.so|ff62711a2a52c3478d4ff352c5f70d807190ca89
system/app/HwIms/lib/arm/libVT60.so|a34a2e4bd6b46e3fac6c830c5a715a2bee501cdc
system/app/HwInternetAudioService/HwInternetAudioService.apk|29c179f7b1c63209a99195e4d4a54c8fccedaab2
system/app/HwLauncher6/HwLauncher6.apk|2cc8e835d4a63a5b389db0978ccbc1cd61a60ac3
system/app/HwLauncher6/oat/arm64/HwLauncher6.odex|c48892b8d080679f9714826af2543a5e9c120ba3
system/app/HwLogCollectService/HwLogCollectService.apk|913365dc3ec65ce35f594642a6d9a18de6024320
system/app/HwMediaCenter/HwMediaCenter.apk|aee2aacf9b618403247e54dbe3ed5fead6fa3770
system/app/HwMMITest5/HwMMITest5.apk|d01d9dede8cd8d3e8631adf2a8a31903514e985f
system/app/HwMMITest5/oat/arm64/HwMMITest5.odex|a6f431a399d0e76a1a6e5eafc6f194d4e17543b8
system/app/HwMultiScreenShot/HwMultiScreenShot.apk|9b371a7434b6e932b33ee05b2a461cf1e78edf04
system/app/HwMultiScreenShot/lib/arm/libCompareBitmap.so|90a19a3d02da2f8087867641d56d4bdf646d0f8f
system/app/HwMultiScreenShot/lib/arm/libHW_MSCapture.so|15e2d16a5ecf03e6c3a92fce16724d946051c891
system/app/HwMultiScreenShot/oat/arm/HwMultiScreenShot.odex|3d626f94c99f50376eb199e2e8f360dbcafe5bcd
system/app/HwOUC/HwOUC.apk|7291d3dcddbc6053146fc667da8e4fd01463c1ba
system/app/HwOUC/lib/arm/libbspatchhwouc.so|95a03554559ba6fa0534938e1dcb47781b32a439
system/app/HwPowerGenieEngine3/HwPowerGenieEngine3.apk|96b17094039631e1edafcbfd824cf76b4539bdb3
system/app/HwPowerGenieEngine3/lib/arm64/libpowergenie_native3.so|e73cf09ace58e3ee78cca072be5c5a6fc4b3d5bb
system/app/HwPowerGenieEngine3/lib/arm/libpowergenie_native3.so|ab7d24f1e2f65f23d41c54cc1e3e8bd6a03b59bd
system/app/HwProjectMenu/HwProjectMenu.apk|10de3ff94a8c670d8b86fc8c9deb1ba8aee22fa3
system/app/HwQrcodeDispatcher/HwQrcodeDispatcher.apk|464da159bb95c4f64e1022ec2548f51399d6130e
system/app/HwQrcodeDispatcher/lib/arm64/libqrcode.so|b531c320e4baed7c7470bfc0b835ee23c765cdf9
system/app/HwRcsService/HwRcsService.apk|7ec713b84e16adaef5dafb62e00842a952210969
system/app/HwRcsService/lib/arm/libcall.so|4a11860284e4e7df65537adcba701d7566186afe
system/app/HwRcsService/lib/arm/libcryptotsc.so|0d330ed2576c9c1289c332d3487b1209f9365b17
system/app/HwRcsService/lib/arm/libHME-Audio.so|54968b8d6ceb6d8bf021eb868a3843f543883be3
system/app/HwRcsService/lib/arm/libHME-Video.so|1a659d4bca7aaeadd674fe7b43959f033e055d5a
system/app/HwRcsService/lib/arm/libhw_media.so|1455fe11af4b5dd2ad779963d9f22625d52c9b2f
system/app/HwRcsService/lib/arm/libhw_sys.so|43c999c98dbd198613dab4551db012f477cac2c2
system/app/HwRcsService/lib/arm/libim.so|da08f62ac74b2f7230e8a1dd18f5751b816c2149
system/app/HwRcsService/lib/arm/lib_iomxcodec_40.so|6387c85ee233b5b867b3ebceba12e4fd6965c500
system/app/HwRcsService/lib/arm/lib_iomxcodec_42.so|13198d0f77d1e4dcc0ff6d68811cba131b65afef
system/app/HwRcsService/lib/arm/lib_iomxcodec_43.so|71193b0ad13680db482197724f765ea7b89eaec1
system/app/HwRcsService/lib/arm/liblogin.so|edb61cf630bb3a73881d50448d20bd552ffa50ce
system/app/HwRcsService/lib/arm/libmvc_hme.so|23f1caff199ed013bb1af8b366dea06c79080cba
system/app/HwRcsService/lib/arm/libmvd_hme.so|eab611e7bbe0ed05a484097b35e41bdbc2f0882d
system/app/HwRcsService/lib/arm/libpres.so|6f87a390292365f3168ff041b9460cd0f66beacf
system/app/HwRcsService/lib/arm/libsci_call_hme_audio.so|0f13328bf5888aa4ecb658b89718401411fc2c15
system/app/HwRcsService/lib/arm/libsci_call_hme_video.so|5ca00d73ff3cfd8557dbd0038d4e12c5c7386fed
system/app/HwRcsService/lib/arm/libsci_call.so|5c0289449334ea482872b6adea10a970d87ae24b
system/app/HwRcsService/lib/arm/libsci_capq.so|25f4aa628794d08930b759410c34798b06974a72
system/app/HwRcsService/lib/arm/libsci_im.so|c17e0e860932a3802b63af7bcb354a39c8e676c7
system/app/HwRcsService/lib/arm/libscisimcard.so|7aee32c8533dd1413db8b85794c297c6ae112d48
system/app/HwRcsService/lib/arm/libsci.so|1c4059773dccaccd54d5e6b4eb09ac377d86f714
system/app/HwRcsService/lib/arm/libsci_stg_nat.so|654b1773b05116ff4dd9397d53e977ee1b790796
system/app/HwRcsService/lib/arm/libsci_stg_svn.so|da031c1af2bb9423c3f92d1475bcd0e2cb536d45
system/app/HwRcsService/lib/arm/libsci_stg_tsc.so|f3114a1a2d67897bc288c021c971423baac2a243
system/app/HwRcsService/lib/arm/libsci_tls_default.so|4fa4f81c25b47aaa9dc4c1b699385d86ceb068d3
system/app/HwRcsService/lib/arm/libssltsc.so|44547622ef58e5d4737fcaa768316a2b80c782e7
system/app/HwRcsService/lib/arm/libstg_nat.so|320f78dfbddf889bb543c07eae1744848e9c2790
system/app/HwRcsService/lib/arm/libstg_svn.so|85dea92b49e30ad8328bbdf3676af7748b86f964
system/app/HwRcsService/lib/arm/libstg_tsc.so|cea491171b228acb77a06b5f107afa34d32b3225
system/app/HwRcsService/lib/arm/libsvnapi.so|4a877bce1fd57815a278b92b4a3e327129ecab2e
system/app/HwRcsService/lib/arm/libtls_default.so|731a28f79c8d6b8e01735861484d71371f027e77
system/app/HwRcsService/lib/arm/libtsm.so|dd0294f2c077a3fb7ab1466664dd1b0f30b79e18
system/app/HwRcsService/lib/arm/libVT50.so|504c8608690e48bf9915c1a041f7d4601cb6a469
system/app/HwRcsService/lib/arm/libVT60.so|e007946e437f46d01fc086af47707928d3f9ad8e
system/app/HwRcsService/lib/arm/libVT.so|95cc06b948599832c943de7c22b87b36e5e49806
system/app/HwRcsService/oat/arm64/HwRcsService.odex|56b92a2c940d44c219f5b446a1dab2aa73228061
system/app/HwRcsService/oat/arm/HwRcsService.odex|72dc319fdcfac8c77144d32928f68981503b6aa7
system/app/HwResolver/HwResolver.apk|d9f7f278273dd3cc71431f975cf9004d22e7de0a
system/app/HwSoundRecorder/HwSoundRecorder.apk|f843c7bf73218c9a5893b9c5b0f0d7c780aaf78c
system/app/HwSoundRecorder/lib/arm/libomni_directional_algoclient_jni.so|021582e5e6790d6907326c9d1f65b1bbad08286d
system/app/HwStartupGuide/HwStartupGuide.apk|251196b3119a95233cbc0ae17e3159da9e49e8a7
system/app/HwTrustAgent/HwTrustAgent.apk|9a941e18dbb573b8f2aa0d0a8bc68d90d77e7538
system/app/HwWiFiDirect/HwWiFiDirect.apk|eec33669edae1c84cc979d92181fbea64af26d7c
system/app/KeyChain/KeyChain.apk|f7b9f8f2f44dfd9a3e015193a223a3f4fd1fd5d4
system/app/LatinImeGoogle/LatinImeGoogle.apk|aaa0a0cd9c29411be0d078a935867dd3553b3f15
system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk|3ab5ab79df2a78f6e5252ede4beb5fcbaf3be972
system/app/Maps/Maps.apk|61bde563412f5485ad1a0123a8f5e011d6dc1a3c
system/app/MirrorShare/MirrorShare.apk|05c8e8e56f4659fa6331f0ff4fc6f7d190c92aff
system/app/Music2/Music2.apk|480e2b01cc8539a900994ad8552cf7cd154a89e5
system/app/Newsstand/Newsstand.apk|5b3d3481a29e4e4e2170dba34a8f58fa810a50a2
system/app/NfcNci/lib/arm64/libnfc_nci_jni.so|ae4f9205a15f1c8261a41f6ff001ef5d60c24bc9
system/app/NfcNci/NfcNci.apk|e03835519e812b19bdb955771a41342746bf0000
system/app/NfcNci/oat/arm64/NfcNci.odex|91e684de22f36d7fad9691635d7a5f52cb3a0fcf
system/app/NoiseField/lib/arm/dummy.so|da39a3ee5e6b4b0d3255bfef95601890afd80709
system/app/NoiseField/NoiseField.apk|b3c49adbb708bd9f1a7ac06bf7e1d2efc4e20d88
system/app/OMACP/oat/arm64/OMACP.odex|ebe301889c190604e333ece0a699467b83268fe8
system/app/OMACP/OMACP.apk|49003f6e9667ab01af4f26916a13542417e701ca
system/app/PacProcessor/lib/arm64/libjni_pacprocessor.so|41728330519c63f8ae3c9444078f1b365d824022
system/app/PacProcessor/PacProcessor.apk|46f42a9c5aadc1ec186fdd31e70152b28a18aef4
system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk|27425ec5d78a6fbb8398e17abdb5ac5f27f25ca0
system/app/PhaseBeam/lib/arm/dummy.so|da39a3ee5e6b4b0d3255bfef95601890afd80709
system/app/PhaseBeam/PhaseBeam.apk|2f495bc7064e6f34643ca4a1a85178c2d2ef41e9
system/app/Photos/Photos.apk|be6e59e302160bc93caff72a3747c15824106529
system/app/PhotoTable/PhotoTable.apk|6693726c3e4a301f361ed9c66fb7df259e49e170
system/app/PrintSpooler/lib/arm64/libprintspooler_jni.so|97cdf833fabd941f67847fa8efabef7a0b893a91
system/app/PrintSpooler/PrintSpooler.apk|8cf41b6e7dbd84d4bba10b096d49d33cb0016ff3
system/app/SmartcardService/SmartcardService.apk|a4c0cd771a795e54fdb5c35741a35ed9fd01175a
system/app/Stk/Stk.apk|9a050b9b3ef638b6f6917cd638e44ef56b222b27
system/app/supl20Service/oat/arm64/supl20Service.odex|34888d40ace854ee920050a3148af15b9866c512
system/app/supl20Service/supl20Service.apk|39668d25154fdb1c0425d1af51bbcbaaa4aa56b0
system/app/UserDictionaryProvider/UserDictionaryProvider.apk|9c7ba25c90fa1c27a9007e7bc1ba4c148ab060e9
system/app/Videos/Videos.apk|b68e8655c30fb17eed36664f7fe47739dbb064c7
system/app/WAPPushManager/oat/arm64/WAPPushManager.odex|3a9f0f59061735b8d203e3c4f93454ac75667bd5
system/app/WAPPushManager/WAPPushManager.apk|ab2210c1a37f841de3316c5e3edd3b7aa77c9c86
system/app/WebViewGoogle/WebViewGoogle.apk|bc742834e13ad1b1ebdfb36eded409dc0b5ba504
system/asr/iflytek/grammar2.zip|cc3ffaee0c812e3799a453913a45d4ca77bd2966
system/asr/iflytek/grammar.zip|42e8db138cd802dc4c0768af183b02774b4dfa8b
system/asr/nuance/vocon_ena/acmod4_2500_ena_gen_car_f16_v2_0_0.dat|4153a0552ff045199320e2578347d8d2083fecbc
system/asr/nuance/vocon_ena/clc_ena_cfg3_v6_0_6.dat|a92ca5c936060d594582721af4c13642e706d582
system/asr/nuance/vocon_ena/dial_grammar.fcf|18aa9047104614747c88133111614b5498ae6a60
system/asr/nuance/vocon_eng/acmod5_4000_eng_gen_car_f16_v1_0_0.dat|edc5dc976fe8ad879e5b8a35363ad9936a1a2fbb
system/asr/nuance/vocon_eng/clc_eng_cfg3_v6_0_8.dat|c7998ced44ed4cb00fb2e00d580aa131f1027829
system/asr/nuance/vocon_eng/dial_grammar.fcf|d5961c6b6c8b4b274000da927d7ab77f0ecc8c31
system/asr/nuance/vocon_enu/acmod5_4000_enu_gen_car_f16_v1_0_0.dat|6dda8cd932ee7055b3ef8da0972a922bd5a417d1
system/asr/nuance/vocon_enu/clc_enu_cfg3_v6_0_2.dat|c1971133128af7834fb7d73815f2dc3eb7bae3c4
system/asr/nuance/vocon_enu/dial_grammar.fcf|1ed11fc0e0dca714c0a3deb5ded13bd245b64968
system/asr/nuance/vocon_frf/acmod5_4000_frf_gen_car_f16_v1_0_0.dat|6c03498ba1a78775cb1ba230c78f619fb55b9bf1
system/asr/nuance/vocon_frf/build_grammar.bat|d32652d57479d29ec2adaa43ba51bf6c6ce1e286
system/asr/nuance/vocon_frf/clc_frf_cfg3_v6_1_5.dat|02627b6f868854108b1fee5d6fb40b6a88dcc0c7
system/asr/nuance/vocon_frf/dial_grammar.bnf|a2ec161dc0154b1526ad842691c648542d5336e4
system/asr/nuance/vocon_frf/dial_grammar.fcf|614650b84bd8fc861b028bbaf73fb18f359597b4
system/asr/nuance/vocon_frf/dial_grmcpl.txt|330a91c109eee7830107ccc6c94f95cdd4bf0893
system/asr/nuance/vocon_ged/acmod5_4000_ged_gen_car_f16_v1_0_0.dat|4307a994862933e3a8c7a13b24612022d8e44b36
system/asr/nuance/vocon_ged/clc_ged_cfg3_v6_0_5.dat|aa4fd987777df30dc4d2786142a70e447d70c3bb
system/asr/nuance/vocon_ged/dial_grammar.fcf|78a535960e55d46f44e9edb98c04e7e2a08e744c
system/asr/nuance/vocon_iti/acmod5_4000_iti_gen_car_f16_v1_0_0.dat|3a1a759b243c7e9b528cd5d7f91bdd93e330cc53
system/asr/nuance/vocon_iti/clc_iti_cfg3_v6_0_5.dat|527a89f720e3b613a057f1943eef7b6c96dd3e76
system/asr/nuance/vocon_iti/dial_grammar.fcf|ca6cfa78f923aea219af0862a08213d2d6979107
system/asr/nuance/vocon_mnc/acmod5_4000_mnc_gen_car_f16_v2_0_0.dat|3d611324dc965cae3709c5b6f4e2bdbd3576d7ec
system/asr/nuance/vocon_mnc/build_grammar.bat|1b6d783f01e79d4dd5d95c617641f4e36f4d269b
system/asr/nuance/vocon_mnc/clc_mnc_mpthreevadml_v6_0_0.dat|b10d77de93a820dffb5fa4b19ff5a438936c57e2
system/asr/nuance/vocon_mnc/contact.txt|045a4cc5160803321ca26804fc2a9d9c4ba296ef
system/asr/nuance/vocon_mnc/dial_grammar.bnf|e66c62e44dd58d8301411bed0c4844a4604b27e3
system/asr/nuance/vocon_mnc/dial_grammar.fcf|f2faa292468a1f7c33635ab6aa0a1ed74a4b6ec5
system/asr/nuance/vocon_mnc/dial_grmcpl.txt|2085692967e82d493af373602965c63cd5eb5a53
system/asr/nuance/vocon_ptb/acmod5_4000_ptb_gen_car_f16_v1_0_0.dat|ef61d7a220612305c77bbda8ab6134e215256430
system/asr/nuance/vocon_ptb/build_grammar.bat|d32652d57479d29ec2adaa43ba51bf6c6ce1e286
system/asr/nuance/vocon_ptb/clc_ptb_cfg3_v6_0_4.dat|49f6b956606d25a37a096acdc5be1bf014d2f6b0
system/asr/nuance/vocon_ptb/dial_grammar.bnf|06bdac8e7dddede2b995c8d191478909d26fb619
system/asr/nuance/vocon_ptb/dial_grammar.fcf|591889a1957dec47ad3d6b15adc833a52d6a14ec
system/asr/nuance/vocon_ptb/dial_grmcpl.txt|66b1ebe633d3a94a81a678bd505f74745c7cd0b3
system/asr/nuance/vocon_ptp/acmod4_2500_ptp_gen_car_f16_v2_0_0.dat|11af40474809cf30faf50c4bdad710c337108256
system/asr/nuance/vocon_ptp/clc_ptp_cfg3_v6_0_2.dat|9d7f9cc33e570f596b0bf0bd44abc80d7bf0f28c
system/asr/nuance/vocon_ptp/dial_grammar.fcf|352f39b66c44bbb8f7b26e9f3873e711563444cc
system/asr/nuance/vocon_rur/acmod5_4000_rur_gen_car_f16_v1_0_0.dat|fefc16b2f9b9701c30ddb8d985691a82bf3797bd
system/asr/nuance/vocon_rur/clc_rur_cfg3_v6_0_2.dat|8cce26987c67c7d6a97fad048c845a50b121e78c
system/asr/nuance/vocon_rur/dial_grammar.fcf|b027a91acb448743430c91060bd0668bc6ede80e
system/asr/nuance/vocon_spe/acmod5_4000_spe_gen_car_f16_v1_0_0.dat|8bf69cbcc56dfc7a37c57313cedbfedfc4d56c6d
system/asr/nuance/vocon_spe/clc_spe_cfg3_v6_0_2.dat|694546f81c5b9e4e8b4af8aac5425c2222740d82
system/asr/nuance/vocon_spe/dial_grammar.fcf|b4282b645fc026dec21794c8342ab3c4e20520b4
system/asr/nuance/vocon_spm/acmod5_4000_spm_gen_car_f16_v1_0_0.dat|5d873828cc615deeca29a1a5c849649fdd6fe54a
system/asr/nuance/vocon_spm/clc_spm_cfg3_v6_0_6.dat|7ea6c2a13f4e5f4b3675a0d6c6e78d9e41ad0db9
system/asr/nuance/vocon_spm/dial_grammar.fcf|493a268f2dce73af6e3bb49a3af4c14076f0ecc8
system/asr/sensory/default/cn_emy_gram.bin|614eb01af5f658ec2774a8f01cc3d1210ad7e060
system/asr/sensory/default/cn_emy_net.bin|7b20fefee2f5ff47799d4656c4114ea037e0bfb3
system/asr/sensory/default/cn_wru_gram.bin|7a1219c52dc2c2c9e4d8779c4c009f4a5e2a6a0e
system/asr/sensory/default/cn_wru_net.bin|0f21b1d411c87130b5a226fb7c5b0077274db23c
system/asr/sensory/default/en_emy_gram.bin|61894a148349a8968ce75d01dce2c73e62f715c3
system/asr/sensory/default/en_emy_net.bin|7465bf505b5f0c4156bd73acbb4d333df19f5e8d
system/asr/sensory/default/en_wru_gram.bin|d74f285ddca2bd9dd4f622e5ce0eeb16b57f23cc
system/asr/sensory/default/en_wru_net.bin|f4b902d5b8343683398f22e54fd5aa24a1fcf537
system/asr/sensory/lang/config.txt|df20ef100df9e4ba8acb55d3e0410d81567bc74c
system/asr/sensory/lang/nn_en_us_mfcc_16k_15_big_250_v5.1.1.raw|654f5083e43b9cd027a730d917963e7e9d1e3023
system/asr/sensory/lang/phonemeSearch_enUS_2_0.raw|70219c230958988dbb2e3072718f85b892aa04ce
system/asr/sensory/lang/svsid_enUS_2_0.raw|155bdaaab81109e8dec53f7565e940a36667f0c3
system/asr/sensory/vocab/cn/config.txt|1b66c3b140d9671bdf4f593b952124f5a74eede1
system/asr/sensory/vocab/cn/helloemy_zh_sfs14_delivery03_am.raw|6c7521e3ffd3493fb31d870e2ffc349b1317dddc
system/asr/sensory/vocab/cn/helloemy_zh_sfs14_delivery03_search_19.raw|c7a18bdfa99964ec448204b96db4ab8f25d7fcc4
system/asr/sensory/vocab/cn/svsid_triggerHelloEmy_zhCN_1_0.raw|7ffa75d8e5f855f73c91c081ef871c6ce7f27d35
system/asr/sensory/vocab/config.txt|444cce71f18848540d7c62564661a9d6b5496a3f
system/asr/sensory/vocab/ok_emy_en_US_sfs14_delivery01_am.raw|8df725f19798f95ca5e8487047cbdf1872c4336f
system/asr/sensory/vocab/ok_emy_en_US_sfs14_delivery01_search_17.raw|826993d4489636b54b2d2f5620e55d73deec82c4
system/asr/sensory/vocab/svsid_triggerOkEmy_enUS_1_0.raw|08c1407779b4962bd337376d7b8039dc5bf5d075
system/asr/splitdict/ListWord_DB.txt|02dcbc5161a4739c73baff2d92f4bbbc07ac8b8a
system/asr/splitdict/Resource.irf|3942e6ab39ad6095f19797c9979d8ce73180da62
system/asr/splitdict/tables/namexp_ch_compname.tbl|f8590681ac036371e84a22c771b4c54ac60b7c9f
system/asr/splitdict/tables/namexp_ch_familyname.tbl|10f215f82a867df849a8ee75ee211a51f676484c
system/asr/splitdict/tables/namexp_en_name_pre.tbl|966015013b862394c9e38b0ef81d51a655a32d33
system/asr/splitdict/tables/namexp_en_name_to_ch_name.tbl|79d30972729ffb339f12ea0172c8a97832ee4efb
system/asr/splitdict/tables/namexp_family.tbl|c5f72aa5aa1bee699a40209b34d29f552ec6c39d
system/asr/splitdict/tables/namexp_title.tbl|ca70cc6b7b23a090e31e62a838d6aaebc8bcc0a9
system/bin/79b77788-9789-4a7a-a2be-b60155eef5f4.sec|f5ce4f2509570dfb3f6f8de3510afa28604cfea9
system/bin/acpi|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/agnsscontrol|d75f9b9b0b4f467963f4828849eaabd0eb679566
system/bin/agnsslog|b72169261e4cfd91b1a79c8f2066078ed8d4e040
system/bin/am|b276263269431d0b065f3578887b8b690dc7e44a
system/bin/applypatch|c08745fbe05351751067ea05c69bde2abc91b95b
system/bin/appops|52f3d42222380a46e1def4471cd852830e83c7ac
system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb1
system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb132
system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb164
system/bin/appwidget|c936042afdd9f49a3db60a41e956b2c08d09b4ee
system/bin/atcmdserver|ec8558887a785928a25a64021c5e082ddca8c967
system/bin/atrace|458a7cd3fdd8417f62a4dabdc83b57d7ebb1ee98
system/bin/b4b71581-add2-e89f-d536-f35436dc7973.sec|79b29f444a515f9ae02466b6b76c6156310e72db
system/bin/basename|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/bcc|6fe0dd283f81188a976a7ff4fa70a9cfaa728652
system/bin/blkid|6c039f5a34cb0f36eb4aafc8b77b4b9a0dd2443b
system/bin/blockdev|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/bmgr|b7154a8131a35e4c54b5b221b28afa11409f2ec3
system/bin/bootanimation|4cf5e6842bffa61c67583ed1cae5d7ceebc97e4c
system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233aba
system/bin/bu|a99d627c283622a7da7cb922af300fe1d3233abagreport
system/bin/bzcat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cal|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cat|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chargelogcat|6dc157b6157d64c6101ef8a2d999b07714d3880a
system/bin/chargemonitor|3d60c5b15d440ec8a9872429ce5ba9fb9cc9f5d9
system/bin/chcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/checkntfs|fd59674b2c485fbdb258bfdea5738f768fc43001
system/bin/chgrp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chown|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/chr_logd|15d5f65f9679d137ed8c61cb6d31e9553f1d5b7d
system/bin/chroot|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cksum|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/clatd|df14be380dcf5f0cb6b3c9ab3678e8334f647d40
system/bin/clear|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cmp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/content|e8f38bd1b9945994386739c2ef26b0f8e29472cd
system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6bio
system/bin/cut|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce76391
system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce7639132
system/bin/dalvikvm|79ae1c352049992e2215c7411d3151486ce7639164
system/bin/date|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dd|d75ba923fa82f217016731a834a50db93935d10d
system/bin/debuggerd|b33099fd4bbaf31f368af8ec4d72dc644925df18
system/bin/debuggerd|b33099fd4bbaf31f368af8ec4d72dc644925df1864
system/bin/defragd|930ae5b7fc883422f6df5340d3bddbea3dce7e63
system/bin/dex2oat|e49a99a0f306173d1389ad90677c701b5abfe4aa
system/bin/df|d75ba923fa82f217016731a834a50db93935d10d
system/bin/dhcpcd|2a0b495eddcb065c3d882fdddb8d8e5fc44d88d2
system/bin/diagserver|d52877582b7ceb22df6b3fe04edc8744304bd462
system/bin/dirname|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6bcat
system/bin/dnsmasq|dda625fc3663285c5f7f97885b18d78dbb0f3fec
system/bin/dos2unix|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/dpm|63c58bd78a78e85d65debbe649bb65069bc15850
system/bin/drmserver|b6b5453803e8edcc5f7457f8fc0abc4bc2cb528b
system/bin/dts_hpx_service|1283ddef2546e6c06e62c39b4d1de94d2e4e5f74
system/bin/du|d75ba923fa82f217016731a834a50db93935d10d
system/bin/du|d75ba923fa82f217016731a834a50db93935d10dmpstate
system/bin/du|d75ba923fa82f217016731a834a50db93935d10dmpsys
system/bin/du|d75ba923fa82f217016731a834a50db93935d10dmptool
system/bin/e2fsck|1c09519271d1393159ba463492f60f447fe22dda
system/bin/e4defrag|4b1992598d789b304f6dfd9aa8eb758660b1a7be
system/bin/echo|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/egrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/env|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/eventcat|658ef653ebf1b9383dd1628176830a695d549131
system/bin/exfatfsck|54ff43f96ac12ff9fabba3328b074f6f38dd4b11
system/bin/expand|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/expr|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/factory_log_service|e5c0095ce2a0a65aea9e484bebd5f4f47bb0c074
system/bin/fallocate|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/false|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fgrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/bin/filebackup|a46806d4a43b0553943031be973b71a6659ad98a
system/bin/find|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/firmware_bfg_loglevel|01a449639b01566e0c99e8dce9ec593fc7702d72
system/bin/fm_server_hisi|164684ce6701025bfabbe441b50387c1e63a6823
system/bin/free|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/fsck.f2fs|80913695b9edb7f741f6743f987300f8738c1de6
system/bin/fsck_msdos|12f6d518a17de3a69248686585aee2508fa7ab7a
system/bin/gatekeeperd|f99c9ac6627ba9b6d6ef5a4f1fbcd8d435c456af
system/bin/get_board_ver|47237c237637a141b73f1261c714b90450d87db1
system/bin/get_chip_ver|ff4c0cd17b02ff3ca2361ed109ed23b7fc8898cc
system/bin/getenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/getevent|d75ba923fa82f217016731a834a50db93935d10d
system/bin/get_param_ver|b944049d443652a6046bafc4681586cdf850a3a4
system/bin/getprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/glgps|50153f0d4993431e0bc06bc207e2e9bc52c66ee8
system/bin/gnss_engine|4d7ac88bcdb1aab1cfdc73049ef81c4e7aca89c6
system/bin/gpsdaemon|abd5b4b7c30529effc9ad630a36521ab47c2a0b3
system/bin/gpslogd|a50175616e60f7487d233f5ed60aeda2b19676be
system/bin/grep|7159377745116a5f7a532f38bc2b370d72a27bc6
system/bin/groups|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/gzip|cd74111256fdc0405dc0464d48988bc892fc8329
system/bin/head|74c91904029313128f5931b36a36fd7fd805fa6b
system/bin/hi110x_dump|49b614f26714ea19a1b35a796f9fd2627e8b77d1
system/bin/hi110x_except_logd|f4ed2942f0a2e3ed4ed220a3c4e3bc32b81764a8
system/bin/hi110x_logd|6342e1ca655244579a950c7d93d43f63b1017013