jBART icon indicating copy to clipboard operation
jBART copied to clipboard

Crossplatform (java based) Android ROMs Tools.

Results 15 jBART issues
Sort by recently updated
recently updated
newest added

[05.08.2022 22:51:05] I: Current file: mi-globe.com_v10_libra_V10.1.1.0.NXKCNFI_cfg-gbwmgggav.zip [05.08.2022 22:51:06] I: Extracting ROM file... [05.08.2022 22:51:06] I: Current zip is not proper ROM file. Operation stopped.

runme_jar.sh ``` #!/bin/bash for f in *.jar; do jarfile=$f done echo Running java file $jarfile... java -Dfile.encoding="UTF-8" -jar $jarfile ```

Hello, how do I get a license for the full version?

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](https://user-images.githubusercontent.com/6189615/45517734-75e67f00-b7af-11e8-9c78-60e2f51ceda8.png)

Last version jbart not working with framework.jar on android Pie. [framework.jar](https://drive.google.com/open?id=1OTlKMSNsSq3WkqrbyHDzM1mulSDsRiMS) When use baksmali/smali 2.2.5 not recompile classes2.dex because not possibile set api 28 on process baksmali/smali Log error on...

Hi, I tried your tool with MIUI MS 10 8.8.30. Than I installed the zip with twrp, but after boot I can't use my smartphone. It appears always System reporting....

Hi! Is it possible to add recursive replacement for replaceinall on anyfile_data.conf patches to work like it currently does for smali ones? For example: I have a folder with device...

enhancement
wip

Hello, I have a string with html code embedded which is supposed to be a font color. When I use the hex config it converts to html and the color...

bug

I wanted to point out that the translation parser does not detect changes from 1 to %1$d on plurarls.xml, this system works correctly on strings.xml. Is possibile fixed this? Thanks

bug

The structure of 'deletefiles.conf' has changed. The possibility of deleting device-specific files is gone?

wip