Git Product home page Git Product logo

Comments (9)

chirayudesai avatar chirayudesai commented on August 18, 2024

could not exec command: [aapt

have you got the aapt binary, and added it to path?
Install the sdk, then export PATH=$PATH:/path/to/sdk/platform-tools:/path/to/sdk/tools

from legacy-patchrom.

rpander93 avatar rpander93 commented on August 18, 2024

Yes, I have installed everything. Java, the android sdk, updated my PATH. This is the last apk that has to be compiled before it starts adding media and the compressing the ZIP.

I just did some dirty modifications so the script would skip SystemUI.apk. Then I put MIUISystemUI.apk from another rom into the .build folder and ran the script again. It provided me with a zip-file but ofcourse this was giving me a lot of errors when trying to boot it on my LG 2x. (acore process crashing etc.)

from legacy-patchrom.

chirayudesai avatar chirayudesai commented on August 18, 2024

yea, i've been facing this too, got a lot of resource not found errors (as i'm porting to a ldpi device), waiting for an official answer

from legacy-patchrom.

rpander93 avatar rpander93 commented on August 18, 2024

Hmm, I first tried compiling a MIUI ROM from CM7 base, but this gave me a whole bunch of errors. So now I'm trying to compile from an official LG rom and this is the only issue I have.

from legacy-patchrom.

MiningCryptoLive avatar MiningCryptoLive commented on August 18, 2024

Same here, Get as far as compiling SystemUI.apk and then it errors saying "I: Decoding values_/_ XMLs...
Can't find framework resources for package of id: 6. You must install proper framework files, see project website for more info.
make: *** [.build/SystemUI] Error 1"

Any help would be appreciated

from legacy-patchrom.

rpander93 avatar rpander93 commented on August 18, 2024

@racing1

You'll have to install the framework with apktool first:

"apktool if <framework-res.apk location>"

from legacy-patchrom.

chirayudesai avatar chirayudesai commented on August 18, 2024

use this

make apktool-if /path/to/framework-res.apk

then do the usual

make

from legacy-patchrom.

MiningCryptoLive avatar MiningCryptoLive commented on August 18, 2024

People, Stop telling me to install framework. I am not a newbie. Framework is installed. There is something in the framework files causing it not to build.

from legacy-patchrom.

maximik1980 avatar maximik1980 commented on August 18, 2024

I think you should add to your strings.xml array.xml etc. the strings that are in the original MIUIsystemUI.apk. As for me, I'm also trying to build a MIUI patch ROM and I have the same problems...

from legacy-patchrom.

Related Issues (18)

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.