• A new Android app called Beeper Mini allows users to send iMessages as blue bubbles from non-Apple devices.

• Beeper Mini bypasses traditional iMessage hacks by directly sending iMessages from Android devices.

• The app has been praised for its smooth functionality, sending messages seamlessly between Android and iPhone users.

  • @polluteyourjorts
    link
    English
    167 months ago

    So if the app will be open source like they say, can’t we just build it ourselves and not pay $2/mo?

      • @polluteyourjorts
        link
        English
        117 months ago

        There shouldn’t be any back end beeper servers with this implementation if they really do what they say and interface directly with Apple servers.

        • @Mereo@lemmy.ca
          link
          fedilink
          English
          107 months ago

          It’s a bridge for notifications. Since Apple’s APN notification servers require a persistent connection to work, meaning that the application must be running continuously to receive notifications, the Beeper servers push those notifications (messages) to your phone.

          This means that the application does not need to be running continuously to receive messages.

          • @BearOfaTime@lemm.ee
            link
            fedilink
            English
            3
            edit-2
            7 months ago

            Exactly. They host the Apple equivalent to GMS, which is called APN (or is it ANP? Apple Notification Protocol? I forget, but the Bubbler Mini devs explain it well)

          • 𝕽𝖔𝖔𝖙𝖎𝖊𝖘𝖙
            link
            fedilink
            English
            5
            edit-2
            7 months ago

            Here’s a simple picture with minimal reading required.

            This is very different to the technology used in the free/wait-list Beeper Cloud app and all the other previous attempts at an iMessage for Android app.

            To summarize:

            All messages are sent directly between your device and Apple’s servers. You do not even need an AppleID. There is a cloud server involved but it’s only job is to send push notifications to Android so they app knows when to download new messages (securely with iMessage encryption) from Apple’s servers.

            No message contents are sent through the cloud server, it just notifies your device when there are new messages. This is necessary because Apple servers obviously do not support Android push notifications.

            • @scarilog@lemmy.world
              link
              fedilink
              English
              2
              edit-2
              7 months ago

              Running BlueBubbles at the moment, eagerly awaiting someone to build a self hosted implementation of this so I can stop relying on my macos VM.

              This implementation I think also allows you to use the phone number of your android device, which is a feature that not even the BlueBubbles method has been able to do.

              • 𝕽𝖔𝖔𝖙𝖎𝖊𝖘𝖙
                link
                fedilink
                English
                1
                edit-2
                7 months ago

                Running BlueBubbles at the moment, eagerly awaiting someone to build a self hosted implementation of this so I can stop relying on my macos VM.

                Beeper Mini does not require a Mac VM or any Apple products. There’s no cloud proxy to self host. It registers your phone number directly with Apple’s servers, you don’t even need an AppleID at all, just like on an iPhone.

                It’s indistinguishable from an iPhone on Apple’s end and your iMessage encryption keys never leave your phone

                • @scarilog@lemmy.world
                  link
                  fedilink
                  English
                  27 months ago

                  Yeah I know I was referring to the notifications, because my understanding is that you need a separate server to forward notifications to your device from the APN…? Idk maybe the firebase free tier can handle this without the need for a desktop app running somewhere.

                  • 𝕽𝖔𝖔𝖙𝖎𝖊𝖘𝖙
                    link
                    fedilink
                    English
                    2
                    edit-2
                    7 months ago

                    Notifications are generated after the message is pulled from Apple’s servers to your device.

                    The push messages just tell your device a message is available to be pulled. It doesn’t contain any message contents or metadata.

                    It’s basically just “you have a new message waiting” and then your phone will ping Apple’s server to request the message.

    • @LinuxSBC@lemm.ee
      link
      fedilink
      English
      37 months ago

      Kind of, but it’s more complicated. I’m not sure if the app itself will be open source, but currently, the method they use is. Either way, the hardest part is already done, but you still need a client (maybe; they might open-source it) and a notification server. I’m planning to attempt to build a Matrix bridge if I have enough time and it’s not beyond my skills, but if you don’t want the messages to be decrypted by the server, making the notification server and maybe client would be really difficult.

        • 𝕽𝖔𝖔𝖙𝖎𝖊𝖘𝖙
          link
          fedilink
          English
          5
          edit-2
          7 months ago

          Sort of.

          All messages/etc are sent using iMessage encryption directly between your phone and Apple’s iMessage servers.

          But there is no Android push notifications from Apple’s servers.

          So in order to be notified about new messages in a timely manner without killing your battery/data plan a cloud server is required to trigger your phone that a message has arrived so your phone can then request the message from Apple’s servers.

          This is actually a really common implementation, many apps use Firebase or similar to handle push notifications that are only used to trigger a “pull” of a larger chunk of data.

          The push notifications being used here don’t contain any private data, they just tell your device when to collect that private data securely.

      • @polluteyourjorts
        link
        English
        37 months ago

        Its already available for download and use, but I can’t find the source anywhere other than a Python proof of concept project that beeper purchased the rights to to make this app.

    • Aatube
      link
      fedilink
      17 months ago

      Open source doesn’t mean it can be very conveniently free. Besides backend, building can be difficult, as you see in paid libre apps like Ardour