lexicon2008 / android-smspopup

Automatically exported from code.google.com/p/android-smspopup
0 stars 0 forks source link

Wrong time in Message? #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.App works great. When text box pops up, the text recieved time is correct, 
but when i go to the messaging app on my evo to see the message string, the 
time is off by 6 hours when it shows up there. I get a text at 9 am, and when 
the messaging app opens it says the text came in at 2pm. It causes the message 
string to be off. 
2.
3.

What is the expected output? What do you see instead?
I would expect the time that corresponds to when the text is sent to be correct 
in the message app. Its 6 hours off. This only started after i installed this 
last night. 

What version of the product are you using? On what operating system?
The lastest version from the app market. Froyo

Please provide any additional information below.

Original issue reported on code.google.com by jasontis...@gmail.com on 30 Oct 2010 at 2:57

GoogleCodeExporter commented 9 years ago
This could be an issue with your service provider.  SMS Popup displays the 
current time the message was received - whereas the system app uses the 
provider time.  SMS Popup can't control the timestamp inside the system 
messaging app.

Original comment by adam.eve...@gmail.com on 19 Nov 2010 at 1:00