HackerTrans
TopNewTrendsCommentsPastAskShowJobs

carlyfan

no profile record

comments

carlyfan
·6 yıl önce·discuss
Yes - you’ll need:

- The latest iOS

- A module that supports sending.
carlyfan
·6 yıl önce·discuss
> The only problem is that any messages that the iPhone received while the middleman was out of range won’t get to your PC

That is not a problem. MAP is sort of like the IMAP protocol. You can ask the phone to give you older messages and the iPhone does indeed support that as well.

Moreover, with this scheme, you will likely have to keep the donor host iPhone and the middleman at home and have them plugged in 24/7. So then your middleman doesn’t have to be extremely clever, although it wouldn’t hurt if it was.
carlyfan
·6 yıl önce·discuss
Haha, I don’t know who else besides me who knew about this. I just happened to discover it the other day... night... month ;-) HN is the first platform that I shared this discovery with.

I figured that the ideas are free, the important part is the execution. I hope I didn’t accidentally open the Pandora’s box for the spammers and such. My thought is that programmatically sending iMessages is already doable just needs a lot of mucking around. This just makes it much more convenient.
carlyfan
·6 yıl önce·discuss
MAP is a standard protocol [1]. I think that's pretty legit?

1: https://en.wikipedia.org/wiki/List_of_Bluetooth_profiles#Mes...
carlyfan
·6 yıl önce·discuss
For anyone who is interested in making an iMessage proxy and has time to spend: There is a legitimate way to interact with the iMessage system with a standard protocol. It requires you to have a host iPhone (no jailbreaking needed).

What you need to have is a Bluetooth adapter with MAP (Message Access Profile) support. Your iPhone will treat all messages from the MAP protocol as if they are from the Messages app. This means it will automatically route your SMS as iMessage if possible (you have no say on what the iPhone decides to do, however). As a bonus, you can also use email addresses as recipients with MAP.

A good place to start probing is the WT32 or WT41u module from Silicon Laboratories. It supports MAP, although it looks like the module supports receive-only [1]. I do not know whether you can hack blueZ to support MAP. I've tried to look at it and I don't think the MAP support for blueZ is complete but I could as well be very wrong. A Raspberry Pi 0 as a bluetooth middleman is very sweet, regardless.

Once that Bluetooth middleman is set up, you can use a public server to relay your messages. The scheme will look something like this:

iPhone <--bluetooth--> (WT41+ESP32)|(Pi0+BlueZ) <--wifi--> MQTT broker <--wifi--> your device of choice.

I am relatively confident that this scheme will work. I just don't have time in my hands to do it. So I figured I could share here. Hopefully, some good hacker will do it and publish it. Happy hacking!

1: https://www.silabs.com/documents/public/application-notes/AN...