Call logs default to all calls - Sprint Galaxy Note 4 Q&A, Help & Troubleshooting

On certain ROMs when you go into the phone app and select logs, all the phone numbers dialed show up and the tab is set to All Calls. Recently on the last couple of ROMs my dailer has been defaulting to missed calls as seen in the attachment. Anyone know how to change this? Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

dschachm said:
On certain ROMs when you go into the phone app and select logs, all the phone numbers dialed show up and the tab is set to All Calls. Recently on the last couple of ROMs my dailer has been defaulting to missed calls as seen in the attachment. Anyone know how to change this? Thanks
View attachment 3369725View attachment 3369727
Click to expand...
Click to collapse
Are you using xposed?

pcmanager said:
Are you using xposed?
Click to expand...
Click to collapse
I am.

Here's a snippet from the past KK/Xposed days for Wanam.
http://forum.xda-developers.com/showthread.php?p=58365213
I'm thinking you also have to do that for the feature.xml in the /system/csc subfolders SPR and/or XAS, correct?
Maybe you already tried this? Let us know what works. I'm lazy; haven't tried Xposed on lollipop yet.
Sent from my SM-N910P using Tapatalk

samep said:
Here's a snippet from the past KK/Xposed days for Wanam.
http://forum.xda-developers.com/showthread.php?p=58365213
I'm thinking you also have to do that for the feature.xml in the /system/csc subfolders SPR and/or XAS, correct?
Maybe you already tried this? Let us know what works. I'm lazy; haven't tried Xposed on lollipop yet.
Sent from my SM-N910P using Tapatalk
Click to expand...
Click to collapse
My call logs always default to missed calls after installing exposed, I'm still on KitKat and I read how to fix that issue but like you I was too lazy to even do that lol. yeah KitKat ,but the great thing is my phone will never get the OE1 update which is a real PIA as I have been reading about it. I will fix the missed call log default issue after I flash a lollipop rom sometime in the future, that's if I decide to install exposed again.

pcmanager said:
My call logs always default to missed calls after installing exposed, I'm still on KitKat and I read how to fix that issue but like you I was too lazy to even do that lol. yeah KitKat ,but the great thing is my phone will never get the OE1 update which is a real PIA as I have been reading about it. I will fix the missed call log default issue after I flash a lollipop rom sometime in the future, that's if I decide to install exposed again.
Click to expand...
Click to collapse
IMO, you haven't missed much staying on KitKat. If it weren't for improved Wi-Fi calling on lollipop, I'd be back on KitKat...
Android 5.1.1= lollipop bug fixes zzzzz; I'll wait until there's a tar on Sammobile and someone verifies Odin is not crippled for stock tar downgrading. There should be a user password lock for firmware flash rather than locking out Odin and not releasing a stock tar.
Android M promises more than both KitKat and Lollipop thought about, IMO. Hope it lives up to that expectation without locking out Odin to full tars. Maybe something to not be lazy about?
Sent from my SM-N910P using Tapatalk

samep said:
Here's a snippet from the past KK/Xposed days for Wanam.
http://forum.xda-developers.com/showthread.php?p=58365213
I'm thinking you also have to do that for the feature.xml in the /system/csc subfolders SPR and/or XAS, correct?
Maybe you already tried this? Let us know what works. I'm lazy; haven't tried Xposed on lollipop yet.
Sent from my SM-N910P using Tapatalk
Click to expand...
Click to collapse
This fixed it. Thank you so much.

Related

Temporary fix for +1 issue in 4.4.2 ND8 builds

