Hello, XDA Community!
Welcome to my thread, where I'm testing out quite a few things for the Galaxy A71. My end goal is to make a ROM or IMG that can be flashed that contains all these MODs I'm testing, but right now I'm finding it a bit difficult to actually build a working IMG to flash.So, I guess I can use this thread as a log of things I'm testing out and for anyone who wants to try them out too, you are very welcome to use them. So, here are a few things that I've tested:
Code:
Your warranty is now void.
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about any of the modifications
* in this thread! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you. HARD!
Floating_Feature edits!
These are features you can add in floating_features, which is located in system(root)/vendor/etcAdd full edge lighting features:
Search for the following line in floating_features:
Code:
<SEC_FLOATING_FEATURE_COMMON_CONFIG_EDGE>
Before:
Code:
<SEC_FLOATING_FEATURE_COMMON_CONFIG_EDGE>people,task,circle,panel,-edgefeeds,edgelighting_v2,debug,cornerR:6.2,search,phonecolor,dot_bottom[COLOR="Red"],-basic_lighting[/COLOR]</SEC_FLOATING_FEATURE_COMMON_CONFIG_EDGE>
Code:
<SEC_FLOATING_FEATURE_COMMON_CONFIG_EDGE>people,task,circle,panel,-edgefeeds,edgelighting_v2,debug,cornerR:6.2,search,phonecolor,dot_bottom</SEC_FLOATING_FEATURE_COMMON_CONFIG_EDGE>
Activate Dolby Atmos without earphones:
This is taken from the tutorial here: https://forum.xda-developers.com/showpost.php?p=77100856&postcount=404 but simplified for the A71
Add the following line in floating_features:
Code:
<SEC_FLOATING_FEATURE_AUDIO_SUPPORT_DUAL_SPEAKER>TRUE</SEC_FLOATING_FEATURE_AUDIO_SUPPORT_DUAL_SPEAKER>
Code:
<SEC_FLOATING_FEATURE_AUDIO_CONFIG_SOUNDALIVE_VERSION>
Code:
eq_custom,uhq_level,karaoke,adapt,dvfs_700000
Code:
eq_knob,eq_custom,uhq_switch,uhq_level,adapt,spk_stereo,dvfs_860000,tube,concert
Show music information (now playing) in AOD:
Search for the following line in floating_features:
Code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>
Code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>aodversion=7,clearcoveroff[COLOR="Red"],musicoff[/COLOR]</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>
Add AOD to lockscreen clock animation:
Note: This only works on OneUI 2.5, does not work on OneUI 2.1 and below for A71.
Search for the following line in floating_features:
Code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>
Code:
<SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>aodversion=7,clearcoveroff[COLOR="Lime"],clocktransition[/COLOR]</SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM>
Camera-feature edits!
These are features you can add in camera-features, which is located in system(root)/system/cameradataAdd Pro Video:
Tested in OneUI 2.1. Add the following line under the SHOOTING_MODE lines:
Code:
<local name="SHOOTING_MODE_PRO_VIDEO" back="PRO_VIDEO" enable="true" more="true" [COLOR="Yellow"]order="10"[/COLOR]/>
Reboot and you should have pro video on your shooting options
Add 60fps video recorder (1080p):
Tested in OneUI 2.1. Search for the following line:
Code:
<local name="BACK_CAMCORDER_RESOLUTION_FEATURE_MAP_1920X1080"
Code:
<local name="BACK_CAMCORDER_RESOLUTION_FEATURE_MAP_1920X1080_60FPS" value="true" hdr="true" hdr10="false" preview-size="1920x1080" snapshot-support="true" snapshot-size="4624x2604" vdis="false" effect="false" object-tracking="false" seamless-zoom-support="false" external-storage-support="true"/>
Edit: Updated line, it now disables video stabilization by default to avoid issues.
Enable second editing in Singe Take:
Tested only in OneUI 2.5. Search the following line:
Code:
<local name="SINGLE_TAKE_USING_SINGLE_LENS_ONLY" value="true" />
Code:
<local name="SUPPORT_SINGLE_TAKE_EXTENDED_CAPTURE" value="true" />
If you guys have any edits I should add, let me know. Feel free to give suggestions or edits you've done yourself, even in build.prop
Thanks!
Last edited: