Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 1b72965

Browse files
author
İbrahim YÖNDEMLİ
authored
Merge pull request #2 from Caticer/3.2-beta
3.2 Release
2 parents 65d3c2a + 204f046 commit 1b72965

File tree

1,580 files changed

+6182
-6265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,580 files changed

+6182
-6265
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
App/application/apktool.yml
3+
App/apktool.bat
4+
App/apktool.jar
5+
App/out/MiuiCamera.apk
6+
App/ket.keystore
7+
Module/system/priv-app/MiuiCamera/MiuiCamera.apk

App/application/apktool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ usesFramework:
2929
ids:
3030
- 1
3131
tag: null
32-
version: 2.4.1
32+
version: 2.5.0
3333
versionInfo:
3434
versionCode: '2'
3535
versionName: '2.0'

App/application/assets/device_features/daisy.xml

Lines changed: 30 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@
33
<!--whether the device is pad-->
44
<bool name="is_pad">false</bool>
55
<!--whether the device is xiaomi-->
6-
<bool name="is_xiaomi">true</bool>
6+
<bool name="is_xiaomi">false</bool>
77
<!--whether the device is hongmi-->
8-
<bool name="is_hongmi">false</bool>
9-
<!--whether use the lgacy filter in camera-->
10-
<bool name="use_legacy_normal_filter">true</bool>
8+
<bool name="is_hongmi">true</bool>
119
<!--whether the device support alpha optimized-->
1210
<bool name="support_alpha_optimized">true</bool>
1311
<!--whether the device supports torch-->
1412
<bool name="support_torch">true</bool>
1513
<!--whether install the fm app-->
1614
<bool name="support_fm">true</bool>
17-
<!--whether support raw mode in camera-->
18-
<bool name="support_camera_raw">true</bool>
1915
<!--whether the device supports oldman mode-->
2016
<bool name="support_oldman_mode">false</bool>
2117
<!--whether the device is dual sim card-->
2218
<bool name="support_dual_sim_card">true</bool>
23-
<!--whether the device support 4G+-->
24-
<bool name="support_ca">true</bool>
2519
<!--whether the device has dual systems-->
2620
<bool name="is_dual_system">false</bool>
2721
<!--whether the device is emulated sdcard-->
@@ -33,7 +27,7 @@
3327
<!--whether the device supports page layout-->
3428
<bool name="support_page_layout">false</bool>
3529
<!--whether the device supports record param-->
36-
<bool name="support_record_param">true</bool>
30+
<bool name="support_record_param">false</bool>
3731
<!--whether the device supports interview record param-->
3832
<bool name="support_interview_record_param">true</bool>
3933
<!--whether the device supports stereo record-->
@@ -42,20 +36,14 @@
4236
<bool name="support_hd_record_param">true</bool>
4337
<!--whether the device supports screen paper mode-->
4438
<bool name="support_screen_paper_mode">true</bool>
45-
<!--whether the device supports screen key position swap-->
46-
<bool name="support_screen_key_swap">false</bool>
47-
<!--whether the device supports led light-->
48-
<bool name="support_led_light">true</bool>
49-
<!--whether the device supports colorful led light-->
50-
<bool name="support_led_color">false</bool>
5139
<!--whether the device supports button light-->
5240
<bool name="support_button_light">false</bool>
5341
<!--whether the device supports emulated storage-->
5442
<bool name="support_emulated_storage">true</bool>
5543
<!--whether the device supports internal sdcard-->
56-
<bool name="support_internal_sdcard">true</bool>
44+
<bool name="support_internal_sdcard">false</bool>
5745
<!--whether the device supports power mode-->
58-
<bool name="support_power_mode">true</bool>
46+
<bool name="support_power_mode">false</bool>
5947
<!--whether the device supports dolby-->
6048
<bool name="support_dolby">false</bool>
6149
<!--which screen effect options should be show-->
@@ -69,7 +57,7 @@
6957
<!--whether the device supports media feedback-->
7058
<bool name="support_media_feedback">false</bool>
7159
<!--whether the device supports phone call noise suppression-->
72-
<bool name="support_phone_call_noise_suppression">true</bool>
60+
<bool name="support_phone_call_noise_suppression">false</bool>
7361
<!--whether the device supports touch sensitive-->
7462
<bool name="support_touch_sensitive">false</bool>
7563
<!--whether the device supports broadcom wapi-->
@@ -95,7 +83,7 @@
9583
<!--whether the device support hall sensor-->
9684
<bool name="support_hall_sensor">false</bool>
9785
<!--whether the device supports hifi-->
98-
<bool name="support_hifi">true</bool>
86+
<bool name="support_hifi">false</bool>
9987
<!--whether the device supports agps parameters-->
10088
<bool name="support_agps_paras">true</bool>
10189
<!--whether the device supports agps roaming-->
@@ -120,14 +108,10 @@
120108
<bool name="support_camera_movie_solid">true</bool>
121109
<!--whether support shader effect in camera-->
122110
<bool name="support_camera_shader_effect">true</bool>
123-
<!-- whether camera support India special filter -->
124-
<bool name="camera_support_india_filter">true</bool>
125111
<!--whether support skin beauty in camera-->
126112
<bool name="support_camera_skin_beauty">true</bool>
127113
<!--whether support age detection in camera-->
128114
<bool name="support_camera_age_detection">true</bool>
129-
<!--whether support fisheye mode in camera-->
130-
<bool name="support_camera_fish_eye">true</bool>
131115
<!--whether support record location in camera-->
132116
<bool name="support_camera_record_location">true</bool>
133117
<!--whether support time watermark in camera-->
@@ -145,21 +129,21 @@
145129
<!--whether taking lower size panorama in camera-->
146130
<bool name="is_lower_size_panorama">true</bool>
147131
<!--whether support full size panorama in camera-->
148-
<bool name="support_full_size_panorama">true</bool>
132+
<bool name="support_full_size_panorama">false</bool>
149133
<!--whether taking lower size effect image in camera-->
150-
<bool name="is_lower_size_effect">false</bool>
134+
<bool name="is_lower_size_effect">true</bool>
151135
<!--whether taking full size effect image in camera-->
152136
<bool name="is_full_size_effect">false</bool>
153137
<!--whether support aohdr in camera-->
154-
<bool name="support_camera_aohdr">true</bool>
138+
<bool name="support_camera_aohdr">false</bool>
155139
<!--whether support high frame recording in camera-->
156140
<bool name="support_camera_hfr">true</bool>
157141
<!--whether support chroma flash in camera-->
158142
<bool name="support_chroma_flash">false</bool>
159143
<!--whether support object tracking in camera-->
160-
<bool name="support_object_track">true</bool>
144+
<bool name="support_object_track">false</bool>
161145
<!--whether support 4k recording in camera-->
162-
<bool name="support_camera_4k_quality">true</bool>
146+
<bool name="support_camera_4k_quality">false</bool>
163147
<!--whether support audio focus recording in camera-->
164148
<bool name="support_camera_audio_focus">false</bool>
165149
<!--whether use morpho lib in camera-->
@@ -179,11 +163,11 @@
179163
<!--whether set orientation info for face detection in camera-->
180164
<bool name="is_camera_face_detection_need_orientation">true</bool>
181165
<!--whether hold blured background for effects preview in camera-->
182-
<bool name="is_camera_hold_blur_background">true</bool>
166+
<bool name="is_camera_hold_blur_background">false</bool>
183167
<!--whether support peaking mf in camera-->
184-
<bool name="support_camera_peaking_mf">true</bool>
168+
<bool name="support_camera_peaking_mf">false</bool>
185169
<!--whether support pause in hfr recording-->
186-
<bool name="support_hfr_video_pause">true</bool>
170+
<bool name="support_hfr_video_pause">false</bool>
187171
<!--whether support gradienter in camera-->
188172
<bool name="support_camera_gradienter">true</bool>
189173
<!--whether scan qrcode with lower frequency in camera-->
@@ -196,10 +180,8 @@
196180
<bool name="support_camera_tilt_shift">true</bool>
197181
<!--whether support magic mirror in camera-->
198182
<bool name="support_camera_magic_mirror">true</bool>
199-
<!-- whether this device is Android one -->
200-
<bool name="is_android_one_device">true</bool>
201183
<!--whether support groupshot mode in camera-->
202-
<bool name="support_camera_groupshot">true</bool>
184+
<bool name="support_camera_groupshot">false</bool>
203185
<!--whether support snap with screen off in camera-->
204186
<bool name="support_camera_quick_snap">true</bool>
205187
<!--whether compass support tilt rotate calibrate -->
@@ -223,49 +205,23 @@
223205
<!--release time for the device, should be an unix timestamp-->
224206
<string name="release_time">1473868800000</string>
225207
<!--0:not support 1:close gamut 2:close ce-->
226-
<integer name="screen_standard_mode">2</integer>
208+
<integer name="screen_standard_mode">1</integer>
227209
<!--the max level for paper mode -->
228210
<float name="paper_mode_max_level">32.0</float>
229211
<!--Flag of reduce preview size in camera(1:reduce, 0:do not reduce; 1st byte:rear camera, 2nd byte:front camera, 3rd byte:rear video, 4th byte:front video )-->
230212
<integer name="camera_reduce_preview_flag">14</integer>
231213
<!--max number of burst images one time -->
232214
<integer name="burst_shoot_count">20</integer>
233-
<!--support front flash or not-->
234-
<bool name="support_front_flash">true</bool>
235215
<!--b0:flash b1:hdr b2:motion b3:night-->
236216
<integer name="camera_supported_asd">11</integer>
237-
<!--front asd b0:flash b1:hdr b2:motion b3:night-->
238-
<integer name="camera_supported_front_asd">10</integer>
239217
<!--whether rotate the final image in camera isp-->
240218
<bool name="is_camera_isp_rotated">false</bool>
241219
<!--whether front sensor support remosic-->
242-
<bool name="is_front_remosic_sensor">true</bool>
220+
<bool name="is_front_remosic_sensor">false</bool>
243221
<!--max cpu freq of the device-->
244222
<integer name="cpu_max_freq">200</integer>
245223
<!--Successful flag of camera continuous auto focus result-->
246224
<integer name="camera_focus_success_flag">2</integer>
247-
<!--hidden app packagename list -->
248-
<string-array name="hidden_app_packagename_list">
249-
<item>com.xiaomi.market</item>
250-
<item>com.duokan.reader</item>
251-
<item>com.xiaomi.channel</item>
252-
<item>com.xiaomi.o2o</item>
253-
<item>com.xiaomi.smarthome</item>
254-
<item>com.wali.live</item>
255-
<item>com.xiaomi.jr</item>
256-
<item>com.mipay.wallet</item>
257-
</string-array>
258-
<!--hidden app path list -->
259-
<string-array name="hidden_app_path_list">
260-
<item>/system/app/MiuiSuperMarket.apk,/system/app/MiuiSuperMarket</item>
261-
<item>/data/app/partner-com.duokan.reader.apk,/data/app/partner-com.duokan.reader</item>
262-
<item>/data/app/partner-MiTalk.apk,/data/app/customized-partner-MiTalk.apk,/data/app/partner-MiTalk,/data/app/customized-partner-MiTalk</item>
263-
<item>/data/app/O2O.apk,/data/app/O2O</item>
264-
<item>/data/app/ota-miui-XiaomiSmartHome.apk,/data/app/ota-miui-XiaomiSmartHome</item>
265-
<item>/data/app/WaliLive.apk,/data/app/WaliLive</item>
266-
<item>/data/app/MiFinance.apk,/data/app/MiFinance</item>
267-
<item>/system/app/Mipay.apk,/system/app/Mipay</item>
268-
</string-array>
269225
<!--total steps number of camera compensation-->
270226
<float name="camera_exposure_compensation_steps_num">12.0</float>
271227
<!--Left margin of count down parent layout for front camera-->
@@ -284,14 +240,12 @@
284240
<integer name="smartcover_smallwindow_bottom">1920</integer>
285241
<!-- fingerprint navigation event name list -->
286242
<string-array name="fp_nav_event_name_list">
287-
<item>fpc_irq_wakeup</item>
288-
<item>fp-keys</item>
289243
<item>uinput-fpc</item>
290244
<item>uinput-goodix</item>
291245
</string-array>
292246
<bool name="support_tap_fingerprint_sensor_to_home">false</bool>
293247
<!-- finger for alipay. default do not need config. -->
294-
<string name="finger_alipay_ifaa_model">Xiaomi-daisy</string>
248+
<string name="finger_alipay_ifaa_model">Xiaomi-sakura</string>
295249
<!-- type of soter finger pay, config by owner of soter -->
296250
<integer name="type_soter_finger_pay">2</integer>
297251
<!--wheater the device supports persist screen color in driver-->
@@ -320,12 +274,6 @@
320274
<bool name="support_se_route">true</bool>
321275
<!--whether the device supports screen key position swap-->
322276
<bool name="support_screen_key_swap">false</bool>
323-
<!--In these app access camera, add beautify parameter -->
324-
<string-array name="add_still_beautify_list">
325-
<item>com.tencent.mm</item>
326-
<item>com.tencent.mobileqq</item>
327-
<item>com.skype.rover</item>
328-
</string-array>
329277
<!--still beautify value for 3rd party call-->
330278
<string name="extra_still_beautify_value">i:2</string>
331279
<!--min previewsize value for video call case-->
@@ -339,8 +287,6 @@
339287
<bool name="enable_flash_global">true</bool>
340288
<!-- Support Sign Verify In Cust Partition-->
341289
<bool name="support_sign_verify_in_cust">true</bool>
342-
<!-- boost gpu freq to make up sampling latency, used on msm8953 only -->
343-
<bool name="boost_gpu">true</bool>
344290
<!--Add for the system data-app which could uninstall by user-->
345291
<string-array name="system_data_packagename_list">
346292
<item>com.xiaomi.pass</item>
@@ -361,6 +307,7 @@
361307
<item>com.xiaomi.midrop</item>
362308
<item>com.android.midrive</item>
363309
<item>com.xiaomi.drivemode</item>
310+
<item>com.miui.smarttravel</item>
364311
</string-array>
365312
<!--system data-app path list -->
366313
<string-array name="system_data_path_list">
@@ -382,19 +329,16 @@
382329
<item>/system/data-app/MiDrop/MiDrop.apk</item>
383330
<item>/system/data-app/MiDrive/MiDrive.apk</item>
384331
<item>/system/data-app/MiuiDriveMode/MiuiDriveMode.apk</item>
332+
<item>/system/data-app/SmartTravel/SmartTravel.apk</item>
385333
</string-array>
386334
<!-- whether camera support AI lens entry -->
387335
<bool name="camera_support_ai_lens">true</bool>
388336
<bool name="is_18x9_ratio_screen">true</bool>
389-
<!--whether surpport paper mode animation-->
390-
<bool name="support_papermode_animation">true</bool>
391337
<!--whether support portrait in camera-->
392338
<bool name="is_support_portrait">true</bool>
393-
<bool name="support_mi_face_beauty">true</bool>
394339
<!-- whether portrait is using qcom UDCF-Lite solution -->
395340
<bool name="is_udcf_portrait">true</bool>
396341
<!-- whether camera support AI lens entry -->
397-
<bool name="camera_support_ai_lens">true</bool>
398342
<bool name="camera_support_google_lens">true</bool>
399343
<!--whether taking legacy face beauty in camera-->
400344
<bool name="is_legacy_face_beauty">false</bool>
@@ -408,40 +352,25 @@
408352
<!--whether support auto mirror in camera-->
409353
<bool name="support_auto_mirror">false</bool>
410354
<!--whether support add watermark on bottom left of picture-->
411-
<bool name="support_picture_watermark">true</bool>
412-
<!-- whether camera dual watermark default open -->
413-
<bool name="camera_picture_watermark_default">true</bool>
355+
<bool name="support_picture_watermark">false</bool>
414356
<!--whether enable face detection in video and funmode or not-->
415357
<bool name="support_camera_video_face_detection">true</bool>
416358
<!-- whether enable hfr setting menu-->
417359
<bool name="support_camera_video_high_frame">true</bool>
418360
<!--whether sensor_has_latency-->
419361
<bool name="sensor_has_latency">true</bool>
362+
<!--whether show AAC switch-->
363+
<bool name="show_aac_switch">false</bool>
420364
<!--whether support freeform mode in game mode-->
421365
<bool name="support_freeform_reply">true</bool>
422-
<!--wether support ime xiaoai voice input-->
423-
<bool name="surpport_ime_xiaoai_voice">true</bool>
424-
<!-- whther disable camera video EIS for slow mode -->
425-
<bool name="disable_video_stabilization_in_speed_slow_mode">true</bool>
366+
<!-- device head sar value -->
367+
<float name="device_head_sar">0.964</float>
368+
<!-- device body sar value -->
369+
<float name="device_body_sar">0.780</float>
426370
<!--These region support face unlock-->
427371
<string-array name="support_face_unlock_region_global">
428372
<item>IN</item>
429-
<item>ID</item>
430-
<item>RU</item>
431-
<item>HK</item>
432-
<item>TW</item>
433-
<item>TR</item>
434-
<item>TH</item>
435-
<item>SG</item>
436-
<item>MY</item>
437-
<item>VN</item>
438-
<item>UA</item>
439-
<item>NP</item>
440-
<item>LK</item>
441-
<item>BD</item>
442-
</string-array>
443-
<!--These region support face unlock-->
444-
<string-array name="support_face_unlock_region_dom">
445-
<item>CN</item>
446373
</string-array>
374+
<!-- whether support hangup while screen turnning off -->
375+
<bool name="support_hangup_while_screen_off">true</bool>
447376
</features>

0 commit comments

Comments
 (0)