First of all I have not experienced this issue at all but just to make things easier on everyone that is using these builds that has this issue I figured I'd make a thread for people to discuss this issue and hopefully be able to get to the bottom of it.
Now a theory I have as to why I don't get this issue is that I keep my contacts stored on my sim. The feature must be enabled in the csc file for it to work. On my rom I put this into it as default and I passed it along to lemonboi5 to add into LikeWise. If we find that this is a good fix then I will post exactly what is needed for it to work properly.
And below are some quotes out of the stockmod kit kat thread of what they have found to be a good temporary fix for this.
troycarpenter said:
For the "+" or "+1" issue, I found this app as a stopgap until a fix is found:
https://play.google.com/store/apps/details?id=com.tftbelow.prefixer
For me, the incoming calls all have a "+" prefixed to them (not "+1", just the "+"). With Prefixer I created a simple rule that removed the "+" before dialing. Now I can dial from my call log again.
Still looking for the root problem to be fixed...the call log still shows the "+" in the number even though it's still matching numbers in my contact list.
Click to expand...
Click to collapse
mrhaley30705 said:
Here is my rule set up and it seems to work fine
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
troycarpenter said:
I have that as the outgoing rule, but you can create a similar rule for incoming. I have it a bit more selective:
Condition: \+.* (This only matches numbers with the plus on it...which is every number in my case)
Remove: \+
Then, at the bottom of the rule, enable the Advanced editor. There is a section that says "Add number to call log". I switched that to "Prefixed number". Now the incoming calls have the + stripped off even in the call log.
Click to expand...
Click to collapse
and if someone would like to try adding this to their csc/feature.xml and let me know if it fixes it.
Code:
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
<CscFeature_RIL_CallerIdMatchingDigit>true</CscFeature_RIL_CallerIdMatchingDigit>
First!!
Do I have to wipe dalvik or cache or anything after I add the two lines to my csc features.xml?
evisser4 said:
Do I have to wipe dalvik or cache or anything after I add the two lines to my csc features.xml?
Click to expand...
Click to collapse
Yes I would think that'd help it work. Not sure if those work yet as nobody has confirmed anything and I still haven't seen this bug. All my numbers come in normal on every kit kat rom I've been on just wanted to post this here so people could find it if they needed it. There might be a system app or framework thats causing this even. Its consistent on all the ND8 base roms though. I'm hoping its gone in NE4, haven't seen much about it there yet except from the hybird lemonboi made which I think is more ND8 from what he told me about it.
talkingmonkeys said:
Yes I would think that'd help it work. Not sure if those work yet as nobody has confirmed anything and I still haven't seen this bug. All my numbers come in normal on every kit kat rom I've been on just wanted to post this here so people could find it if they needed it. There might be a system app or framework thats causing this even. Its consistent on all the ND8 base roms though. I'm hoping its gone in NE4, haven't seen much about it there yet except from the hybird lemonboi made which I think is more ND8 from what he told me about it.
Click to expand...
Click to collapse
Ill try adding it and wiping dalvik and report back.
I think it may have to do with particular number combos. Like maybe it must be a true international two digit code in the beginning. If that is such a thing. lol For example:
A 407 number called me and it was fine..... Like this: +407XXXXXXX
But all 321 numbers are weird and when I call it back by tapping it is someone else in another country lol.
Ex. +32 1X XX XX XX
I could be way off, but I did find it odd that two different number display differently.
The feature.xml changes did not appear to make any difference for me. I747 AT&T, Likewise LT.
I wiped cache and dalvik too.
Let me know if you want me to try anything else. Thanks.
evisser4 said:
The feature.xml changes did not appear to make any difference for me. I747 AT&T, Likewise LT.
I wiped cache and dalvik too.
Let me know if you want me to try anything else. Thanks.
Click to expand...
Click to collapse
Thanks for trying those and giving me a better idea of whats going on. It should be fixed on the NE4 releases but if it isn't I will look into this more. The temporary fix in the posts I quoted should help with this until you switch to an NE4 rom.
talkingmonkeys said:
Thanks for trying those and giving me a better idea of whats going on. It should be fixed on the NE4 releases but if it isn't I will look into this more. The temporary fix in the posts I quoted should help with this until you switch to an NE4 rom.
Click to expand...
Click to collapse
Set up the app you recommended in the OP. Works like a charm. Thank you.

Upgraded to NF4 - VoLTE Settings Missing

