这是indexloc提供的服务,不要输入任何密码
Skip to content

termux-dialog not working on Android 9 #228

@nenadilic84

Description

@nenadilic84

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions