(Closed)Call recording with autorecord (with call settings) on LG V30 stock Oreo - LG V30 Themes, Apps, and Mods

Please goto my new thread..
https://forum.xda-developers.com/lg-v30/themes/volume-button-answer-mod-call-ui-oreo-t3951967

Great , I see you added the settings for call recording.

Bronnel said:
Great , I see you added the settings for call recording.
Click to expand...
Click to collapse
Thanks dude..

Hey!
Works great on LG-H930, FW 22J. Thank you very much!

Will it work on a converted US998 stock rooted oreo?

oscarillo said:
Will it work on a converted US998 stock rooted oreo?
Click to expand...
Click to collapse
I am not sure. You can take responsibility and try.

Thank you! Working on LG V30+ H930DS20f_00_OPEN_ESA_DS_OP_0517.zip of Chazzmatt

Working on US998 latest Oreo build. Awesome mod, especially the addition to the call settings menu.

Hi,
I flashed that zip successfully, but I don't have the record option, only "contacts".
I do have the option, in settings, to switch "auto-record" on/off, though...

aolex said:
Hi,
I flashed that zip successfully, but I don't have the record option, only "contacts".
I do have the option, in settings, to switch "auto-record" on/off, though...
Click to expand...
Click to collapse
There was an automatic recording option and it was hidden. But LG did not add the Record feature/button on/off option. There is nothing to do. If you want to disable record feature/button return original LGInCallUIapk.

aolex said:
Hi,
I flashed that zip successfully, but I don't have the record option, only "contacts".
I do have the option, in settings, to switch "auto-record" on/off, though...
Click to expand...
Click to collapse
I don't know why it's not working for you -- either this one flashed through TWRP or the other one where you swap out the call app and change the permissions manually.
Somehow the LG dialer doesn't have the permission needed.

I finally got it to work.
I moved the /system/priv-app/lgincall folder to another folder, re flash it and now I have it!

Related

[Guide/How-To] Disable camera shutter sound

