mateor / auto-patcher

smali patcher for Android code injection
MIT License
74 stars 42 forks source link

"This ROM needs updated patches!" with KatKiss 4.3 build 027, applying openpdroid #231

Closed violetmythmaker closed 10 years ago

violetmythmaker commented 10 years ago

Device is an Asus Transformer TF101

Source: https://github.com/timduru/platform-frameworks-base/tree/katkiss-4.3 (I think; I'll admit this is my first time working with GitHub)

ROM download link: http://downloads.timduru.org/android/tf101/K.A.T/KatKiss/4.3.1/stable/KatKiss-4.3.1_027.zip

Log:

violetmyth@nagato:~/Downloads/autopatcher/auto-patcher$ ./auto_patcher KatKiss-4.3.1_027.zip openpdroid

The Auto-Patcher v3.6.3

checking for updates

Updater: Auto-Patcher is already up to date

verify tools

verify ROM

unzip patch tools

unzip patch patches

inflated: system/build.prop

probe rom type

... result of ROM check: version= 4.3.1 ... ... Using results of ROM check ...

unzip rom

inflated: system/framework/core.jar inflated: system/framework/services.jar inflated: system/framework/framework.jar inflated: system/framework/telephony-common.jar

create updater script

inflated: META-INF/com/google/android/updater-script inflated: META-INF/com/google/android/update-binary ... using Clockworkmod installer ...

create restore.zip

decompile system files

... decompile framework.jar ... ... extract preloaded-classes ... ... decompile core.jar ... ... decompile services.jar ... ... decompile telephony-common.jar ... ... decompile Mms.apk ...

copy patch openpdroid/4.3

... copying system/media/PDroid.jpeg ... ... overwriting system/media/PDroid.jpeg from openpdroid ...

jar patch openpdroid/4.3

... apply framework.patch ...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! error: This rom needs updated patches! Please post log on github.com/mateor/auto-patcher !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

usage:     ./auto_patcher <ROM> <MODS>
example:   ./auto_patcher CM10.zip openpdroid

Use ./auto_patcher -h for the help menu

If your deodexed rom is not on the supported list and you want it added:

mateor commented 10 years ago

bug report was perfectly done, working patches have been uploaded. You can just run it again, it will update and patch by itself!

violetmythmaker commented 10 years ago

Yep, everything appears to be working perfectly on my end. Thanks for the quick response!