Git Product home page Git Product logo

Comments (5)

OrangeDrangon avatar OrangeDrangon commented on July 30, 2024

Are you receiving an error or just asking for help? Neither are a problem just looking for more information.

from android-messages-desktop.

OrangeDrangon avatar OrangeDrangon commented on July 30, 2024

Just as an unimportant aside this seems like a horrible way to solve the MMS issue long term.

from android-messages-desktop.

Crsarmv7l avatar Crsarmv7l commented on July 30, 2024

Sorry, I wasn't very clear.
My first rpm was not able to be installed, I tracked it down to a known issue with FPM and armv7l but I need to rebuild my dev environment before I can try again.

  1. If I am able to build for armv7l and aarch64 are you interested?
  2. Is there anything I am missing potentially with my building?

I absolutely agree this is a horrible, and heavy long term solution.

Sadly Google Messages apk does not work on Sailfishes AlienDalvik due to their implementation.

My immediate solution was google's Hangouts app, which worked great but has been killed for SMS/MMS. My current stop-gap is a webview apk I created with custom useragent. It works great for viewing/sending and is very lightweight. The issue is downloading blobs that google uses for MMS pictures/sounds/etc. Android download manager does not seem to work with it. I will eventually try and incorporate RN-Fetch-Blob but I am very new to React-Native.

Giving up Sailfish is not a solution as I would be giving up LXC-Containers, Linux and AlienDalvik all on one handy device.

My next question is this: Do you have any insights into google's blob format? Given this is basically chrome engine, which has no issues with the blob format, this may be a longshot question.

from android-messages-desktop.

OrangeDrangon avatar OrangeDrangon commented on July 30, 2024

Sorry for the delay getting back to you.

I will build for more platforms that is not a problem at all assuming it will build crossplatform using github actions Just open a pull request with any changes required.

Assuming google is in anyway consistent all of the data is a binary blob encoded using protobuf. While I am not very familar with it that should at least set you down the right path for googling how to parse the data. It may be possible to extract the schemas from the website or they may be somehow encoded into the data not really sure.

As for react native it should not have any issues working with protobuf once you get it parsing correctly as far as I know.

Good luck and let me know if you have anymore questions.

from android-messages-desktop.

Crsarmv7l avatar Crsarmv7l commented on July 30, 2024

Thank you

from android-messages-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.