Hello,
I recently upgraded to NF4, and I noticed that while Phone Info - Samsung indicates that I'm on NF4, I can't see VoLTE settings anywhere in my Settings Menu.
Here's the Phone Info:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here's the Settings Menu:
Has anyone else experienced this? Any recommendations for how I can get them to show up?
Thanks in advance!
Supersanborn said:
Hello,
I recently upgraded to NF4, and I noticed that while Phone Info - Samsung indicates that I'm on NF4, I can't see VoLTE settings anywhere in my Settings Menu.
Here's the Phone Info:
View attachment 2924698
Here's the Settings Menu:
View attachment 2924701
Has anyone else experienced this? Any recommendations for how I can get them to show up?
Thanks in advance!
Click to expand...
Click to collapse
huh thats odd
NF1 here and i have that setting
USBhost said:
huh thats odd
NF1 here and i have that setting
Click to expand...
Click to collapse
Odd indeed. Not quite sure what I'm supposed to do to get it displaying...what's weird is Titanium Backup shows VoLTE settings as an item, so clearly it exists somewhere, but I definitely am not getting VoLTE calls even though I have WiFi calling working.
Supersanborn said:
Odd indeed. Not quite sure what I'm supposed to do to get it displaying...what's weird is Titanium Backup shows VoLTE settings as an item, so clearly it exists somewhere, but I definitely am not getting VoLTE calls even though I have WiFi calling working.
Click to expand...
Click to collapse
You can always try to get an activity launcher
To lunch it
USBhost said:
You can always try to get an activity launcher
To lunch it
Click to expand...
Click to collapse
So I did try it, and I get into a very technical looking configuration menu, but I haven't the slightest idea of what I should put there or if it would even work.
Supersanborn said:
So I did try it, and I get into a very technical looking configuration menu, but I haven't the slightest idea of what I should put there or if it would even work.
Click to expand...
Click to collapse
It should look something like this
USBhost said:
It should look something like this
Click to expand...
Click to collapse
Yeah, I don't have that. Not sure if reflashing NF4 would bring it back or not.
I'm on NF4, going to Settings/Device/Call I have the option to use it or not right between rejection and answering/ending.
As I stated in the thread you already mentioned this in, your CSC is missing. Flash the nf4 CSC in the op of the nf4 thread in my Sig.
Sent from my leanKernel 3.7 powered stock 4.4.2 (NF4) SM-N900T
Thanks. Flashing the CSC did fix the missing VoLTE settings. I did however notice that when I attempt to use WiFi Calling on my home network as well as many other WiFi networks, the status for WiFi calling gets stuck on "Enabling". Has anyone else encountered that?
Self serving bump...anyone have any ideas?
Supersanborn said:
Self serving bump...anyone have any ideas?
Click to expand...
Click to collapse
Try this:
1) power down your device
2) pull out sim card
3) boot device into download mode
4) flash full firmware of same version using desktop odin (unchecked auto reboot)
5) when done flashing, manually reboot into recovery (stock recovery), wipe cache.
6) when finished, power device back off and insert sim.
7) boot normally. Check to ensure volte and wifi calling are working.
8) assuming they are, you can re root and reflash any custom recovery and/or kernel you might have had.
Hope that helps!
Sent from my leanKernel 3.8 powered stock 4.4.2 (NF9) SM-N900T

[Q] Pop up permission

I bought my Zenfone2 2gb version yesterday and immediately problems. When I launch WA message pops up about WhatsApp tries to read Contacts. Does anyone have a fix for that. Its really annoying.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GeneralPag said:
I bought my Zenfone2 2gb version yesterday and immediately problems. When I launch WA message pops up about WhatsApp tries to read Contacts. Does anyone have a fix for that. Its really annoying.
Click to expand...
Click to collapse
just select "Do not show next time" and allow it...You won't be bothered anymore...Although i am not sure why is the app asking for permission...Have u denied any permission to the app or sumthin coz it should not ask u to grant permission for this...
I tried all the combinations and nothing changed. Still popping up. Same happens when Im taking picture with Facebook messenger, every time asks me if it can use the camera.
That's weird, I've never seen that before on my phone. Is that a built in Android thing or is it one of the Asus bloatware apps?
cmendonc2 said:
That's weird, I've never seen that before on my phone. Is that a built in Android thing or is it one of the Asus bloatware apps?
Click to expand...
Click to collapse
Mee too... I dont think it is either of them... There is no such kinda bloatware in Asus and it cant be built-in android thing as we are not getting this prompts...Maybe he has installed some kinda app which notifies about permissions
mhp1995 said:
Mee too... I dont think it is either of them... There is no such kinda bloatware in Asus and it cant be built-in android thing as we are not getting this prompts...Maybe he has installed some kinda app which notifies about permissions
Click to expand...
Click to collapse
Perhaps its that antivirus that Asus included. I uninstalled that right away, as it let me do so.
What antivirus?! I didnt install any of that crap. I found that this happens on zenfone 5 and there is a fix for that.
EDIT. What is the latest firmware? System update tells me is the latest version installed but I thing it isnt.
EDIT 2. Yep there is a newer version available. Ill try to install it and see if its happening again
GeneralPag said:
What antivirus?! I didnt install any of that crap. I found that this happens on zenfone 5 and there is a fix for that.
EDIT. What is the latest firmware? System update tells me is the latest version installed but I thing it isnt.
EDIT 2. Yep there is a newer version available. Ill try to install it and see if its happening again
Click to expand...
Click to collapse
It was some DrVirus or something like that. I don't remember exactly because I uninstalled it before it had a chance to run.
I updated to new rom and problem has gone
GeneralPag said:
I updated to new rom and problem has gone
Click to expand...
Click to collapse
So it wasn't dr virus or watever that was Was updating easy for u i mean u deleted the system app...Many people had problems updating after deleting some bloatware....
I updated using adb sideload
GeneralPag said:
I updated using adb sideload
Click to expand...
Click to collapse
Hello,
I have the same problem as you.
Can you explain me what you did please? Amateur user
Thanks a lot
riqgm said:
Hello,
I have the same problem as you.
Can you explain me what you did please? Amateur user
Thanks a lot
Click to expand...
Click to collapse
Go to the general resources thread in the general section. Flashing instructions or update instructions are in detail there.

Any trick to getting 20G update?

