GithubHelp home page GithubHelp logo

Comments (4)

Lanchon avatar Lanchon commented on August 22, 2024
  1. i've not validated that DexPatcher is compatible with Android 7.1. if 7.1 uses dex file version 037 as 7.0 does, then it is compatible. i need to update dexpatcher to the current smali release, including support for 7.1.

  2. haystack is not a priori compatible with android 7.1. it needs to be validated at a minimum and updated. the fact that the patches applied in your case seem to imply that it is in fact compatible.

  3. haystack was written against dexpatcher 1.1, which required explicit API level setting on the command line. dexpatcher 1.2 is able to autodetect, but haystack was never updated to support this.

  4. "how do I recompile the patch...?" if you only want to apply patches (ie, use haystack) then you don't need to compile any patches.

  5. "I tried pull-fileset again but it pulls the already patched files, I didn't make a backup of the original." lol, very bad thinking there :). pull the files from the flashable zip file of your rom (you'll need custom tools to do this). otherwise make a TWRP backup of you rom (system only), flash the unpatched exact same version of your rom again, pull fileset, restore backup.

  6. "will using API 25 instead of 23 on Nougat make any difference?" if api 25 uses dex version == 037, then no difference whatsoever: you don't need to redo your work. but if api 25 uses dex version > 037, then dexpatcher doesn't support api 25: you need to redo your work but you can't!!!

from haystack.

Lanchon avatar Lanchon commented on August 22, 2024

i've updated DexPatcher to support Android 7.1, then updated haystack for same.

from haystack.

IAMtheIAM avatar IAMtheIAM commented on August 22, 2024

Great, thanks for updating this. Does that mean I should use API 25 still? Should I repatch my phone now that you made this update?

from haystack.

Lanchon avatar Lanchon commented on August 22, 2024

if it works fine, i wouldn't touch it :)

from haystack.

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.