BurgerZ / jBART

Crossplatform (java based) Android ROMs Tools.
http://burgerz.pro/
100 stars 113 forks source link

patch replaceall problem with other smali_classes #224

Open ale8530 opened 6 years ago

ale8530 commented 6 years ago

When use patch "replaceall" not working on directory smali_classes2 and smali_classe3

My patch:

replaceinall "com.xiaomi.market.IAppDownloadManager" "com.android.vending.IAppDownloadManager";

smali not patched:

immagine

BurgerZ commented 6 years ago

Confirmed for public jbart version. Fixed. Wait for update.

ale8530 commented 6 years ago

Thanks :)