GithubHelp home page GithubHelp logo

Comments (6)

Artx-II avatar Artx-II commented on July 20, 2024 1

Implemented with commit 8e3990e, thanks!

from songtube-app.

Artx-II avatar Artx-II commented on July 20, 2024

I thought about that and your implementation from the video I saw looks great, the issue is that we need to sort out for which architecture the apk was built for, almost everyone installs the fat apk (for arm & arm64), others install the arm only or arm64 only.

Your CPU might be arm64, but you might have the fat apk or the arm only apk installed and trying to install the arm64 apk will fail. That is where I got stuck and so just decided to redirects the user to the telegram channel.

from songtube-app.

Clashkid155 avatar Clashkid155 commented on July 20, 2024

I think i get what you mean now, arm app won't install over arm64 app, but if your architecture is arm64 then it will install. What I'm saying is if your device is arm64 and you installed the arm or general apk previously whenever a new update is released my tweak tries to determine your device arch so even if you have the general or arm apk of songtube installed and your device is arm64 if will get and install it over them since your device is arm64.

From my test on an arm64 device:

Arm64 installs over any apk (arm or general).

Arm can install over general but can't install over arm64 apk.

Arm64 and arm apk can install over general apk.

General can't install over arm or arm64 apk.

Will see if i can test on an arm device.

from songtube-app.

Clashkid155 avatar Clashkid155 commented on July 20, 2024

Whenever it's ready

from songtube-app.

Artx-II avatar Artx-II commented on July 20, 2024

I really like your implementation on this, now that I simplified new releases to a single APK I believe it is now a lot easier 😃

from songtube-app.

Clashkid155 avatar Clashkid155 commented on July 20, 2024

Will rewrite/update the code and pr

from songtube-app.

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.