Format error messages
[auto-patcher.git] / auto_patcher
blob7e04196e7b6b6dbda151a14045963597340bb90e
1 #!/bin/bash
3 # version: beta v2.4.7, patches 2012.011.02.
5 # PDroid created by svyat. Official PDroid thread is
6 # http://forum.xda-developers.com/showthread.php?t=1357056
8 # The Auto-Patcher created by pastime1971 and mateorod
9 # Thread and support for the Auto-Patcher can be found at
10 # http://forum.xda-developers.com/showthread.php?p=27589651#post27589651
12 # ChangeLog
13 # 2012.05.00. (v0.1)
14 # ...........
15 # 2012.05.12. (v0.2) allows user to specify a different version of patches
16 # 2012.05.13. (v0.3.0) force "patch -N", remove temp upon failure, generate log output
17 # 2012.05.13. (v0.3.1) revised the generation of updater-script (SGS2)
18 # 2012.05.15. added AOSP patches
19 # 2012.05.15. added crespo-aosp patches; device-specific patching if patch exists
20 # 2012.05.15. remove restore.zip upon failure
21 # 2012.05.15. (v0.4.1) added CM7 (GB) patches
22 # 2012.05.18. (v0.4.2) added checking for tool commands
23 # 2012.05.21. (v0.4.3) apply device-specific patches only when it is specified
24 # 2012.05.26. added task title to log
25 # 2012.05.31. (v0.4.4) CM9 patches updated, crespo-aosp added
26 # 2012.06.04. (v0.4.5) added checking tools and rom, added aroma installer support
27 # add patch outputs reroute
28 # 2012.06.15. CM9 patches updated
29 # 2012.06.16. (v0.4.6) AOKP patches updated, patch versions restructured
30 # 2012.06.17. (v0.5.0) patcher script reorganized, removed build.prop
31 # 2012.06.17. (v0.6.0) auto patcher script for pdroid and v6 patches
32 # 2012.06.19. (v0.6.1) add patches for CM7.2 Final
33 # 2012.06.20. (v0.6.2) updated CM 7.2 patches
34 # 2012.06.23. (v0.6.3) fix symlinks
35 # 2012.06.26. (v0.6.4) added 0618 patches for cm7 nightlies; removed 0619 cm7.2 final
36 # 2012.06.27. (v0.6.5) added new CM9 patches (20120626)
37 # 2012.06.27. (v0.6.6) added CM7 nightly patches (20120625) (finally!)
38 # 2012.07.02. (v0.7.0) Redid AOSP/AOKP; add Windows support (using Cygwin). Thanks kobik77!
39 # 2012.07.06. (v0.7.1) updated CM9 patches (20120706)
40 # 2012.07.08. (v0.7.2) updated AOKP (20120707) and CM9 (20120708) pdroid patches
41 # 2012.07.11. (v1.0.0) reworked script works on Linux, Mac OSX, and Windows (on Cygwin);
42 # added new ICS/JellyBean support for the new V6-Supercharger
43 # 2012.07.18. (v1.0.1) new CM7/CM9 Pdroid patches (20120718)
44 # 2012.07.23. (v1.0.2) updated CM9 patches (20120723)
45 # 2012.07.23. (v1.0.3) updated CM9 patches (20120724)
46 # 2012.08.06. (v1.5.0) updated smali/baksmali binaries to 1.33
47 # 2012.08.06. Added Pdroid/V6supercharger support for CM10 Jellybean!
48 # 2012.08.06. Improved PDroid stability and efficiency (Thanks CollegeDev)
49 # 2012.08.06. (v1.6.0) added aokp-jb patches for pdroid/v6supercharger, script update
50 # 2012.08.17. (v1.9.5) Added support for pdroid_addon, by CollegeDev.
51 # Added insecure boot.img mod
52 # Added support for aosp-jb (This needs testing, and may not be
53 # a wide patch due to large variation between AOSP roms.
54 # -Please report all experiences!
55 # Updated all v6supercharger patches w/new edits to ProcessList
56 # Major script overhaul in preparation for additional mods!
57 # 2012.08.20. (v1.9.6) Conditional support for Official cm10 and aokp-jb builds
58 # 2012.08.23. (v1.9.7) Final/confirmed pdroid support for Official CM10 and AOKP-JB
59 # 2012.09.04 (v1.9.8) Bundled cygwin-compatible tools (original was corrupt).
60 # For Cygwin, replaced h2b function with simple bash math
61 # conversion (req'd for compat w/ Cygwin tools).
62 # 2012.08.26. (v2.0.0) Added .apk patching
63 # Added 3G Dongle support for Nexus 7
64 # TabletUI support for Nexus 7 (maybe more)
65 # Google Voice support for Nexus 7
66 # mods are 3gdongle, tabletUI, voice, or nexus7suite (for all)
67 # Added provisional file copy menu to widen patching base
68 # 2012.09.11. (v2.0.1) Cygwin support fixes
69 # 2012.09.11. (v2.0.2) Bugfix for 3gdongle (all)
70 # 2012.09.16. (v2.1.0) Significant restructuring of core operations; added edit text file
71 # fix for "method-cap" errors in pdroid.
72 # 2012.09.20. (v2.1.1) Fix for Phone FC's; OSX support finalized; ContentResolver resolved
73 # 2012.09.28. (v2.1.2) Hotfix for failed pdroid patching. Logging improvements.
74 # 2012.10.07. (v2.1.5) Final pdroid support for CM7.2 Official Releases
75 # Added aosp-mod patches for pdroid patching of AOSP kangs
76 # Switched to Chainfire's (f)aapt for speed/space reasons
77 # 2012.10.13. (v2.1.6) New PDroid patches for aokp-jb and cm10 4.1.2
78 # Revert (f)aapt- temporary due to reported issues
79 # 2012.10.15. (v2.17) New (again) CM10 pdroid patches.
80 # Move files to be copied into $p/$R/$B
81 # -This required a bunch of file moving-report broken symlinks.
82 # Some error check on the old RIL delete functions (thanks bundrik)
83 # 2012.10.16. (v2.1.7.5) Fix FC on phone with CM10 pdroid patches
84 # 2012.10.19. (v2.1.9) Testing CM10 support for PDroid Extension by CollegeDev.
85 # 2012.10.22. (v2.2.0) aosp/aokp and cm10 support for pdroid extension by CollegeDev
86 # MAJOR reworking of patches and improved query. only 4 mod types:
87 # cm, aokp, aosp, and pa. See our OP for details.
88 # 2012.10.26. (v2.3.0) Final (LTS) version. Stable for now until upstream breaks any patches
89 # Thanks to KicknGuitar for the OSX testing!
90 # 2012.11.01. (v2.3.1) Fix for pdroid RIL deletion for older roms
91 # Better Build query logic and help messages
92 # 2012.11.02. (v2.3.5) Add Evervolv support for all mods- Thanks to new maintainer poncik!
93 # Fix method cap for pdroid/pd2.0 for AOKP and kangs
94 # 2012.11.06. (v2.4.0) Update pd2.0 patches to latest pd2.0 release- all except Evervolv
95 # add GsmService to smali.txt; improve rom probe
96 # 2012.11.08. (v2.4.2) Add Evervolv support for pd2.0; Device-specific scripts
97 # Will display error if using a mod on an inapplicable rom
98 # 2012.11.09. (v2.4.5) Error catch for random method issues, fix pd2.0 Evervolv and aosp-jb
99 # 2012.11.17. (v2.4.6) Fix pdroid for CM7. FINALLY!.
100 # 2012.11.17. (v2.4.7) Internal debugging improvements
101 # 2013.01.13. (v2.5.0) Added 'openpdroid' mod --Open-Source Pdroid framework
102 # BIG Improvements to help and error-catch. Try ./auto_patcher -h
103 # 2013.01.15. (v2.5.1) OpenPDroid support for Evervolv and ParanoidAndroid, hotfix for Mms
104 # 2013.01.15. (v2.5.2) Fix for cygwin temp files (kobik), provisional telephony files added
105 # 2013.01.16. (v2.5.2.5) Added a new provisional as a hotfix
107 # SHELL PROGRAMMING NOTES:
108 # [ -s FILE ]
109 # [[ -n STRING ]] or [[ -z STRING ]]
111 VERSION="v2.5.2.5"
112 CURRENT_ANDROID="4.2.1"
114 # pass variables to children
115 set -a
117 printusage_help () {
118 PID="openpdroid,3gdongle" # default example
119 brief_help
122 brief_help () {
123 echo " usage: ./auto_patcher <ROM> <MODS> <ROMTYPE>"
124 echo " example: ./auto_patcher CM10.zip $PID cm"
125 echo ""
126 echo "Use ./auto_patcher -h for the help menu"
127 echo ""
128 cleanup
129 exit
132 usage_help () {
133 PID=mods
134 mods_display
135 echo "Multiple MODS can be combined by separating them with a comma and NO SPACES!!!"
136 echo ""
137 echo " usage: ./auto_patcher <ROM> <MODS> <ROMTYPE>"
138 echo ""
139 echo " example: ./auto_patcher CM10.zip openpdroid,3gdongle cm"
140 echo ""
141 usage_more_help
144 usage_more_help () {
145 echo "* press 'q' available patches or CTRL-c to quit the help menu *"
148 display_help () {
149 cd patches
150 echo ""
151 echo "AVAILABLE PATCHES"
152 echo ""
153 echo "*******************************************************************"
154 echo "Note: There are ONLY 4 ROMTYPES: [pa, cm, aokp, and aosp]."
155 echo ""
156 #find -H * \( -name aokp -o -name cm -o -name aosp* -o -name pa -o -name all -o -name generic \) -prune | sed -e 's/-.*//' | column -c 85 | more -d -3
157 find -H * \( -name aokp -o -name cm -o -name aosp -o -name pa -o -name all -o -name generic \) -prune | column -c 85 | more -d -7
158 #-path './src/emacs' -prune
159 echo ""
160 echo "!!! Do not put Android Version number on command line !!!!"
161 echo "*****************************************************************"
162 echo "Specific auto_patcher script options"
163 echo " ./auto_patcher -h mods Lists mods"
164 echo " -h <MODNAME> Specific <MOD> info"
165 echo " -h advanced Advanced usage+lists all available patch dates"
166 echo ""
167 cleanup
168 exit
171 romtype_help () {
172 # From rom_error (bad romtype) and date_error (patch date w/o specifying romtype)
173 echo ""
174 echo "!!!There are only four supported ROMTYPES: 1) cm 2) aokp 3) aosp 4) pa"
175 echo ""
176 echo "Find out which of the above ROMTYPES your rom is based on and try again!"
177 echo "**********************************************"
178 echo ""
179 cleanup
180 brief_help
183 advanced_help () {
184 echo ""
185 echo "The Auto-Patcher Advanced Usage"
186 echo "*********************************"
187 echo ""
188 echo "For those of you determined to try everything..."
189 echo ""
190 echo "You can also try adding a patch date as a final argument."
191 echo ""
192 echo " ./auto_patcher <ROM> <MOD> <ROMTYPE> <DATE>"
193 echo ""
194 echo "Please note: There are only four ROMTYPES: {pa, aokp, aosp and cm}"
195 echo " -The various appellations after that are for internal use only!"
196 echo ""
197 echo "The Auto-Patcher has a pretty great rom probe, specifying the date is"
198 echo " deprecated...you don't need to, we promise."
199 echo ""
202 cleanup () {
203 [[ -n $ROOT ]] && \rm -rf "$ROOT"/tmp*
206 garbage () {
207 unset GARBAGE
208 GARBAGE=($(find $@ -name "*.orig")) && rm -rf ${GARBAGE[@]} && echo "GARBAGE= ${GARBAGE[@]}" >> "$LOG"
209 GARBAGE=($(find $@ -name "*.rej")) && rm -rf ${GARBAGE[@]} && echo "GARBAGE= ${GARBAGE[@]}" >> "$LOG"
213 print_error () {
214 # General purpose error. Used for errors in main, as opposed to probe or set-up.
215 echo ""
216 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
217 printtask "!!! error: $@"
218 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
219 echo ""
220 brief_help
223 smali_error () {
224 # Smali binary error. Problem often goes away on second run.
225 echo ""
226 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
227 printtask "!!! error: $@"
228 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
229 echo ""
230 if [[ `grep 'method index is too large' "$LOG"` != "" ]]; then
231 printtask "!!! Problem with method cap !!!"
232 printtask "... attempting fix ..."
233 . patches/common/framework.jar.sh 2>&1 > ${JAR}.log
234 printtask "... rebuild framework.jar ..."
235 java -Xmx512M -jar smali.jar -a $API tmp/${FILE}.out/smali -o tmp/${FILE}.out/classes.dex >> "$LOG" 2>> "$LOG"
236 [ -f tmp/${FILE}.out/classes.dex ] || print_error "Could not resolve method cap issue- please submit log"
237 else
238 printtask "!!! This error is generally due to an unknown bug in the smali binary!"
239 echo "In our experience, it goes away if you run the patcher a second time."
240 echo " Please run the Auto-Patcher with the same command once again."
241 echo ""
242 echo "If after the third attempt the same thing happens,"
243 echo " please upload your logfile to our support thread!"
244 echo ""
245 cleanup
246 exit
250 mismatch_error () {
251 # Function that exposes attempts to apply a mod to an upsupported Android version
252 echo ""
253 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
254 printtask "!!! error: $@"
255 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
256 echo ""
257 cleanup
258 brief_help
261 date_error () {
262 # Remind users to include a romtype if they are going to specify a patch date
263 echo ""
264 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
265 printtask "!!! error: $@"
266 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
267 echo ""
268 echo "Please put a ROMTYPE before the patch date and run again!!"
269 romtype_help
272 rom_error () {
273 # For when an unsupported romtype is manually entered on the command-line
274 echo ""
275 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
276 printtask "!!! error: $@"
277 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
278 romtype_help
281 conflict_error () {
282 # For conflicting packages
283 echo ""
284 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
285 printtask "!!! error: $@"
286 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
287 cleanup
288 PID=mods
289 mods_info
292 misspatch_error () {
293 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
294 printtask "!! error: $@ "
295 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
296 echo ""
297 printtask "!! The Auto-Patcher could not find its patches and/or tools!"
298 echo ""
299 echo "* Did you run ./batch.sh first?"
300 echo ""
301 echo "The patch_patches.tgz and patch_tools.tgz need to be in this directory,"
302 echo " one way or another..."
303 echo ""
304 cleanup
305 brief_help
308 misstools_error () {
309 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
310 printtask "!! error: $@ "
311 printtask "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
312 printtask "Your set-up is missing a dependency."
313 echo "We require JDK, tar, patch and cpio."
314 echo ""
315 echo ""
316 echo "Each distro is different"
317 echo "but ensure you have them all installed and try again."
318 echo ""
319 cleanup
320 brief_help
323 printtask () {
324 echo "" >> "$LOG"
325 echo -e $@ | tee -a "$LOG"
328 copyfailed () {
329 echo ""
330 printtask "File for which patching failed:"
331 printtask "---------------------------------------------"
332 echo ""
333 printtask "${FAIL##*/}"
334 echo ""
335 echo "---------------------------------------------"
336 echo ""
337 echo "We can try to add a premade copy of those files."
338 echo "This sometimes works."
339 echo ""
340 printtask "You only need to report this if running the program gives you problems!!!"
341 echo ""
342 echo ""
343 askconsent && return 0 || return 1
346 askconsent () {
347 sleep 1
348 echo -n "Do you want to proceed ? (YES/no) "
349 read PROCEED
350 echo "askconsent final = ${PROCEED}: for $FAIL" >> "$LOG"
351 case $PROCEED in
352 [Yy] | [Yy][Ee][Ss])
353 return 0; # successful:
354 echo "*** You (or ApG) have elected to use a prepatched copy of $FAIL ***" >> "$LOG"
357 return 1; # error
358 echo "*** You have declined to insert $FAIL by not answering 'yes' at the prompt. ***" >> "$LOG"
360 esac
363 replace_updater () {
365 # Function for devices that use SDcard installs. Also to be tested for CM7
366 # since CM7 seems to use an updater-script that wipes EMMC. Testing
368 \rm $UPDATER_LOC/$UPDS
369 \cp patches/common/$UPDATER_LOC/$UPDS $UPDATER_LOC
370 echo "run_program(\"/sbin/busybox\", \"umount\", \"/system\");" >> UPDATE.txt
371 cat UPDATE.txt >> $UPDATER_LOC/$UPDS
372 echo ""
373 echo "New updater-script being used:" >> "$LOG"
374 echo "-----------------------------" >> "$LOG"
375 cat $UPDATER_LOC/$UPDS >> "$LOG"
378 abspath () {
379 case `uname -s` in
380 CYGWIN*)
381 echo $(cygpath -ua "$1") | sed 's:/$::g'
383 Darwin)
384 #[[ $(echo $1 | awk '/^\//') == $1 ]] && echo "$1" || echo "$PWD/$1"
385 [[ ${1:0:1} == "/" ]] && echo "$1" || echo "$PWD/$1"
387 Linux)
388 echo $(readlink -f "$1")
391 if [[ ${1:0:1} == "/" ]]; then
392 echo "$1"
393 elif [[ ${1:0:2} == "./" ]]; then
394 echo "$PWD/${1:2}"
395 else
396 echo "$PWD/$1"
399 esac
402 mods_display () {
403 echo ""
404 echo "The Auto-Patcher $VERSION"
405 echo "*******************************"
406 echo ""
407 echo "The available mods are"
408 echo "****************************************************"
409 echo "* pdroid openpdroid voice v6supercharger *"
410 echo "* voice insecure secure external_internal *"
411 echo "* tabletUI 3gdongle pd2.0 *"
412 echo "****************************************************"
413 echo ""
414 echo "To find out more about any mod, simply enter:"
415 echo " ./auto_patcher -h <MODNAME>"
416 echo ""
417 cleanup
420 mods_info () {
421 DEPENDENCY="None" # default
422 DEV="Unknown" # default
423 CEILING=$CURRENT_ANDROID # Default is that everything works...we'll see.
424 case $PID in
425 mods)
426 mods_display
427 exit
429 auto*)
430 echo ""
431 echo "**************************************"
432 echo "The Auto-Patcher ate a kitten once..."
433 echo "**************************************"
434 printusage_help
436 advanced)
437 cd patches/
438 (advanced_help && find -H * -name 2012*) | more -d
439 echo ""
440 brief_help
442 voice)
443 FLOOR=4.0.0
444 DESC="Use on wifi-only tablets to have the software register as 'voice-enabled'. Allows VOIP like Google Voice to function."
445 DESC="bongostl's setup method here: http://forum.xda-developers.com/showthread.php?t=1823701"
446 DEV="bongostl"
449 v6supercharger)
450 FLOOR=4.0.0
451 CEILING=4.2.1
452 DESC="A memory-management tool. It requires smali edits for Android roms 4.0+. The Auto-Patcher applies all 50+ edits recommended by the dev."
453 DEV="Zeppelinrox"
454 DEPENDENCY="The V6 Supercharger Script. Get it at http://forum.xda-developers.com/showthread.php?t=991276/"
456 pdroid)
457 FLOOR=2.3.7
458 CEILING=4.1.2
459 DESC="Security Software that safely manages permissions w/o causing FC's. No longer under development. Try the open-source expansion of this program, PDroid Manager. (It's the 'openpdroid' mod within the Auto-Patcher)."
460 DEV="Svyat"
461 DEPENDENCY="The Pdroid app. You can get it at http://forum.xda-developers.com/showthread.php?t=1923576"
463 pd2.0)
464 FLOOR=4.1.2
465 CEILING=4.1.2
466 DESC="An expansion of the PDroid application/framework."
467 DEV="CollegeDev"
468 DEPENDENCY="The free PDroid2.0 app available at http://forum.xda-developers.com/showthread.php?t=1923576"
470 openpdroid)
471 FLOOR=4.1.2
472 CEILING=4.2.1
473 DESC="A fork of the open-source PDroid and Pdroid2.0 framework."
474 DEV="FFU5y/wbedard/mateorod/Community"
475 DEPENDENCY="The PDroidManager app freely available from Google Play or http://forum.xda-developers.com/showthread.php?t=1994860"
477 opendroid)
478 echo ""
479 echo "No mod named 'opendroid'. You probably mean 'openpdroid'. Try again."
480 PID="mods"
481 mods_info
483 external_internal)
484 FLOOR=2.3.3
485 DESC="Swap internal and external storage."
487 insecure)
488 FLOOR=2.3.3
489 DESC="Make any boot.img insecure and allow remount as well as adb push/pull of system files. True root."
491 secure)
492 FLOOR=2.3.3
493 DESC="Make any boot.img secure."
495 3gdongle)
496 FLOOR=4.1.0
497 CEILING=4.2.1
498 DESC="Allows 3gdongles to work on wifi tablets w/o 3rd party applications."
499 DEV="trevd"
500 DEPENDENCY="None, but read the troubleshooting guide at http://forum.xda-developers.com/showthread.php?t=1798631"
502 tabletUI)
503 FLOOR=4.1.0
504 CEILING=4.1.2
505 DESC="Changes the user interface of Phones and Phablets to the popular Tablet UI."
506 DEV="barmullio"
509 FLOOR=?????
510 CEILING=?????
511 DESC="??? Unknown modtype ??? Check your spelling or the mod list!"
512 #DESC1="./auto_patcher -h mods"
513 esac
514 # strip decimals from android version (i.e. 2.3.7 becomes 237) so we can do math
515 NVID=${VID//[.]/}
516 COMPATF=${FLOOR//[.]/}
517 COMPATC=${CEILING//[.]/}
520 apk_check () {
521 if [ -f patches/$P/$A/$R/$B/$FILE ]; then
522 echo "... Patching $APK failed, but we will copy over a prepatched file ..."
523 \cp -av patches/$P/$A/$R/$B/$FILE $FILE >> "$LOG"
524 else
525 print_error "failed patching $APK!!!"
528 compat_check () {
529 for P in ${PID[@]}; do
530 mods_info
531 if [[ "$NVID" -lt "$COMPATF" ]]; then
532 mismatch_error "Your Android $VID rom is too old! The minimum for $P is \n !!! Android $FLOOR!"
534 if [[ "$NVID" -gt "$COMPATC" ]]; then
535 mismatch_error "Sorry, $P has not been made available for Android $VID yet!"
537 done
539 extpath () {
540 case `uname -s` in
541 CYGWIN*)
542 echo $(cygpath -da "$1")
545 echo $(abspath "$1")
547 esac
550 #contains () { for e in "${@:2}"; do [[ "$e" = "$1" ]] && return 0; done; return 1; }
552 parse () { echo "${1%%_*}"; }
554 getbuildprop () {
555 if [ -f system/build.prop ]; then
556 result=(`grep $1 system/build.prop | tr -d '\r' | tr '=' ' '`)
557 echo "${result[1]}"
558 else
559 echo ""
564 aosp_mod_check() {
565 jar -xvf "$ROMX" system/framework/framework2.jar >> $LOG
566 if [ -s system/framework/framework2.jar ]; then
567 ever_check
568 else
569 AOSP=aosp-jb
571 echo $AOSP
574 ever_check() {
575 MID=$(getbuildprop ro.build.romversion)
576 if [[ "$MID" == "Evervolv"* ]]; then
577 AOSP=aosp-ever
578 else
579 MID=$(getbuildprop ro.build.display.id)
580 if [[ "$MID" == "ev"* ]]; then
581 AOSP=aosp-ever
582 else
583 AOSP=aosp
586 echo $AOSP
589 pa_check() {
590 CMID=$(getbuildprop ro.modversion)
591 PAID=$(getbuildprop ro.pa.version)
592 MID=$(getbuildprop ro.build.display.id)
593 [[ "$MID" == "" ]] && MID=$(parse $(getbuildprop ro.build.display.id))
594 DID=$(getbuildprop ro.product.device)
595 [[ "$DID" == "" ]] && DID=$(getbuildprop ro.build.product)
596 if [[ -n $PAID ]]; then
597 RID=pa
598 else
599 case $CMID in
600 [Pp][Aa]*)
601 RID=pa;
604 RID=cm;
606 esac
610 proberom () {
611 VID=$(getbuildprop ro.build.version.release)
612 if [ ${#VID} -lt 4 ]; then # in case of non-standard versioning in build.prop (defy!)
613 ANDR=$VID
614 else
615 ANDR="${VID%.*}" # Cut to 1 significant digit to cover specific range or release.
617 if [ "$ANDR" == "2.3" ]; then
618 FLAVR=gingerbread
619 API=10
620 RID=cm;
621 elif [ "$ANDR" == "4.0" ]; then
622 FLAVR=ics
623 API=15
624 MID=$(getbuildprop ro.rommanager.developerid)
625 [[ "$MID" == "" ]] && MID=$(parse $(getbuildprop ro.modversion))
626 DID=$(getbuildprop ro.product.device)
627 [[ "$DID" == "" ]] && DID=$(getbuildprop ro.build.product)
629 case "$MID" in
630 pa|cm9|cm|cyanogenmod*)
631 RID=cm;
633 aokp|teamkang)
634 RID=aokp;
636 aosp*)
637 RID=aosp;
640 echo "!!! $MID is not supported yet, trying generic latest !!!"
642 esac
643 elif [ "$ANDR" == "4.1" ]; then
644 FLAVR=jellybean
645 API=16
646 CMID=$(getbuildprop ro.cm.version)
647 if [[ -n $CMID ]]; then
648 pa_check
649 else
650 MID=$(getbuildprop ro.build.display.id)
651 [[ "$MID" == "" ]] && MID=$(parse $(getbuildprop ro.build.display.id))
652 DID=$(getbuildprop ro.product.device)
653 [[ "$DID" == "" ]] && DID=$(getbuildprop ro.build.product)
654 case "$MID" in
655 cm10|cm*|cyanogenmod*)
656 RID=cm;
658 aokp*|teamkang)
659 RID=aokp;
661 pa*)
662 RID=pa;
664 ev*)
665 RID=aosp-ever;
668 RID=`aosp_mod_check`;
670 esac
672 elif [ "$ANDR" == "4.2" ]; then
673 FLAVR=jellybean
674 API=17
675 CMID=$(getbuildprop ro.cm.version)
676 MID=$(getbuildprop ro.build.display.id)
677 [[ "$MID" == "" ]] && MID=$(parse $(getbuildprop ro.build.display.id))
678 DID=$(getbuildprop ro.product.device)
679 [[ "$DID" == "" ]] && DID=$(getbuildprop ro.build.product)
681 case "$MID" in
682 cm10|cm*|cyanogenmod*)
683 RID=cm;
685 aokp*|teamkang)
686 RID=aokp;
688 pa*)
689 RID=pa;
691 ev*|Ever*)
692 RID=aosp-ever;
695 RID=`ever_check`;
697 esac
698 else
699 print_error "unknown ROM version $VID"
701 echo "... result of ROM check: version= $VID rom= $RID ..."
705 # Advanced build date query
706 # This should set the patch date automatically.
708 build_query() {
709 UTC=$(getbuildprop ro.build.date.utc)
711 # Difference in how OS X and Linux/Cygwin handles 'date' utility
712 case `uname -s` in
713 [Dd]arwin)
714 BDID=`date -r $UTC +%Y%m%d`
715 echo "#### Darwin Build Query used ####" >> "$LOG"
718 BDID=`date -d "1970-01-01 UTC $UTC seconds" +"%Y%m%d"`
719 echo "#### Standard Build Query ####" >> "$LOG"
721 esac
723 # If patch date is specified on CLI, use that patch date
724 if [ $# -gt 3 ]; then
725 BID=${4//,/ };
726 BDID=$BID
727 else
728 case $ANDR in
729 gingerbread)
730 # CM7 roms do not have UTC time stamp- so no build query.
731 BID=latest;
732 echo "*** CM7 roms default to latest patches. If using an older rom ***"
733 echo "*** specify patch date on command line. Use -h to see available patches ***"
736 for P in ${PID[@]}; do
737 [ -d patches/$P/$ANDR ] && A=$ANDR || A=all
738 [ -d patches/$P/$A/$RID ] && R=$RID || R=generic
739 [ -d patches/$P/$A/$R/$BID ] && B=$BID || B=latest
740 PAR=patches/$P/$A/$R
741 PARB=patches/$P/$A/$R/$B
742 DATES=`ls patches/$P/$A/$R/ | grep '201*'`
743 # Intialize variable - High so as to determine lowest in first loop.
744 BID=20201231
745 # find earliest available patch date
746 for i in $DATES; do
747 if [[ $i -lt $BID ]]; then
748 BID=$i
750 done
751 # Check if earliest patches are from before build date. Else use earliest
753 # If older than earliest patch set, then find best match
754 if [[ $(($BID-$BDID)) -lt 0 ]]; then
755 for g in $DATES; do
756 # use any patch that matches $UTC
757 if [[ $(($BDID-$g)) -eq 0 ]]; then
758 BID=$g
759 break
760 # Set highest $BID w/o going over $UTC
761 elif [[ $(($BDID-$g)) -gt 0 ]] && [[ $g -gt $BID ]]; then
762 BID=$g
764 done
766 echo "... $PID patch date has been set to: $BID ..."
767 B=$BID
768 break
769 done
771 esac
775 proberil () {
776 RIL=$(getbuildprop ro.telephony.ril_class)
777 [[ -n $RIL ]] && printtask "... result of ROM check: RIL= $RIL"
780 rominfo () {
781 echo "# VER= $VERSION" >> "$LOG"
782 echo "# OS= $OSTYPE ${BIT}bit" >> "$LOG"
783 echo "# VID= $VID" >> "$LOG"
784 echo "# PID= ${PID[@]}" >> "$LOG"
785 echo "# MID= $MID" >> "$LOG"
786 echo "# RID= $RID" >> "$LOG"
787 echo "# ANDR= $ANDR" >> "$LOG"
788 echo "# BDID= $BDID" >> "$LOG"
789 echo "# DID= $DID" >> "$LOG"
790 echo "# BID= $BID" >> "$LOG"
794 if [[ $1 == -h ]]; then
795 if [ $# -gt 1 ]; then
796 PID=$2
797 mods_info
798 echo ""
799 echo "The Auto-Patcher $VERSION by Mateorod and Pastime1971"
800 echo "*************************************************"
801 echo ""
802 echo "Mod Name: $PID"
803 echo ""
804 echo " $DESC"
805 if [[ -z $DESC1 ]]; then # test to see is there is a second DESC line
806 echo "$DESC1"
808 if [[ $((DESC2)) -gt 0 ]]; then
809 echo "$DESC2"
811 echo ""
812 echo "Developer: $DEV"
813 echo "Dependancies: $DEPENDENCY"
814 echo ""
815 echo "Works on ROMs from Android $FLOOR -> $CEILING"
816 echo
817 brief_help
818 exit
822 [[ $# -lt 1 || -z $1 ]] && PID="mods" && mods_info
823 [[ $1 == "-h" ]] && usage_help | less && display_help
825 echo ""
826 echo "The Auto-Patcher $VERSION"
827 echo ""
828 # by pastime1971 and mateorod
830 ROOT=$(abspath `dirname "$0"`)
831 TOOL="$ROOT/patch_tools.tgz"
832 PTCH="$ROOT/patch_patches.tgz"
833 cleanup
834 # set temporaray directory
835 DATE=`date +%Y%m%d%H%M%S`
836 TEMP=$ROOT/tmp$DATE
837 TMP=$ROOT/tmp$DATE
838 TMPDIR=$ROOT/tmp$DATE
839 mkdir "$TEMP"
840 ROM=$(abspath "$1")
841 ROMX=$(extpath "$1")
843 if [[ $OSTYPE == "cygwin" ]]; then
844 EXE=".exe"
845 PGFORM="0x"
848 LOG=$(abspath ./log$DATE.txt)
849 #echo $ROOT $TOOL $ROM $TEMP "$LOG"
850 echo "ROOT= $ROOT" >> "$LOG"
851 echo "TOOL= $TOOL" >> "$LOG"
852 echo "ROM= $ROM" >> "$LOG"
853 echo "ROMX= $ROMX" >> "$LOG"
855 \rm -f $RESTORE.zip $UPDATE.zip
857 CHK=$(getconf LONG_BIT)
858 if [[ $CHK = "64" ]]; then
859 BIT=64
860 else [[ $BIT = "32" ]];
861 BIT=32
865 printtask "### verify tools ###"
866 which patch >> "$LOG" || misstools_error "Missing \"patch\" utility."
867 which tar >> "$LOG" || misstools_error "Missing \"tar\" utility"
868 which jar >> "$LOG" || misstools_error "Missing \"Java Development Kit\" (JDK)"
869 which java >> "$LOG" || misstools_error "Missing \"Java Development Kit\" (JDK)"
870 which cpio >> "$LOG" || misstools_error "Missing \"cpio\" utility"
871 [ -f "$TOOL" ] || misspatch_error "patch_tool.tgz is missing"
872 [ -f "$PTCH" ] || misspatch_error "patch_patches.tgz is missing"
873 printtask "### verify ROM ###"
874 [ -f "$ROM" ] || print_error "Cannot find $1!! Make sure you have the location and name right"
875 echo "### running $0 $@" >> "$LOG"
876 cd "$TEMP"
878 PATH="$TEMP:$PATH"
879 export PATH
880 echo "PATH= $PATH" >> "$LOG"
882 printtask "### unzip patch tools ###"
883 tar xzf "$TOOL" > /dev/null || print_error "failed extracting tools !!!"
885 # Get OS specific tools
886 case `uname -s` in
887 CYGWIN*)
888 \mv cygwin/aapt.exe .
889 \mv cygwin/*.exe boot/
890 \rm -rf cygwin # why? If you want to we can keep/add it to mac/linux, though.
892 [Dd]arwin)
893 \mv mac/aapt .
895 [Ll]inux)
896 \mv linux/aapt .
899 \mv linux/aapt .
901 esac
902 # Ensure aapt permissions - possibly to one day be expanded to all tools in a function.
903 chmod a+x aapt$EXE
905 printtask "### unzip patch patches ###"
906 tar xzf "$PTCH" > /dev/null || print_error "failed extracting patches !!!"
908 # we need build.prop for both RIL probing and ROM probing
909 jar -xvf "$ROMX" system/build.prop 2>> "$LOG" || print_error "failed extracting build.prop from $ROMX !!!"
911 # rom + ril type
912 proberil
913 printtask "### probe rom type ###"
914 proberom
916 # rom type
917 if [ $# -gt 1 ]; then
918 PIT=$2
919 if [[ "$PIT" = "-h" ]]; then
920 display_help
923 if [ $# -gt 2 ]; then
924 RID=$3
925 case "$RID" in
926 cm10|cm*|cyanogenmod*)
928 aokp*|teamkang)
929 RID=aokp;
931 pa*)
932 RID=pa;
934 aosp-ever)
935 RID=aosp-ever;
937 aosp*)
938 case "ANDR" in
939 4.1)
940 RID=`aosp_mod_check`;
943 RID=`ever_check`
945 esac
947 201*)
948 date_error "You must specify ROMTYPE if designating a patch date!!"
951 rom_error "$RID is not a valid ROMTYPE!!"
953 esac
954 echo "... Using $RID patches ..."
955 else
956 echo "... Using results of ROM check ..."
959 # patch type
960 if [ $# -gt 1 ]; then
961 PIL=${2//,/ } # If more than one mod, make string separated by spaces
962 else
963 PIL="openpdroid"
964 echo "No mods selected. Defaulting to openpdroid, since that's what you probably want..."
967 PID=(${PIL// / }) # turn string into array
968 COPYPID=("${PID[@]}") # working copy to iterate over
969 MODS_NUMBER=${#COPYPID[@]} # number of elements (mods)
971 if [[ $MODS_NUMBER > 1 ]]; then
972 INDEX=0
973 for p in ${COPYPID[@]}; do
974 if [ "$p" = "pdroid" ] || [ "$p" = "pd2.0" ] ||[ "$p" = "openpdroid" ]; then
975 SPID[0]=$p
976 unset COPYPID["$INDEX"]
977 break
978 else
979 INDEX=$((INDEX + 1))
981 done
982 for p in ${COPYPID[@]}; do
983 if [ "$p" = "pdroid" ] || [ $p = "pd2.0" ] ||[ $p = "openpdroid" ]; then
984 conflict_error "Those mods conflict! Only one pdroid mod at a time!"
985 else
986 i=${#SPID[@]}
987 SPID[i]=$p
988 i+=1
990 done
991 else
992 SPID=${COPYPID[@]}
994 for P in ${PIL[@]}; do
995 [[ ${PID[@]} =~ $P ]] || PID=(${PID[@]} $P)
996 done
998 # Check to make sure selected roms are available for the Android version of patched ROM
999 compat_check
1001 # Build date
1002 if [ $# -gt 3 ]; then # if a date is specified on command line...
1004 # Set date to match argument and ensure that patches with that date exist
1005 BID=$4
1006 [ -d patches/$P/$A/$R/$BID ] || print_error "No $P patches for $RID on $BID!! Try the help menu!!"
1008 # Run build_query- this overrides the above but gets useful info
1009 build_query
1010 # Reset patch date to argument
1011 BID=$4
1012 echo "... $PID patch date set manually to: $BID ..."
1013 else
1014 build_query # if no date specified, use one from build_query
1017 # echo ROM info
1018 rominfo
1020 if [[ ( "$PID" == "-h" || "$RID" == "-h" || "$BID" == "-h" ) ]]; then
1021 #Although this placement may be perfect for romfilter. although it throws the scheme...
1022 display_help
1024 #Begin cycle
1026 for P in ${PID[@]}; do
1027 [ -d patches/$P ] || print_error "$P is not available"
1028 [ -d patches/$P/$ANDR ] && A=$ANDR || A=all
1029 [ -d patches/$P/$A/$RID ] && R=$RID || R=generic
1030 [ -d patches/$P/$A/$R/$BID ] && B=$BID || B=latest
1032 unset FILES
1033 [ -f patches/$P/files.txt ] && FILES=$(cat patches/$P/files.txt)
1034 [ -f patches/$P/$A/files.txt ] && FILES=$(cat patches/$P/$A/files.txt)
1035 [ -f patches/$P/$A/$R/files.txt ] && FILES=$(cat patches/$P/$A/$R/files.txt)
1036 [ -f patches/$P/$A/$R/$B/files.txt ] && FILES=$(cat patches/$P/$A/$R/$B/files.txt)
1037 for FILE in ${FILES[@]}; do
1038 case "$FILE" in
1039 +system/*)
1040 [[ ${CID[@]} =~ ${FILE:1} ]] && print_error "${FILE:1} is already being copied" || CID=(${CID[@]} ${FILE:1})
1042 -system/*)
1043 [[ ${EID[@]} =~ ${FILE:1} ]] || EID=(${EID[@]} ${FILE:1})
1045 system/*.jar)
1046 [[ ${JID[@]} =~ $FILE ]] || JID=(${JID[@]} $FILE)
1047 echo "set_perm(0, 0, 0644, \"/$FILE\");" >> UPDATE.txt
1049 system/*.apk)
1050 [[ ${AID[@]} =~ $FILE ]] || AID=(${AID[@]} $FILE)
1051 echo "set_perm(0, 0, 0644, \"/$FILE\");" >> UPDATE.txt
1053 *.img)
1054 [[ ${IID[@]} =~ $FILE ]] || IID=(${IID[@]} $FILE)
1056 system/*)
1057 [[ ${TID[@]} =~ $FILE ]] || TID=(${TID[@]} $FILE)
1059 esac
1060 done
1061 done
1062 echo "### DELETE FILES= ${EID[@]}" >> "$LOG"
1063 echo "### COPY FILES= ${CID[@]}" >> "$LOG"
1064 echo "### JAR FILES= ${JID[@]}" >> "$LOG"
1065 echo "### APK FILES= ${AID[@]}" >> "$LOG"
1066 echo "### IMG FILES= ${IID[@]}" >> "$LOG"
1067 echo "### TXT FILES= ${TID[@]}" >> "$LOG"
1069 # extract system files
1070 printtask "### unzip rom ###"
1071 jar -xvf "$ROMX" ${JID[@]} ${AID[@]} ${IID[@]} ${TID[@]} 2>> "$LOG" || print_error "failed extracting ${JID[@]} ${AID[@]} ${IID[@]} from $ROMX !!!"
1074 # Update/Restore.zip scripts and prep
1075 printtask "### create updater script ###"
1076 UPDATER_LOC=META-INF/com/google/android
1077 UPDS=updater-script
1078 UPDATE="update-$RID-$DID-$BDID-${PIL// /-}"
1079 RESTORE="restore-$RID-$DID-$BDID"
1081 jar -xvf "$ROMX" $UPDATER_LOC/$UPDS $UPDATER_LOC/update-binary
1082 jar -xvf "$ROMX" $UPDATER_LOC/update-binary-installer 1> /dev/null 2> /dev/null
1084 # Determine Installer- Aroma or ClockworkMod
1085 if [ -f $UPDATER_LOC/update-binary-installer ]; then
1086 printtask "... using Aroma installer ..."
1087 \mv $UPDATER_LOC/update-binary-installer $UPDATER_LOC/update-binary
1088 else
1089 printtask "... using Clockworkmod installer ..."
1092 # Create updater scripts
1093 cat patches/common/updater-message.txt >> $UPDS
1094 cat $UPDATER_LOC/$UPDS | grep ^mount | grep "/system" | head -n 1 >> $UPDS
1095 [ -s $UPDS ] || echo "run_program(\"/sbin/busybox\", \"mount\", \"/system\");" >> $UPDS
1096 # restore the original
1097 for FILE in ${EID[@]}; do
1098 jar -xvf "$ROMX" $FILE 2> /dev/null || printtask "!!! warning $FILE cannot be restored !!!"
1099 done
1100 # replace with the original or delete it
1101 for FILE in ${CID[@]}; do
1102 jar -xvf "$ROMX" $FILE 2> /dev/null || echo "delete(\"/$FILE\");" >> $UPDS
1103 done
1104 echo "package_extract_dir(\"system\", \"/system\");" >> $UPDS
1105 # permission management for files that need specific perms
1106 cat $UPDATER_LOC/$UPDS | grep set_perm | grep "/system" >> $UPDS
1107 for P in ${PID[@]}; do
1108 if [ -s patches/$P/$A/set_perm.txt ]; then
1109 echo "...setting permissions..."
1110 cat patches/$P/$A/set_perm.txt >> $UPDS
1112 done
1113 cat $UPDATER_LOC/$UPDS | grep ^unmount | grep "/system" | head -n 1 >> $UPDS
1114 [[ ${IID[@]} =~ boot.img ]] && cat $UPDATER_LOC/$UPDS | grep "boot.img" >> $UPDS
1115 echo "ui_print(\" .\");" >> $UPDS
1116 echo "ui_print(\" .\");" >> $UPDS
1117 echo "ui_print(\" done!\");" >> $UPDS
1118 cat $UPDS > $UPDATER_LOC/$UPDS
1119 echo "# generated $UPDS" >> "$LOG"
1120 cat $UPDS >> "$LOG"
1122 printtask "### create restore.zip ###"
1123 jar -cvf tmp.zip ${JID[@]} ${AID[@]} ${IID[@]} META-INF > /dev/null 2>> "$LOG"
1124 java -jar signapk.jar updatecert.pem updatekey.pk8 tmp.zip signed.zip 2>> "$LOG"
1125 \mv signed.zip $RESTORE.zip
1126 \rm -f tmp.zip
1129 # Begin patching process
1131 # decompile system files
1132 printtask "### decompile system files ###"
1133 for FILE in ${JID[@]}; do
1134 JAR=${FILE##*/}
1135 printtask "... decompile $JAR ..."
1136 java -jar baksmali.jar -b -a $API -o tmp/${FILE}.out/smali ${FILE} >> "$LOG" 2>> "$LOG"
1137 if [ $FILE == "system/framework/framework.jar" ]; then
1138 printtask "... extract preloaded-classes ..."
1139 jar -xvf ${FILE} preloaded-classes >> "$LOG" 2>> "$LOG"
1140 \mv preloaded-classes tmp/${FILE}.out/
1142 done
1144 # install framework-files for APK...
1145 if [ ${#AID[@]} -gt 0 ]; then
1146 jar -xvf "$ROMX" system/framework/framework-res.apk >> "$LOG"
1147 printtask "... installing framework files ..."
1148 java -jar apktool.jar if system/framework/framework-res.apk
1149 # Decompile APKs
1150 for FILE in ${AID[@]}; do
1151 APK=${FILE##*/}
1152 if [ -f $FILE ]; then
1153 printtask "... decompile $APK ..."
1154 java -jar apktool.jar d -f $FILE tmp/$FILE.out
1156 done
1159 # Unpack image files {boot.img only so far...}
1160 for FILE in ${IID[@]}; do
1161 printtask "### unpacking $FILE ###"
1162 case "$FILE" in
1163 boot.img)
1164 if [ -f boot.img ]; then
1165 cd boot
1166 ./unpackbootimg$EXE -i ../boot.img >> "$LOG" 2>> "$LOG"
1167 mkdir ramdisk
1168 cd ramdisk
1169 gzip -dc ../boot.img-ramdisk.gz | cpio -i >> "$LOG" 2>> "$LOG"
1170 cd ../../
1171 else
1172 print_error "A mod needs to patch boot.img! This rom does not contains boot.img."
1176 print_error "cannot process $FILE"
1178 esac
1179 done
1181 # apply system modification
1183 for P in ${PID[@]}; do
1184 [ -d patches/$P/$ANDR ] && A=$ANDR || A=all
1185 [ -d patches/$P/$A/$RID ] && R=$RID || R=generic
1186 [ -d patches/$P/$A/$R/$BID ] && B=$BID || B=latest
1187 PAR=patches/$P/$A/$R
1188 PARB=patches/$P/$A/$R/$B
1190 unset FILES COPY DELS JARS APKS IMGS TXTS
1191 [ -f patches/$P/files.txt ] && FILES=$(cat patches/$P/files.txt)
1192 [ -f patches/$P/$A/files.txt ] && FILES=$(cat patches/$P/$A/files.txt)
1193 [ -f patches/$P/$A/$R/files.txt ] && FILES=$(cat patches/$P/$A/$R/files.txt)
1194 [ -f patches/$P/$A/$R/$B/files.txt ] && FILES=$(cat patches/$P/$A/$R/$B/files.txt)
1195 for FILE in ${FILES[@]}; do
1196 case $FILE in
1197 +system/*)
1198 COPY=(${COPY[@]} ${FILE:1})
1200 -system/*)
1201 DELS=(${DELS[@]} ${FILE:1})
1203 system/*.jar)
1204 JARS=(${JARS[@]} $FILE)
1206 system/*.apk)
1207 APKS=(${APKS[@]} $FILE)
1209 *.img)
1210 IMGS=(${IMGS[@]} $FILE)
1212 system/*)
1213 TXTS=(${TXTS[@]} $FILE)
1215 esac
1216 done
1218 [[ -n ${COPY[@]} ]] && printtask "### copy patch $P/$A/$R/$B ###"
1219 for FILE in ${COPY[@]}; do
1220 printtask "... copying $FILE ..."
1221 DEST=${FILE%/*}
1222 mkdir -p ./$DEST
1223 if [ -e patches/$P/$A/$R/$B/$FILE ]; then
1224 [ -e $FILE ] && printtask "... overwriting $FILE from $P ..."
1225 \cp -av patches/$P/$A/$R/$B/$FILE ./$DEST >> "$LOG"
1226 else
1227 print_error "$FILE is missing in the patch. Please upload your logfile to the support thread!"
1229 done
1231 # unconditional smali copying- For particularly troublesome files
1232 [ -f patches/$P/smali.txt ] && SMALI=$(cat patches/$P/smali.txt)
1233 [ -f patches/$P/$A/smali.txt ] && SMALI=$(cat patches/$P/$A/smali.txt)
1234 [ -f patches/$P/$A/$R/smali.txt ] && SMALI=$(cat patches/$P/$A/$R/smali.txt)
1235 [ -f patches/$P/$A/$R/$B/smali.txt ] && SMALI=$(cat patches/$P/$A/$R/$B/smali.txt)
1236 MOVE=${SMALI##*/}
1237 for SMALI in ${SMALI[@]}; do
1238 if [ -f patches/$P/$A/$R/provisionals/$SMALI ]; then
1239 printtask "... overwriting $MOVE ..."
1240 \cp -a patches/$P/$ANDR/$R/provisionals/$SMALI tmp/$SMALI >> "$LOG"
1241 elif [ -f patches/$P/$A/provisionals/$SMALI ]; then
1242 printtask "... overwriting $MOVE ..."
1243 \cp -a patches/$P/$ANDR/provisionals/$SMALI tmp/$SMALI >> "$LOG"
1245 done
1247 [[ -n ${DELS[@]} ]] && printtask "### delete patch $P/$A/$R/$B ###"
1248 for FILE in ${DELS[@]}; do
1249 printtask "... deleting $FILE ..."
1250 \rm -rf ./$FILE
1251 done
1252 [[ -n ${JARS[@]} ]] && printtask "### jar patch $P/$A/$R/$B ###"
1253 for FILE in ${JARS[@]}; do
1254 JAR=${FILE##*/}
1255 NAME=${JAR%.jar}
1256 printtask "... apply $NAME.patch ..."
1257 patch -Nls -p1 -d tmp/${FILE}.out < $PARB/${NAME}.patch 2>&1 > ${JAR}.log
1258 cat ${JAR}.log | tee -a "$LOG"
1259 case "$NAME" in
1260 framework)
1261 # patch preloaded-classes only if a patch exists
1262 if [ -f $PARB/preloaded.patch ]; then
1263 printtask "... apply preloaded.patch ..."
1264 patch -Nls -p1 -d tmp/${FILE}.out < $PARB/preloaded.patch 2>&1 > preloaded.log
1265 cat preloaded.log | tee -a "$LOG"
1266 [[ `grep FAILED preloaded.log` != "" ]] && print_error "failed preloaded.patch"
1270 echo -n "" # do nothing else
1272 esac
1273 # substitute failed smali with provisional (a prepatched smali file)
1274 unset FAILS
1275 FAILS=(`grep FAILED ${JAR}.log | sed -e 's/.*smali\///' | sed -e 's/\.rej//'`)
1276 if [[ -n ${FAILS[@]} ]]; then
1277 printtask "!!! PATCHING FAILED FOR ${FAILS[@]} !!!"
1278 echo "### replace ${FAILS[@]} ###" > ${JAR}.log
1279 for FAIL in ${FAILS[@]}; do
1280 PROVISIONAL="patches/$P/$ANDR/provisionals/${FILE}.out/smali/${FAIL}"
1281 echo "!!! patch error for $FAIL !!!" >> "$LOG"
1282 #cat tmp/$FILE.out/smali/${FAIL}.rej >> "$LOG" # FOR DEBUGGING
1283 [[ ${SID[@]} =~ $FAIL ]] && print_error "$FAIL was already replaced before"
1284 [ -f "$PROVISIONAL" ] || print_error "failed $FAIL in $JAR cannot be remedied"
1285 copyfailed
1286 printtask "... replace $FAIL ..."
1287 \rm -rf tmp/${FILE}.out/smali/${FAIL} tmp/${FILE}.out/smali/${FAIL}.orig tmp/${FILE}.out/smali/${FAIL}.rej
1288 \cp -av "$PROVISIONAL" tmp/${FILE}.out/smali/${FAIL} >> "$LOG"
1289 SID=(${SID[@]} $FAIL)
1290 done
1292 [[ `grep FAILED ${JAR}.log` != "" ]] && print_error "failed $NAME.patch"
1293 garbage tmp/${FILE}.out
1295 # run special $JAR.sh scripts if any JAR needs special attention
1296 if [ -f patches/$P/$A/$R/$B/${JAR}.sh ]; then
1297 printtask "... apply $JAR.sh ..."
1298 . patches/$P/$A/$R/$B/${JAR}.sh 2>&1 > ${JAR}.log
1299 cat ${JAR}.log | tee -a "$LOG"
1301 done
1303 [[ -n ${APKS[@]} ]] && printtask "### apk patch $P/$A/$R/$B ###"
1304 for FILE in ${APKS[@]}; do
1305 APK=${FILE##*/}
1306 if [ -d "tmp/${FILE}.out" ] ; then
1307 printtask "... apply $APK.patch ..."
1308 patch -Nls -p2 -d tmp/${FILE}.out < $PARB/${APK}.patch 2>&1 >> ${APK}.log
1309 cat ${APK}.log | tee -a "$LOG"
1310 [[ `grep FAILED ${APK}.log` != "" ]] && apk_check
1311 garbage tmp/${FILE}.out
1312 else
1313 echo "No $APK in your ROM. Not able to patch this file."
1314 echo "## No $APK in ROM ###" >> "$LOG"
1316 done
1317 [[ -n ${IMGS[@]} ]] && printtask "### img patch $P/$A/$R/$B ###"
1318 for FILE in ${IMGS[@]}; do
1319 IMG=${FILE##*/}
1320 printtask "... applying $IMG.patch ..."
1321 patch -Nls -p1 -d boot/ramdisk < $PARB/${IMG}.patch >> "$LOG" || print_error "failed patching $FILE"
1322 done
1324 # Text Editing Functions --this can really do just about anything. Needs a working restore!
1325 [[ -n ${TXTS[@]} ]] && printtask "### text patch $P/$A/$R/$B ###"
1326 for FILE in ${TXTS[@]}; do
1327 TXT=${FILE##*/}
1328 if [[ -f $PARB/${TXT}.patch ]]; then
1329 printtask "... apply $TXT.patch ..."
1330 patch -Nls -p2 -d system/ < $PARB/${TXT}.patch 2>&1 > ${TXT}.log
1331 #cat ${TXT}.log | tee -a "$LOG"
1332 [[ `grep FAILED ${TXT}.log` != "" ]] && print_error "failed $TXT.patch"
1334 if [[ -f $PAR/${TXT}.awk ]]; then
1335 printtask "... apply $TXT.awk ..."
1336 awk -f $PAR/${TXT}.awk $FILE > text || print_error "failed $TXT.awk"
1337 mv text $FILE
1339 if [[ -f $PAR/${TXT}.sed ]]; then
1340 printtask "... apply $TXT.sed ..."
1341 sed -f $PAR/${TXT}.sed $FILE > text || print_error "failed $TXT.sed"
1342 mv text $FILE
1344 if [[ -f $PAR/${TXT}.sh ]]; then
1345 printtask "... apply $TXT.sh ..."
1346 . $PAR/${TXT}.sh 2>&1 >> ${TXT}.log || print_error "failed $TXT.sh"
1348 garbage system/
1349 done
1350 done
1352 # Device specific scripts- Placement is up-for-review
1353 if [ -f patches/devices/$DID/$DID.sh ]; then
1354 . patches/devices/$DID/$DID.sh
1357 # Replace updater-script for CM7- it formats system -Testing
1358 if [ "$ANDR" == "gingerbread" ]; then
1359 replace_updater
1362 # Rebuilding system files
1364 [[ -n ${JID[@]} ]] && printtask "### rebuild jar ###"
1365 for FILE in ${JID[@]}; do
1366 JAR=${FILE##*/}
1367 printtask "... rebuild $JAR ..."
1368 java -Xmx512M -jar smali.jar -a $API tmp/${FILE}.out/smali -o tmp/${FILE}.out/classes.dex >> "$LOG" 2>> "$LOG"
1369 [ -f tmp/${FILE}.out/classes.dex ] || smali_error "failed compiling $JAR !!!"
1370 jar -ufv ${FILE} -C tmp/${FILE}.out/ classes.dex >> "$LOG" 2>> "$LOG"
1371 if [ $FILE == "system/framework/framework.jar" ]; then
1372 jar -ufv ${FILE} -C tmp/${FILE}.out/ preloaded-classes >> "$LOG" 2>> "$LOG"
1374 done
1376 [[ -n ${AID[@]} ]] && printtask "### rebuild apk ###"
1377 for FILE in ${AID[@]}; do
1378 APK=${FILE##*/}
1379 if [ -d tmp/${FILE}.out ]; then
1380 printtask "... rebuild $APK ..."
1381 java -jar apktool.jar b tmp/${FILE}.out >> "$LOG" 2>> "$LOG" || print_error "failed compiling $FILE !!!"
1382 jar -uvf $FILE -C tmp/${FILE}.out/build/apk/ . > /dev/null 2>> "$LOG"
1384 done
1386 [[ -n ${IID[@]} ]] && printtask "### rebuild img ###"
1387 for FILE in ${IID[@]}; do
1388 printtask "### rebuild $FILE ###"
1389 case $FILE in
1390 boot.img)
1391 # Rebuilding boot.img
1392 cd boot
1393 printtask "... rebuilding ramdisk ..."
1394 ./mkbootfs$EXE ./ramdisk | gzip > ramdisk-new.gz
1396 printtask "... composing boot.img ..."
1397 BASE=$(cat boot.img-base)
1398 # hex to decimal in cygwin prefixing "0x" w/ C arithmetic
1399 PGSIZE=$((${PGFORM}$(cat boot.img-pagesize)))
1400 CMDLINE=$(cat boot.img-cmdline)
1401 echo "cmdline = no_console_suspend=1 console=null $CMDLINE" >> "$LOG"
1402 echo "pagesize = $PGSIZE" >> "$LOG"
1403 echo "base = $BASE" >> "$LOG"
1404 printtask "... rebuilding boot.img ..."
1405 ./mkbootimg$EXE --kernel boot.img-zImage --ramdisk ramdisk-new.gz --cmdline "no_console_suspend=1 console=null $CMDLINE" --base "$BASE" --pagesize "$PGSIZE" -o ../boot.img || print_error "failed building boot.img"
1406 cd ..
1409 print_error "cannot process $FILE"
1411 esac
1412 done
1414 printtask "### create $UPDATE.zip ###"
1415 jar -cfv tmp.zip ${IID[@]} ${JID[@]} ${AID[@]} ${CID[@]} ${TID[@]} META-INF >> "$LOG" 2>> "$LOG"
1416 java -jar signapk.jar updatecert.pem updatekey.pk8 tmp.zip $UPDATE.zip 2>> "$LOG"
1418 \mv $RESTORE.zip $UPDATE.zip ..
1419 echo "### finished ###"
1420 echo "flash $UPDATE.zip to install the patched files"
1421 echo "flash $RESTORE.zip to restore the original system"
1423 # add announcement- optional.
1424 for P in ${PID[@]}; do
1425 [ -d patches/$P/$ANDR ] && A=$ANDR || A=all
1426 [ -d patches/$P/$A/$RID ] && R=$RID || R=generic
1427 [ -d patches/$P/$A/$R/$BID ] && B=$BID || B=latest
1428 if [ -f patches/$P/$A/$R/$B/README.txt ]; then
1429 cat patches/$P/$A/$R/$B/README.txt
1430 elif [ -f patches/$P/$A/$R/README.txt ]; then
1431 cat patches/$P/$A/$R/README.txt
1432 elif [ -f patches/$P/$A/README.txt ]; then
1433 cat patches/$P/$A/README.txt
1435 done
1437 cd ..
1438 \rm -rf "$TEMP"