- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Purpose of showing HTML source?
List apps and their versions
List apps and their versions
adb shell cmd package list packages -3 --show-versioncode
Output:
...
package:org.mozilla.fennec_fdroid versionCode:1320020
...
</detail…
List apps and their versions
adb shell cmd package -h
Output:
list packages [-f] [-d] [-e] [-s] [-3] [-i] [-l] [-u] [-U]
[--show-versioncode] [--apex-only] [--uid…
List apps and their versions
Compile own version
Compile own version
./gradlew assembleDebug
Output:
> Task :app:compileDebugJavaWithJavac
Note: /home/benjamin_loison/Desktop/BensFolder/DEV/GitHub/termux-widget/a…
Compile own version
java --version
Output:
openjdk 17.0.13 2024-10-15
OpenJDK Runtime Environment (build 17.0.13+11-Debian-2deb12u1)
OpenJDK 64-Bit Server VM…
Compile own version
sudo apt install -y default-jdk
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The…
Compile own version
sudo apt install default-jre
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
default…
Compile own version
java -version
Output:
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment (build 17.0.13+11-Debian-2deb12u1)
OpenJDK 64-Bit…
Compile own version