From 462225dc946af77e47679e00fe1f4565c3426d97 Mon Sep 17 00:00:00 2001 From: Lanchon Date: Mon, 31 Jul 2017 07:42:45 -0300 Subject: [PATCH] Revert "Remove parameter from commands" This reverts commit dc136366a7f6d4c707a71dc67dbfcb0e22a5a297. --- README.md | 16 ++--- build-patch | 11 +-- bulk-patch-builder/build-all | 8 +-- patch-fileset | 15 ++-- patches/bulk-patch-builder.log | 124 ++++++++++++++++----------------- 5 files changed, 88 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index dd188be..d1a3fa3 100644 --- a/README.md +++ b/README.md @@ -113,14 +113,14 @@ sigspoof-ui-global-7.0-7.1 `$ ./patch-fileset` ``` -usage: patch-fileset [ | --dry-run [ ... ] ] +usage: patch-fileset [ | --dry-run [ ... ] ] ``` -`$ ./patch-fileset patches/sigspoof-hook-4.1-6.0/ fs-oneplus2/` +`$ ./patch-fileset patches/sigspoof-hook-4.1-6.0/ 23 fs-oneplus2/` ``` >>> target directory: fs-oneplus2__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex fs-oneplus2/services.jar patches/sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex fs-oneplus2/services.jar patches/sigspoof-hook-4.1-6.0/services.jar.dex info: read 'fs-oneplus2/services.jar' info: read 'patches/sigspoof-hook-4.1-6.0/services.jar.dex' info: write 'fs-oneplus2__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -136,11 +136,11 @@ The patched fileset was output to `fs-oneplus2__sigspoof-hook-4.1-6.0` by defaul Now patch this resulting fileset again to add the core patch: -`$ ./patch-fileset patches/sigspoof-core/ fs-oneplus2__sigspoof-hook-4.1-6.0/` +`$ ./patch-fileset patches/sigspoof-core/ 23 fs-oneplus2__sigspoof-hook-4.1-6.0/` ``` >>> target directory: fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0/services.jar patches/sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0/services.jar patches/sigspoof-core/services.jar.dex info: read 'fs-oneplus2__sigspoof-hook-4.1-6.0/services.jar' info: read 'patches/sigspoof-core/services.jar.dex' info: write 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -154,11 +154,11 @@ deleting: classes.dex Finally, add the corresponding UI patch: -`$ ./patch-fileset patches/sigspoof-ui-global-4.1-6.0/ fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/` +`$ ./patch-fileset patches/sigspoof-ui-global-4.1-6.0/ 23 fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/` ``` >>> target directory: fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/services.jar/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar patches/sigspoof-ui-global-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/services.jar/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar patches/sigspoof-ui-global-4.1-6.0/services.jar.dex info: read 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read 'patches/sigspoof-ui-global-4.1-6.0/services.jar.dex' info: write 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/services.jar/patched-dex' @@ -167,7 +167,7 @@ info: write 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-glob deleting: classes.dex adding: classes.dex (deflated 55%) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/Settings.apk/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk patches/sigspoof-ui-global-4.1-6.0/Settings.apk.dex +>>> dexpatcher --api-level 23 --verbose --output fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/Settings.apk/patched-dex --multi-dex fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk patches/sigspoof-ui-global-4.1-6.0/Settings.apk.dex info: read 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read 'patches/sigspoof-ui-global-4.1-6.0/Settings.apk.dex' info: write 'fs-oneplus2__sigspoof-hook-4.1-6.0__sigspoof-core__sigspoof-ui-global-4.1-6.0/tmp/Settings.apk/patched-dex' diff --git a/build-patch b/build-patch index ef8b9b3..3cf7e4d 100755 --- a/build-patch +++ b/build-patch @@ -6,13 +6,14 @@ base_suffix=. source "$(dirname "$(readlink -f "$0")")/$base_suffix/.global" if [ "$3" == "" ]; then - usage "build-patch [ [ ] ]" + usage "build-patch [ [ ] ]" fi patch_source_dir="${1%/}" -fileset_dir="${2%/}" -patch_build_dir="${3%/}" -java_version="${4:-$default_java_version}" +api_level="$2" +fileset_dir="${3%/}" +patch_build_dir="${4%/}" +java_version="${5:-$default_java_version}" check_dir "$patch_source_dir" check_fileset "$fileset_dir" @@ -87,6 +88,6 @@ rm -rf "$tmp_dir" echo echo "*** apply fileset patch (dry-run)" -"$base_dir/patch-fileset" "$patch_build_dir" "$fileset_dir" --dry-run +"$base_dir/patch-fileset" "$patch_build_dir" "$api_level" "$fileset_dir" --dry-run echo "*** build-patch: success" diff --git a/bulk-patch-builder/build-all b/bulk-patch-builder/build-all index 260ca3e..328fac4 100755 --- a/bulk-patch-builder/build-all +++ b/bulk-patch-builder/build-all @@ -28,11 +28,11 @@ build_one() { echo local patch_source_dir="$patches_source_dir/$patch_name" - #local api_level="$(cut -d '-' -f 1 <<<"$fileset_name")" + local api_level="$(cut -d '-' -f 1 <<<"$fileset_name")" local patch_dex_dir="$patch_tmp_dir/${patch_name}__$fileset_name" patch_dex_dirs+=( "$patch_dex_dir" ) - "$base_dir/build-patch" "$patch_source_dir" "$fileset_dir" "$patch_dex_dir" + "$base_dir/build-patch" "$patch_source_dir" "$api_level" "$fileset_dir" "$patch_dex_dir" echo @@ -70,11 +70,11 @@ apply_one() { echo local patch_dex_dir="$patch_tmp_dir/${patch_name}__$fileset_name" - #local api_level="$(cut -d '-' -f 1 <<<"$fileset_name")" + local api_level="$(cut -d '-' -f 1 <<<"$fileset_name")" local patched_fileset_dir="$fileset_tmp_dir/${fileset_name}__$patch_name" #patched_fileset_dirs+=( "$patched_fileset_dir" ) - "$base_dir/patch-fileset" "$patch_dex_dir" "$fileset_dir" "$patched_fileset_dir" + "$base_dir/patch-fileset" "$patch_dex_dir" "$api_level" "$fileset_dir" "$patched_fileset_dir" if [ -d "$fileset_dir/dedex" ]; then ln -s -t "$patched_fileset_dir" "$fileset_dir/dedex" diff --git a/patch-fileset b/patch-fileset index d494a70..7edc903 100755 --- a/patch-fileset +++ b/patch-fileset @@ -8,13 +8,14 @@ source "$(dirname "$(readlink -f "$0")")/$base_suffix/.global" dry_run_option="--dry-run" if [ "$3" == "" ]; then - usage "patch-fileset [ | $dry_run_option [ ... ] ]" + usage "patch-fileset [ | $dry_run_option [ ... ] ]" fi patch_dex_dir="${1%/}" -fileset_dir="${2%/}" -patched_filterset_dir="${3%/}" -global_dexpatcher_options=( "${@:4}" ) +api_level="$2" +fileset_dir="${3%/}" +patched_filterset_dir="${4%/}" +global_dexpatcher_options=( "${@:5}" ) check_dir "$patch_dex_dir" check_fileset "$fileset_dir" @@ -53,7 +54,7 @@ apply_patch_part() { echo ">>> apply patch: $name" - local dexpatcher_options=( "${global_dexpatcher_options[@]}" --verbose ) + local dexpatcher_options=( "${global_dexpatcher_options[@]}" --api-level "$api_level" --verbose ) if $wet_run; then @@ -105,9 +106,9 @@ apply_patch_part() { else - #if (( "$api_level" >= 21 )); then + if (( "$api_level" >= 21 )); then dexpatcher_options+=( --multi-dex ) - #fi + fi run_dexpatcher "${dexpatcher_options[@]}" "$fileset_dir/$name" "$patch_dex_dir/${name}.dex" if $wet_run; then diff --git a/patches/bulk-patch-builder.log b/patches/bulk-patch-builder.log index a4b74f5..b10bdc2 100644 --- a/patches/bulk-patch-builder.log +++ b/patches/bulk-patch-builder.log @@ -8,7 +8,7 @@ *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex +>>> dexpatcher --api-level 10 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex' info: dry run due to '--dry-run' option @@ -28,7 +28,7 @@ info: dry run due to '--dry-run' option >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex +>>> dexpatcher --api-level 10 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/10-2.3.7-cm-7.2.0-crespo/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3/sigspoof-hook-1.5-2.3__10-2.3.7-cm-7.2.0-crespo/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/tmp/services.jar/patched-dex' @@ -50,7 +50,7 @@ deleting: classes.dex *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex +>>> dexpatcher --api-level 15 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex' info: dry run due to '--dry-run' option @@ -70,7 +70,7 @@ info: dry run due to '--dry-run' option >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex +>>> dexpatcher --api-level 15 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/15-4.0.4-cm-9.1.0-crespo/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0/sigspoof-hook-4.0__15-4.0.4-cm-9.1.0-crespo/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/tmp/services.jar/patched-dex' @@ -92,7 +92,7 @@ deleting: classes.dex *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex +>>> dexpatcher --api-level 16 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex' info: dry run due to '--dry-run' option @@ -109,7 +109,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex +>>> dexpatcher --api-level 17 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex' info: dry run due to '--dry-run' option @@ -126,7 +126,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex +>>> dexpatcher --api-level 18 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex' info: dry run due to '--dry-run' option @@ -143,7 +143,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex +>>> dexpatcher --api-level 19 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex' info: dry run due to '--dry-run' option @@ -160,7 +160,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex +>>> dexpatcher --api-level 21 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex' info: dry run due to '--dry-run' option @@ -177,7 +177,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex +>>> dexpatcher --api-level 22 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex' info: dry run due to '--dry-run' option @@ -194,7 +194,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex' info: dry run due to '--dry-run' option @@ -214,7 +214,7 @@ info: dry run due to '--dry-run' option >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex +>>> dexpatcher --api-level 16 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/16-4.1.2-cm-10.0.0-maguro/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__16-4.1.2-cm-10.0.0-maguro/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -230,7 +230,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex +>>> dexpatcher --api-level 17 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/17-4.2.2-cm-10.1.3-mako/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__17-4.2.2-cm-10.1.3-mako/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -246,7 +246,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex +>>> dexpatcher --api-level 18 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/18-4.3.1-cm-10.2.1-mako/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__18-4.3.1-cm-10.2.1-mako/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -262,7 +262,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex +>>> dexpatcher --api-level 19 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -278,7 +278,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex +>>> dexpatcher --api-level 21 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -294,7 +294,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex +>>> dexpatcher --api-level 22 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -310,7 +310,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0/sigspoof-hook-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/tmp/services.jar/patched-dex' @@ -332,7 +332,7 @@ deleting: classes.dex *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex +>>> dexpatcher --api-level 24 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex' info: dry run due to '--dry-run' option @@ -349,7 +349,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex +>>> dexpatcher --api-level 25 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex' info: dry run due to '--dry-run' option @@ -369,7 +369,7 @@ info: dry run due to '--dry-run' option >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex +>>> dexpatcher --api-level 24 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex' @@ -385,7 +385,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1 >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex +>>> dexpatcher --api-level 25 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/filesets/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1/sigspoof-hook-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/tmp/services.jar/patched-dex' @@ -407,7 +407,7 @@ deleting: classes.dex *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex +>>> dexpatcher --api-level 10 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex' info: dry run due to '--dry-run' option @@ -424,7 +424,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex +>>> dexpatcher --api-level 15 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -441,7 +441,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 16 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -458,7 +458,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 17 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -475,7 +475,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 18 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -492,7 +492,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 19 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -509,7 +509,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 21 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -526,7 +526,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 22 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -543,7 +543,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: dry run due to '--dry-run' option @@ -560,7 +560,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex +>>> dexpatcher --api-level 24 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex' info: dry run due to '--dry-run' option @@ -577,7 +577,7 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex +>>> dexpatcher --api-level 25 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex' info: dry run due to '--dry-run' option @@ -597,7 +597,7 @@ info: dry run due to '--dry-run' option >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex +>>> dexpatcher --api-level 10 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-1.5-2.3__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/10-2.3.7-cm-7.2.0-crespo__sigspoof-hook-1.5-2.3__sigspoof-core/tmp/services.jar/patched-dex' @@ -613,7 +613,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex +>>> dexpatcher --api-level 15 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.0__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/15-4.0.4-cm-9.1.0-crespo__sigspoof-hook-4.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -629,7 +629,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 16 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -645,7 +645,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 17 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -661,7 +661,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 18 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -677,7 +677,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 19 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -693,7 +693,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 21 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -709,7 +709,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 22 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -725,7 +725,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-4.1-6.0__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/tmp/services.jar/patched-dex' @@ -741,7 +741,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex +>>> dexpatcher --api-level 24 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex' @@ -757,7 +757,7 @@ deleting: classes.dex >>> target directory: /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core >>> apply patch: services.jar ->>> dexpatcher --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex +>>> dexpatcher --api-level 25 --verbose --output /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-hook-7.0-7.1__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core/sigspoof-core__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1/services.jar.dex' info: write '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/tmp/services.jar/patched-dex' @@ -780,13 +780,13 @@ deleting: classes.dex *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 16 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 16 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__16-4.1.2-cm-10.0.0-maguro__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -804,13 +804,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 17 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 17 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__17-4.2.2-cm-10.1.3-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -828,13 +828,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 18 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 18 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__18-4.3.1-cm-10.2.1-mako__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -852,13 +852,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 19 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 19 --verbose --dry-run /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__19-4.4.4-cm-11-20150901-SNAPSHOT-XNG3CAO3G0-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -876,13 +876,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 21 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 21 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__21-5.0.2-cm-12-20150625-SNAPSHOT-YNG4NAO09M-d801__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -900,13 +900,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 22 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 22 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__22-5.1.1-cm-12.1-20150901-SNAPSHOT-YOG4PAO237-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -924,13 +924,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 23 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 23 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-4.1-6.0/sigspoof-ui-global-4.1-6.0__23-6.0.1-cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead__sigspoof-hook-4.1-6.0__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -954,13 +954,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 24 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 24 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__24-7.0-cm-14.0-20161011-UNOFFICIAL-hammerheadcaf-nyyu_tk__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option @@ -978,13 +978,13 @@ info: dry run due to '--dry-run' option *** apply fileset patch (dry-run) >>> apply patch: services.jar ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex +>>> dexpatcher --api-level 25 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/services.jar.dex' info: dry run due to '--dry-run' option 0 error(s), 0 warning(s) >>> apply patch: Settings.apk ->>> dexpatcher --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex +>>> dexpatcher --api-level 25 --verbose --dry-run --multi-dex /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk /home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-core__fs/25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk' info: read '/home/rod/android/haystack/git/bulk-patch-builder/../patches/tmp.$$$/sigspoof-ui-global-7.0-7.1/sigspoof-ui-global-7.0-7.1__25-7.1-lineage-14.1-20170721-nightly-oneplus3-signed__sigspoof-hook-7.0-7.1__sigspoof-core/Settings.apk.dex' info: dry run due to '--dry-run' option