I've seen a lot of requests about camera shutter sound.
Some carriers give the user the option to disable it others don't.
If your camera options don't include the "camera shutter sound" one you can simply unhide it if you have root.
Just edit system/csc/feature.xml (or /system/csc/others.xml if you don't have the feature.xml) and add this:
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
BEFORE the line containing
Code:
</FeatureSet>
save.
reboot.
open camera.
press settings button.
profit.
EDIT: this method works even on newer devices (like S8, Note 8 and so on).
In Multi-CSC roms you have to edit the file in /system/omc/[your 3 digit csc code]/cscfeature.xml to make it work.
(attention: in newer Android versions you might not be able to modify permanently the system partition so you HAVE TO modify the file in some other way, for example I'm using a custom-written magisk module to replace the cscfeature.xml with one which has all my customizations)
Hi Linux, I followed your instructions on my i9505 (I edited the others.xml since I can't find the features.xml) but no success.
Here the others.xml
<CscFeature_Web_bool_EnablePriorityUserBookmark>false</CscFeature_Web_bool_EnablePriorityUserBookmark>
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
</FeatureSet>
</SamsungMobileFeauture>
Any help?
fl3nd3r said:
Hi Linux, I followed your instructions on my i9505 (I edited the others.xml since I can't find the features.xml) but no success.
Click to expand...
Click to collapse
Dude, did you check in the camera settings? After you edit the file and reboot in the camera options it must appear a new option that allows you to choose if you want the "click" sound or not.
Did you check for it in the camera settings? (maybe you have to scroll up or down if it's not among the first options).
Also, if you have xposed, it may overwrite the "others.xml" with another one (depending on the xposed modules installed)
Let me know
What a donkey... I didn't scroll down... Et voilà... It is just down there... It works flawlessly.
Thank you so much for your prompt reply!
Inviato dal mio SM-G900F utilizzando Tapatalk
perfect
if youre rooted its easy, rename the camera sound in system/media/audio/ui/shutter.ogg and shutter multiple.ogg.. rename it to .bak so if you want it again just rename the extension to .ogg
Doesn't seem to work here. I have the option in the camera menu but it doesn't let me toggle it (SM-900I)
fl3nd3r said:
Thank you so much for your prompt reply!
Click to expand...
Click to collapse
Figurati You are welcome.
Xalies said:
I have the option in the camera menu but it doesn't let me toggle it (SM-900I)
Click to expand...
Click to collapse
Strange....Very. I never heard of such a problem. if the menu is there it should be changed. did you check for the caption after you click it? the icon doesn't change, the label does.
Search enforced stream silencer if not rooted
Sent from my SM-G900V using XDA Free mobile app
There is no option to disable camera shutter sound in my phone but I can simply mute the phone to disable it.
Sent from my SM-G900H.
Thank you, this worked great on my phone.
I have no idea why operators would disable this setting.
Xalies said:
Doesn't seem to work here. I have the option in the camera menu but it doesn't let me toggle it (SM-900I)
Click to expand...
Click to collapse
+1, Must be something else in the 900I models that is different.
LinoX said:
I've seen a lot of requests about camera shutter sound.
Some carriers give the user the option to disable it others don't.
If your camera options don't include the "camera shutter sound" one you can simply unhide it if you have root.
Just edit system/csc/feature.xml (or /system/csc/others.xml if you don't have the feature.xml) and add this:
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
BEFORE the line containing
Code:
</FeatureSet>
save.
reboot.
open camera.
press settings button.
profit.
Click to expand...
Click to collapse
Not working on G900F
zoreli said:
Not working on G900F
Click to expand...
Click to collapse
You must be doing something wrong. I tried it on my own G900F and it works.
LinoX said:
You must be doing something wrong. I tried it on my own G900F and it works.
Click to expand...
Click to collapse
This is it on my S5 , and not working
zoreli said:
This is it on my S5 , and not working
Click to expand...
Click to collapse
You have written <CscFeature_camera_ShutterSoundMeny>true</CscFeature_Camera_ShutterSoundMeny>
Correct it to proper <CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
in the first picture, and in the 2nd picture.
pharaohdk said:
You have written <CscFeature_camera_ShutterSoundMeny>true</CscFeature_Camera_ShutterSoundMeny>
Correct it to proper <CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
in the first picture, and in the 2nd picture.
Click to expand...
Click to collapse
Please explane what did you mean "proper true" , thanks .
Послато са SM-G900F
zoreli said:
Please explane what did you mean "proper true" , thanks .
Послато са SM-G900F
Click to expand...
Click to collapse
I just mean that you need to fix the line of text you wrote <CscFeature_camera_ShutterSoundMeny>true</CscFeature_Camera_ShutterSoundMeny>
to <CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu> since this is the proper text.
Ive added red to the parts that are wrong.
Doesnt seem to work on mine. I have a G900F.
The option is there but it doesn't toggle. It stays On.
Sent from my SM-G900F using XDA Premium 4 mobile app

Pixel Dialer for Non-Nexus Devices

Installation instruction's.
1. Flash zip file trough twrp.
2.Reboot.
3.Install apk.
The app will not install as system file.
https://www.androidfilehost.com/?w=files&flid=121936
In the zip i already see contacs and dialer, so why do you say they is not gonna be installed as system apps? They go in system/priv-app for what i can see.
So what do you mean?
P.s. your zip is very similar to what i linked here today
http://forum.xda-developers.com/showpost.php?p=69073701&postcount=194
Very curious thing..
erghetto said:
In the zip i already see contacs and dialer, so why do you say they is not gonna be installed as system apps? They go in system/priv-app for what i can see.
So what do you mean?
P.s. your zip is very similar to what i linked here today
http://forum.xda-developers.com/showpost.php?p=69073701&postcount=194
Very curious thing..
Click to expand...
Click to collapse
Yes due to mm touchwiz restrictions.
If you do not place in system it will never work
Ah ok, now i got what did you mean.
Edit: it works. I have also downloaded newest apk and installed it normally (very beautifull new pixel interface).
The only "problem" (if i could call it so), is that when you press numbers, the sound is very high, and we can't do nothing because it is connected to the volume of ringtone, and not to system tone.
erghetto said:
Ah ok, now i got what did you mean.
Edit: it works. I have also downloaded newest apk and installed it normally (very beautifull new pixel interface).
The only "problem" (if i could call it so), is that when you press numbers, the sound is very high, and we can't do nothing because it is connected to the volume of ringtone, and not to system tone.
Click to expand...
Click to collapse
Yes i know. Thats why i turend off key sounds. Hopefully it will be fixed in next update.
not working in alexis rom. does it need stock s6 dialer and contacts to work?
Rantrave07 said:
not working in alexis rom. does it need stock s6 dialer and contacts to work?
Click to expand...
Click to collapse
working fine on both alexis, noble and rev rom.
join telegram link for further support.
https://telegram.me/joinchat/CYMAHEFC5GQ3M6unehRliA
umarmasroor said:
working fine on both alexis, noble and rev rom.
join telegram link for further support.
https://telegram.me/joinchat/CYMAHEFC5GQ3M6unehRliA
Click to expand...
Click to collapse
okkk. will try again then
anyone else having problems with number recognition? it seems it doest recognize my contacts... it show their numbers instead of their name
(after i've set google dialer as default call app in settings)
KennethHau said:
anyone else having problems with number recognition? it seems it doest recognize my contacts... it show their numbers instead of their name
(after i've set google dialer as default call app in settings)
Click to expand...
Click to collapse
For further support from other members join telegram.
Nice work!
Working perfect on AlexisROM
Thanks!
gborfitz said:
Nice work!
Working perfect on AlexisROM
Thanks!
Click to expand...
Click to collapse
Yes working perfectly on
Alexis
noble
Revolution, port roms.
umarmasroor said:
Yes working perfectly on
Alexis
noble
Revolution, port roms.
Click to expand...
Click to collapse
tried again today. works perfectly. thanks.
how does it work with dual sim? does it have dual sim support?
Pls screenshots
Sent from my SM-N930F using XDA-Developers mobile app

Enable Call Recording on EMUI 4

Is there any way to enable call recording on EMUI 4?
I have found some tutorials but they work on EMUI 3.1.
Furthermore, there are some custom ROMS (like Sokkoban's) that can provide call recording, but I am not interested at this moment, for installing a custom ROM.
Anyone knows if it is possible and how?
I am currently on B584 dual L21 EU
Thanks in Advance!
spirto82 said:
Is there any way to enable call recording on EMUI 4?
I have found some tutorials but they work on EMUI 3.1.
Furthermore, there are some custom ROMS (like Sokkoban's) that can provide call recording, but I am not interested at this moment, for installing a custom ROM.
Anyone knows if it is possible and how?
I am currently on B584 dual L21 EU
Thanks in Advance!
Click to expand...
Click to collapse
maybe an app would do that
staska_lt said:
maybe an app would do that
Click to expand...
Click to collapse
I know that there should be an in-emui app, but I cannot find it. I've tried a third party app but it didn't work. So, I am searching through Huawei's apps...
spirto82 said:
I know that there should be an in-emui app, but I cannot find it. I've tried a third party app but it didn't work. So, I am searching through Huawei's apps...
Click to expand...
Click to collapse
Try app ACR
spirto82 said:
Is there any way to enable call recording on EMUI 4?
I have found some tutorials but they work on EMUI 3.1.
Furthermore, there are some custom ROMS (like Sokkoban's) that can provide call recording, but I am not interested at this moment, for installing a custom ROM.
Anyone knows if it is possible and how?
I am currently on B584 dual L21 EU
Thanks in Advance!
Click to expand...
Click to collapse
download call recorder from my drive link
copy the folder on system/app
remember that the apk must have permission set on rw-r-r
reboot
done
xander33 said:
download call recorder from my drive link
copy the folder on system/app
remember that the apk must have permission set on rw-r-r
reboot
done
Click to expand...
Click to collapse
Thanks. Do I have to edit something with the buildprop editor?
Sent using my Huawei P8 Lite Ale L21
spirto82 said:
Thanks. Do I have to edit something with the buildprop editor?
Sent using my Huawei P8 Lite Ale L21
Click to expand...
Click to collapse
no, just install the app
Unfortunately I get an error. I just copied the unzipped folder into system/apps and reboot (rw-r-r didn't work so I gave 755: rwx-rx-rx). Although under call settings I can see that there are some settings over call recording, It says that call record is disabled. When I tap in, in order to change the settings, it returns me back to the call log and for some seconds I get to lose my signal.
Boldbeast Recorder from the Play Store. Works just fine on my stock B584. They provide instructions how to configure the app for our device.
spirto82 said:
Unfortunately I get an error. I just copied the unzipped folder into system/apps and reboot (rw-r-r didn't work so I gave 755: rwx-rx-rx). Although under call settings I can see that there are some settings over call recording, It says that call record is disabled. When I tap in, in order to change the settings, it returns me back to the call log and for some seconds I get to lose my signal.
Click to expand...
Click to collapse
Strange ... On my B584 work fine, the folder is rwx-rx-rx and the apk rx-r-r
xander33 said:
Strange ... On my B584 work fine, the folder is rwx-rx-rx and the apk rx-r-r
Click to expand...
Click to collapse
I'll give it a shot again.
Edit : not working
Sent using my Huawei P8 Lite Ale L21
I have done it like you said and the button is enabled now.
However when i click on it, it gives mi an error:
Code:
Unable to start voice record.
dj icony said:
I have done it like you said and the button is enabled now.
However when i click on it, it gives mi an error:
Code:
Unable to start voice record.
Click to expand...
Click to collapse
Exactly the same problem. And during a call when I tap into the icon to record the call, I get a toast message that the call couldn't be saved.
Sent using my Huawei P8 Lite Ale L21
spirto82 said:
Exactly the same problem. And during a call when I tap into the icon to record the call, I get a toast message that the call couldn't be saved.
Sent using my Huawei P8 Lite Ale L21
Click to expand...
Click to collapse
I tried already and on my phone work fine
Remember the apk must rw-r-r
xander33 said:
I tried already and on my phone work fine
Remember the apk must rw-r-r
Click to expand...
Click to collapse
I tried it exactly as you say, but it didn't work.
Sent using my Huawei P8 Lite Ale L21
I have same problem on B586
apk (rw-r-r) and apk directory (drwxr-xr-x) have correct settings and UID root (I checked against other system applications)
Under call settings - call record is disabled. When I tap in, in order to change the settings, it returns me back to the call log and for some seconds I get to lose my signal.
I don't touch nothing under settings
You should see it enable when you start a call
Just click the button to start the recording
fredikruger said:
I have same problem on B586
apk (rw-r-r) and apk directory (drwxr-xr-x) have correct settings and UID root (I checked against other system applications)
Under call settings - call record is disabled. When I tap in, in order to change the settings, it returns me back to the call log and for some seconds I get to lose my signal.
Click to expand...
Click to collapse
If by any chance you make it working, let us know of the steps you followed.
spirto82 said:
Is there any way to enable call recording on EMUI 4?
I have found some tutorials but they work on EMUI 3.1.
Furthermore, there are some custom ROMS (like Sokkoban's) that can provide call recording, but I am not interested at this moment, for installing a custom ROM.
Anyone knows if it is possible and how?
I am currently on B584 dual L21 EU
Thanks in Advance!
Click to expand...
Click to collapse
https://forum.xda-developers.com/mate-7/general/emui-4-0-manual-call-recorder-mt7-emui-t3363838
try this one....
hbilalshah said:
https://forum.xda-developers.com/mate-7/general/emui-4-0-manual-call-recorder-mt7-emui-t3363838
try this one....
Click to expand...
Click to collapse
Thanks but this guide doesn't work on my phone. I have already tried it.

Enable native call recording on LG V30 stock Oreo 8.0 [root]

This is not my work, this mod is made by @xpirt for LG G6, I merely tested this on my V30+ H930DS model and it worked just fine, so refer to this post to give him thanks.
if you want to test it you must do it at your own risk , I'm not a developer so I won't be able to help, I just want to share it so others people can use it.
Instructions
just copy LGInCallUI.apk attached below to system / priv app / LGInCallUI and replace with it with the one that's already there then change the permission to 0644 or rw-r--r-- you can use root explorer or other file manager that you prefer.
then reboot
now it should work
TO TURN ON AUTO-RECORD go HERE
It is working on stock Oreo 8.0 20B, LG V30 model H930, H930DS , also working on V20 thanks to @sheik124 testing.
Thanks to @ChazzMatt for his great help
Thanks to all users for testing
Works fine on V30 H930. Thanks for the tip.
DLS123 said:
Works fine on V30 H930. Thanks for the tip.
Click to expand...
Click to collapse
I'm glad it works for you cheers
This is how permission 0644 looks in the bits: http://permissions-calculator.org/decode/0644/
Hello,
I have an LG V30 H930 too and I confirm that it's work properly.
Thank you
Dizzyrul3z said:
This is how permission 0644 looks in the bits: http://permissions-calculator.org/decode/0644/
Click to expand...
Click to collapse
Thanks for clearing that out bro.
HoussiLAM said:
Hello,
I have an LG V30 H930 too and I confirm that it's work properly.
Thank you
Click to expand...
Click to collapse
Thanks I'm glad it works.
When you click record, will the other person know you are recording?
zrzhu said:
When you click record, will the other person know you are recording?
Click to expand...
Click to collapse
Yes it will record the conversations on both sides, I tested this its working.
works on h930ds v20y
Bronnel said:
Yes it will record the conversations on both sides, I tested this its working.
Click to expand...
Click to collapse
sorry, I meant if the person on the line knows you are recording the conversation. Like Google Voice, it'll announce the call is being recorded, something like that.
zrzhu said:
sorry, I meant if the person on the line knows you are recording the conversation. Like Google Voice, it'll announce the call is being recorded, something like that.
Click to expand...
Click to collapse
No, becuase there is no beeping sound so they can't detect.
Working fine on LG V20 H990DS Oreo.
Thank you.
I can confirm that this is working on the H918 (Tmobile variant lg v20) currently running the Alpha Oreo rom with the Mk2000 kernel. Just replace the apk and, wipe both caches, reboot and enjoy. Thanks to Bronnel for his testing and, for giving me the idea to test. Also thanks to Xpirt for this much needed app.
Works fine on the U998. Thanks.
Does this work on LG g7?
Just tried it doesn't work ?
What's the permission thingie? How can i change permission to 0644?
lovermed said:
Does this work on LG g7?
Just tried it doesn't work ?
Click to expand...
Click to collapse
Are you running a stock kernel just curious?
scorpio76r said:
Are you running a stock kernel just curious?
Click to expand...
Click to collapse
Yes stock kernel stock ROM with just root
lovermed said:
Yes stock kernel stock ROM with just root
Click to expand...
Click to collapse
Try the Mk2000 kernel.
lovermed said:
Does this work on LG g7?
Just tried it doesn't work
Click to expand...
Click to collapse
sorry about that I only tested on have v30 , a user also reported working on v20 but, I'm not sure for the g7
MortezaRht said:
What's the permission thingie? How can i change permission to 0644?
Click to expand...
Click to collapse
you can use root explorer or es file explorer.
scorpio76r said:
Try the Mk2000 kernel.
Click to expand...
Click to collapse
that is probably a good idea

[Pie] Remove Dual Clock Lockscreen V300L

Required ROOT
1 Replace system Roaming app with Roaming OREO version.
2 Using Dual Clock remover apk, can download apk from google.
- OREO roaming apk: https://drive.google.com/file/d/1-iayVGEuqjRJyHuEKd7pDEL55Fc0eccz/view?usp=drivesdk
Here some step, I've tried.
I've used ES File manager pro for this process.
- uninstall Roaming app (System app) [backup before uninstall]
- copy LGRoamingSettings apk to /system/product/priv-app/LGRoamingSettings. Then change permission to "-rw-r--r--"
- Restart the phone
- install Dual Clock remover apk, open the app and click second option then untick the first one to remove roaming clock.
- install Roaming app that had backup in first step.
Done!
Now you can remove dual clock on lock screen on Stock Pie even no root.
Just use this adb command:
Code:
shell settings put secure roaming_dualclock 1
Done
finally..a guide that truly works for stock pie?
Love you. I come a long way rooting the V300L just to back to stock and remove the clock. How funny. :laugh:
Updated method for root and non-root by using adb command
Worked for me on Android 10 on a G8 too, thank you.
Thanks, man. Worked on 10 on v50 without giving permissions to shady apps and downgrade boogaloo
yobakolobok said:
Thanks, man. Worked on 10 on v50 without giving permissions to shady apps and downgrade boogaloo
Click to expand...
Click to collapse
88/5000
is there a way to put the clock in the middle there is only the big or small option
ossken said:
88/5000
is there a way to put the clock in the middle there is only the big or small option
Click to expand...
Click to collapse
I literally just did what the main post said
yobakolobok said:
I literally just did what the main post said
Click to expand...
Click to collapse
the video call doesn't work abroad I have the g820 lg but the video call does not work
ossken said:
the video call doesn't work abroad I have the g820 lg but the video call does not work
Click to expand...
Click to collapse
Why are you replying to me?
ossken said:
the video call doesn't work abroad I have the g820 lg but the video call does not work
Click to expand...
Click to collapse
1) You don't have a Korean V30.
2) This mod has nothing to do with video calls.

Categories

Resources