Skip to content

Commit

Permalink
Release 20161216.02
Browse files Browse the repository at this point in the history
1. Patcher: added patch "movefrom" for the anyfile_data.conf. [movefrom "%rom%/system/priv-app/Browser/Browser.apk" "/lib/armeabi" "%rom%/system/priv-app/Browser/lib/arm";] - this patch will extract from zip (1st parameter, Browser.apk) file (or all files from directory, if directory set) (2nd parameter) to the target directory, set in 3rd parameter and then remove this file or directory (parameter 2) from the zip (1st parameter).
2. Patcher: added patch "deletefrom" for the anyfile_data.conf. [deletefrom "%rom%/system/priv-app/Browser/Browser.apk" "/lib/armeabi";] - this patch will delete file or directory set in 2nd parameter from the zip set in 1st parameter
3. Patcher: added patch "packto" for the anyfile_data.conf. [packto "%rom%/system/priv-app/Browser/Browser.apk" "%here%/com";] - this patch will pack file or directory with all its contents (2nd parameter, directory com) to the target zip file, set in 1st parameter (Browser.apk))
4. Pro: Added ability to filter out drawable directories from the translation by maximum supported dpi in hex mode (dpifilter.conf)
5. Added ability to turn off auto rom zip signing after translation
  • Loading branch information
BurgerZ committed Dec 16, 2016
1 parent cc54b05 commit ba4066b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/settings/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"UsePatches": true,
"DeodexSystemPrivApps": true,
"UseCustomDeodexConfig": true,
"SignRomFile": true,
"SingleFileDecompileSources": false,
"UseOriginalManifest": true,
"DownloadMainRepo": true,
"SingleFileKeepBrokenRes": false,
"SingleFileSign": true,
"LogFontSize": 11,
"Smali": "smali-2.2b4.jar",
"Smali": "smali-2.1.0-845fae21-dirty-small.jar",
"AlternativeROMNaming": true,
"RedownloadRepositories": false,
"ROMTypeString": "miui_v8",
Expand All @@ -25,7 +26,7 @@
"SingleFileAutoPatch": false,
"OpenedTab": 0,
"SingleFileWriteDebugInfo": true,
"Oat2dex": "oat2dex-0.88.jar",
"Oat2dex": "oat2dex-0.86.jar",
"DownloadPatchesRepo": true,
"DeleteProjectDirectory": false,
"LogDirectory": "",
Expand All @@ -35,7 +36,7 @@
"SingleFileInstallFrameworks": false,
"LocalPatches": true,
"SaveDeodexedRom": false,
"Baksmali": "baksmali-2.2b4.jar",
"Baksmali": "baksmali-2.1.0-845fae21-dirty-small.jar",
"DeodexAPI": 0,
"ZipalignApks": true,
"InterfaceLanguage": "Default",
Expand Down
Binary file modified jbart3h.jar
Binary file not shown.

0 comments on commit ba4066b

Please sign in to comment.