02-05-2010, 06:41 PM
|
#1 (permalink)
|
| New Member
Join Date: Feb 2010 Model: 9700 PIN: N/A Carrier: AT&T
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Problem with application cache Please Login to Remove! I'm making an application that grabs few last messages that was stored in the database. It opens a URL (in PHP), stores the records from the database in a StringBuffer, and displays them on screen.
For some reason, the messages was displayed correctly on some devices. Other devices don't show that the messages was fresh.
Example: let's say that there are five messages in the database (a, b, c, d, e) where "a" is the oldest record, and "e" is the newest record. My application should display message "d," and "e." However, in some devices, "b," and "c" are displayed.
I've tried several things such as:
- Deleting some of the last messages from the database to see if the messages shown are different
- Removing the application, rebooting the device, and reinstalling. I removed it from Options -> Applications
- Deleting the pushed content and cookies from the browser options.
None of the actions I've done can solve my problem. I'm suspecting that the device stores some cache but I have no clue how to find and remove them. Can anyone help me?
Thanks. |
| Offline
| |