How To Guide Native call recording (ROOT) - Samsung Galaxy S22 Plus

Youll need an rooted s22
First find your cscfeature.xml with root explorer
mine was in root/system/optics/configs/carriers/single/EUX (my CSC code)/conf/system/ and finally cscfeature.xml
copied it to my PC, installed JAVA and decoded with OMC text decoder (google the github link)
and added these lines right under </FeatureSet>
Code:
<CscFeature_VoiceCall_ConfigRecording>
RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
<CscFeature_VoiceCall_IPCallPrefix>false</CscFeature_VoiceCall_IPCallPrefix>
<CscFeature_VoiceCall_TotalCallTime>false</CscFeature_VoiceCall_TotalCallTime>
<CscFeature_VoiceCall_ServiceNumberDisplay>false</CscFeature_VoiceCall_ServiceNumberDisplay>
<CscFeature_VoiceCall_RemoveCallButtonInLogsList>true</CscFeature_VoiceCall_RemoveCallButtonInLogsList>
encoded it back and copied back to my phone, checked the properties for rw-rw-rw-
restarted and viola, call recording is working!
the xml looks like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BIG thanks to pitelasssss!!

Why did you need to add so many lines?
Isn't it sufficient just to add:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>

Or... having root and lsposed installed (up and running), install my OneUI_4_Phone_X from here

ZXR said:
Why did you need to add so many lines?
Isn't it sufficient just to add:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Click to expand...
Click to collapse
more lines - more adidas

John525 said:
Looking for a close to issue. Expecting more reply.
Click to expand...
Click to collapse
huh??

juda iskariotsky said:
huh??
Click to expand...
Click to collapse
Just spam, don't mind this message. I have deleted the post.

Related

how do I show an animated gif in a post ?

this is a very quite basic question I know, but I'm feeling pretty dumb today and don't see how to do it !
I simply want to insert my boot animation into my posting as Dr.Romca does here:
http://forum.xda-developers.com/showthread.php?t=862963
I have created an amimated gif, but when I goto 'insert image' in the editor it asks for the url of the image ...
but only then inserts the url itself and not the gif, and adding it as an attachment is no good either
Is the URL to a .gif image?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: Works fine for me!
thank you,
I obviously did not have my brain in gear but the penny has now dropped !
my url was to a gif, and when I previewed it before posting naturally only the url itself was shown.
@Asovse1
I must be losing my marbles mate !
I have just done my post:
http://forum.xda-developers.com/showthread.php?p=21048666#post21048666
but as you can see I just get the url again. I used 'insert image' when typing my post.
why on earth am I missing something simple and being so stupid ?
Try manually typing in
When in doubt, do it manually.
Asovse1 said:
Try manually typing in
When in doubt, do it manually.
Click to expand...
Click to collapse
Yeah, don't just paste your url, try use UBB code, work on most forums
TQ

[Q] Guide to modding on screen buttons?

I want to change the color of the buttons, is there a guide on how to do this?
Just replace the images in SystemUI. Don't remember the exact ids, but you should be able to find them.
K900 said:
Just replace the images in SystemUI. Don't remember the exact ids, but you should be able to find them.
Click to expand...
Click to collapse
How do I unpack and repack the apk? Signing?
Skickat från min LT26i
Look up apk tool and apk manager. Pretry simple once you get the hang of it. There is tutorials all over xda on how to use them and modify files..
wpgchris said:
Look up apk tool and apk manager. Pretry simple once you get the hang of it. There is tutorials all over xda on how to use them and modify files..
Click to expand...
Click to collapse
Well that didn't go as I expected. I found the files and tried editing one but that's the part where I'm failing. How do I edit the .png properly? I tried with this result...:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[HOW TO] Lockscreen totally invisible/ transparent 100%

I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
decompile framework-res.apk from system/framework
search for the image in the folder of decopiled apk => apk\res\drawable-xhdpi\ those files:
Code:
btn_code_lock_default
btn_code_lock_default_holo
btn_code_lock_touched
btn_code_lock_touched_holo
btn_check_label_background.9
indicator_code_lock_drag_direction_red_up
indicator_code_lock_point_area_default
indicator_code_lock_point_area_default_holo
indicator_code_lock_point_area_red_holo
open the images with paint.net
select all the image (ctrl+a) delete and save
recompile the apk
push it back into system/framework/framework-res.apk of your device
a little advice, choose a suitable image of background to guide you,
not one solid background, otherwise you will have no more access to the device!
Now nobody can try to understand your pattern anymore!!!!
yeah!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
reserved
ruelle said:
I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
Click to expand...
Click to collapse
Dude ... congratulations
Search, develop, test and share in only 2 hours!!!
THIS IS XDA STUFF.
<!-- insert ovation sound here -->
Thanks

[Q] How can i delete this bugged folder

I delete this folder located at -> /storage/sdcard0/android the folde file name is DO_NOT_DELETE
every time i delete this, after few hours it will comeback
what should i do ??
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and here is the DO_NOT_DELETE folder contain
What is in the file? Probably an app creating it, just a matter of finding which one
Do you use an app called HIDE IT?
rootSU said:
Do you use an app called HIDE IT?
Click to expand...
Click to collapse
i use audio manager just like a HIDE IT
pedropenduko said:
i use audio manager just like a HIDE IT
Click to expand...
Click to collapse
Well its just that according to here, Hide IT uses this aqua file
http://kaushikwavhalhacks.blogspot.co.uk/
rootsu said:
well its just that according to here, hide it uses this aqua file
http://kaushikwavhalhacks.blogspot.co.uk/
Click to expand...
Click to collapse
ok i see so i need to uninstall it , then delete it , then it will never comeback again?:d

[Lollipop][eXistenZ][shared by Evilbigfood [5navbar/black-transform/TransparentFW]

Evilbigfoot said:
For Z ultra port of eXistenZ. I have 5button navbar+miezu style clock
my be someone would like it. I still caan`t post in this topic, because i don`t hve enough messages, so i send it to you.
You install it from the recovery
https://yadi.sk/d/gOCvil7KigN5f
If there re troubles with size of stats baar then you should put this file https://yadi.sk/d/fXLvU0PzigNFV
in system/vendor/overlay
Screenshot
https://yadi.sk/i/dhEIOaR3ikLpj
Click to expand...
Click to collapse
You need stock diler in dark mode with small round button, yes?
Like this?
Evilbigfoot said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you meen it than get this
https://yadi.sk/d/QR-SCTJcikQpD
But for correct work of the dialer you shold rearrange photos with contacts
Or they could be shown incorrectly
Click to expand...
Click to collapse
What the frameworks change?
Evilbigfoot said:
Framework change system style to Material-depending on your theme it changes style of applications like root explorer, titanium backup, notes, calendar and etc
like this:
Ps about dialer-it is not my work, it is from russin site 4pda
Download Here
Click to expand...
Click to collapse

Categories

Resources