CSC Secret Features - Verizon Samsung Galaxy Note II

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 ++.

Related

[Q] Stock SMS App - SalsaSense-1.3 Beta

Hi everyone.
I am using the SalsaSense ROM. I am unable to post in that thread because I am new here, so I'm hoping someone here will be able to help me.
In the stock SMS app there is the option to delete old messages once a limit has been reached. I installed the ROM, recovered my messages, and enabled the option in the stock app with the limit set at 200. But my old messages are not being deleted. With one contact I have 7k+ messages, and since enabling the option I have sent and received several messages with them. When I had Elelinux-7.1.0-Hero-v2.6 installed beforehand, following these steps was enough to provoke it to keep my inbox in check. But not now.
Is this a problem with the ROM, or the stock app, or am I just unlucky?
I'm hoping someone here may have come across this and can help me out.
Many thanks, BurnseyBoi
I think you've been unlucky. It sounds like a ROM problem since it's beta.
You could delete them using an app like SuperSMS Delete (I think it's that).
Yeah, guess I'll just have to wait for an update to it. I had a look round the market and found the app you were referring to. Worked a charm, thanks very much! Now my phone is a bit speedier.
Yeah i noticed this, unfortunately its a problem with the ROM. I've got a lot of issues to iron out so it takes me a while to solve each one, rest assured though it will be fixed
Sent from my Hero using XDA Premium App
Awesome, glad to hear it
I love this ROM! I forgot how much I missed the little Sense features and looks. My friend just got himself a Sensation, which is where I got the idea to browse around for a Sense ROM. Many thanks!
JieeHD said:
Yeah i noticed this, unfortunately its a problem with the ROM. I've got a lot of issues to iron out so it takes me a while to solve each one, rest assured though it will be fixed
Click to expand...
Click to collapse
I'm trying to follow the build.prop editing suggestion, but adb doesn't list my phone under connected devices. I've tried while the phone is on, and in recovery.
Is there another way of successfully editing it?
Yeah, you can use Root Explorer from the Market. ES File explorer may work too, look in the app's settings for Root options.
Navigate to the directory with the build.prop and long press and I think there's an edit option if you use Root Explorer. Then you can just edit as you would normally via the phone.
Thanks! I already had ES File Explorer, didn't realise it had root options though.
Made both changes that JieeHD suggested, then powered it off and back on. I've never seen my phone go from power button to lock screen that fast in the 2 years I've had it! I definitely notice a speed improvement from making those changes. Everything just feels sharper and more responsive.
Many thanks!
BurnseyBoi said:
Thanks! I already had ES File Explorer, didn't realise it had root options though.
Made both changes that JieeHD suggested, then powered it off and back on. I've never seen my phone go from power button to lock screen that fast in the 2 years I've had it! I definitely notice a speed improvement from making those changes. Everything just feels sharper and more responsive.
Many thanks!
Click to expand...
Click to collapse
I've tried them and can confirm they do speed things up.
Wish there was some option to use a standard notification bar, I think it would help.
hero_pt said:
I've tried them and can confirm they do speed things up.
Wish there was some option to use a standard notification bar, I think it would help.
Click to expand...
Click to collapse
I agree. I tried following the instructions in this thread but I couldn't get it to work. Has anyone else using this ROM been able to successfully do this?

Removing HTCLinkifydispatcher for youtube links...

I am following the directions on removing the HTCLinkifydispatcher.apk to get the youtube links to open in the app again, but I can not get it to work. I deleted the apk, cleared defaults on browser, and rebooted. Still opens in web browser... what am I missing?
And yes I am rooted.
Clear cache and dalvik cache
Where are these instructions? I'd love to fix that.
Sent from my ADR6425LVW using XDA
I'm interested in this too.
Instructions are here: http://forum.xda-developers.com/showthread.php?t=1675717
However,
"This will break a few things. You won't be able to open any links from the default text app, google talk will crash everytime you try to open a link, and you won't get youtube links to work in stock browser, but all other programs work fine."
Click to expand...
Click to collapse
I have absolutely no issues opening links in SMS, Google talk, G +, YouTube. Everything works as it should so far. Works in Firefox, stock, chrome, but for some reason not in dolphin
Sent from my ADR6425LVW using Tapatalk 2
For anybody reading this bumped thread still:
The buld.prop editing is needed too.
http://forum.xda-developers.com/showthread.php?p=27079114
Edit: And really the build.prop edit is all that is needed. Makes sense as that tells whether to use the apk's method or not period, not totally necessary to delete it (except out of spite ):
http://forum.xda-developers.com/showthread.php?p=27035550
PhantasmRezound said:
For anybody reading this bumped thread still:
The buld.prop editing is needed too.
http://forum.xda-developers.com/showthread.php?p=27079114
Edit: And really the build.prop edit is all that is needed. Makes sense as that tells whether to use the apk's method or not period, not totally necessary to delete it (except out of spite ):
http://forum.xda-developers.com/showthread.php?p=27035550
Click to expand...
Click to collapse
Thanks for directing them to my thread I'd thank you but I've reached my limit lol. I guess ifs not necessary to delete the apk but its not necessary to keep it either lol. It takes up space
AshtonTS said:
Thanks for directing them to my thread I'd thank you but I've reached my limit lol. I guess ifs not necessary to delete the apk but its not necessary to keep it either lol. It takes up space
Click to expand...
Click to collapse
I was entertaining the possibility I could wind up flashing a build.prop mod or backup with those values we're editing left in as default carelessly.
Fallback precaution, ya know? Breaks links in text messages and gtalk, couple other quirks if apk is gone and those build.prop values are still at default.
Would probably realize the change in behavior again and know what happened, but things won't "break as bad" at first, at least.
PhantasmRezound said:
I was entertaining the possibility I could wind up flashing a build.prop mod or backup with those values we're editing left in as default carelessly.
Fallback precaution, ya know?
Click to expand...
Click to collapse
Ahh I see

SGS3 is my first android phone and...

My first android phone is SGS3 and ...
I have so very many questions I dont even know where to start. Just like it said in the video I am a noob so this might even be in the wrong section.
For the starters a few questions come to mind (and yes, I did use the search button, viewed tens maybe hundreds of forum pages) so please would someone be so kind and help me with following
1] In the browser, when I click bookmarks, I find local but under that two other empty folders with my gmail adress but both empty. How do I remove them?
2] How to properly setup mail for exchange. I have my gmail and hotmail accounts added. Sometimes they work sometimes they dont and how the widget updates is really beyond me.
3] One thing that really bothers me since I like to keep my devices clean and arranged is uninstalling apps and games. I noticed that after uninstalling some files remain.
4] Another thing is that mostly with trial versions of apps, I cant seem to find them anywhere in my files folder therefore I cant check if after uninstalling all the junk is removed.
Besides that I can say that the phone is pretty good although the build and the pentile is kinda let down but enough has been said on this forum on that subject.
Thank you for your answers.
In the browser, when I click bookmarks, I find local but under that two other empty folders with my gmail adress but both empty. How do I remove them?
Click to expand...
Click to collapse
Honestly, I recommend using Google Chrome. You can download it from the market.
The folders with your Gmail address are for sync across devices. Afaik it can be disabled by System Settings->Accounts&Sync->[Email address]->untick "Sync Browser"
How to properly setup mail for exchange. I have my gmail and hotmail accounts added.
Click to expand...
Click to collapse
What ROM are you on? System Settings->About phone. ALEx-Builds have issues with Exchange (at least mine always did).
One thing that really bothers me since I like to keep my devices clean and arranged is uninstalling apps and games. I noticed that after uninstalling some files remain
Click to expand...
Click to collapse
The same issue as on all computers... messy apps. The files on the sdcard do not really belong to the app so Android cannot delete them automatically. I agree that it's a terrible chaos after trying out several apps which is very annoying. Sadly that issue is present with all computers including GNU/Linux, Windows, ...
Another thing is that mostly with trial versions of apps, I cant seem to find them anywhere in my files folder therefore I cant check if after uninstalling all the junk is removed.
Click to expand...
Click to collapse
You cannot see the app installation folder since the system hides them. All you can see is the before-mentioned junk.
The files in the correct folder (=the one you cannot see) are always correctly removed.
although the build and the pentile is kinda let down
Click to expand...
Click to collapse
You must have very good eyes to see the difference between Pentile and RGB matrix. Are you even sure you relaly know what the difference is and what it means for you?
new also to SGSlll
I'm also new to the SGSlll and I have a the same questions that were answered and it helped a lot but I got a couple of my own if it's not to imposing to ask,
1) Somehow the green call button that used to be beside the number or the name of the contact in the logs section disappeared and I know I can swipe to call it, but I would like that button back because it is easier for me. I don't know whether this was gone from the recent update.
2) why is there some games and apps that I can't find in play store, I tried to DL them from the Internet and it said you can't DL them in your country (Egypt) is there anything I could that will allow me to DL them?
3) Is there any ways to create a folder so that I can put all the games together for example??
Thank you very much and sorry for the inconvenience as I said am still new to andriods.
d4fseeker said:
You must have very good eyes to see the difference between Pentile and RGB matrix. Are you even sure you relaly know what the difference is and what it means for you?
Click to expand...
Click to collapse
Yeah I know what I am talking about and thanks for the answers
Yeah I know what I am talking about and thanks for the answers
Click to expand...
Click to collapse
The only RGB Amoled I can compare the S3 to is the S2 and it's very obvious on first sight that the S3 kicks the S2 with sharpness and detail.
(I'm not including the S1 which is far below both in terms of resolution)
) Somehow the green call button that used to be beside the number or the name of the contact in the logs section disappeared
Click to expand...
Click to collapse
Have you checked the Settings? I'm not on a Samsung-Rom so I cannot test for myself.
I can recommend Go Contacts EX (free in Play Store) if you want a fully customizable Dialer.
why is there some games and apps that I can't find in play store
Click to expand...
Click to collapse
Restrictions can be imposed on multiple levels
- Hardware specs (notably display resolution)
- Android Version
- Hardware name
- Country
- Carrier
In your case it seems to be the country. There are multiple descriptions on XDA and other sites, but afaik all of them include using a Proxy server. It's not trivial but unfortunately the only method for accessing them from the Play Store.
Is there any ways to create a folder so that I can put all the games together for example??
Click to expand...
Click to collapse
Not on the stock launcher afaik. You can create folders on the home screen but not in the app drawer.
There exist several other free Launchers in the Play Store capable of creating folders, try them out.
d4fseeker said:
3) Is there any ways to create a folder so that I can put all the games together for example??
Thank you very much and sorry for the inconvenience as I said am still new to andriods.
Click to expand...
Click to collapse
You can create folders in the apps drawer by clicking the left menu button > edit. Then drag an app (you should be able to see an empty folder icon at bottom left corner) and mount it over the folder icon. The app will now appear in a folder. Rest of the apps can be moved to the folder as well and you can name it whatever you like. Be sure to save the setting at top right corner. This folder can also be dragged to the home screen menu. Hope this helps.
Thanks a lot for the replies everything helped except,
Have you checked the Settings? I'm not on a Samsung-Rom so I cannot test for myself.
I can recommend Go Contacts EX (free in Play Store) if you want a fully customizable Dialer.
Click to expand...
Click to collapse
Yes I've checked settings and nothing and I do know about Go Contacts but that's not what I need. I event did factory restore settings to see what went wrong and nothing don't know what to do really.
manbatistuta said:
You can create folders in the apps drawer by clicking the left menu button > edit. Then drag an app (you should be able to see an empty folder icon at bottom left corner) and mount it over the folder icon. The app will now appear in a folder. Rest of the apps can be moved to the folder as well and you can name it whatever you like. Be sure to save the setting at top right corner. This folder can also be dragged to the home screen menu. Hope this helps.
Click to expand...
Click to collapse
That works well, did not know this. Personally I like to use Apps Organizer by Fabio Collini (on the Market for free). It also gives u the opportunity to create folders with your themed apps (i.e. games / tools / navigation / ...) The advantage here is that you can select your own icon for the folder to go on your home screen. Especially if you have a lot of themed folders (like I do) you can create a much nicer look this way.
imba- said:
Thanks a lot for the replies everything helped except,
Yes I've checked settings and nothing and I do know about Go Contacts but that's not what I need. I event did factory restore settings to see what went wrong and nothing don't know what to do really.
Click to expand...
Click to collapse
The call button on the right side was removed in the LFB update. Samsung probably thought it was redundant and I agree with that. They could have made it optional though.
At the moment there's no way to get that back unless you replace that particular apk (dialer.apk maybe) with the older version of it.
Sent from my GT-I9300 using Tapatalk 2
g4rvd4 said:
The call button on the right side was removed in the LFB update. Samsung probably thought it was redundant and I agree with that. They could have made it optional though.
At the moment there's no way to get that back unless you replace that particular apk (dialer.apk maybe) with the older version of it.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Thank you very much for your help, I also think they should have made it optional :good:
d4fseeker said:
The only RGB Amoled I can compare the S3 to is the S2 and it's very obvious on first sight that the S3 kicks the S2 with sharpness and detail.
(I'm not including the S1 which is far below both in terms of resolution)
Click to expand...
Click to collapse
it sure is better than s2 i know.
another thing thats bothering me is that in my sgs3 and whole android so much stuff is synced shared dropboxed and other virtual sharing stuff that I feel like my own phone isnt private anymore.
so much stuff is synced shared dropboxed and other virtual sharing
Click to expand...
Click to collapse
That's fully configurable. Dropbox doesn't upload anything except you actually tell it to.
Go to Settings->Accounts->Sync and disable the Sync accounts and settings you do not need or want.
I'd recommend syncing Contacts+Bookmarks through Google and using SMS Backup+ to sync call logs and SMS.
With those present, even a lost/broken device would be acceptable in terms of data loss to me.

[MOD] Enable Camera Shutter Sound Menu

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.

Chrome Night / Dark Mode May be Possible

For those that sometimes use the reader option in Chrome, you may have already seen that the chrome app does a pretty good job of converting everything to a dark scheme. It does ditch the ads in that mode though so I'm guessing it's this that is incomplete on Google's end and why we don't have a working beta for dark/night mode yet.
While trying to get Chrome to force night or dark mode permanently I did come across an option for it, however I need someone with a little more Android code rules knowledge than myself to complete the task.
Basically, one of the lines in the Android Shared Preference file for Chrome is:
"night_mode_available" which is set to False.
I think if we can get this line switched to true and make it stick that way, "night mode" will work.
No matter what I do, the darn line of code continues to change back the second I open the app.
I have tried changing the file permissions, tried editing the file using code editors, text editors, apps, and still won't stick. Well it appears to stick until I open Chrome and then poof gone again.
If you're out there reading this a think you know how to change this line of code and make it stick then let's bring on the early Dark Chrome!
Attached is a shot of the line taken from the preferences manager app.
Thanks in advance for any help you may give, and of course if you figure it out, credit is all yours. I'm just hoping to work together to bring some more early dark modes to our phones.
Cheers
I think kiwi browser already has dark mode,... it is based on chrome (modded chrome i guess)
I'm going to look into that now and see what the manifest file looks like. Thanks for the tip!
Sent from my LG-LS998 using Tapatalk
Chrome beta and etc have it? It's just a flag.
TotallyAnxious said:
Chrome beta and etc have it? It's just a flag.
Click to expand...
Click to collapse
Well that prob means it'll get pushed to Chrome next release, so I guess I can kill off this thread given that dark mode is definitely on it's way soon....
That's what I get for not checking the beta or dev or even Canary first lol.
Thanks @tottallyAnxious for the info

Categories

Resources