wsot / openpdroid_support

A stub to allow github issues to be lodged against OpenPDroid
5 stars 0 forks source link

openpdroid patch dont work :-( #14

Open bone101 opened 10 years ago

bone101 commented 10 years ago

on this rom :

https://github.com/Quarx2k/android_device_moto_jordan-common

https://www.dropbox.com/s/omlhuuqwsljayyb/Autopatcher_pdroid_log.txt

mateor commented 10 years ago

I can build patches for you later if necessary. But your log shows you are using very old version of auto-patcher. According to my log you do not have git installed. If you were using ApG it should have been installed already.

If not using ApG just rerun the cygwin.exe, ensuring that 'git' or git-core is checked. That only installs the missing packages it doesn't start all over. Post the log once you have the latest version okay?

bone101 commented 10 years ago

I´ve tried to patch the rom on my virtual boxed linux(ubuntu 10.04) without succsess my commands where ./auto_patch cm* openpdroid cm

with this results :

dabo@dabo-desktop:/media/Workbench/auto-patcher$ ./auto_patcher cm* openpdroid cm

The Auto-Patcher v3.6.2

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 ... result of ROM check: RIL= MotoWrigley3GRIL

probe rom type

... result of ROM check: version= 4.3.1 ... ... Using cm patches ...

unzip rom

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

create updater script

inflated: META-INF/com/google/android/update-binary inflated: META-INF/com/google/android/updater-script ... 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 ... ... apply core.patch ... ... apply services.patch ...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! error: ServerThread.patch in services.jar cannot be remedied !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Sure. I just wanted to see what happened when you had the latest patches. I can try and build with the source you sent me later tonight.

bone101 commented 10 years ago

Big THX

Next Time we will become to a daily usable android 4.4 from our gread devs

https://github.com/Quarx2k/android_device_moto_jordan-common/tree/cm11.0-3.0 https://github.com/Quarx2k/android_device_moto_jordan-common/tree/cm11.0-3.0

It were beatiful if this patches work with it too...

mateor commented 10 years ago

I made patches for the kitkat rom, but I would like you to upload a log so I know what to add to the patcher.

You didn't post a rom link, but just run the kitkat rom through your existing auto-patcher and post the log. I will update the kitkat patches when I see that.