ubi VS build-companion

Compare ubi vs build-companion and see what are their differences.

ubi

This tool tries to detect whether the mod's twitch api stubs are valid (after an update). (by bttv-android)

build-companion

Helper utility that is used to merge split apks by the bttv-android project among other things (by bttv-android)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ubi build-companion
1 1
4 1
- -
0.0 0.0
about 2 years ago almost 3 years ago
Rust Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ubi

Posts with mentions or reviews of ubi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-04.
  • I wrote an open source mod of an Android App
    7 projects | dev.to | 4 Oct 2021
    Due to the usage of git it is easy to apply the changes to a new version of the Twitch app, when it comes out. Of course there are always merge conflicts but most of the patches can be merged surprisingly easily. What is a problem though are the thousands of classes in the Twitch app. I can't verify that nothing significant has changed and update the mocks by hand. That's why I wrote a tool that checks for changes in methods and properties of classes between updates: ubi. It is quite verbose and a lot of the reports it generates can be ignored, but it does improve the quality of the mod as I can act on changes statically, before running into crashes.

build-companion

Posts with mentions or reviews of build-companion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-04.
  • I wrote an open source mod of an Android App
    7 projects | dev.to | 4 Oct 2021
    If you deal with a split apk you can run apktool on all of them and merge the directories. Make sure you keep the AndroidManifest and public.xml of the base and update the latter to reference all external resources (apktool will create stubs form them). I wrote a bash script and a simple go tool for this.

What are some alternatives?

When comparing ubi and build-companion you can also consider the following projects:

bttv - A mod of the Twitch Android Mobile App adding BetterTTV, FrankerFaceZ and 7TV emotes

Uber Apk Signer - A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.

ndk-samples - Android NDK samples with Android Studio

jadx - Dex to Java decompiler

livesplit-core - livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Apktool - A tool for reverse engineering Android apk files