MMS time stamp, is there a way to make changes? - General Questions and Answers

So, I've been having the issue of MMS showing as the time I download it, rather than the time I received it. This is a problem because sometimes I will be sent a regular text or 2 about said MMS message, but when I download it changes the time to received instead of sent.
I thought I had it solved by using my factory app to download MMS, this worked flawlessly on my old device, but that one was so old you didn't need to pick a default app and cut off full function to the other like you do now...
So I just wondered if there's a way, either via a third party app, or just manually (I'm a rooted user) to go in and just change the time on these MMS messages the odd time I need to?
I don't leave my data on, I don't have a heavy data friendly plan.
I love the app I use with all the customizing and theming possible. That's the only issue I'm having with it...
I did try telling it to turn on my data to download the message and then turn it back off. There is a setting for that, in my factory app and this one. Problem is it doesn't actually work in either app...
Any help other than telling me to switch apps would be appreciated
I'm running a rooted galaxy s7
Sent from my [device_name] using XDA-Developers Legacy app

Related

[Q] [HELP!] getting stuff off my phone

So i originally had my phone rooted, but after a couple months of having my phone bother me about updating, i decided to do it. Needless to say, I lost root. I was planning on rooting it again, but my phone got knocked out of my hand and fell, cracking the screen and making it useless (no more touch and screen won't power on). So now i'm trying to pull my contacts and my text messages from the phone, but since it's not rooted, I can't figure out a way to do it. Also, i tried going through adb, but it keeps saying "device not found", even though my phone still powers up and works (I can tell because I keep getting text messages and my phone rings. Does anyone have any ideas on how I can get my information off the phone and on my pc? I've also tried using 'MyPhoneExplorer', but it can't find my phone either.
Your contacts will be backed up to your Google Account, but not your texts unfortunately
Sent from my SCH-I535 using xda app-developers app
I've used this app for years:
SMS Backup and Restore
It doesn't back up MMS though (picture messages). You can manually save any pics sent to you via text to your SD card using every text app I've seen, including the stock ones. That said, I suspect by now there are apps that will back up MMS.
Looks like the stock Messaging app can save text messages as well....

[Q] The connection pool for (SMS) has been unable to grant a connection to thread...

Hmm so I downloaded 8sms as I thought it might be a suitable replacement. It looked great, just like the stock messaging app. Made it default. Came back and I just got a blank white screen that says "Loading conversations.". Rebooted and it looked fine. Then opened it a second time and again lost my conversations. Switched back to Hangouts and my messages were still missing after a reboot. Opened 8sms again and my threads were there, went back to Hangouts and my threads were there.
Switch back to 8sms and I get a notification for 8305 new messages. Opened the notification and it's again "Loading conversations".
Something very strange is going on with the 3rd party functionality in KitKat. In logcat I get messages like:
"The connection pool for database '/data/data/com.android.providers.telephony/databases/mmssms.db' has been unable to grant a connection to thread (###) (Binder_#) with flags 0x# for 150.003 seconds" where the #s are a bit different with each entry.
Running pure stock rooted here. Any thoughts? I know that there is some sort of database transfer when switching in and out of Hangouts, but this is really disconcerting.
Given this instability, I guess I will be back to Hangouts for now until I can figure out what will work consistently.
Any thoughts on this, anyone?
Sent from my Nexus 5 using Tapatalk
Hi,
Could you please check your mms settings are correct?
http://8s.ms/mms-settings
It shouldn't be related, but I've heard from other users of weird phone behaviour when this is not configured correctly.
You might also want to try an uninstall-and-reinstall as well. There are a few reports of phones also behaving strangely which then fix themselves after a second install.
Other than that ...
"The connection pool for database '/data/data/com.android.providers.telephony/databases/mmssms.db'
Click to expand...
Click to collapse
That sounds like an Android problem.
That's the database which stores the sms and mms messages. You can think of it as a "server" and 8sms (and Hangouts) are just clients to the server.
Hence, the database is managed by Android, not by 8sms (nor Hangouts) which is why I think this is an Android problem .
I know that there is some sort of database transfer when switching in and out of Hangouts, but this is really disconcerting.
Click to expand...
Click to collapse
There is no "database transfer". Both apps read from the same database, but only one (the default sms app) is allowed to write to it.
When the default sms app is changed, no data copying takes place, it's just a change of a simple string setting (to remember which is the default sms app and is allowed to write to the databse), and is instantaneous.
Hence again, this is why I think it's an Android problem.
Perhaps you have file system corruption or a problem with your Nexus 5?
Thanks, yes my MMS settings are correct. I would be surprised to see any corruption as I only just got this phone Friday. Anyways I haven't had any problems keeping it set to Hangouts.
Sent from my Nexus 5 using Tapatalk
Well, please try the reinstall I suggested above.
Then, another suggestion ... what about you force stop both apps (8sms and Hangouts) before you change the default sms app (via the Android settings)?
Perhaps in your previous switch, Hangouts was still writing data to the messages database?
(Just a random wild guess)
didnt they change how sms/mms worked in 4.4.
I think the app needs to be updated for it to be compatible no? correct me if im wrong, probably i am.
expertzero1 said:
didnt they change how sms/mms worked in 4.4.
I think the app needs to be updated for it to be compatible no? correct me if im wrong, probably i am.
Click to expand...
Click to collapse
Yes, but 8sms has already been updated to work in 4.4, and there are lots of instances of it working on other Nexus 5 phones.
bengtan said:
Well, please try the reinstall I suggested above.
Then, another suggestion ... what about you force stop both apps (8sms and Hangouts) before you change the default sms app (via the Android settings)?
Perhaps in your previous switch, Hangouts was still writing data to the messages database?
(Just a random wild guess)
Click to expand...
Click to collapse
OK: Tried uninstalling/reinstalling 8sms. Then force closed Hangouts and 8sms each. Then changed default sms app via Android settings.
Then launched 8sms. Everything looked fine. Then opened a conversation and everything was blank. Backed out to the conversation list and got "Loading conversations" again.
I have taken a logcat filtered for anything mentioning sms. Removed identifying phone numbers from it. I have attached it here, starting with the time when 8sms is reinstalled. You can see at 01:47:05.776 the SMS app is switched to Messaging (8sms). At time 01:47:52.886 the first SQLiteConnectionPool error message appears. The messages appear every 30 seconds.
Oh! Interesting. After 10 minutes (01:57:23.016) the last error message is seen. Two seconds later we see an "onQueryComplete finished" message from 8sms. From this point on I was able to open 8sms and see my messages again.
So for a span of 10 minutes, something went on that was locking me completely out of seeing messages, and then it stopped and everything worked. I rebooted to see one more time if it was still working, and yes it does. Perhaps in order to reproduce this error you need to have a big pile of messages already present. Obviously not a lot of Nexus 5 users have this because they just got their phones, but I do because I restored a large archive of messages from my last device.
Hi,
I recognise the query "UPDATE sms SET seen=? WHERE seen=0". It's 8sms marking the messages or threads as seen. Perhaps you had a lot of messages or threads that weren't marked as seen.
Or else, maybe there was a big delay because the database was optimising itself for it's first run or something like that.
In any case, it looks like the problem is fixed now?
Yes it looks like it. However it might be worth looking into whether this problem commonly occurs when switching Kitkat to your client while a large number of messages is present. I believe I had something on the order of 17000 messages in a hundred or so threads. Yes I should probably clean up a bit
Sent from my Nexus 5 using Tapatalk
I had a similar issue. Deleted all my messages (kept the backup file though) and uninstalled and reinstalled. It worked fine.
I plan on restoring over the next few days doing it in chunks.

[Q] monitoring app for rooted phone

I rooted my phone and my wife's. She's been hiding things and deleting messages and sending off pics of herflself and deleting them. I tried using a recovery app. But is there something that I can install on her phone that's will stay hidden so I can monitor what it is she is up to? Something that will save the text logs and pictures. Or activate her front facing camera. GPS... I want to make sure I have all the evidence I would need to confront her. This happened in the past as well and I didn't have enough proof. She played it off like I was the crazy one.
I've searched but figured some experts would point me in the right direction. Hoping to save my marrage before its too late.
Thanks.
Well for finding old picrures, theres diskdigger app. Uhm... Besides that, idk
Sent from my SCH-I535 using Tapatalk
I used dr phone and it took so long and it kept showing all the current pics and not just the deleted ones . wasn't until I used discdigger that I found what I was looking for. but being the free version it didn't search for much. and hard to view everything ion the little screen, and it requires me to have her phone for long periods of time.
I know there has to be something out there I can install once and get the info sent to my phone or pc.
since I only have small windows of time to have her phone(when shes sleeping) I practice on my phone. install what apps I wanty to use and try them so I know what it is im doing when I get the chance.
a keylogger would be a start but I want to know what texts are coming in as well.
I'm not sure if this is what you are looking for, but recently when my phone broke and I still had to text people; I went to the Verizon wireless website, under 'My Verizon' is a tab called 'Send a message', enter your wife's phone number followed by her account password, and then it should be empty if this is the first time opening this. From here you can send and receive messages. After your initial login, all messages will be stored. It shows deleted as well. Finally, if you do happen to send a text from this online, sent messages will not show on her phone. Beware as she will still receive the incoming texts.
-Hope this helped! Good luck with your searching
Sent from my SCH-I535 using XDA Premium 4 mobile app

[Q] SMS Issues

Hey guys,
I just got my OPO today and have been loving every bit of it, but it seems that my SMS isn't working correctly. I checked the APN settings multiple times and even tried some of the preset ones with no luck. My issue is that I can both receive SMS messages as well as send and receive MMS messages, but when it comes to sending an SMS, I get a "Message note sent. Touch to retry" message. I've tried both the default app AND Google Hangouts with no luck from either. It's not a huge issue because I use mostly group chats and my gf can use hangouts, but it's still incredibly frustrating. Do you guys have any hints or tricks I should try out? I seriously love this device, but I am going crazy over the SMS issue.
I'm running the stock CM11S rooted with TWRP 64GB model on AT&T. Mobile data, LTE, everything else works. Just not actually sending SMS. I thank you for the responses ahead of time.
Hey @Bliznade.. .i see you posted about this sms issue. I am also having exact same issue now with my oneplus. Did you manage to find a solution of your issue? If yes, then can you share it with me? It is driving me crazy.
OR if anyone else can help me here?
Guys, basically you have to get the apn that is used by AT&T. Idk if you already have that apn, but the preset ones are made for the T-Mobile bands not really AT&T as I know it.
Parvinder25 said:
Hey @Bliznade.. .i see you posted about this sms issue. I am also having exact same issue now with my oneplus. Did you manage to find a solution of your issue? If yes, then can you share it with me? It is driving me crazy.
OR if anyone else can help me here?
Click to expand...
Click to collapse
Yes, I was! It was actually Google Voice setting itself up wrong or something and after I factory reset my SMS/MMS was working fine. I turned off Google's auto-app-restore and installed only the apps I needed and one at a time, trying SMS inbetween, since I knew it HAD to be an app if it worked after a factory reset but didn't after setting up my phone. I'd say if you have Google Voice to uninstall it completely. Some setting in there messed up my phone. If you don't have Voice installed, honestly the best thing to do is factory reset and makes sure SMS is working, then install each app one at a time. I know it sounds like a lot but that's what worked for me.
If that doesn't work, this is what OnePlus's customer service had to say. It was seriously a lot of back and forth, and they were incredibly helpful, even if it didn't fix my issue, it might fix yours, so I'll post out conversation below:
Email with R (OnePlus) said:
Jacob K
Jul 20 09:34
I got my device today, the 64GB sandstone black, and put in my AT&T sim card. The phone worked as usual-or so I thought. My data works. 4g LTE on the wireless network, group MMS works, and I even receive SMS fine. But I'm not able to send out any SMS for some reason. I get left with a "Message not sent" notification. I tried this first with the stock app then tried Hangouts and neither worked. I checked my APN and everything seems to be correct. I'm just at a loss, as it's odd that I can receive both SMS and MMS and even send MMS but I can't send out SMS. Is there something I can do to resolve this?
R (OnePlus)
Jul 22 13:27
Hi Jacob,
Let's try a few things to help you solve your SMS problem.
First, turn off your OnePlus One, carefully remove the SIM tray, and then power on your OnePlus One. Let it finish booting up. Obviously it will say there is no SIM inserted, cause there isn't!
Next, turn off your OnePlus One again. Carefully put the SIM tray/card back in the same way you took it out and power on again. Give your phone a few minutes to register on the network and get settled. Now, try to send an SMS, see if it works.
If we are back to square one, I'm going to have to gather a bit more info. As you probably already know, this problem is typically APN related. Are you using the PTA APN on At&t?
Would you mind downloading an SMS app called Textra (free) to see if you can send an SMS using this app please? Let me know if any of this stuff works, or not. Thanks.
Jacob K
Jul 22
to OnePlus
Alright, I tried all of the steps you gave me and it didn't work, so I tried again waiting longer in between each step and no luck. I also tried Textra and upon hitting the send button got an immediate notification that the message failed. I realize this seems to be a very specific problem because I've searched all over the internet and I've come up with no solutions. I posted in multiple forums with just one reply from someone else with the same issue. But since putting the ticket in I've also tried inputting the correct AT&T SMSC in all 4 formats to no avail. Every time I press update and re-enter it goes back to the old, which is in fact one of the correct SMSC's for AT&T (the one in quotes) with a ,145 tailing it (not sure what that's for). But any information you need I'll be glad to provide, and I greatly appreciate your response. I've been living off of Facebook messages and group chats the last few days, haha.
R (OnePlus)
Jul 22 14:46
Hey Jacob,
Cool, thanks for enduring a little troubleshooting and glad you understand the language of tech. Just to remove another obvious layer of doubt, please make sure you have updated to the latest version of CM via OTA. The fact that you can receive SMS messages makes this an interesting puzzle to solve.
For our next attempt, we will try something a little more drastic before I ultimately suggest a factory reset, but lets put that on the back burner for now.
Go to settings/apps and then swipe right 2 times to reach the 'All' category
For each of these apps: Phone/Messaging Storage , Messaging , Hangouts , and com.android.smspush
Perform this process: Force stop, Clear cache, Clear data
Do a restart when you are done and fire off an SMS when you are rebooted to a stable state. Any luck?
Jacob K
Jul 22
to OnePlus
Alright, no luck with that either, so I just sucked it up and did a factory reset. I tried sending an SMS immediately after and it worked, so I thought I was good. But then after I allowed Google to install all of my old apps, I tried it again and no luck. But I did notice when Google Voice installed, CM asked me if I wanted to use Voice+ (or something along those lines) and I said yes, chose my Gmail and allowed it to access my G+ info, but after that it asked me which email to use again and wouldn't go away until I clicked out of it. Then I had to swipe the notification away, so I figured Voice might be the culprit, uninstalled and voila, working SMS.
So maybe something in the Voice settings was messing things up, or maybe the CM Voice+ thing messed it up since it worked fine on my old phone. Not sure, but I'm happy to have fixed it. Everything works great now! And even though we weren't able to fix the problem through the troubleshooting steps you provided, I realize this was a difficult and very specific and local issue.
[insert nerdy thank you note here]
Click to expand...
Click to collapse
Bliznade said:
Yes, I was! It was actually Google Voice setting itself up wrong or something and after I factory reset my SMS/MMS was working fine. I turned off Google's auto-app-restore and installed only the apps I needed and one at a time, trying SMS inbetween, since I knew it HAD to be an app if it worked after a factory reset but didn't after setting up my phone. I'd say if you have Google Voice to uninstall it completely. Some setting in there messed up my phone. If you don't have Voice installed, honestly the best thing to do is factory reset and makes sure SMS is working, then install each app one at a time. I know it sounds like a lot but that's what worked for me.
If that doesn't work, this is what OnePlus's customer service had to say. It was seriously a lot of back and forth, and they were incredibly helpful, even if it didn't fix my issue, it might fix yours, so I'll post out conversation below:
Click to expand...
Click to collapse
Well I got to know the real reason behind it. It is Google voice but you don't need to uninstall it.
When you install Google install, there's an extra setting of voice+ in connection settings. (click more in connection settings to get it). If you enable voice+ which then says it'll use Google voice to send all sms from handset, then your sms won't work. If you disable it, then sms work fine just as before.
So no factory reset or uninstall of Google voice is required. Uninstall of Google voice worked bcoz it removes that voice+ setting as well.
Sent from my A0001 using Tapatalk
Parvinder25 said:
Well I got to know the real reason behind it. It is Google voice but you don't need to uninstall it.
When you install Google install, there's an extra setting of voice+ in connection settings. (click more in connection settings to get it). If you enable voice+ which then says it'll use Google voice to send all sms from handset, then your sms won't work. If you disable it, then sms work fine just as before.
So no factory reset or uninstall of Google voice is required. Uninstall of Google voice worked bcoz it removes that voice+ setting as well.
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Thanks.. Didn't find that setting but uninstall works perfect.
Sent from my A0001 using XDA Free mobile app
Parvinder25 said:
Well I got to know the real reason behind it. It is Google voice but you don't need to uninstall it.
When you install Google install, there's an extra setting of voice+ in connection settings. (click more in connection settings to get it). If you enable voice+ which then says it'll use Google voice to send all sms from handset, then your sms won't work. If you disable it, then sms work fine just as before.
So no factory reset or uninstall of Google voice is required. Uninstall of Google voice worked bcoz it removes that voice+ setting as well.
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Parvinder25: Could you perhaps elaborate on exactly where these "connection settings" are located? I could not find them anywhere within the Google Voice app. I'd like to keep using GV for its visual voicemail feature, however it seems to completely disable my ability to send MMS messages (although they do send after GV is uninstalled). I've located a toggle to receive text messages either within google or through the messaging app, however the messaging app was already selected. That would be the only toggle I could locate within GV that remotely relates to messaging. Thanks in advance.
Hello Parvinder,
It was glad that you have resolved this issue, i am also facing similar issue with my One Plus One mobile - MESSAGING. I am using AT&T network. I couldn't fine Google Voice+ in the apps or settings. I can just see Google Voice but, i am not able to find which setting needs to be disabled or Uninstalled? Could you please provide exact navigation for the same would be great help for me and other users on this blog.
Appreciate your help.
Thanks,
Venki

MMS and Notification issues on Note 10+

Hello, I've had the unlocked Note 10+ for a few weeks and have had chronic issues since day one and not really sure what to do about it. A lot of the issues seem to get worse over time. Not sure if the problems are related, but it feels like it.
First, I have MMS issues mostly with any other app but the built in messaging app and even that one isn't perfect. Using Textra for instance will get me MMS timeouts sending and receiving and sometimes messages don't send or come in. This seems to happen with or without wifi enabled.
Next, I'm getting delayed notifications on many if not all apps. Notifications will some in here or there, then all of a sudden I'll get all the notifications for the day all at once. So suddenly my phone is going crazy receiving 50 notifications from different apps all at once. Related to that, if I get a notification and click on it to open the related app, often nothing happens. Then like an hour or more later the app I clicked on for the notification will pop open in the middle of doing something else. It will also get hung up installing or updating apps. A reboot will usually clear this but at some point it get's stuck again and will take hours to install an app if it does at all.
I've done all the usual things like disabling battery optimization for the apps in question, set the phone to high performance mode. Uninstalled and reinstalled things, cleared the cache partition, reset network settings, checked APN settings, even now have factory reset the phone, twice, got a new SIM card. Talked to Samsung and they tell me I need to mail it to their repair depot in Texas if I think it's hardware.
So no idea where to go with this. Seems hard to believe it's a hardware problem and sending the phone away for a week or more doesn't seem like a great option, especially when they might just send it back as it works OK for awhile after a reboot.
Any ideas would be appreciated. Thanks
After you reset the phone, did you install apps manually from store or let it go off a backup?
Also, just an idea but maybe the tower servicing you is acting up.. Unless it's been happening in multiple areas.
Sent from my SM-N950U using Tapatalk
That is a good point, I did let it install automatically from the Google backup. It wasn't a true restore the way I would generally think of it as everything was installed from scratch, but maybe some settings are getting put back that are messed up. It happens out of the are as well, but I did talk to my carrier and they claimed the did some stuff at the tower that might help. I usually think that means they go get coffee then tell me to reboot the phone. Maybe this evening I'll try a fresh install with no restore. Sort of sucks of course as that's a lot more work to get going, but what the hell at this point. Thanks.
willp2 said:
That is a good point, I did let it install automatically from the Google backup. It wasn't a true restore the way I would generally think of it as everything was installed from scratch, but maybe some settings are getting put back that are messed up. It happens out of the are as well, but I did talk to my carrier and they claimed the did some stuff at the tower that might help. I usually think that means they go get coffee then tell me to reboot the phone. Maybe this evening I'll try a fresh install with no restore. Sort of sucks of course as that's a lot more work to get going, but what the hell at this point. Thanks.
Click to expand...
Click to collapse
Sorry for the late reply. I have a note 10+ myself now unlocked and seeing some texting issues where I don't receive text or mms from Apple phones. Hasn't happened with Android to Android though.
Sent from my SM-N975U1 using Tapatalk
So none of that reinstall stuff helped me. On texting I finally tried the Google Messages app with chat features enabled when it was leaked. Messages alone didn't work, but enabling RCS did and now it actually works better than ever. I hate giving up on textra, but I like the sheer speed of sending giant MMS messages now.
On the notifications thing, the thing that finally got that working right was disabling the Google app. As soon as I did that, all is working as expected. Of course that breaks some Google stuff, but at the moment that's what I have to do to make this work. Even upgrading to Android 10 betas didn't allow me to turn that back on.

Categories

Resources