Earlier quoted context omitted.
That alone must be worth some serious money.
GoDaddy estimates it at $25,000
It's virtually impossible to read old iMessages and they take up tons of storage
211–220 of 276 posts
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#212Re: It's virtually impossible to read old iMessages and they take up tons of storage
#213Re: It's virtually impossible to read old iMessages and they take up tons of storage
#214Apple's chat.db has an esoteric schema owing to the fact they never designed it from the ground up and instead kept adding new columns and tables with each macOS release. This makes their queries super complicated with multiple joins. Once you have the schema figured out, it's dead easy to build a third-party client that works better than the official one. Even search works great with a simple LIKE query but Apple re…
I don't mean to be pessimistic , but I wonder how you're going to be anything but reactionary to apples changes to the database. I've written a similar (much simpler) version of what you're proposing to sell- the database queries are hysterical. I've been thinking about using the accessibility I framework to ETL the messages into Kinesis to facilitate event driven architecture. 'archived' Messages and attachments are…
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#215I have 75GB of messages in iCloud, I see 25GB on my 500GB Mac and 11GB on my 64GB iPhone.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#216Any plans to include phone calls, voice mails, and email too?
Future perfect:
RSS reader-like UI. Top level is Contacts. Including groups (w/ aliases). Drill down to see missives. Show read, unread, return receipt, etc. Sparklines representing activity.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#217Apple's chat.db has an esoteric schema owing to the fact they never designed it from the ground up and instead kept adding new columns and tables with each macOS release. This makes their queries super complicated with multiple joins. Once you have the schema figured out, it's dead easy to build a third-party client that works better than the official one. Even search works great with a simple LIKE query but Apple re…
I modified this script to pull my entire db into a text file. https://github.com/michael-danello/iMessageWrapped EDIT: It is absurd Apple doesn't provide better message organization and UX/UI.
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#218Earlier quoted context omitted.
I don't mean to be pessimistic , but I wonder how you're going to be anything but reactionary to apples changes to the database. I've written a similar (much simpler) version of what you're proposing to sell- the database queries are hysterical. I've been thinking about using the accessibility I framework to ETL the messages into Kinesis to facilitate event driven architecture. 'archived' Messages and attachments are…
How did you bridge FaceTime and VoIP?
Re: It's virtually impossible to read old iMessages and they take up tons of storage
#219Earlier quoted context omitted.
That's an undocumented implementation detail. It might change without warning at any time. Are you seriously recommending this as a solution for users who want to be able to read past messages?
Your indignation is strange. Why would you not recommend it when there's no alternative?
Lighten up a little, GP.