Since the Note 3 is new, and so far, there is only one custom Rom, I've seen the "how do I disable camera sounds" question asked a few times.
I'm sure your favorite developer will incorporate this feature, into future Roms, like they have in the past, for previous devices. This is mainly for us impatient noobs.
You must be rooted. Using a root explorer, navigate to /system/csc. Backup your feature.xml. Navigate to /system/csc/SPR/system/csc. Copy feature.xml. Navigate back to /system/csc. Paste the new file, over writing the old one. Open the new feature.xml, scroll to the camera section, and change:
<CscFeature_Camera_ShutterSoundMenu>false</
CscFeature_Camera_ShutterSoundMenu>
to:
<CscFeature_Camera_ShutterSoundMenu>true</
CscFeature_Camera_ShutterSoundMenu>
Save, exit,
Set permissions to rw-r--r--
Reboot
Note: I used 'Root Explorer'. ES File Explorer may also work.
Here is a list of potential csc parameters, gathered from other phones. I didn't create this list. I found it about a year ago, and thought it might be interesting, to play around with.
Edit: the text file came from @kkoolpatz
http://forum.xda-developers.com/showthread.php?t=2033894
I followed this exactly I'm still not getting that option to silence the shutter. Is there a detail you left out or am I just missing something? I tried twice
Sent from my SM-N900P using XDA Premium 4 mobile app
SantinoInc said:
I followed this exactly I'm still not getting that option to silence the shutter. Is there a detail you left out or am I just missing something? I tried twice
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I edited the OP, to make it clearer, and modified the method, slightly.
One other possibility. Backup your feature.xml. Navigate to /system/csc/SPR/system/csc. Copy feature.xml. Navigate back to /system/csc. Paste the new file, over writing the old one. Open the new feature.xml, and change:
<CscFeature_Camera_ShutterSoundMenu>false</
CscFeature_Camera_ShutterSoundMenu>
to:
<CscFeature_Camera_ShutterSoundMenu>true</
CscFeature_Camera_ShutterSoundMenu>
(You're changing 'false' to 'true,)
Save, exit,
Set permissions to rw-r--r--
Reboot
Very useful. Thank you.
Thanks for the clarification in the OP. I now got it to work. Problem I had before was that I did not realize that I was simply changing false to true. Super simple.
Sent from my SM-N900P using XDA Premium 4 mobile app
12MaNy said:
Very useful. Thank you.
Click to expand...
Click to collapse
I'm glad it worked for you. Thanks for the feedback.
SantinoInc said:
Thanks for the clarification in the OP. I now got it to work. Problem I had before was that I did not realize that I was simply changing false to true. Super simple.
Sent from my SM-N900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Great! It's good to hear that the instructions where clear enough to be followed. There's a lot more that can be enabled, such as using the camera during calls. It's the same principle, just a matter of searching through the feature.xml, and flipping or changing the variables.
Something to add to the first post. Make a backup of the original in case you ever screw up.
Compusmurf said:
Something to add to the first post. Make a backup of the original in case you ever screw up.
Click to expand...
Click to collapse
Always good advice, but it's already there. Unless you're talking about a nandroid...
Must have missed it. I was going to post the same thing since that was one of the first things I did when rooted but never got around to it. Glad someone posted it for others. Always good to share info. However you should have done it in the DEV section with a [MOD] Tag. Post some of the other tweaks too. It'll disappear here in General.
Compusmurf said:
Must have missed it. I was going to post the same thing since that was one of the first things I did when rooted but never got around to it. Glad someone posted it for others. Always good to share info. However you should have done it in the DEV section with a [MOD] Tag. Post some of the other tweaks too. It'll disappear here in General.
Click to expand...
Click to collapse
Yeah, maybe so. I went back and forth in my mind, and decided that this really isn't development, so here we are in 'General'.
I had a bunch of these edits, when I had my Note 2. I'll have to dig through, and see what additional features we can enable on the Note 3. Any help is definitely appreciated.
Geez, i wonder why Sprint wont include this option by default. On the at&t Note 3, the option to silence is already baked in.
optimummind said:
Geez, i wonder why Sprint wont include this option by default. On the at&t Note 3, the option to silence is already baked in.
Click to expand...
Click to collapse
Sprint can't afford a lawsuit when some idiot takes a silent upskirt photo and someone decides to sue them for not having it make noise.
I'm on stock rooted and es explorer gives me a permission denied error when I try to overwrite features.xml from the SPR folder to system/csc, also unable to rename or edit directly from system/csc but I can copy and paste elsewhere to back up.
Tavo_7 said:
I'm on stock rooted and es explorer gives me a permission denied error when I try to overwrite features.xml from the SPR folder to system/csc, also unable to rename or edit directly from system/csc but I can copy and paste elsewhere to back up.
Click to expand...
Click to collapse
Open ES File Explorer and tap the phone menu button. A pane should open on the left side of the screen. Scroll to the bottom, and turn "Root Explorer" on. When the Super User prompt pops up, be sure to allow it.
Root explorer was already on, but I toogled on off just in case and it still fails. See screenshots
Tavo_7 said:
Root explorer was already on, but I toogled on off just in case and it still fails. See screenshots
Click to expand...
Click to collapse
I'm not sure what the problem is. ES File had some problems with root, about a year ago, but I thought they got that fixed. I use it everyday, but not the root functions. Maybe you can try going into SuperSU, selecting ES File, and tapping "forget", then go back into ES, and accept the SU prompt.
LMMT said:
I'm not sure what the problem is. ES File had some problems with root, about a year ago, but I thought they got that fixed. I use it everyday, but not the root functions. Maybe you can try going into SuperSU, selecting ES File, and tapping "forget", then go back into ES, and accept the SU prompt.
Click to expand...
Click to collapse
Still failing after forgetting, I also reinstalled both ES and SU and no good. Any other free root explorers I can test? Or can anyone else using es verify if it's working for them?
Tavo_7 said:
Still failing after forgetting, I also reinstalled both ES and SU and no good. Any other free root explorers I can test? Or can anyone else using es verify if it's working for them?
Click to expand...
Click to collapse
There are several free in the Play Store. Maybe try a few?
LMMT said:
There are several free in the Play Store. Maybe try a few?
Click to expand...
Click to collapse
I downloaded 'Root Browser' from the play store and this did the trick, ES Explorer is having root issues with the Note 3, well at least on my phone since no one else confirmed. I added the shutter menu (working) , enabled camera during calls (working), and tried to add a call button from the logs list but this didn't appear to work.
Thanks again!
Tavo_7 said:
I downloaded 'Root Browser' from the play store and this did the trick, ES Explorer is having root issues with the Note 3, well at least on my phone since no one else confirmed. I added the shutter menu (working) , enabled camera during calls (working), and tried to add a call button from the logs list but this didn't appear to work.
Thanks again!
Click to expand...
Click to collapse
Good. I'm glad you got it working.
Related
I've got slideit on my nook, but can't seem to activate it. It tells me I need to activate it manually, but when I go to settings/keyboard, the screen flickers and takes me to the home screen. I've tried disabling almost all the running apps and rebooting, but the same thing still happens.
I've been able to find help on rooting, adding apps, etc, on this forum, so maybe someone could give me some advice.
Try moving the apk from data/app to system/app folder then you should be able to install and setup the keyboard.
j.a said:
Try moving the apk from data/app to system/app folder then you should be able to install and setup the keyboard.
Click to expand...
Click to collapse
That's where it is now. I followed the directions on another thread, but the problem seems to be not being able to get into settings/keyboard.
Are you using the NookColor Tools app for settings, or the stock settings?
I recommend NCT.
Sent from my ADR6300 using XDA App
duloz said:
Are you using the NookColor Tools app for settings, or the stock settings?
I recommend NCT.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I had been trying with the stock. In NCT there's the option to choose keyboard but slideit isn't listed. I'll try downloading the apk and putting it in system/app again.
I'm also having a problem with SlideIT. I've pushed it to the device, and when I bring up NCT it's in fact the only option to select. However, it never actually comes up. In other words, if I enter a text entry box the keyboard never pops up.
Try messing with the permissions once it is in the systems/app folder. I've neutral been giving them full user permission but that might not be needed. Also sometimes a reboot is needed.
Sent from my rooted nookcolor using XDA App
Got mine working! Thanks!
Whats the magic process
theroberts said:
Got mine working! Thanks!
Click to expand...
Click to collapse
so what did you do to get it to work?
Lol throw us a bone here.. how do you get slideit working?
How i got mine working.
I installed it using dropbox. I put my apk file in dropbox, then i install it. Then i go to my sd card using root explorer, there is a folder called dropbox which the apk gets copied to. I copy and paste the apk in \system\app and then it still didnt work, so i went to the file, mounted as r/w in root explorer, then you long hold on the file name, and it gives the options of "permissions" which you select and then i checked all the boxes. I rebooted after that, which at this point you can use nook tools to set the keyboard.
Now that i helped with all that, how in the hell do you use this thing? I saw videos of swipe, and it looked amazing, to me this thing is like a regular keyboard although i can draw lines through it, it just has no clue what i am trying to type. maybe i will search for a tutorial or something.
Update: found a userguide http://www.mobiletextinput.com/Product/SlideIT/Manual/Pdf/SlideIT_UserGuide[English].pdf
Its funny, I did exactly that, and it still did not work...
jve34 said:
How i got mine working.
I installed it using dropbox. I put my apk file in dropbox, then i install it. Then i go to my sd card using root explorer, there is a folder called dropbox which the apk gets copied to. I copy and paste the apk in \system\app and then it still didnt work, so i went to the file, mounted as r/w in root explorer, then you long hold on the file name, and it gives the options of "permissions" which you select and then i checked all the boxes. I rebooted after that, which at this point you can use nook tools to set the keyboard.
Now that i helped with all that, how in the hell do you use this thing? I saw videos of swipe, and it looked amazing, to me this thing is like a regular keyboard although i can draw lines through it, it just has no clue what i am trying to type. maybe i will search for a tutorial or something.
Update: found a userguide http://www.mobiletextinput.com/Product/SlideIT/Manual/Pdf/SlideIT_UserGuide[English].pdf
Click to expand...
Click to collapse
This is easiest to understand when viewed.
As a simple test, place your forefinger on the letter T, and, without lifting it, slide diagonally over to E, then to S, and then back to T. Now lift your finger. If the word "test" did not appear, then your copy of SlideIT isn't finding its dictionary.
jve34 said:
How i got mine working.
I installed it using dropbox. I put my apk file in dropbox, then i install it. Then i go to my sd card using root explorer, there is a folder called dropbox which the apk gets copied to. I copy and paste the apk in \system\app and then it still didnt work, so i went to the file, mounted as r/w in root explorer, then you long hold on the file name, and it gives the options of "permissions" which you select and then i checked all the boxes. I rebooted after that, which at this point you can use nook tools to set the keyboard.
Now that i helped with all that, how in the hell do you use this thing? I saw videos of swipe, and it looked amazing, to me this thing is like a regular keyboard although i can draw lines through it, it just has no clue what i am trying to type. maybe i will search for a tutorial or something.
Update: found a userguide http://www.mobiletextinput.com/Product/SlideIT/Manual/Pdf/SlideIT_UserGuide[English].pdf
Click to expand...
Click to collapse
I followed these steps exactly and got to the point where I could see SlideIT as a selectable keyboard. I selected it and then tried to type in a field and a note and it doesn't pop-up. I rebooted after that just to make sure and still no good.
nikescar said:
I followed these steps exactly and got to the point where I could see SlideIT as a selectable keyboard. I selected it and then tried to type in a field and a note and it doesn't pop-up. I rebooted after that just to make sure and still no good.
Click to expand...
Click to collapse
Try installing it, so it'll be in data/app, then copy it into system/app - changing permissions, and also keeping the original apk in data/app. Then reboot, and you should be able to select it in NookColorTools.
That worked! Thanks
I can't find the apk after download. It does not exist in the data/app when I am viewing it in Astro file manager lite after performing an install via Appbrain or directly from the market. Is there an alternate way to get the apk? I purchased the app.
abexman said:
I can't find the apk after download. It does not exist in the data/app when I am viewing it in Astro file manager lite after performing an install via Appbrain or directly from the market. Is there an alternate way to get the apk? I purchased the app.
Click to expand...
Click to collapse
If it's really installed, it's in there somewhere. Look for com.dasur.slideit.apk
Still no luck. Isn't there a workaround? I imagine jve got the apk Somehow off his device since he loaded it on dropbox.
Thanks in advance!
Crap, so the developer overnight put the apk for a demo version online and I was able to get the apk into my app directory with root explorer. However I then went into the SlideIT application and changed input method. The app has a little text input box to do that. Unfortunately after doing this the app wanted a registration code, but the SlideIT not being activated I cannot enter it. So I thought to just enable trial mode but when the app tries to connect to the server it errors out. And I can't get back to the input selection box! help!
Tried to un install using astro but SlideIT doesn't show in list of apps. Only shows in app brain but un install failed. If only I could clear SlideITs cache!
Sent from my ADR6300 using XDA App
This probably isn't a big issue but it's getting on my nerves. When I go to settings and hit keyboard, a 'Sorry! The application Settings (process com.android.settings) has stopped unexpectedly. Please try again.' I did "try" to root and unroot it. Anyone had this problem? Can anyone help??
Yeah, that's a common problem for everybody. Here's 2 ways you can change keyboards:
1.) Get Keyboard Manager from the Market. It can even let you choose different keyboards for portrait and landscape orientations.
2.) Go into The NT Hidden Settings app -> Acessibility Settings -> ignore the pop up -> input method
oh thank you so much. I had no idea it was a common problem. I searched for it here and on google. didn't find anything on it. but im relieved now that i know i'm not the only one. thanks.
I've downloaded and tried keyboard manager and downloaded several keyboards. None of the keyboards ever show up though. The only option I ever get in input is the default Android Keyboard.
I forgot to mention that you'll have to move the keyboard app into the /system/app folder of your device. Then reboot and you will have access to the different keyboards.
Also, there's a thread devoted to installing alternate keyboards in the Themes and Apps sub-forum. I would provide a link to the thread but I'm using my Tablet now and I have yet to flash CM7 with its copy/paste, haha.
Yep after moving the hackers keyboard to the right directory, it`s working great.
Sent from my BNTV250 using Tapatalk
Solar.Plexus said:
I forgot to mention that you'll have to move the keyboard app into the /system/app folder of your device. Then reboot and you will have access to the different keyboards.
Also, there's a thread devoted to installing alternate keyboards in the Themes and Apps sub-forum. I would provide a link to the thread but I'm using my Tablet now and I have yet to flash CM7 with its copy/paste, haha.
Click to expand...
Click to collapse
I am having trouble getting into the /system/app folder in my device. I've connected the NT to my PC, but cannot find the folder, and I've made it to show hidden folders.
My girlfriend got this Nook for her mother, and I'm really trying to get a good Japanese keyboard for her. I downloaded OpenWnn from the Market, but I can't find the APK file anywhere on the device either. I know I making some n00b mistakes! Please help me out!
gregs1213 said:
I am having trouble getting into the /system/app folder in my device. I've connected the NT to my PC, but cannot find the folder, and I've made it to show hidden folders.
My girlfriend got this Nook for her mother, and I'm really trying to get a good Japanese keyboard for her. I downloaded OpenWnn from the Market, but I can't find the APK file anywhere on the device either. I know I making some n00b mistakes! Please help me out!
Click to expand...
Click to collapse
You won't find it that way. Use Root Explorer or ES File Explorer on the device.
Sent from my SCH-I500 using Tapatalk
ckevinwelch said:
You won't find it that way. Use Root Explorer or ES File Explorer on the device.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Yeah, this.
I recommend ES File Explorer, as it's free and easy to use. In the app, hit the Favorites tab and you should see the internal storage represented by just a slash ( / ).
Solar.Plexus said:
Yeah, this.
I recommend ES File Explorer, as it's free and easy to use. In the app, hit the Favorites tab and you should see the internal storage represented by just a slash ( / ).
Click to expand...
Click to collapse
Thank you, I had ES File explorer already installed. I found the system/app folder, but I don't know where to find my APK file (for OpenWnn) I downloaded from the marketplace. However, the Keyboard Manager I downloaded, is showing up the system/app folder already.
Thanks a lot you guys for helping this n00b.
Also, this is kind of unrelated and I'm sure there is a 100 page thread somewhere about this, but whenever I checkmark "Allow third party applications", it automatically unchecks itself when I go back.
Thanks,
Greg
gregs1213 said:
Thank you, I had ES File explorer already installed. I found the system/app folder, but I don't know where to find my APK file (for OpenWnn) I downloaded from the marketplace.
Click to expand...
Click to collapse
Try /data/app - that's where market apps typically go.
Sent from my Nook Tablet using Tapatalk
gregs1213 said:
Thank you, I had ES File explorer already installed. I found the system/app folder, but I don't know where to find my APK file (for OpenWnn) I downloaded from the marketplace. However, the Keyboard Manager I downloaded, is showing up the system/app folder already.
Thanks a lot you guys for helping this n00b.
Also, this is kind of unrelated and I'm sure there is a 100 page thread somewhere about this, but whenever I checkmark "Allow third party applications", it automatically unchecks itself when I go back.
Thanks,
Greg
Click to expand...
Click to collapse
Glad to hear you got it working. In case you were still wondering or for others who have the same question, the keyboard app you downloaded was probably in this location: /data/app. From there you'd just want to move the app into the /system/app folder. Then reboot and you should be good to go (don't worry if you keep getting a force close of the keyboard app before you reboot).
EDIT: ckevin, you're too quick, haha.
ckevinwelch said:
Try /data/app - that's where market apps typically go.
Sent from my Nook Tablet using Tapatalk
Click to expand...
Click to collapse
Moved the file to the system/folder.. and it finally showed up in the accessibility setting, but still getting an error that it stopped unexpectedly.
Has anyone got another keyboard with a foreign language to work? I've been searching the forums for hours, but I haven't found any successful way to do this.
It looks like some people got swype and possibly other keyboards to work with CM7 installed.. Thinking I should go that route, but it's still in Alpha. I REALLY need the japanese keyboard, or this tablet is somewhat useless. Thanks everyone for your help.
Nook Force Close trying to change Keyboard
I have ES File Explr, I have seen the folders noted in the previous replies. Unfortunately, I cannot find the keyboard apk at all. There is actually nothing in my /data/app folder. From what I can tell, most are in the /system/app folder ...except the keyboard one I need.
So, to get around this, I downloaded a keyboard apk to my PC and then dropped it into my Download folder on my Nook. From there I used ES File Explr to copy/paste it to system/app folder -- but it would not allow this. I tried to "Move To" and "Cut/Paste" as well as the aforementioned "Copy/Paste." None of these were allowed.
I am at a complete loss. I understand I need to move the new Keyboard apk to system/app folder, but I still cannot find where it is stored. It does indicate "Installed." I tried a search in ES File Expl (for the word Keyboard, as it is in the apk name - even trying *.*apk, which was of no use, of course).
This thread addressed everything I asked and seemed to answer same. And I will continue looking for add'l help elsewhere in the forum. But if anyone can help me, I would be sooo very appreciative. Thanks!
PS:
I have the Nook Tablet orig. released Winter of 2011/2012, I think (when they first came out as "official Nook Tablet" with the Jane Lynch commercials (at the time Best Buy didn't even know they existed when I went in to purchase one). I rooted it (because a week after I got it they pulled that auto update that screwed all of us). But, aside from the root, I am not a super user. Everything I've done has been with the help of the masterful XDA instructions.
I want to have a build.prop to have a fuller market and so I can download more games that I want and so I can download some SD data that a game isn't letting me download. Please help I have nook tablet 16 gig CM9 0.05.1. Thanks!
Well, are you asking what to change? Or how to actually go about changing it?
Solar.Plexus said:
Well, are you asking what to change? Or how to actually go about changing it?
Click to expand...
Click to collapse
I am asking what to change.
I thought there was talk about changing the dots per inch or LCD density, but I'm not quite sure. Will edit this post if I find it again.
But I need to change it so I can have more of a selection in the market and to trick some apps I don't care about the LCD density but thanks anyway. WhTever you can do to help me is greatly appreciated
mamifsidtect said:
But I need to change it so I can have more of a selection in the market and to trick some apps I don't care about the LCD density but thanks anyway. WhTever you can do to help me is greatly appreciated
Click to expand...
Click to collapse
please read up on 'LCD density'. it "is" how the ( google ) market categorizes you as a phone or tablet. so... ya... you do need to toggle it.
.
and there are additional setting too.
Is this what you are looking for?
http://forum.xda-developers.com/showpost.php?p=20991691&postcount=9
mamifsidtect said:
But I need to change it so I can have more of a selection in the market and to trick some apps I don't care about the LCD density but thanks anyway. WhTever you can do to help me is greatly appreciated
Click to expand...
Click to collapse
Yeah, you need to actually try to look things up and understand, you know? Instead of just getting directions from people and changing things. That way you know what's going on and have a better chance of fixing it when you gets stuck.
Use the files in fullboogies post and change the first several lines to be like the others they link to. To change it on your tablet use es file explorer and go all the way up then go to /system and click build.prop and use es text editor when it asks, and you can change what you want. I made mine look like the nexus 7, but there were bugs. Oh, and make sure system is r/w and root access in the settings.
Sent from my NookTablet using xda app-developers app
evodev said:
Use the files in fullboogies post and change the first several lines to be like the others they link to. To change it on your tablet use es file explorer and go all the way up then go to /system and click build.prop and use es text editor when it asks, and you can change what you want. I made mine look like the nexus 7, but there were bugs. Oh, and make sure system is r/w and root access in the settings.
Sent from my NookTablet using xda app-developers app
Click to expand...
Click to collapse
OP - I used the method in the post I made above and have successfully swapped build.prop files many times to get access to new stuff on the market. It is a really easy process once you read, read, and re-read the thread I posted. Just make sure you have backups of the stock file, and make sure you keep track of which build.prop file is which.
Personally, I give them a unique name when I'm not using them, then change the name to "build.prop" when I want to swap for another one. Again, just make sure you keep track of which is which. And keep a backup copy of the stock one on your home computer, just in case.
Can someone tell me step by step how to add apps to the complete action using list? I have searched and it says add the intent to the manifest or something, but that isn't helpful when I do not even know what that is or how to get there.
DTre909 said:
Can someone tell me step by step how to add apps to the complete action using list? I have searched and it says add the intent to the manifest or something, but that isn't helpful when I do not even know what that is or how to get there.
Click to expand...
Click to collapse
Unless you are coding the app, you don't have to worry about that stuff. Apps should just show up as an available option after they're installed.
illogic6 said:
Unless you are coding the app, you don't have to worry about that stuff. Apps should just show up as an available option after they're installed.
Click to expand...
Click to collapse
Sounds good, but didn't work like that for some reason. I have Notepad Pro by laoye. I uninstalled and redownloaded it. When I tap on my text file to open it, the app isn't listed there. On my Note 1 it was. Any ideas?
Shows up for me when I try to open a text file in Solid Explorer. Solid Explorer also gives you the option to open with other apps as you can see in the screen shot
illogic6 said:
Shows up for me when I try to open a text file in Solid Explorer. Solid Explorer also gives you the option to open with other apps as you can see in the screen shot
Click to expand...
Click to collapse
I had created a shortcut of the .txt file on my homescreen using ES File Explorer. It used to work, but not now. Maybe I will uninstall both and try again. Thanks for trying.
http://forum.xda-developers.com/showthread.php?t=2033894
Can confirm working on Verizon stock:
Message: Enter key=new line
Web: Desktop as default and exit on menu
Camera: Shutter sound on/off menu
TW: Infinite scrolling
Others may work but I just didn't try. Excellent work kkoolpatz!
Sent from my SCH-I605 using xda app-developers app
Thanks for this. Currently on stock, rooted. Infinite scroll on TW launcher worked perfect.
Sent from my SCH-I605 using Tapatalk 2
Very cool. I'm on cleanrom vzw 1.0 and these work perfectly. All I added was to remove the software update in settings and the exit option on the browser.
Just tried out some of them... works well... thanks!
This is not original development. This topic needs to be moved.
I wasn't sure it belonged here either but the original thread in the International GN2 had it in original development so I just followed suit. Please feel free to move.
Sent from my SCH-I605 using xda app-developers app
Thread moved to General. Please remember that development is only for development and not all development related threads. In this case you were sharing development, therefore it wasn't actual development. Thanks for your understanding and cooperation.
~ The-Captain
Rename customer.xml and you get bubble notifications back on lockscreen.
Enable call blocking (Not blocking mode), add this to feature.xml:
<!--Call Blocking -->
<CscFeature_Setting_EnableMenuBlockCallMsg>true</CscFeature_Setting_EnableMenuBlockCallMsg>
adrynalyne said:
Rename customer.xml and you get bubble notifications back on lockscreen.
Enable call blocking (Not blocking mode), add this to feature.xml:
<!--Call Blocking -->
<CscFeature_Setting_EnableMenuBlockCallMsg>true</CscFeature_Setting_EnableMenuBlockCallMsg>
Click to expand...
Click to collapse
So just rename customer.xml or change .xml to something like .bak? Just seeking some clarification. Thanks!
johnsonvision said:
So just rename customer.xml or change .xml to something like .bak? Just seeking some clarification. Thanks!
Click to expand...
Click to collapse
Yup!
Tried this and Im not getting anything. Unless i don't know what it looks like..
Edit oh wait i got it.
Do you have to be rooted to do this?
adrynalyne said:
Yup!
Click to expand...
Click to collapse
Awesome, it works! Do you know what app needs to be frozen to stop with the help tip when the bubble is on the lockscreen?
johnsonvision said:
Awesome, it works! Do you know what app needs to be frozen to stop with the help tip when the bubble is on the lockscreen?
Click to expand...
Click to collapse
No. It eventually went away for me though. If I was to guess, I'd try setup wizard. I haven't really looked into it though because it went away.
fluidj said:
Do you have to be rooted to do this?
Click to expand...
Click to collapse
yes.
adrynalyne said:
No. It eventually went away for me though. If I was to guess, I'd try setup wizard. I haven't really looked into it though because it went away.
Click to expand...
Click to collapse
Cool, I appreciate the help. I found out after further research that you can go in to settings>application settings>all>help and then just disable that. That worked for me to get rid of the constant helpful tip.
Well I copy pasted the code into the features.xml file for the various Web browser additions, like perma-Desktop view mode and show user agent profile under advanced settings. But none of them worked. I looked through the web section to make sure there were no countering duplicates, and there wasn't.
I went ahead and rebooted into recovery, wiped cahce/dalvik, fixed permissions and booted back up and no go. Anyone get these settings working?
DaRkL3AD3R said:
Well I copy pasted the code into the features.xml file for the various Web browser additions, like perma-Desktop view mode and show user agent profile under advanced settings. But none of them worked. I looked through the web section to make sure there were no countering duplicates, and there wasn't.
I went ahead and rebooted into recovery, wiped cahce/dalvik, fixed permissions and booted back up and no go. Anyone get these settings working?
Click to expand...
Click to collapse
See, you shouldn't need to copy anything in, but simply change trues to false and so forth. If you pasted a line in, I'd be suspicious that you have the line in there already overriding the new one. Most of the CSC features are already in the file.
adrynalyne said:
See, you shouldn't need to copy anything in, but simply change trues to false and so forth. If you pasted a line in, I'd be suspicious that you have the line in there already overriding the new one. Most of the CSC features are already in the file.
Click to expand...
Click to collapse
Yeah I checked through for duplicate lines and didn't see any of the 3 lines that I added before pasting them in.
Just to add to the mix, somehow adding 3 lines that affected the browser only, I found that my Samsung keyboard symbol overlay was missing. So I just deleted my custom features.xml and restored the backup and it's all back to normal again. Was also seeing wierdness with MMS with the modified xml as well.
Anyway I'll look again just to be sure, but trying to decide if I really care enough for it at this point.
Update: yeah for sure there isn't a single duplicate. I copied the XML to my desktop and searched through with keywords and there was nothing that matched. Then read through it line by line and saw a few entries that seem similar in purpose, but are worded differently. I am unsure how to modify these or which one I should modify at all to get the desired affect, so I am leaving it alone for now.
Ironically enough however I found a solution to an annoying "feature" that's been plaguing me for awhile now. Whenever I toggle to Camcorder or open up the camera app into Camcorder, it would ask me what video mode I want to shoot in. This was driving me nuts, and sure enough it's being caused by a CSC feature. Well I false'd it up and yay no more annoying popup. Problem is, just like with the web browser changes/additions to feature.xml, whenever I modify the file all of a sudden a bunch of other things break including MMS and my keyboard's symbol overlay. Wtf =/ It's so frustrating being right there and having the solution to one problem, and then opening up a can of worms in another.
I could understand if I somehow modified parts to the keyboard CSC, and that would be why it's breaking, but I'm not. I'm going in, finding ONE line, and changing true to false. That's it. Why is this breaking other parts of my CSC? Any ideas Adrynalyne?
DaRkL3AD3R said:
Yeah I checked through for duplicate lines and didn't see any of the 3 lines that I added before pasting them in.
Just to add to the mix, somehow adding 3 lines that affected the browser only, I found that my Samsung keyboard symbol overlay was missing. So I just deleted my custom features.xml and restored the backup and it's all back to normal again. Was also seeing wierdness with MMS with the modified xml as well.
Anyway I'll look again just to be sure, but trying to decide if I really care enough for it at this point.
Update: yeah for sure there isn't a single duplicate. I copied the XML to my desktop and searched through with keywords and there was nothing that matched. Then read through it line by line and saw a few entries that seem similar in purpose, but are worded differently. I am unsure how to modify these or which one I should modify at all to get the desired affect, so I am leaving it alone for now.
Ironically enough however I found a solution to an annoying "feature" that's been plaguing me for awhile now. Whenever I toggle to Camcorder or open up the camera app into Camcorder, it would ask me what video mode I want to shoot in. This was driving me nuts, and sure enough it's being caused by a CSC feature. Well I false'd it up and yay no more annoying popup. Problem is, just like with the web browser changes/additions to feature.xml, whenever I modify the file all of a sudden a bunch of other things break including MMS and my keyboard's symbol overlay. Wtf =/ It's so frustrating being right there and having the solution to one problem, and then opening up a can of worms in another.
I could understand if I somehow modified parts to the keyboard CSC, and that would be why it's breaking, but I'm not. I'm going in, finding ONE line, and changing true to false. That's it. Why is this breaking other parts of my CSC? Any ideas Adrynalyne?
Click to expand...
Click to collapse
I have a feeling it is the editor you are using.
Things like notepad add extra characters to files which can invalidate the entries and cause other errors. Try something like notepad ++.