Hi folks,
Brand new D851 here! I want to get it fully updated to 20G before going ROM happy. I'm aware of the 20G flashable ZIP (here) but figured I'd just get it to download. The phone (new, from Amazon, unlocked) came with kitkat. I skipped the setup process and have no SIM in it; once I connected it to wireless it promptly downloaded and installed 20E. But there it sits. It doesn't seem to understand 20G should be waiting. Repeated checks for updates don't goose it along.
Is there some trick to this?
I will probably quickly exit stock, and then set up maybe Blisspop or something similar for 5.1.1, configuring for AT&T (I'm on ATT and bought the D851 due to unlocked bootloader).
I'm not shy flashing the zip I referenced above, just figured it might be better to update via the normal route if possible.
Thanks in advance!
LG Mobile Support Tool
Go here: http://www.lg.com/us/support/product-help/CT10000027-1412198655480-software-updates
Select the "Software Update LG Mobile" tab on the right.
Make sure you have the proper USB drivers installed.
The page states that the latest is 20E but I just flashed to do a trade-in and it was 20G.
Thanks. I will try it tonight.
Sent from my SHIELD Tablet using Tapatalk
Thanks again @mitbit2k3 . I went to the link you suggested and got the download tool; it updated my phone successfully after I installed the driver. There was a bit of foolishness about telling the device to do PC software but eventually got it connected. All is well. Upgrade only took ~10-15 minutes to download and install once started.
Frankenscript said:
Thanks again @mitbit2k3 . I went to the link you suggested and got the download tool; it updated my phone successfully after I installed the driver. There was a bit of foolishness about telling the device to do PC software but eventually got it connected. All is well. Upgrade only took ~10-15 minutes to download and install once started.
Click to expand...
Click to collapse
I think I just got the OTA notification for 20G. Were you still able to root and everything afterwards?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-D851 using Tapatalk
Yes. Rooted no problem. See my musings of a stranger in a strange land thread where i link to the method i used.
Sent from my LG-D851 using Tapatalk
Frankenscript said:
Yes. Rooted no problem. See my musings of a stranger in a strange land thread where i link to the method i used.
Sent from my LG-D851 using Tapatalk
Click to expand...
Click to collapse
Thanks! Is this a 5.1.1 update? Or just maintenance?
Sent from my LG-D851 using Tapatalk
Just maintenance. Stagefright i think. It isn't clear that we will get a 5.1.1 release. May go straight to marshmallow. A shame because im not sure i want marshmallow.
Sent from my LG-D851 using Tapatalk

Need assistance

So last week my note started to receive the networksystemprovider error and the only way I can get it to stop popping up every 5 seconds is to freeze it, but then I cannot receive any text. So I was hoping to just update the phone but it has been so long since I did anything to it I am very confused on how.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is what my phone is currently running and I do have TRWP installed. Any help would be greatly appreciated. Thanks
Sent from my SM-N910P using Tapatalk
What are you currently running? Stock rooted OG5 with initial release of Beastmode?
You should remove ItsOn if running custom kernel- unless you know how to remove it. I've seen ItsOn try to repeatedly to activate itself- but can't with custom kernel. It prompts or forces reboots with no end after the user factory resets in recovery when leaving fragments of ItsOn in internal memory.
I don't know what you want to do but there's many choices:
If you're looking for customization on lollipop, checkout Moar 2.1b One day marshmallow will have a ported ROM of this caliber or better.
If you're looking for stability and maybe something a bit faster, try a marshmallow custom ROM.
Just a couple of examples. Find a ROM and follow the OP install instructions closely. That most likely means using the stock tar flash in Odin to update to suggested update and turning off automatic updates before the update nag starts. But don't go back any farther than OG5 with Odin; the bootloader won't allow the older stock tars to flash.
I was actually to go to stock marshmallow but with root like I have know. I have never been really into trying all the different roms I just want to have root for the Hotspot. I tried to look through the thread but I just get more confused.
Sent from my SM-N910P using Tapatalk
swiftyfrommi said:
I was actually to go to stock marshmallow but with root like I have know. I have never been really into trying all the different roms I just want to have root for the Hotspot. I tried to look through the thread but I just get more confused.
Sent from my SM-N910P using Tapatalk
Click to expand...
Click to collapse
Which thread is confusing? Hotspot, update and root (aka stock tar thread in general forum) or custom ROM threads?
Which hotspot method are you using or prefer? I believe the non root method requires a do over on each boot. Don't use much at all but I prefer permanent myself for the other benefits custom services.jar provides.
That network error is caused by ItsOn not being fully removed and the custom kernel not supporting it. If you use stock kernel, you could leave ItsOn intact but some consider it a privacy and battery liability: unneeded bloat and potentially problematic.
Sent from my SM-N930P using Tapatalk
http://forum.xda-developers.com/showthread.php?t=2941853
This is how I got the Hotspot to work. So all I need help with is updating from lollipop to stock marshmallow. Is it just downloading the rooted stock marshmallow and use Odin to install?
Sent from my SM-N910P using Tapatalk
swiftyfrommi said:
http://forum.xda-developers.com/showthread.php?t=2941853
This is how I got the Hotspot to work. So all I need help with is updating from lollipop to stock marshmallow. Is it just downloading the rooted stock marshmallow and use Odin to install?
Sent from my SM-N910P using Tapatalk
Click to expand...
Click to collapse
Yes.This thread should get you started with that.
http://forum.xda-developers.com/showthread.php?p=63868221
Sent from my SM-N930P using Tapatalk

Categories

Resources