Is it possible to get the shutter sound mod? Plenty of Roms have it but the one I'm using doesn't. Its a great ROM but this a feature that I really use.
Thanks in advance :fingers-crossed:
It might be helpful to provide which rom you're using.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
pransh said:
Is it possible to get the shutter sound mod? Plenty of Roms have it but the one I'm using doesn't. Its a great ROM but this a feature that I really use.
Thanks in advance :fingers-crossed:
Click to expand...
Click to collapse
Have you tried downloading the file Restore Camera Sounds from Omega files thread (page3). Do a nandroid first just in case.
spycedtx said:
It might be helpful to provide which rom you're using.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Click to expand...
Click to collapse
My signature is quite visible
pransh said:
My signature is quite visible
Click to expand...
Click to collapse
If it is, it's not appearing on the xda app. I see no signature for you on either post.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
you can just add this line to your features.xml file in /system/csc
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
iahk said:
you can just add this line to your features.xml file in /system/csc
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Click to expand...
Click to collapse
Thanks man it worked
P.S: Is toggle switch(er) possible?
______________
Edit:
Only the sound went away. The option doesn't show in the settings menu
iahk said:
you can just add this line to your features.xml file in /system/csc
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Click to expand...
Click to collapse
would this work on a stock rooted Verizon GN II by any chance?
Related
I have seen the how to enable thread (Thanks freeza!), but this is how I found to make the feature functional. Enable Shutter Sound (Working)
Note: In the Jelly Bean LIF Update, the build.prop no longer forces CameraSound, If you have updated to Jelly Bean, ignore step one.
Step One: First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
Step Two: So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
s3.Zeke said:
I have seen the how to enable thread, but this is how I found to make the feature functional. Enable Shutter Sound (Working)
First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
Click to expand...
Click to collapse
Yes thats exactly what I figured out on the thread I linked below days ago but nobody really seen it.
http://forum.xda-developers.com/showthread.php?t=1771205&page=9
E-POUND said:
Yes thats exactly what I figured out on this thread days ago but nobody really seen it.
http://forum.xda-developers.com/showthread.php?t=1771205&page=9
Click to expand...
Click to collapse
Yeah but it was missing the build.prop tweak. This show to get the menu and make it functional!
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
Yeah but it was missing the build.prop tweak. This show to get the menu and make it functional!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
E-POUND said:
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
Click to expand...
Click to collapse
Yeah all I saw is freeza's post...
Sent from my SPH-L710 using xda app-developers app
E-POUND said:
No it also has the build.prop tweak. Read my post on the link. 2nd post down. Your fix is the exact same fix I posted on that thread days ago. Take a look.
Click to expand...
Click to collapse
So I read through and saw your comment. So the difference is this being a complete post specific to the shutter sound. Thanks any way bro.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
So I read through and saw your comment. So the difference is this being a complete post specific to the shutter sound. Thanks any way bro.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Yes Zeke, I completely realized that. All Im asking is shouldn't the creator of the modification be giving proper acknowledgement? Or link to the original creators thread so pple will know who exactly had parts into the creation? Instead of making a new thread like the OP of the new thread is the original creator. When I created the SAME MOD thats in this thread 3 to 4days before you posted ur thread I even quoted Freeza for one part(/system/csc/feature.xml file edit) and Kitcar from a Epic Touch thread for the other part (the build.prop) edit.
All I did was take both parts, from two different forums and put them together and posted the solution on the same thread that was talking about the problem. I combined Freeza's mod with Kitcar's mod and the shutter on and off worked with the menu button. Then I posted the solution for everyone to see in the same thread. Im not trying to take props from u I just think pple should have been linked to that thread or my post if they wanted to know who had something to do with the modification instead of making a whole new thread about it, with out links to the orignal thread because the solution was in there. Freeza could of even updated the orignal post with the solution and gave proper acknowledgement when ever he had time.
s3.Zeke said:
I have seen the how to enable thread, but this is how I found to make the feature functional. Enable Shutter Sound (Working)
First we make an edit to the build.prop file located in "/system/build.prop"
Edit the following line:
#add camera sound property for SPR concept
ro.camera.sound.forced=1
To look like this:
#add camera sound property for SPR concept
ro.camera.sound.forced=0
So far we have changed the build.prop, now we will change an option in the feature.xml located in "/system/csc/feature.xml"
Edit the following line:
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
To look like this:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
So now we will save these files and replace them with the originals.
Reboot and enjoy the ability to turn off the shutter sound when you please, and re enable it when you please as well!
Let me know if you need any help.
Hit the thanks button!
Click to expand...
Click to collapse
Nice find! Great job.
E-POUND said:
Yes Zeke, I completely realized that. All Im asking is shouldn't the creator of the modification be giving proper acknowledgement? Or link to the original creators thread so pple will know who exactly had parts into the creation? Instead of making a new thread like the OP of the new thread is the original creator. When I created the SAME MOD thats in this thread 3 to 4days before you posted ur thread I even quoted Freeza for one part(/system/csc/feature.xml file edit) and Kitcar from a Epic Touch thread for the other part (the build.prop) edit.
All I did was take both parts, from two different forums and put them together and posted the solution on the same thread that was talking about the problem. I combined Freeza's mod with Kitcar's mod and the shutter on and off worked with the menu button. Then I posted the solution for everyone to see in the same thread. Im not trying to take props from u I just think pple should have been linked to that thread or my post if they wanted to know who had something to do with the modification instead of making a whole new thread about it, with out links to the orignal thread because the solution was in there. Freeza could of even updated the orignal post with the solution and gave proper acknowledgement when ever he had time.
Click to expand...
Click to collapse
Okie Doke. Don't get your panties in a bunch
Sent from my SPH-L710 using xda app-developers app
freeza said:
Nice find! Great job.
Click to expand...
Click to collapse
Worked off of your thread freeza. And I will edit to link you in. My apologies freeza.
Now I hope all is squared.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
Okie Doke. Don't get your panties in a bunch
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Lol Boxer Briefs here Zeke... i just hate when people take credit for my work. U put 'Hit the Thanks button" below ur post like you should be given thanks for my MOD. I created this MOD with a little searching and you made a thread about it. That it.
Like I said im not trying to steal ur props Im just saying give credit where credit is due. Yes im just a Junior Member so maybe thats y u dont want to give me credit for being the original finder of this MOD but you will just credit Freeza because it was found in his thread. But i am the one who posted this Camera MOD/FIX in Freeza's thread before you made THIS thread about it.
E-POUND said:
Lol Boxer Briefs here Zeke... i just hate when people take credit for my work. U put 'Hit the Thanks button" below ur post like you should be given thanks for my MOD. I created this MOD with a little searching and you made a thread about it. That it.
Like I said im not trying to steal ur props Im just saying give credit where credit is due. Yes im just a Junior Member so maybe thats y u dont want to give me credit for being the original finder of this MOD but you will just credit Freeza because it was found in his thread. But i am the one who posted this Camera MOD/FIX in Freeza's thread before you made THIS thread about it.
Click to expand...
Click to collapse
Wow bro, get over yourself. I found the build prop on my own. Deal with it boy u deserve no credit from me because I used nothing from you. From freeza yes. NOT YOU BRO. GET OVER YOURSELF YOU DESERVE NO CREDIT FROM ME OR THIS POST. AND IT SHALL STAY THAT WAY. Thanks.
Sent from my SPH-L710 using xda app-developers app
I did this on my stock rooted LI3 phone and it wouldn't boot afterwards. Just a black screen. Had to revert the changes to those files before I could boot.
Is this mod only supported in a specific version of the firmware?
cliffhopper said:
I did this on my stock rooted LI3 phone and it wouldn't boot afterwards. Just a black screen. Had to revert the changes to those files before I could boot.
Is this mod only supported in a specific version of the firmware?
Click to expand...
Click to collapse
You must have done something very wrong and different bro. Try again and follow these easy instructions very carefully, and if your on TW it works. If you really need the help, I dont mind. Send me your System folder and ill adjust for you.... let me know.
If you two keep fighting the mods will lock this thread. Also a bit different then how i remove the camera sounds but still good.
Sent from my SPH-L710 using xda app-developers app
jamcar said:
If you two keep fighting the mods will lock this thread. Also a bit different then how i remove the camera sounds but still good.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Playing fair... scouts honor. : p
Sent from my SPH-L710 using xda app-developers app
Went to apply these tweaks to freegs3 Rom, but the tweaks were already there. But the sounds still won't toggle, even though I have the shutter sounds to off in settings. I dunno, is this something I should ask Clark44 on his thread?? Haha
Sent from my SPH-L710 using xda app-developers app
drewmonge said:
Went to apply these tweaks to freegs3 Rom, but the tweaks were already there. But the sounds still won't toggle, even though I have the shutter sounds to off in settings. I dunno, is this something I should ask Clark44 on his thread?? Haha
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Clark44 has a silent sound overwriting the original maybe? It's been months since o flashes that Rom sorry bro... see if there are any other changes by him maybe? But I'm thinking that the shutter sound was replaced with a silent file so no matter what now it's not gonna make a noise...? Let me know bro. I'll help however I can.
Sent from my SPH-L710 using xda app-developers app
s3.Zeke said:
You must have done something very wrong and different bro. Try again and follow these easy instructions very carefully, and if your on TW it works. If you really need the help, I dont mind. Send me your System folder and ill adjust for you.... let me know.
Click to expand...
Click to collapse
The first time I did this, I modified the files with ES file explorer's default text editor.
I installed busybox and used vi to edit it, and that seems to have worked correctly!
cliffhopper said:
The first time I did this, I modified the files with ES file explorer's default text editor.
I installed busybox and used vi to edit it, and that seems to have worked correctly!
Click to expand...
Click to collapse
Nice! Glad you got it working bro! Enjoy the feature you should of had out the gate!
Sent from my SPH-L710 using xda app-developers app
How can you remove the NFC icon from the status bar and not just make it invisible? With other phones you can change the build prop but I didn't find an entry for NFC in the AT&T Note 2 buildprop.
Thank you for your help.
Somewhere I found a thread on editing csc properties. I can't recall where, but a search on csc/xml/nfc should guide you there.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Could you post a screenshot? I've never seen this icon
Sent from my GT-N7100 using xda premium
kylec said:
Could you post a screenshot? I've never seen this icon
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
You should start a thread asking for it.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
This can be edited in the feature.xml file (located in "/system/csc/feature.xml") under NFC, StatusBarIconType should be changed from ATT to none. Save and then reboot.
SmiLey497 said:
This can be edited in the feature.xml file (located in "/system/csc/feature.xml") under the NFC the Statusbaricontype should be changed from ATT to none.
Click to expand...
Click to collapse
THANK YOU!!
i can confirm this works on my AT&T note 2 running cleanROM.
this icon was driving me nuts cause it's ugly and clutters up the status bar.
only additional note i have is that you have to change it to "none" then reset your phone. should be gone after that.
jryuuu said:
THANK YOU!!
i can confirm this works on my AT&T note 2 running cleanROM.
this icon was driving me nuts cause it's ugly and clutters up the status bar.
only additional note i have is that you have to change it to "none" then reset your phone. should be gone after that.
Click to expand...
Click to collapse
Funny. I need a way to turn it on. Can you copy/paste the code here? Thanks.
howard30 said:
Funny. I need a way to turn it on. Can you copy/paste the code here? Thanks.
Click to expand...
Click to collapse
<!-- NFC -->
<CscFeature_NFC_SetSecureEventType>ISIS</CscFeature_NFC_SetSecureEventType>
<CscFeature_NFC_StatusBarIconType>none</CscFeature_NFC_StatusBarIconType>
<CscFeature_NFC_DefaultCardModeConfig>DISABLE</CscFeature_NFC_DefaultCardModeConfig>
Confirmed working on stock At&t rom
Sent from my Galaxy note 2 using Tapatalk 2
Thanks
SmiLey497 said:
This can be edited in the feature.xml file (located in "/system/csc/feature.xml") under NFC, StatusBarIconType should be changed from ATT to none. Save and then reboot.
Click to expand...
Click to collapse
Thanks, worked perfectly on AT&T Galaxy Note 2 regular ROM. I patched Google Wallet to use that so have a reason to have NFC on now and that icon was annoying and a waste of space!
Thanks again.
:good:
SmiLey497 said:
This can be edited in the feature.xml file (located in "/system/csc/feature.xml") under NFC, StatusBarIconType should be changed from ATT to none. Save and then reboot.
Click to expand...
Click to collapse
I know this thread is old but I have the same problem and I didn't find any "csc/feature.xml" under system. I have an Xperia SL running on rooted JellyBean. Sorry for my noobiness and thanks in advance!
Code:
SmiLey487
Im trying to port this over to other carrier variants since they dont have it and people want it... If i want to change it to tmobile I would have to add that line and instead of putting att/none should i put tmobile/tmo
Could someone please point me to a link that will help me mod an app to be used at 240dpi. I have searched and nothing comes up about a tut to change from 320dpi to 240dpi.
I dont want to change the dpi to 240 of the rom. I want to be able to mod the app so when 240dpi is used it will still look right in terms of the layout.
Any help would be greatly appreciated.
Cheers,
Evil.
You want to look for the xposed framework. You can change dpi on an app by app basis.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
spycedtx said:
You want to look for the xposed framework. You can change dpi on an app by app basis.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Click to expand...
Click to collapse
Yes I know that thinks but the problem is some apps don't like lower dpi's as they have not been created for them. E.g. the stock dialer of TW can't be used at 240dpi as the dialpad is all out.
Cheers for your response though.
There's this guide
http://forum.xda-developers.com/showthread.php?t=2167007
McLaren__F1 said:
There's this guide
http://forum.xda-developers.com/showthread.php?t=2167007
Click to expand...
Click to collapse
Again as I said to the guy above you 2 posts, I already know about that and use it but some apps don't look right with 240dpi. I want to mod the apps themselves to be able to be used at 240dpi.
Thanks though.
Cheers,
Evil.
Ah. That's a bit different than the way your inquiry originally read. :/
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
spycedtx said:
Ah. That's a bit different than the way your inquiry originally read. :/
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Click to expand...
Click to collapse
Sorry, wording is everything I agree. I want to mod the actual apps so they look right when used at 240dpi.
I'll edit the first post.
Cheers,
Evil.
You need to use xposed settings for the apps that don't look well.
Just select the app in it and in dpi change it to 320dpi.
This is mostly to be done with system apps as play store apps are generally made to be scaled.
Sent from my GT-N7100
UtkarshGupta said:
You need to use xposed settings for the apps that don't look well.
Just select the app in it and in dpi change it to 320dpi.
This is mostly to be done with system apps as play store apps are generally made to be scaled.
Sent from my GT-N7100
Click to expand...
Click to collapse
Exactly what I don't want. Please read the posts in the thread. I want to mod the apps that don't work with 240dpi so that when the rom I am using is in 240dpi app layouts that don't work with 240 will work.
Sent from my GT-N7105 using xda premium
I thinkhe is looking for the MULTI DPI APPS by bala_gamer.????
to fix the apps the apps that don't work on 240DPI
flatronics said:
I thinkhe is looking for the MULTI DPI APPS by bala_gamer.????
to fix the apps the apps that don't work on 240DPI
Click to expand...
Click to collapse
No I'm sorry don't you people read. I want a tut that guides me on how to turn an app into a multi dpi app so that I can use the same app between different roms at different dpi's
Sent from my GT-N7105 using xda premium
I don't think there is a guide about it.
Try contacting bala_gamer where he learnt from.
I think you should unpack both stock and modded apps to see what is changed in there.
Unpack both with apktool from google.
Then use a compare tool that will calculate the differences between the two apks.
Sent from my GT-N7100
UtkarshGupta said:
I don't think there is a guide about it.
Try contacting bala_gamer where he learnt from.
I think you should unpack both stock and modded apps to see what is changed in there.
Unpack both with apktool from google.
Then use a compare tool that will calculate the differences between the two apks.
Sent from my GT-N7100
Click to expand...
Click to collapse
Best answer so far thank you I will do that.
Sent from my GT-N7105 using xda premium
Hi
will be much appreciate if someone can do us a favor and make a multi DPI Dialer.
Thanks in advance:fingers-crossed:
atagilbert said:
Hi
will be much appreciate if someone can do us a favor and make a multi DPI Dialer.
Thanks in advance:fingers-crossed:
Click to expand...
Click to collapse
How does multiwindow work for this DPI setting? Sorry, off topic but i assume you are running 360 DPI? so i figured "quick! ask!"
elesbb said:
How does multiwindow work for this DPI setting? Sorry, off topic but i assume you are running 360 DPI? so i figured "quick! ask!"
Click to expand...
Click to collapse
Normal, I’m using Multi windows Manager and transparent mod, look awesome
atagilbert said:
Normal, I’m using Multi windows Manager and transparent mod, look awesome
Click to expand...
Click to collapse
Thanks! I know on the S3 the Multiwindow feature did'nt work when changing DPI. Well, it worked, but everything was all wacked out. lol. Bout your phone issue, what exactly is the issue? Screenshot? I might be able to fix it.
elesbb said:
Thanks! I know on the S3 the Multiwindow feature did'nt work when changing DPI. Well, it worked, but everything was all wacked out. lol. Bout your phone issue, what exactly is the issue? Screenshot? I might be able to fix it.
Click to expand...
Click to collapse
Thanks a million
please see below screenshot of the issue (dialer) and the multiwindow on 360 dpi
atagilbert said:
Thanks a million
please see below screenshot of the issue (dialer) and the multiwindow on 360 dpi
Click to expand...
Click to collapse
Oh boy That dialer looks sexy xD Multiwindow looks a lot better then on the S3 when changing DPI. Much better.
Should be able to fix the dialer once i get the device. Or if i download the Firmware update from sammobile. I might be getting the device tomorrow. Im just afraid to use it without my otter box case xD
Please read forum rules before posting
Questions and help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
Does anyone know how to disable low battery and critical battery alert?
Im running wicked v4.
Thanks in advance
sleepypikachu said:
Does anyone know how to disable low battery and critical battery alert?
Im running wicked v4.
Thanks in advance
Click to expand...
Click to collapse
Edit the apk. It's a smali edit. I changed mine to a swipe awayable notification.
Sent from my SGH-M919 using Tapatalk 2
elesbb said:
Edit the apk. It's a smali edit. I changed mine to a swipe awayable notification.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Would you please show me how?
sleepypikachu said:
Would you please show me how?
Click to expand...
Click to collapse
its kind of an extensive process if you have never done any sort of programming/smali work before. Just look up "how to decompile apks" in google, then follow some of those links. I may release mine if users really want it.
elesbb said:
its kind of an extensive process if you have never done any sort of programming/smali work before. Just look up "how to decompile apks" in google, then follow some of those links. I may release mine if users really want it.
Click to expand...
Click to collapse
If you could release yours that would be great. Sorry I'm new to this
Lol so much to learn
If you have Xposed installed, try this: http://forum.xda-developers.com/showthread.php?t=2480714
sleepypikachu said:
Does anyone know how to disable low battery and critical battery alert?
Im running wicked v4.
Thanks in advance
Click to expand...
Click to collapse
if your rooted just delete the sound files in /system/media/ui