KashaMalaga / XiaomiMiBand

Patches for Xiaomi Mi Band Android App (Smali Project)
134 stars 47 forks source link

build instruction #23

Closed inkrement closed 9 years ago

inkrement commented 9 years ago

please add build instructions.

KashaMalaga commented 9 years ago

You just need to recompile using Apkstudio

n1trux commented 9 years ago

Apkstudio just gives me the error "Failed to recompile /path/to/folder/" but doesn't throw an error in console. How do I do that then?

EDIT: so now I used apktool and the app built, but after clicking "install" on my Android device, the error "app wasn't installed" occurs. Why that? :/

inkrement commented 9 years ago

Maybe you have already the original app installed. You have to remove this before installing the new one (the signatures will conflict). If you install it per console (adb install) you will get better error message!