devmil / parrot-zik-2-supercharge

Utilities and framework to enhance the original Parrot Zik 2 app by adding an Android API to it
Apache License 2.0
4 stars 2 forks source link

Wear app not working #1

Closed PsycheEYE closed 8 years ago

PsycheEYE commented 8 years ago

i tryed to patch new parrot zik app (version 1.4) Your api works perfectly, but official wear app not working

devmil commented 8 years ago

Yes. The problem is that the wear app gets lost while decompiling the source apk. I have to search for a way to preserve the wear app and re-sign it with the key the new Parrot Zik app gets signed with so that it gets transferred to the wearable.

PsycheEYE commented 8 years ago

Thx, I'll try it.

PsycheEYE commented 8 years ago

it works, maybe resigning wear apk must be added to scripts?