-
Notifications
You must be signed in to change notification settings - Fork 658
Closed
Description
I'm facing this issue on my oneplus 6.
I've already checked all the Termux:API permissions and all other commands I've tested are pretty much working properly expect the termux-dialog where it only locks down.
$ termux-info
Updatable packages:
All packages up to date
System information:
Linux localhost 4.9.106-perf+ #1 SMP PREEMPT Sat Sep 15 01:11:54 CST 2018 aarch64 Android
Termux-packages arch:
aarch64
Android version:
9
Device manufacturer:
OnePlus
Device model:
ONEPLUS A6003
Battery status working:
$ termux-battery-status
{
"health": "GOOD",
"percentage": 89,
"plugged": "PLUGGED_USB",
"status": "CHARGING",
"temperature": 29.200000762939453
}
$ termux-dialog
^C
Logcat output:
$ logcat -s termux:* termux-api:*
--------- beginning of crash
--------- beginning of main
I've tried to debug this with Android Studio but the issue I'm facing after compiling the Termux APK and Termux:API apk, is that my debugger doesn't know how to start the Termux:API application as it is missing the main Activity.
Any help here would be appreciated in order to resolve it.
Metadata
Metadata
Assignees
Labels
No labels