found it here=http://forum.xda-developers.com/showthread.php?p=53710367
and wrote the way i did it for me to understand it hope it helps. i'm rooted with towel rooted had to try it my way since they have a zip to flash in recovery
ok i'm on stock rom rooted with towel root i use the altenate method using root explorer i made a copy of the feature.xml then copy it to my computer using wordpad i added the require line posted here=
<!-- Call -->
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
exit and save it then move it back to the phone internal storage then again root explorer went to where the file is=system/csc/feature.xml
in root explorer tab storage found the file press on it select copy then went back to the system/csc/feature.xml on the bottom laft corner hit copy here over write yes then press on the feature.xml then choose permission only.then you only need check mark on owner,group,others,write
click ok then reboot. once rebooted click on dialer then the number press on #one for voice mail once in voice mail if you look at the first button on the left it says record when you are listening to the voice click on it bam it start recording hit it again it stops and save it,hope this help others
that have a hard time figuring direction this is the best i can describe it. this is what it should look like=
!-- Call -->
<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
1iwilly said:
found it here=http://forum.xda-developers.com/showthread.php?p=53710367
and wrote the way i did it for me to understand it hope it helps. i'm rooted with towel rooted had to try it my way since they have a zip to flash in recovery
ok i'm on stock rom rooted with towel root i use the altenate method using root explorer i made a copy of the feature.xml then copy it to my computer using wordpad i added the require line posted here=
<!-- Call -->
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
exit and save it then move it back to the phone internal storage then again root explorer went to where the file is=system/csc/feature.xml
in root explorer tab storage found the file press on it select copy then went back to the system/csc/feature.xml on the bottom laft corner hit copy here over write yes then press on the feature.xml then choose permission only.then you only need check mark on owner,group,others,write
click ok then reboot. once rebooted click on dialer then the number press on #one for voice mail once in voice mail if you look at the first button on the left it says record when you are listening to the voice click on it bam it start recording hit it again it stops and save it,hope this help others
that have a hard time figuring direction this is the best i can describe it. this is what it should look like=
!-- Call -->
<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
Click to expand...
Click to collapse
Thanks for this. It works perfectly! :good:
anybody else that tried this mod is it still working for you.?? mine went back to + add call instead record even though the script still there unchange
1iwilly said:
anybody else that tried this mod is it still working for you.?? mine went back to + add call instead record even though the script still there unchange
Click to expand...
Click to collapse
Just replied to your pm. Still work for me.
will try to look at script again post results soon.
OK got it working again the script has to look like this or it won't work also it won't record if you turn data off and turn wifi calling on or both on.
<!-- Call -->
<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>
<!-- Dialer -->
NOT like this=
<!-- Call -->
<CscFeature_VoiceCall_ConfigRecording>RecordingAll owed</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>t rue</CscFeature_VoiceCall_RemoveCallButtonInLogsList
<!-- Dialer -->
hope this helps others
1iwilly said:
OK got it working again the script has to look like this or it won't work also it won't record if you turn data off and turn wifi calling on or both on.
<!-- Call -->
<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>
<!-- Dialer -->
NOT like this=
<!-- Call -->
<CscFeature_VoiceCall_ConfigRecording>RecordingAll owed</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>t rue</CscFeature_VoiceCall_RemoveCallButtonInLogsList
<!-- Dialer -->
hope this helps others
Click to expand...
Click to collapse
The difference is because you had a space in the word RecordingAllowed?
Related
A quick question. How does one disable the CD ROM pop-up that appears when connecting the phone? I tried using the same code as on the original Incredible (##7764726), and while it does take me to the same feature editor and I can select CD ROM option and do "disable", it reverts to "enabled" immediately.
Thanks in advance!
PS If anyone knows how to move apps onto an external SD Card?
Boris1M said:
A quick question. How does one disable the CD ROM pop-up that appears when connecting the phone? I tried using the same code as on the original Incredible (##7764726), and while it does take me to the same feature editor and I can select CD ROM option and do "disable", it reverts to "enabled" immediately.
Thanks in advance!
PS If anyone knows how to move apps onto an external SD Card?
Click to expand...
Click to collapse
you ll need root and access to /system/
nitsuj17 said:
you ll need root and access to /system/
Click to expand...
Click to collapse
I do have that. Would you happen to have instructions how to get rid of it?
Thanks!
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
*Madmoose* said:
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
Click to expand...
Click to collapse
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
ceayuso said:
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
Click to expand...
Click to collapse
hmmm ##PROGRAM# does nothing for me.
The ##PROGRAM## worked for me and gave me the menu, but no matter how many times i set the cdrom to disabled it never changes, just remains enabled.
Void4ever
ceayuso said:
This worked for me:
Dial ##PROGRAM#
Press Call
Enter six zeros for the password
Go to Feature Settings
Disable CD ROM
Back out
Click to expand...
Click to collapse
I'm with void4ever. Dialing the ## code was the first thing I did, just like on old Inc. I see the menu, but the change to CD ROM setting does not stick. It reverts to Enabled as soon as I hit OK on the selector...
you go to system/etc/ and remove (or re-name to .bak) CDROM.ISO
*Madmoose* said:
Don't have the phone in front of me right now, but i believe you navigate to \system\etc and cdrom.iso is in there, just delete it, or rename it (your choice).
If you don't have an app like rootexplorer you can also do it in TWRP's file manager. Just make sure you mount "system" first or you wont see the folder.
Click to expand...
Click to collapse
Thanks! That worked. Not quite the way I like to make config changes, but as long as it works.
Hi guys and gals. after many attempts, i have working cricket mms on my evo 3d
So... you root and research a good custom rom for you. You flash it, all goes well, it looks cool, feels nice you are on top of the world... (like I was) then you find your mms does not work...
here you go
1. make sure you have es file explorer downloaded
2. open your es file explorer
3. go to settings and select Root settings
4. check all the boxes and grant for superuser
now you are looking at the files on your sd card
5. click the "slash" icon on the top left
now you are looking at the whole phone
6. scroll down and select "system"
7. scroll down and select " build.prop"
it will ask you which program to use. I used the es note editor
NOTE you will be changing the build properties of you rom from sprint values to Cricket values
BE CAREFUL NOT TO CHANGE ANYTHING ELSE!!!
9. scroll down slowly you will see ro.build.fingerprint=Sprint
delete Sprint and change it to cricket
10. scroll down about 1/2 of the way down and you will see additional build properties
you will be looking for 4 lines
gsm.sim.operator.alpha=(change to Cricket)
gsm.sim.operator.numeric=(change to 310016)
gsm.operator.alpha=(change to Cricket)
gsm.operator.numeric(change to 310016)
and about 3/4 fof the way down
ro.cdma.home.operator.alpha=(change to Cricket)
ro.cdma.home.operator.numeric=(change to 310016)
back out and SAVE
REBOOT TWICE!!!!!!!!
11. now go into you es file explorer again this time to system
12. select etc
13. scroll down to a file called apns-conf.xml
delete it!
download this one and edit it with your phone number with notepad+ on your computer
edit the second one, not the value 45
https://www.dropbox.com/s/mqixefjs829t7jg/apns-conf.xml
put the file on your sd card and copy it to your system/etc folder
REBOOT TWICE!!!
16. using the voice dialer say "open apn"
17. delete the one you see
18. select reset to default
now you should see 2 apns and a little circle beside both
click the circle beside "cricket"
REBOOT TWICE AND WAIT FOR THE SYSTEM TO CATCH UP
download this mms.apk (this is not mine.. i found it for the evo 4g somewhere)
https://www.dropbox.com/s/iq42wk65ifolv8u/Mms.apk
using es file explorer, delete your old mms.apk under system/apps
remember, you have to mount es as root rw every time you reboot
roboot and move the new mms.apk to the system/apps and install
next reboot
go back into es file and (set root rw again)move to the new mms.apk.
long press it and chose permissions.
set your permissions like the screenshot in at the bottom
this has been proven on my evo3d
NOTE. if you are a flashaholic, you will store the mms.apk and the apns-config.xml on your sd card so you can do this with every flash
if this helped you, press the thanks button please!!!
I use cricket and I have never changed the build.prop to get mms working. I change the apn and if it is a jellybean rom the mms.apk.
do you know how to fix mms on htc evo 3d with virgin mobile?
jlmancuso said:
I use cricket and I have never changed the build.prop to get mms working. I change the apn and if it is a jellybean rom the mms.apk.
Click to expand...
Click to collapse
i tried to leave the sprint settings and got it to work (sometimes) it always works for me this way
bosshoss14 said:
do you know how to fix mms on htc evo 3d with virgin mobile?
Click to expand...
Click to collapse
nope... sorry. I only have cricket. but if you search for the apn settings for virgin and put them in, it may work
jaredl45600 said:
nope... sorry. I only have cricket. but if you search for the apn settings for virgin and put them in, it may work
Click to expand...
Click to collapse
Ok thanks :good::good:
Ok so for anyone wondering how to fix mms on virgin mobile/ sprint/ boost follow these instructions provided in this thread http://forum.xda-developers.com/showthread.php?t=1794956
jaredl45600 said:
Hi guys and gals. after many attempts, i have working cricket mms on my evo 3d
So... you root and research a good custom rom for you. You flash it, all goes well, it looks cool, feels nice you are on top of the world... (like I was) then you find your mms does not work...
here you go
1. make sure you have es file explorer downloaded
2. open your es file explorer
3. go to settings and select Root settings
4. check all the boxes and grant for superuser
now you are looking at the files on your sd card
5. click the "slash" icon on the top left
now you are looking at the whole phone
6. scroll down and select "system"
7. scroll down and select " build.prop"
it will ask you which program to use. I used the es note editor
NOTE you will be changing the build properties of you rom from sprint values to Cricket values
BE CAREFUL NOT TO CHANGE ANYTHING ELSE!!!
9. scroll down slowly you will see ro.build.fingerprint=Sprint
delete Sprint and change it to cricket
10. scroll down about 1/2 of the way down and you will see additional build properties
you will be looking for 4 lines
gsm.sim.operator.alpha=(change to Cricket)
gsm.sim.operator.numeric=(change to 310016)
gsm.operator.alpha=(change to Cricket)
gsm.operator.numeric(change to 310016)
and about 3/4 fof the way down
ro.cdma.home.operator.alpha=(change to Cricket)
ro.cdma.home.operator.numeric=(change to 310016)
back out and SAVE
REBOOT TWICE!!!!!!!!
11. now go into you es file explorer again this time to system
12. select etc
13. scroll down to a file called apns-conf.xml
delete it!
download this one and edit it with your phone number with notepad+ on your computer
edit the second one, not the value 45
https://www.dropbox.com/s/mqixefjs829t7jg/apns-conf.xml
put the file on your sd card and copy it to your system/etc folder
REBOOT TWICE!!!
16. using the voice dialer say "open apn"
17. delete the one you see
18. select reset to default
now you should see 2 apns and a little circle beside both
click the circle beside "cricket"
REBOOT TWICE AND WAIT FOR THE SYSTEM TO CATCH UP
download this mms.apk (this is not mine.. i found it for the evo 4g somewhere)
https://www.dropbox.com/s/iq42wk65ifolv8u/Mms.apk
using es file explorer, delete your old mms.apk under system/apps
remember, you have to mount es as root rw every time you reboot
roboot and move the new mms.apk to the system/apps and install
next reboot
go back into es file and (set root rw again)move to the new mms.apk.
long press it and chose permissions.
set your permissions like the screenshot in at the bottom
this has been proven on my evo3d
NOTE. if you are a flashaholic, you will store the mms.apk and the apns-config.xml on your sd card so you can do this with every flash
if this helped you, press the thanks button please!!!
Click to expand...
Click to collapse
why the hell hasn't more people been to directed to this thread with unbeatable mms problems with cricket just changing apn settings DOES NOT WORK for alot of cricket users.
Edit: guess i shoulda seen that it was done on a evo3d as it didn't work for my evo 4g i shoulda known when two lines were missing from the build prop. as soon as i got to the voice dialer with the apns there were no apns listed and hitting reset to default brough nothing. back to the battery sucking no blue tooth everything cricket rom. Ive tried litterally hundreds of roms and mustve edited apns 1000 times and still cant get mms to work except for one rom.
The mms.apk was found on a evo 4g site somewhere. Maybe there is something else. Or maybe it was a 4g LTE. I don't remember now, but I know it will not work on stock versions of sprint ROMs. I tried.....
Sent from my PG86100 using xda premium
Disable the Camera's annoying Shutter Sound on your Verizon Galaxy S4 with NC5 KitKat:
I found some inspiration here.
This requires you understand how to edit files on your /system partition which is normally read-only. So, you'll have to know how to mount /system with "rw" permissions. If this makes no sense to you, then this mod isn't for you.
Enable RW on /system in your favorite root explorer. I used ES File Explorer (so, with that you click the upper left icon, scroll down to "Root Explorer" and make sure it is "ON". Then, press on the "Root Explorer" words themselves to the left of the "ON" button, press on Mount R/W and go turn on RW for /system in there.) If you don't do this, don't bother with the rest of the steps.
Now you can navigate to: /system/csc/
Open: feature.xml
Edit it. (I used ES File Explorer's built in editor, which you have to put into edit mode.)
Scroll down to the <!-- Camera --> section, maybe 1/5th of the way down.
Find where it says:
Code:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
Change the false to: true
It'll look like this when you're done:
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Reboot. You should be good to go.
(Personally, I went further. I renamed the camera related audio files from /system/media/audio/ui/, I booted into SafeStrap Recovery and wiped the Dalvik cache and the main cache. Probably a little overkill, but I really hate that shutter sound. I don't want it.)
Now, I have a "Shutter sound" option buried in the camera's normal settings. (Open camera, click the gear icon, click the gear icon again, and if you still have a gear icon tab, you need to go to that gear icon tab and scroll down. The "Shutter sound" option is the second to last entry and you can turn it off. Yay!
If this helped you, click Thanks.
Thanks for your guide works great on my Note 3.
Sent from my SM-N900V using XDA Premium 4 mobile app
Worked for my S4, running stock, rooted KK 4.4.2. Thanks, i hate the shutter sound too.:good:
not working on samsung neo I9301
Hi,
didn't work with Samsung Galaxy Neo I9301, stock rom I9301IXXUANF2 4.4.2. It hasn't a feature.xml in system/csc and adding the parameter in others.xml has no effect
other ways to disable the shutter sound over the kamera gear options ?
regards,
Frank
The only thing I could think of would be to pull system through add and search all the files on your computer for files that contain the term shutter to see if there is an equivalent.
for rooted LOLLIPOP devices just use this:
thanks to @ RVR
STEPS:-
1- Install the latest apk
2- Open any root explorer (es file explorer
preferred ) and navigate to /data/data/
com.whatsapp/shared_prefs/
com.whatsapp_preferences.xml
3- Add these 2 lines anywhere in the file but within
the <map></map> and save
<boolean name="call" value="true" />
<string name="call_allowed">all</string>
4- Then go to Settings/Apps/Whatsapp and force
stop it !
Open the app again
You have now enabled calls !!!!!!!! Enjoy!!!!
FOR THIS TO WORK BOTH PERSONS(SENDER ND
RECEIVER) SHOULD HVE THIS ENABLED AND U
HAVE TO ANSWER A CALL FROM SOMEONE WHO
HAS ACTIVATED THIS. ITS LIKE INVITATION. GOOD
LUCK
Only Lollipop?
It work on kitkat not4 but can't make call
It works only once...
Hi,
Edited .xml file and restart Whatsapp. When open again there was call featute available. But after press back button and checked again call feature is missing. When checked .xml file, it has been automatically back to the original lines. All the text i have entered is deleted. is there any backup feature in whatsapp need to disable to use this feature continues?
jisharka said:
Hi,
Edited .xml file and restart Whatsapp. When open again there was call featute available. But after press back button and checked again call feature is missing. When checked .xml file, it has been automatically back to the original lines. All the text i have entered is deleted. is there any backup feature in whatsapp need to disable to use this feature continues?
Click to expand...
Click to collapse
Sorry guys it works no more..... whatsapp has disabled beta
testing for the call feature
After rooting the phone, i have tried to edit others.xml file to enable:
1. Exit option for Browser.
2. Call block and sms block (in the system setting)
3. Turn on or off camera shutter sound.
And some other things.
You just download the attachement, and put it onto system/csc folder. Set permission for this file.
Remember to rename the original file to use later if you want.
Hit Thank button if you appreciate my work. That makes me happier to post in our forum. Thank all.
Great work.
But i have one Error.
If i click on "smart block", settings crashes.
Sorry for my english.
I hope you understand what i mean.
nhthiencp said:
After rooting the phone, i have tried to edit others.xml file to enable:
1. Exit option for Browser.
2. Call block and sms block (in the system setting)
3. Turn on or off camera shutter sound.
And some other things.
You just download the attachement, and put it onto system/csc folder. Set permission for this file.
Remember to rename the original file to use later if you want.
Hit Thank button if you appreciate my work. That makes me happier to post in our forum. Thank all.
Click to expand...
Click to collapse
Hi.
So, dont use this function. It does not matter.
There has been no comment since so far. Sad threat!
Nice work but I just got the a5 not long ago so not rooting it yet