Advertisement
mateorod

Untitled

Sep 18th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. mateor@mateor-HP-Pavilion-dv6700:~/android/autopatcher/master/new/auto-patcher$ ./auto_patcher ../../../Off*/CM10-20120912-NIGHTLY-mb526.zip pdroid
  2.  
  3. The Auto-Patcher v2.1.0
  4.  
  5. ### verify tools ###
  6. ### verify ROM ###
  7. ### unzip patch tools ###
  8. ### unzip patch patches ###
  9. inflated: system/build.prop
  10. ### probe rom type ###
  11. ... result of ROM check: version= 4.1.1 rom= cm10 ...
  12. ... result of ROM check: RIL= MotoWrigley3GRIL
  13. ### unzip rom ###
  14. inflated: system/framework/core.jar
  15. inflated: system/framework/framework.jar
  16. inflated: system/framework/services.jar
  17. ### create updater script ###
  18. inflated: META-INF/com/google/android/update-binary
  19. inflated: META-INF/com/google/android/updater-script
  20. ... using Clockworkmod installer ...
  21. ### create restore.zip ###
  22. ### decompile system files ###
  23. ... decompile framework.jar ...
  24. ... extract preloaded-classes ...
  25. ... decompile core.jar ...
  26. ... decompile services.jar ...
  27. ### jar patch pdroid/cm10/latest ###
  28. ... apply framework.patch ...
  29. 5 out of 5 hunks FAILED -- saving rejects to file smali/android/content/ContentResolver.smali.rej
  30. Reversed (or previously applied) patch detected! Skipping patch.
  31. 1 out of 1 hunk ignored -- saving rejects to file smali/android/location/Location.smali.rej
  32. Reversed (or previously applied) patch detected! Skipping patch.
  33. 3 out of 3 hunks ignored -- saving rejects to file smali/android/widget/AppSecurityPermissions.smali.rej
  34. ... apply preloaded.patch ...
  35. !!! PATCHING FAILED FOR android/content/ContentResolver.smali !!!
  36.  
  37. These are the files for which patching failed:
  38. ---------------------------------------------
  39.  
  40. ContentResolver.smali
  41.  
  42. ---------------------------------------------
  43.  
  44. We can try to add a premade copy of those files.
  45. This sometimes works.
  46.  
  47. But IT MAY NOT WORK!!!
  48.  
  49.  
  50. Do you want to proceed ? (YES/no) YES
  51.  
  52. Are you sure ? (YES/no) YES
  53. ... replace android/content/ContentResolver.smali ...
  54. ... apply framework.jar.sh ...
  55. ... remove unnecessary 30 files to avoid methods cap ...
  56. ... apply core.patch ...
  57. ... apply services.patch ...
  58. 1 out of 7 hunks FAILED -- saving rejects to file smali/com/android/server/am/ActivityManagerService.smali.rej
  59. 136 out of 137 hunks FAILED -- saving rejects to file smali/com/android/server/ServerThread.smali.rej
  60. !!! PATCHING FAILED FOR com/android/server/am/ActivityManagerService.smali com/android/server/ServerThread.smali !!!
  61.  
  62. These are the files for which patching failed:
  63. ---------------------------------------------
  64.  
  65. ActivityManagerService.smali
  66.  
  67. ---------------------------------------------
  68.  
  69. We can try to add a premade copy of those files.
  70. This sometimes works.
  71.  
  72. But IT MAY NOT WORK!!!
  73.  
  74.  
  75. Do you want to proceed ? (YES/no) YES
  76.  
  77. Are you sure ? (YES/no) YES
  78. ... replace com/android/server/am/ActivityManagerService.smali ...
  79.  
  80. These are the files for which patching failed:
  81. ---------------------------------------------
  82.  
  83. ActivityManagerService.smali
  84.  
  85. ---------------------------------------------
  86.  
  87. We can try to add a premade copy of those files.
  88. This sometimes works.
  89.  
  90. But IT MAY NOT WORK!!!
  91.  
  92.  
  93. Do you want to proceed ? (YES/no) YES
  94.  
  95. Are you sure ? (YES/no) YES
  96. ... replace com/android/server/ServerThread.smali ...
  97. cp: cannot stat `patches/pdroid/common/provisionals/system/framework/services.jar.out/smali/com/android/server/ServerThread.smali': No such file or directory
  98. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  99. !!! error: failed services.patch
  100. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  101.  
  102. ! please refer to /home/mateor/android/autopatcher/master/new/auto-patcher/log20120918224047 for any debugging
  103.  
  104. ! patching failed.
  105. ! it may be possible to patch /home/mateor/android/autopatcher/OfficialBuilds/CM10-20120912-NIGHTLY-mb526.zip using other patch version
  106.  
  107. The Auto-Patcher v2.1.0
  108. pdroid 1.32 patches 2012.09.13.
  109. v6supercharger patches 2012.08.17.
  110.  
  111. usage: ./auto_patcher ROM.ZIP MODS [ROMTYPE] [PATCHDATE]
  112.  
  113. MODS can be pdroid,v6supercharger or pdroid or v6supercharger
  114. optional [ROMTYPE] can be cm9, aokp, etc.
  115. optional [PATCHDATE] can be specified to use older patch versions.
  116. try "./auto_patcher ROM.ZIP -h" to see what is available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement