iMessage never worked since the upgrade. I can only send messages, I see them once, but once I close the app and open it again, I don't see anything else. There's absolutely no way to reset the db of an Apple-included app unless I do a full format of the device, which after my full custom-configuration, I don't want to do. It sucks.
It's virtually impossible to read old iMessages and they take up tons of storage
261–270 of 276 posts
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#262Earlier quoted context omitted.
> But over time I began to suspect, then later those internal emails exposed in the lawsuits made it clear - apple was holding everyone's messages hostage. Any source for that? I couldn't find any direct evidence for your claim.
There are probably better links: https://texasnewsexpress.com/index.php/04162021-1249/apple-r...
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#263Google Voice has the same problem. The search function is useless. It does not return results that should match, and it does return results that shouldn't. Scrolling back through just a few months worth of messages can take 10-20 minutes. I wish I knew why it was so awful.
Are those messages queryable in Gmail?
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#264I've had this sort of experience with many systems, which is why I decided to use .txt files as the base data store for my current project. It is indexed in a relational database, and it is presented in a Web 1.1 frontend, but it all flows back through the text files, and they are always available for download, optionally in zip or tar.gz archives.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#265Earlier quoted context omitted.
Looks like a super cool project. I'm always happy to see new client-side software for communication protocols written that aims to improve upon built-in! And iMessages in particular could certainly use it. With the demise of iTunes, it now feels like iMessages is probably one of the most crufty-but-heavily-utilized user facing pieces of software Apple puts out. Maybe they have some long term plans to refactor it ala…
iMessage is backwards compatible with older devices. This means Apple can’t stop supporting old versions of the protocol, even as they are “cracked”.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#266Earlier quoted context omitted.
The additional value for Apple is that their platform had a billion+ users from the start.
Apple had nowhere near a billion customers when iMessage was launched.
A system where you can’t message half your friends because they bought their phone from a different manufacturer would have had more trouble getting traction.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#267Earlier quoted context omitted.
I could imagine Steve Wozniak offering to use surnames only as a joke - because that wouldn't work either.
It would probably work better for the two Steves than it would for many others. According to the below random site, there 218 Jobs and 10,602 Wozniaks. It claims 410,801 Steves. http://howmanyofme.com/search/
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#268I've had this sort of experience with many systems, which is why I decided to use .txt files as the base data store for my current project. It is indexed in a relational database, and it is presented in a Web 1.1 frontend, but it all flows back through the text files, and they are always available for download, optionally in zip or tar.gz archives.
Ironically SQLite is excellent choice in this situation.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#269arguably the worst part about imessage and scrolling is that even if you do manage to scroll up and find a previous message, you are automatically scrolled down to the bottom if a new message is received in that chat (on iphone)
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#270We need a better communication standard. Apple made a killing selling their proprietary iMessage layer on top of SMS, but we could be actually making changes in this sector if we all used a standardized protocol. At least then we have a documented interface that we can choose to store however we want, or (perhaps wishful thinking) in a modular style. RCS is a great start, but I've already started to put my money on M…
Is it really "on top of SMS" though? The way I see, it's just a messaging app like WhatsApp, Telegram etc but they just combined it with the SMS app on their platform. I am failing to see the additional value of combining them. If Google bought WhatsApp and combined it with the stock SMS app of Android, I don't think I would prefer that.