Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 477 Bytes

DEVELOP.md

File metadata and controls

25 lines (17 loc) · 477 Bytes

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:

  1. build the Brevent (UI) from source code
gradle clean :brevent:aR
  1. get classes2.dex from brevent.apk
unzip /path/to/brevent.apk classes2.dex
  1. update original apk
jar uf /path/to/builded.apk classes2.dex
jarsigner ...