JesusFreke / smali

smali/baksmali
6.33k stars 1.07k forks source link

Android 9.0 about boot-framework.art file type #740

Closed cc-qing closed 4 years ago

cc-qing commented 4 years ago

I modified framework.jar, removed the arm/arm64 in the framework folder and booted it successfully. But it started up very slowly, I think because the system didn't find boot-framework.art, and then dex2oat executed As a result, the startup speed is very slow. I ask you to help me framework.jar can produce boot-framework.art, boot-framework.art.rel, and other *.art files. I don't know how to use dex2oat to create a single jar

JesusFreke commented 4 years ago

Your best bet is to investigate the android build system, and see how it does it.

VisionR1 commented 5 months ago

I modified framework.jar, removed the arm/arm64 in the framework folder and booted it successfully. But it started up very slowly, I think because the system didn't find boot-framework.art, and then dex2oat executed As a result, the startup speed is very slow. I ask you to help me framework.jar can produce boot-framework.art, boot-framework.art.rel, and other *.art files. I don't know how to use dex2oat to create a single jar

I have exactly the same on my A11, you found any solution ?