This is an extraction, decompilation, and recompilation of the light L16 camera light_camera.apk
- Just run
./recomp.sh buildthis will build the docker image to repro the build and then run the build itself.
keytool -genkey -v -keystore {path_to_my-release-key.keystore} -alias {alias} -keyalg RSA -keysize 2048 -validity 10000 -storepass {storepass} -keypass {keypass}- You will find a .keystore file in the specified path
- Install apksigner
apt install apksigner - Sign apk
apksigner sign --ks {path_to_my-release-key.keystore} --ks-pass pass:{keypass} --in {path_to_apk.apk}
adb install {path_to_apk.apk}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.