JesusFreke / smali

smali/baksmali
6.3k stars 1.07k forks source link

Regenerate correct boot.oat/.art/.vdex files after a recompile #885

Open privacyguy123 opened 5 months ago

privacyguy123 commented 5 months ago

Sorry not sure where else to ask. When I recompile my framework.jar with baksmali/smali the .oat/.art/.vdex are "invalidated" (?) on the device because they are matched to the old framework right? Since I am on Stock Samsung and have no source I cannot regenerate these files like during AOSP build process. Is there some other way to "regenerate" these files so system is happy lol?