You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After new updates Dhizuku stopped working with BFU again. Service was failing with errors java.lang.RuntimeException: Unable to create application com.rosan.dhizuku.App: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.rosan.dhizuku/.server.RunningService }: app is in background uid UidRecord{51052a u0a210 CEM bg:+4s950ms idle change:idle|cached|procstate|procadj procs:0 seq(24
and android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/data/user/0/com.rosan.dhizuku/databases/dhizuku.db' with flags 0x30000000: Directory /data/user/0/com.rosan.dhizuku/databases doesn't exist
Fixed in #90 pull request.
The text was updated successfully, but these errors were encountered:
After new updates Dhizuku stopped working with BFU again. Service was failing with errors
java.lang.RuntimeException: Unable to create application com.rosan.dhizuku.App: android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service Intent { cmp=com.rosan.dhizuku/.server.RunningService }: app is in background uid UidRecord{51052a u0a210 CEM bg:+4s950ms idle change:idle|cached|procstate|procadj procs:0 seq(24
and
android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/data/user/0/com.rosan.dhizuku/databases/dhizuku.db' with flags 0x30000000: Directory /data/user/0/com.rosan.dhizuku/databases doesn't exist
Fixed in #90 pull request.
The text was updated successfully, but these errors were encountered: