Benjamin_Loison opened issue Benjamin_Loison/cryptpad#6 2024-11-12 12:18:23 +01:00
Purpose of showing HTML source?
Benjamin_Loison closed issue Benjamin_Loison/adb#21 2024-11-11 17:09:40 +01:00
List apps and their versions
Benjamin_Loison commented on issue Benjamin_Loison/adb#21 2024-11-11 17:09:32 +01:00
List apps and their versions
for package in `adb shell cmd package list packages -3 
Benjamin_Loison commented on issue Benjamin_Loison/adb#21 2024-11-11 16:22:45 +01:00
List apps and their versions
adb shell dumpsys package com.termux 
Benjamin_Loison commented on issue Benjamin_Loison/adb#21 2024-11-11 16:18:47 +01:00
List apps and their versions

image

Benjamin_Loison commented on issue Benjamin_Loison/adb#21 2024-11-11 16:16:47 +01:00
List apps and their versions
adb shell cmd package list packages -3 --show-versioncode
Output:
...
package:org.mozilla.fennec_fdroid versionCode:1320020
...

</detail…

Benjamin_Loison commented on issue Benjamin_Loison/adb#21 2024-11-11 16:15:06 +01:00
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…
Benjamin_Loison opened issue Benjamin_Loison/adb#21 2024-11-11 16:13:49 +01:00
List apps and their versions
Benjamin_Loison closed issue Benjamin_Loison/termux-widget#2 2024-11-11 16:00:00 +01:00
Compile own version
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:59:42 +01:00
Compile own version
./gradlew assembleDebug
Output:
> Task :app:compileDebugJavaWithJavac
Note: /home/benjamin_loison/Desktop/BensFolder/DEV/GitHub/termux-widget/a…
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:59:17 +01:00
Compile own version
javac --version
javac 17.0.13
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:59:07 +01:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:58:39 +01:00
Compile own version
sudo apt install -y default-jdk
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The…
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:57:30 +01:00
Compile own version
sudo apt install default-jre
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
default…
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:56:54 +01:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/termux-widget#2 2024-11-11 15:55:51 +01:00
Compile own version

DuckDuckGo search "jlink does not exist".

Benjamin_Loison opened issue Benjamin_Loison/termux-widget#2 2024-11-11 15:55:41 +01:00
Compile own version