uber-apk-signer | cli tool | Plugin library
kandi X-RAY | uber-apk-signer Summary
kandi X-RAY | uber-apk-signer Summary
A tool that helps signing, zip aligning and verifying multiple Android application packages (APKs) with either debug or provided release certificates (or multiple). It supports v1, v2 and v3 Android signing scheme. Easy and convenient debug signing with embedded debug keystore. Automatically verifies signature and zipalign after every signing. This should run on any Windows, Mac or Linux machine where Java8+ is installed.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Generate Sign args list
- Gets the operating system type
- Find the location of the zip file
- Tries to find the matching path in the PATH environment variable
- Start the downloader
- Downloads a file from a URL
- Check if arguments are equal
- Hashes the apk hash code
uber-apk-signer Key Features
uber-apk-signer Examples and Code Snippets
Community Discussions
Trending Discussions on uber-apk-signer
QUESTION
I've built the wire app from the following repository: https://github.com/wireapp/wire-android
Using the following build directions:
How to build locally Check out the wire-android repository. Switch to latest relase branch release From the checkout folder, run ./gradlew assembleProdRelease. This will pull in all the necessary dependencies from Maven.
I've tried the release branch:
...ANSWER
Answered 2018-Sep-11 at 09:25After a few days of trying, I found a way to build the project in such a way that it will initiate audio and video calls:
Procedure:
- git clone https://github.com/wireapp/wire-android.git --branch release
- cd wire-android
- git checkout 2.40.357
- Load the project into Android Studio
- Edit the file res/layout/collection_file_asset.xml
- Move
above the copyright comment since the file must begin with the XML tag
- git add .
- git commit -m "fixed syntax error"
- gradlew assembleProdRelease
- java -jar \uber-apk-signer-0.8.4.jar --apks wire-prod-release-2.40.99999.apk -debug
- adb install wire-prod-release-2.40.99999-aligned-debugSigned.apk
Other Notes:
- Master currently does not build due to Scala errors...
- The current release branch produces a stable app but results in the following error when tapping on the video icon: "E/AudioALSAPlaybackHandlerBase: -getHardwareBufferInfo(), pcm_get_htimestamp fail, ret = -1, pcm_get_error ="
- The most recent stable release 2.41.359 does not work because it crashes on every app launch with: "AndroidRuntime: FATAL EXCEPTION: Thread-4 Process: com.wire, PID: 29066 java.lang.NullPointerException: Attempt to invoke interface method 'int com.waz.call.RequestHandler.request$1d4ff469()' on a null object reference at com.waz.call.FlowManager.request(FlowManager.java:365)"
- While building 2.40.357 enables audio and video, it is unstable and crashes quite a bit while receiving and making calls. I've spoken with other developers using this code base and they've encountered similar problems...
Thoughts:
I'm not really sure what's happening with this project. There are developers pleading for help with audio / video issues on Git with little response. I think I'd feel a little uneasy about using this code for a commercial project unless there is a bit more stability and support...
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install uber-apk-signer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page