There is no source for brevent-server
.
So, if you build your own Brevent
, it won't work at all.
However, it's possible, as the brevent-server
is compiled into classes2.dex
in brevent.apk
.
Simple instruction:
- build the Brevent (UI) from source code
gradle clean :brevent:aR
- get
classes2.dex
frombrevent.apk
unzip /path/to/brevent.apk classes2.dex
- update original apk
jar uf /path/to/builded.apk classes2.dex
jarsigner ...