Open Benjamin-Loison opened 2 months ago
Related to Benjamin-Loison/android/issues/46.
adb logcat -c && adb logcat
termux-call-log -h
No Termux output with termux-call-log -l 1
. Same with termux-call-log -l -1
.
blob/c553bc2ba7de37ad5c42df23d71e699d2785d7c5/app/src/main/java/com/termux/api/apis/CallLogAPI.java
Search occurrences of limit
case insensitively.
blob/c553bc2ba7de37ad5c42df23d71e699d2785d7c5/app/src/main/java/com/termux/api/apis/CallLogAPI.java#L44 seems to be the source of the issue.
termux-api/actions/runs/10155362023/job/28081990125 termux-api/actions/runs/10155362023/artifacts/1753648493
adb install termux-api_v0.50.1+c553bc2-github-debug.apk
-f
does not help.
So interacting with Verify apps over USB will not help.
adb install -k termux-api_v0.50.1+c553bc2-github-debug.apk
adb install -h
adb install --help
Uninstall Termux API graphically is not enough:
adb install termux-api_v0.50.1+c553bc2-github-debug.apk
Related to #11.
termux-app termux-app/commit/661c37501f2f0d26a81c9d512e61d98ca05d987d termux-app/actions/runs/10418405890/job/28854498477 termux-app/actions/runs/10418405890/artifacts/1819552827
Related to Benjamin-Loison/waydroid/issues/14.
adb install-multiple termux-api_v0.50.1+c553bc2-github-debug.apk termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk
The Android Stack Exchange comment 311135 may be relevant.
adb install termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk
Related to Benjamin_Loison/fdroidclient/issues/13 and Benjamin_Loison/AuroraStore/issues/24.
adb install-multi-package
may help, source: https://adbshell.com/commands/adb-install.
adb install -r -d termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk
Source: the Stack Overflow answer 21868040 and https://adbshell.com/commands/adb-install
Related to up stream issues (notably those closed) found by searching termux-call-log
and actually using Firefox Find in page... with the same query:
adb uninstall -k com.termux.app
Source: https://adbshell.com/commands/adb-uninstall
Re-execute the command does not help.
adb shell cmd package uninstall -k com.termux.app
Failure [DELETE_FAILED_INTERNAL_ERROR]
Even if Force stop.
adb logcat
just returns:
08-26 02:25:02.818 4517 4520 I cmd : oneway function results will be dropped but finished with status OK and parcel size
DuckDuckGo and Google results for "oneway function results will be dropped but finished with status OK and parcel size"
do not look relevant except the Stack Overflow question 63939972.
Same adb install error for:
adb uninstall com.termux.app
and
adb shell cmd package uninstall com.termux.app
On LineageOS 18.1, Benjamin-Loison/waydroid/issues/16 could help.
Graphical Uninstall does not let a choice about app data.
adb install termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk
results in state loss.
So still no choice about data.
After re-installing from F-Droid and touch before_uninstall
:
adb uninstall com.termux.app
Failure [DELETE_FAILED_INTERNAL_ERROR]
adb uninstall -k com.termux.app
Failure [DELETE_FAILED_INTERNAL_ERROR]
Anyway can quite easily restore, see Benjamin-Loison/android/issues/46 just have to proceed to a backup.
adb install-multi-package termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk termux-api_v0.50.1+c553bc2-github-debug.apk
adb install termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a/termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk
While Apps does not list Termux.
Removing Termux Boot app too solved the issue.
adb install-multi-package termux-app_v0.118.0+661c375-apt-android-7-github-debug_arm64-v8a.apk termux-api_v0.50.1+c553bc2-github-debug.apk
termux-call-log
works now.
https://github.com/termux/termux-boot https://github.com/termux/termux-boot/commit/613dc9893f672313e2c572c0089ece7475e04f5b https://github.com/termux/termux-boot/actions/runs/9626993470/job/26553590004 https://github.com/termux/termux-boot/actions/runs/9626993470/artifacts/1627809038
adb install termux-boot-app_v0.8.1+613dc98.github.debug.apk
Success
wiki.termux.com: Termux-call-log
Output:
```json { "error": "Please grant the following permission to use this command: android.permission.READ_CALL_LOG" } ```Once provide this permission this command does not return anything.
Problem description
Steps to reproduce
Expected behavior
Additional information