-
Notifications
You must be signed in to change notification settings - Fork 0
/
value_catcher_lean.sh
86 lines (84 loc) · 1.17 KB
/
value_catcher_lean.sh
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
#!/bin/bash
catch_values_arrays () {
cat << EOF
alphabet_chars
BacklightValues
color_mode_ids
default
entryValues
entryvalues
prefValues
Value
value
VibePattern
vibration_torch
unit_data_order_
cities_names_miui
cities_tz_miui
cities_id_miui
timezone_alphabet_table
alphabet_table
hour_24_items
hour_12_items
minute_items
support_networktypes_
region_support_volte
devices_support_ct_volte
batterymeter_bolt_points
batterymeter_plus_points
welcome_notes_
aqi_title
express_status_
audio_effect_file_names
Ndays_
prefValues_max_bytes_limit
video_type
screenrecorder_settings_
EOF
}
catch_values_strings () {
cat << EOF
entryvalue
Value
value
alisdk_message_
com_taobao_tae_sdk_
chinese_character_
global_search_key_
unit_data_default_
word_figure_
prefDefault_alerts_
com.android.
title_activity_
preference_key_
preference_category_
junk_tag_
mw_abc_font_family_
tae_sdk_login_qr_icon_
unit_data_short_area_
flight_
life_card_
limit_card_
panchang_
trip_card_
abc_font_family_
maileditor_fontsize_
cityname_
auth_sdk_
com_alibc_
lb_guidedactions_
alipay_
flybird_
msp_secure_key_
msp_symbol_
unit_data_short_
"ae_
tw_
config_export_
help_url_people_
DOWNLOAD_UNIT_
mini_
msp_
mishopsdk_
EOF
}